@keyframes heading-animate{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes tagline-animate{0%{opacity:0;transform:translateY(-11px)}to{opacity:1;transform:translateY(0)}}@keyframes experience-animate{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes background-animate{0%{opacity:0}to{opacity:1}}@keyframes earth-animate{0%{opacity:0}to{opacity:1}}.heading-animate{animation:2s ease-out both heading-animate}.tagline-animate{animation:2s ease-out 50ms both tagline-animate}.experience-animate{animation:2s ease-out both experience-animate}.background-animate{animation:4s ease-out both background-animate}.earth-animate{animation:4s ease-out both earth-animate}
