.animate-gradient{background-size:200% auto;animation:gradient 6s linear infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:scroll 40s linear infinite;width:max-content}.hover\:pause:hover{animation-play-state:paused}.animate-in{opacity:0;animation-duration:.7s;animation-timing-function:ease-out;animation-fill-mode:forwards}.fade-in{opacity:0;animation-name:fadeIn}.slide-in-from-bottom-8{transform:translateY(2rem);animation-name:slideInBottom8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInBottom8{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInTop4{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.slide-in-from-top-4{animation-name:slideInTop4}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.delay-700{animation-delay:.7s}.delay-1000{animation-delay:1s}.perspective-1000{perspective:1000px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
