@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.faq-container{animation:.6s ease-out forwards fadeInUp}.faq-header{animation:.5s ease-out forwards fadeInUp}.faq-item{animation:.5s ease-out forwards fadeInLeft}.faq-item:first-child{animation-delay:0s}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.2s}.faq-item:nth-child(4){animation-delay:.3s}.faq-item:nth-child(5){animation-delay:.4s}.faq-item:nth-child(6){animation-delay:.5s}.faq-item:nth-child(7){animation-delay:.6s}.faq-item:nth-child(8){animation-delay:.7s}
