@keyframes heroIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-hero-in{animation:heroIn .7s ease-out both}.animate-hero-in-delayed{animation:heroIn .9s ease-out .08s both}@media (prefers-reduced-motion:reduce){.animate-hero-in,.animate-hero-in-delayed{animation:none!important;opacity:1!important}}