
@keyframes bounce-slow-34d130a7 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
}
@keyframes bounce-slow-delayed-34d130a7 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-8px);
}
}
.animate-bounce-slow[data-v-34d130a7] {
  animation: bounce-slow-34d130a7 3s ease-in-out infinite;
}
.animate-bounce-slow-delayed[data-v-34d130a7] {
  animation: bounce-slow-delayed-34d130a7 3s ease-in-out infinite 0.5s;
}
