/*
 * Compiled stylesheet: static_gurusena.css
 * Shared by views:
 *   - app/Views/front/static/gurusena.php
 */

@keyframes bounce-slow {
        0%, 100% { transform: translateY(-5%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
        50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); }
    }
    .animate-bounce-slow { animation: bounce-slow 4s infinite; }