<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
section.banner.animateRun .image-holder img {
  opacity: 1;
}
section.banner.animateRun .image-holder:after {
  width: 15px;
}

/*# sourceMappingURL=animations.css.map */
</pre></body></html>