.wgt-hero__img{display:flex;position:relative}.marquee{overflow:hidden;width:100%}.marquee__track{align-items:center;animation:marquee-scroll 25s linear infinite;display:flex;flex-wrap:nowrap;gap:60px;width:max-content}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.marquee__track{animation-duration:18s}}