@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes waveFlow{0%{background-position:0 30%}to{background-position:100% 30%}}.hero-wave-bg{background-size:110% auto;animation:waveFlow 25s ease-in-out infinite alternate}@media (max-width:62em){.hero-wave-bg{animation:none;background-repeat:no-repeat;background-size:cover;background-position:50%}}.hero-title{animation:heroFadeIn .6s ease-out .2s both}.hero-subtitle{animation:heroFadeIn .6s ease-out .4s both}.hero-buttons{animation:heroFadeIn .6s ease-out .6s both}@media (prefers-reduced-motion:reduce){.hero-buttons,.hero-subtitle,.hero-title,.hero-wave-bg{animation:none}.hero-wave-bg{background-size:cover;background-position:center 30%}}.hero-ribbon-link{transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.hero-ribbon-link:hover{filter:brightness(1.15);transform:rotate(45deg) scale(1.04)!important;box-shadow:0 4px 14px rgba(0,0,0,.45)!important}