.scroller{margin:0 auto}.scroller__inner{padding-block:1rem;display:flex;flex-wrap:wrap;gap:1rem}.scroller[data-animated=true]{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller[data-animated=true] .scroller__inner{width:-moz-max-content;width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite}.scroller[data-direction=right]{--_animation-direction: reverse}.scroller[data-direction=left]{--_animation-direction: forwards}.scroller[data-speed=fast]{--_animation-duration: 40s}.scroller[data-speed=slow]{--_animation-duration: 45s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.scroller_img svg g path{fill:var(--color-1)}.scroller_img svg{width:35px;height:50px;-o-object-fit:contain;object-fit:contain}
