.scroller{max-width:100%}.scroller__inner{flex-wrap:wrap;gap:2.5rem;padding-top:1rem;padding-bottom:1rem;display:flex}.scroller[data-animated=true]{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#fff 3%,#fff 97%,transparent);mask:linear-gradient(90deg,transparent,#fff 3%,#fff 97%,transparent)}.scroller[data-animated=true] .scroller__inner{width:max-content;animation:scroll var(--_animation-duration,55s)var(--_animation-direction,forwards)linear infinite;--_animation-duration:20s;flex-wrap:nowrap}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.img{object-fit:contain;filter:grayscale(.3);aspect-ratio:3/2;mix-blend-mode:color-burn;max-width:110px}
