.hero-subtitle,.hero-title{opacity:1;will-change:transform}.animate-hero .hero-title{animation:slideUp .5s ease-out both}.animate-hero .hero-subtitle{animation:slideDown .4s ease-out both}@keyframes slideUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-20px)}to{transform:translateY(0)}}