@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpScale{0%{opacity:0;transform:translateY(60px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-animate-tag{animation:fadeInUp .5s ease-out .2s both}.hero-animate-cta{animation:fadeInUp .5s ease-out .7s both}.hero-animate-dashboard{animation:fadeInUpScale .8s ease-out .9s both}
