@keyframes heroTextIn{
  from{opacity:0;transform:translateY(24px);filter:blur(4px)}
  to{opacity:1;transform:none;filter:none}
}
.hero-slide .hero-kicker,.hero-slide h1,.hero-slide .hero-description,.hero-slide .hero-feature,.hero-slide .hero-actions{opacity:0}
.hero-slide.active .hero-kicker{animation:heroTextIn .58s .10s both}
.hero-slide.active h1{animation:heroTextIn .7s .18s both}
.hero-slide.active .hero-description{animation:heroTextIn .65s .32s both}
.hero-slide.active .hero-feature{animation:heroTextIn .55s both}
.hero-slide.active .hero-feature:nth-child(1){animation-delay:.42s}
.hero-slide.active .hero-feature:nth-child(2){animation-delay:.50s}
.hero-slide.active .hero-feature:nth-child(3){animation-delay:.58s}
.hero-slide.active .hero-feature:nth-child(4){animation-delay:.66s}
.hero-slide.active .hero-actions{animation:heroTextIn .62s .74s both}
@media(prefers-reduced-motion:reduce){.hero-slide .hero-kicker,.hero-slide h1,.hero-slide .hero-description,.hero-slide .hero-feature,.hero-slide .hero-actions{opacity:1;animation:none!important;filter:none;transform:none}}
