.animate-in{opacity:1!important;transform:translateY(0)!important}.animate-fade-up{opacity:.85;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.animation-delay-200{transition-delay:.2s}.animation-delay-300{transition-delay:.3s}.animation-delay-400{transition-delay:.4s}.animation-delay-500{transition-delay:.5s}.aspect-w-16{--tw-aspect-w:16;position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)}.aspect-h-9{--tw-aspect-h:9}.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation:fadeIn .6s ease-out forwards}.animate-in>*{animation:slideInFromBottom .6s ease-out forwards;opacity:0}.animate-in>:first-child{animation-delay:.1s}.animate-in>:nth-child(2){animation-delay:.2s}.animate-in>:nth-child(3){animation-delay:.3s}.animate-in>:nth-child(4){animation-delay:.4s}.animate-in>:nth-child(5),.animation-delay-500{animation-delay:.5s}@keyframes slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-slideDown{animation:slideDown .3s cubic-bezier(.87,0,.13,1)}.animate-slideUp{animation:slideUp .3s cubic-bezier(.87,0,.13,1)}