.hero-copy-in{opacity:0;animation:hero-copy-in .7s ease forwards}.hero-copy-in--1{animation-delay:.45s}.hero-copy-in--2{animation-delay:.65s}.hero-copy-in--3{animation-delay:.8s}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-scroll-cue{animation:hero-scroll-cue 2.5s ease-in-out infinite}@keyframes hero-scroll-cue{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.hero-copy-in{animation:none;opacity:1;transform:none}.hero-scroll-cue{animation:none;opacity:.5}}