@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation-fill-mode:both;animation-timing-function:cubic-bezier(.4,0,.2,1)}.fade-in{animation-name:fadeIn;animation-duration:.7s}.zoom-in-95{animation-name:zoomIn95;animation-duration:.7s}.stagger-item{opacity:0;animation:fadeInUp .6s cubic-bezier(.2,.8,.2,1) forwards}.stagger-item:nth-child(1){animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(6){animation-delay:.65s}.stagger-item:nth-child(7){animation-delay:.75s}.stagger-item:nth-child(8){animation-delay:.85s}.stagger-item:nth-child(n+9){animation-delay:.9s}
