.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s}.reveal.is-visible{opacity:1;transform:none}.hero__content>*{opacity:0;animation:heroIn .8s forwards}.hero__content>*:nth-child(2){animation-delay:.12s}.hero__content>*:nth-child(3){animation-delay:.22s}.hero__content>*:nth-child(4){animation-delay:.32s}@keyframes heroIn{to{opacity:1;transform:none}from{opacity:0;transform:translateY(24px)}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
