.animate-spin-slower{animation:spin-slow 6s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse-slower{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.animate-spin-slow{animation:spin-slow 4s linear infinite}.animate-spin-reverse-slower{animation:spin-reverse-slower 6s linear infinite}@keyframes marquee{to{transform:translateY(-50%)}}.animate-marquee{animation:marquee 40s linear infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s linear forwards}.bg-fade-in{background-image:linear-gradient(to bottom,#f9fafb,transparent)}.bg-fade-out{background-image:linear-gradient(to top,#f9fafb,transparent)}
