@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.scroll-fadeInUp {
  opacity: 0;
}

.tsp-animation {
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

.delay-7 {
  animation-delay: 0.7s;
}

.delay-8 {
  animation-delay: 0.8s;
}

.delay-9 {
  animation-delay: 0.9s;
}

.delay-10 {
  animation-delay: 1s;
}

.delay-11 {
  animation-delay: 1.1s;
}

.delay-12 {
  animation-delay: 1.2s;
}

.delay-13 {
  animation-delay: 1.3s;
}

.delay-14 {
  animation-delay: 1.4s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-16 {
  animation-delay: 1.6s;
}

.delay-17 {
  animation-delay: 1.7s;
}

.delay-18 {
  animation-delay: 1.8s;
}

.delay-19 {
  animation-delay: 1.9s;
}

.delay-20 {
  animation-delay: 2s;
}

.delay-21 {
  animation-delay: 2.1s;
}

.delay-22 {
  animation-delay: 2.2s;
}

.delay-23 {
  animation-delay: 2.3s;
}

.delay-24 {
  animation-delay: 2.4s;
}

.delay-25 {
  animation-delay: 2.5s;
}

.delay-26 {
  animation-delay: 2.6s;
}

.delay-27 {
  animation-delay: 2.7s;
}

.delay-28 {
  animation-delay: 2.8s;
}

.delay-29 {
  animation-delay: 2.9s;
}

.delay-30 {
  animation-delay: 3s;
}

.delay-31 {
  animation-delay: 3.1s;
}

.delay-32 {
  animation-delay: 3.2s;
}

.delay-33 {
  animation-delay: 3.3s;
}

.delay-34 {
  animation-delay: 3.4s;
}

.delay-35 {
  animation-delay: 3.5s;
}

.delay-36 {
  animation-delay: 3.6s;
}

.delay-37 {
  animation-delay: 3.7s;
}

.delay-38 {
  animation-delay: 3.8s;
}

.delay-39 {
  animation-delay: 3.9s;
}

.delay-40 {
  animation-delay: 4s;
}/*# sourceMappingURL=animation.css.map */