@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.3s ease-in-out fadeIn}.animate-slideInUp{animation:.3s ease-in-out slideInUp}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}
