@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes pulse-slow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes bounce-slow{0%,to{transform:translateY(0)rotate(12deg)}50%{transform:translateY(-20px)rotate(12deg)}}.animate-spin-slow{animation:20s linear infinite spin-slow}.animate-spin-reverse{animation:15s linear infinite spin-reverse}.animate-pulse-slow{animation:4s ease-in-out infinite pulse-slow}.animate-bounce-slow{animation:6s ease-in-out infinite bounce-slow}
