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

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

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

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

.copyContainer {
  border: none;
  left: 140px;
  position: relative;
  top: 16%;
  transition: border 0.33s ease;
  width: 500px;
}

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

.copy_border.fadeIn {
  opacity: 1;
}

.copy_border.fadeOut {
  opacity: 0;
}

.frame_1 .copyContainer,
.frame_4 .copyContainer {
  border: none;
  top: 25%;
}

/* COPY  */
.copy {
  left: 15px;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: opacity 0.33s ease, top 0.33s ease;
}

.copy1,
.copy4 {
  left: 0;
}

.copy2,
.copy3 {
  position: absolute;
  top: 7px;
}
.copy2.fadeOut,
.copy3.fadeOut {
  top: -5px;
}

.copy.fadeIn {
  opacity: 1;
}
.copy.fadeOut {
  opacity: 0;
}

.copy1.fadeIn {
  top: 0px;
}
.copy1.fadeOut {
  top: -10px;
}

.copy4 {
  top: 20px;
}
.copy4.fadeIn {
  top: 0px;
}
.copy4.fadeOut {
  top: -10px;
}

span {
  color: #fff;
}

.copy_yellow {
  color: #facd00;
}

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

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

.blueImg {
  bottom: 0;
  right: -120px;
  transform: scale(0);
  transform-origin: 13% 84%;
  transition: transform 0.66s ease-in;
}

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

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

.circleImg.shapeIn {
  bottom: 0;
}

.lightbulbImg {
  opacity: 0;
  right: 50px;
  top: 0;
  transition: opacity 0.33s ease-in;
  z-index: 2;
}

.lightbulbImg.fadeIn {
  opacity: 1;
}

/* LOGO */
.logoImg {
  left: -85px;
  position: relative;
  transition: left 0.33s ease;
  bottom: -30px;
  width: 85px;
  z-index: 3;
}

.logoImg.slideFromTop {
  left: 17px;
}

/* CTA */
.copy4 {
  display: inline-block;
}

.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  height: 26px;
  left: 20px;
  position: relative;
  top: 60px;
  transition: top 0.5s ease-out;
  width: 130px;
}

.cta.slideFromLeft {
  top: -13px;
}
