.marquee-container{color:#fff;overflow:hidden;padding:0;position:relative;white-space:nowrap}.marquee-content{animation:scroll 15s linear infinite;display:inline-flex}.marquee-text{font-size:18px;font-weight:500;gap:20px;padding:0 30px}.item,.marquee-text{align-items:center;display:inline-flex}.item{gap:8px}.item:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 17 18" fill="none"><path d="M6.32636 18C5.77225 18 5.24745 17.739 4.91116 17.2889L0.35985 11.2185C0.219137 11.031 0.116407 10.8174 0.0575336 10.5898C-0.00133958 10.3623 -0.0152017 10.1252 0.0167396 9.89222C0.0486808 9.65924 0.125799 9.43489 0.243686 9.23201C0.361572 9.02913 0.517916 8.8517 0.703778 8.70985C0.889573 8.56741 1.10139 8.46338 1.32709 8.40373C1.55278 8.34408 1.78793 8.32997 2.01903 8.36222C2.25014 8.39447 2.47267 8.47245 2.67387 8.59168C2.87507 8.7109 3.05098 8.86904 3.19152 9.05702L6.18624 13.0483L13.7157 0.843114C13.9654 0.440133 14.3633 0.153581 14.822 0.0463127C15.2807 -0.0609555 15.7629 0.0198189 16.1627 0.270918C16.9945 0.792966 17.2505 1.89878 16.7308 2.73972L7.83455 17.1539C7.68268 17.4011 7.47336 17.6071 7.22474 17.7541C6.97612 17.9011 6.69573 17.9846 6.40788 17.9974C6.37986 18 6.35438 18 6.32636 18Z" fill="white"/></svg>');background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:15px;width:14px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-container:hover .marquee-content{animation-play-state:paused}