
@keyframes slideUpFade-4a63606e {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.animate-slideUp[data-v-4a63606e] {
  animation: slideUpFade-4a63606e 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}
.animation-delay-100[data-v-4a63606e] {
  animation-delay: 0.1s;
}
.animation-delay-200[data-v-4a63606e] {
  animation-delay: 0.2s;
}
.animation-delay-300[data-v-4a63606e] {
  animation-delay: 0.3s;
}
.animation-delay-400[data-v-4a63606e] {
  animation-delay: 0.4s;
}
