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

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

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

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

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

/* COPY  */
.copy {
  color: #fff;
  position: relative;
}

.line {
  display: block;
  opacity: 1;
  left: -100%;
  position: relative;
  transition: all 0.25s ease;
}

.line.slideIn {
  left: 15px;
}

.line.slideOut {
  left: -100%;
}

.copy_highlight {
  color: #5c83d1;
  font-weight: bold;
}

/* BACKGROUND COLOR */
.background {
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: -1;
}

.white-shape {
  height: 244px;
  position: absolute;
  right: -33.3%;
  top: -15%;
  transform: translate(110px, -110px);
  transition: all 0.5s ease;
  z-index: 1;
}

.white-shape.slideIn {
  transform: translate(0, 0);
}

/* BACKGROUND IMAGES */
.img1,
.img2,
.img3,
.img4,
.lightning-bolt {
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease;
  z-index: 1;
}

.img1 {
  right: -150px;
  width: 85px;
  top: 9%;
}

.img1.slideIn {
  opacity: 1;
  right: 15px;
}

.img1.slideOut {
  opacity: 1;
  right: -150px;
}

.lightning-bolt {
  height: 32px;
  right: -26px;
  top: 100px;
}

.lightning-bolt.slideIn {
  opacity: 1;
  right: 36px;
}

.lightning-bolt.slideOut {
  right: -26px;
}

.img2 {
  right: -290px;
  top: 36px;
  width: 195px;
}

.img2.slideIn {
  opacity: 1;
  right: -40px;
}

.img2.slideOut {
  right: -290px;
}

.img3 {
  right: -124%;
  top: 6%;
  height: 120px;
}

.img3.slideIn {
  opacity: 1;
  right: 17px;
}

.img3.slideOut {
  right: -124%;
}

.img4 {
  right: -27%;
  top: 0;
  width: 130px;
}

.img4.slideIn {
  opacity: 1;
  right: 0;
}

.img4.slideOut {
  right: -27%;
}

/* LOGO */
.logoImg {
  left: 17px;
  opacity: 0;
  position: relative;
  transition: opacity 0.25s ease;
  top: 20px;
  width: 116px;
  z-index: 3;
}

/* CTA */
.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  font-size: 15px;
  font-weight: 900;
  height: 23px;
  left: -100%;
  opacity: 1;
  padding-top: 4px;
  position: relative;
  text-align: center;
  top: 11px;
  transition: all 0.25s ease-out 0.35s;
  width: 133px;
}

.cta.slideIn {
  left: 15px;
}

.fadeIn {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}
