@font-face {
  font-family: BGFlameWeb-Light;
  src: url("https://cdn.flashtalking.com/95563/assets/BGFlameWeb-Light.woff");
}

* {
  font-family: "BGFlameWeb-Light";
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.rootContainer {
  border: 1px solid #cccccc;
  height: 598px;
  overflow: hidden;
  position: relative;
  width: 158px;
}

.frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.copyContainer {
  border: none;
  left: 0px;
  position: relative;
  top: 50%;
  transition: border 0.33s ease;
  width: 215px;
}

/* .copy_border {
  border: dashed #facd00 1px;
  border-radius: 24px;
  height: 110px;
  opacity: 0;
  position: relative;
  top: 0;
  transition: opacity 0.33s ease;
  width: 100%;
} */

.copy_border.fadeIn {
  opacity: 1;
}

.copy_border.fadeOut {
  opacity: 0;
}

.frame_1 .copyContainer,
.frame_4 .copyContainers {
  border: none;
}

/* COPY  */
.copy {
  left: 20px;
  line-height: 1.375;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: opacity 0.33s ease, top 0.33s ease;
}

.copy.fadeIn {
  opacity: 1;
  top: 0px;
}

.copy.fadeOut {
  opacity: 0;
  top: -20px;
}

span {
  color: #fff;
}

.copy_yellow {
  color: #facd00;
}

/* BACKGROUND COLOR */
.background {
  height: 598px;
  left: 0;
  position: absolute;
  top: 0;
  width: 168px;
}

/* BACKGROUND IMAGES */
.lightbulbImg,
.blueImg,
.circleImg {
  position: absolute;
}

.blueImg {
  top: -40px;
  left: 120px;
  transform: scale(0);
  transform-origin: center left;
  transition: transform 0.66s ease;
}

.blueImg.shapeIn {
  transform: scale(1);
}

.circleImg {
  bottom: -50px;
  left: 0;
  transition: bottom 0.66s ease;
  width: 160px;
}

.circleImg.shapeIn {
  bottom: 0;
}

.lightbulbImg {
  /* height: 175px; */
  opacity: 0;
  right: 5px;
  top: 120px;
  transition: opacity 0.33s ease-in;
  z-index: 2;
}

.lightbulbImg.fadeIn {
  opacity: 1;
}

/* LOGO */
.logoImg {
  left: 17px;
  position: relative;
  transition: top 0.33s ease;
  top: -40px;
  width: 90px;
  z-index: 3;
}

.logoImg.slideFromTop {
  top: 20px;
}

/* CTA */
.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  font-size: 13px;
  font-weight: 900;
  height: 23px;
  left: -300px;
  position: relative;
  top: 35px;
  transition: left 0.5s ease-out;
  width: 130px;
}

.cta.slideFromLeft {
  left: 15px;
}
