.hero{min-height:25rem}@media screen and (min-width:640px){.hero{min-height:calc(100vh - 5.9375rem)}}@media screen and (min-width:1536px){.hero{min-height:calc(100vh - 115px)}}@media screen and (min-width:640px){.hero__anim-word{animation:fade-in2 1.5s cubic-bezier(.23,1,.32,1) both}}@keyframes fade-in2{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}