.scroller{-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);overflow:hidden}.scroller__inner{display:flex;gap:3rem;width:-moz-max-content;width:max-content;flex-wrap:nowrap}.scroller[data-animated=true] .scroller__inner{animation:scroll 96s linear infinite}@keyframes scroll{to{transform:translate(calc(-50% - 1.5rem))}}.logo-item{width:150px;height:60px;-o-object-fit:contain;object-fit:contain}