.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.2);
  animation-name: ukwx27h;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: initial;
}
@keyframes ukwx27h {
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
.bg-images .bg-image-1.frame-4 {
  animation-name: ukwx27i;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes ukwx27i {
  from {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(0.9);
  }
}
.bg-images .bg-image-2.frame-5 {
  transition: opacity 1s;
  opacity: 1;
  animation-name: ukwx27t;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes ukwx27t {
  0% {
    transform: scale(1.55);
  }
  100% {
    transform: scale(1);
  }
}
