@keyframes fade-in-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slow-zoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.animate-fade-in-up{animation:.7s cubic-bezier(.16,1,.3,1) forwards fade-in-up}.animate-fade-in{animation:1s ease-out forwards fade-in}.animate-slow-zoom{animation:20s ease-in-out infinite alternate slow-zoom}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.opacity-0-start{opacity:0}
