@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s ease-out both}.animate-slide-up{animation:slideUp .4s ease-out both;animation-delay:.1s}.animate-scale-in{animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.2s}