@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:30s linear infinite scroll}.animate-scroll:hover{animation-play-state:paused}.marquee-container{-webkit-user-select:none;user-select:none;gap:2.5rem;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;justify-content:space-around;gap:2.5rem;min-width:100%;display:flex}
