.hs-marquee-wrapper{background:transparent;overflow:hidden;padding:0 0 32px;width:100%}.hs-marquee-track{animation:hs-marquee-scroll 30s linear infinite;display:flex;width:max-content}.hs-marquee-track:hover{animation-play-state:paused}.hs-marquee-content{align-items:center;display:flex;gap:64px;padding:0 32px}.hs-marquee-content img{filter:grayscale(100%);flex-shrink:0;height:48px;opacity:.5;transition:opacity .2s,filter .2s;width:auto}.hs-marquee-content img:hover{filter:grayscale(0);opacity:1}@keyframes hs-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}