.ad-container:hover .cta svg #cta-bg {
  fill: white;
  stroke: white;
}
.ad-container:hover .cta svg #cta-copy {
  fill: #67788A;
}

.bg-images .bg-image-1.frame-1 {
  transform: scale(1.3) translate(55px, -25px);
  animation-name: ukwx2h8;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: initial;
}
@keyframes ukwx2h8 {
  to {
    opacity: 1;
    transform: scale(1.15) translate(55px, -25px);
  }
}
.bg-images .bg-image-1.frame-4 {
  animation-name: ukwx2hg;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes ukwx2hg {
  from {
    opacity: 1;
    transform: scale(1.15) translate(55px, -25px);
  }
  to {
    opacity: 1;
    transform: scale(1) translate(55px, -25px);
  }
}
.bg-images .bg-image-2.frame-5 {
  transition: opacity 1s;
  opacity: 1;
  animation-name: ukwx2hh;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes ukwx2hh {
  0% {
    transform: scale(1.55) translate(0px, 23px);
  }
  100% {
    transform: scale(0.9) translate(0px, 23px);
  }
}
