@keyframes hero-in{to{opacity:1;transform:none}}.hero-load{opacity:0;transform:translateY(16px);animation:hero-in .8s var(--ease) forwards}.hero-load-d1{animation-delay:.05s}.hero-load-d2{animation-delay:.15s}.hero-load-d3{animation-delay:.25s}.hero-load-d4{animation-delay:.35s}@media (prefers-reduced-motion:reduce){.hero-load{opacity:1;transform:none;animation:none}}