@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-fade-in{animation:.3s pageFadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-reveal{animation:.5s backwards fadeInUp}.content-reveal:first-child{animation-delay:.1s}.content-reveal:nth-child(2){animation-delay:.2s}.content-reveal:nth-child(3){animation-delay:.3s}.content-reveal:nth-child(4){animation-delay:.4s}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-animated{animation:.4s headerSlideDown}.stats-reveal{animation:.6s .2s backwards fadeInUp}
