@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{width:max-content;animation:80s linear infinite marquee;display:flex}@media (max-width:768px){.animate-marquee{animation:80s linear infinite marquee}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}
