@keyframes appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%{filter:brightness(1)}to{filter:brightness(1.1)}}@keyframes sway{0%,to{transform:rotate(0deg)}25%{transform:rotate(8deg)}75%{transform:rotate(-8deg)}}.animate-appear{opacity:0;animation:appear .8s ease-out forwards}.animate-shine{animation:shine 2s ease-in-out infinite alternate}.animate-sway{animation:sway 2s ease-in-out infinite}.animate-delay-300{animation-delay:.3s}.animate-delay-500{animation-delay:.5s}.animate-delay-600{animation-delay:.6s}.animate-delay-700{animation-delay:.7s}.animate-delay-800{animation-delay:.8s}.animate-delay-900{animation-delay:.9s}.animate-delay-1000{animation-delay:1s}.animate-delay-1100{animation-delay:1.1s}.animate-delay-1200{animation-delay:1.2s}