@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-fadeIn>div:first-child{animation-delay:.1s}.animate-fadeIn>div:nth-child(2)>div:first-child{animation-delay:.2s}.animate-fadeIn>div:nth-child(2)>div:nth-child(2){animation-delay:.3s}.animate-fadeIn>div:nth-child(3){animation-delay:.5s}
