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