@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-fade-in-delayed{animation:fadeIn .6s ease-out .3s forwards}.animate-slide-up{animation:slideUp .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.stagger-item-0{animation-delay:.1s}.stagger-item-1{animation-delay:.2s}.stagger-item-2{animation-delay:.3s}.stagger-item-3{animation-delay:.4s}.stagger-item-4{animation-delay:.5s}