@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.animate-fade-in-down{animation:fadeInDown .6s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out both}.delay-300{animation-delay:.3s}.delay-600{animation-delay:.6s}
