.Scroller{--scroller-background-color:black;--scroller-gap:1rem;background-color:var(--scroller-background-color);width:100%}.Scroller__list{display:flex;flex-wrap:wrap;gap:var(--scroller-gap)}.Scroller li{list-style:none}.Scroller[data-animated=true]{overflow:hidden;position:relative}.Scroller[data-animated=true]:after{content:"";position:absolute;inset:0;background-color:var(--scroller-background-color);-webkit-mask:linear-gradient(to right,var(--scroller-background-color),transparent 20%,transparent 80%,var(--scroller-background-color));mask:linear-gradient(to right,var(--scroller-background-color),transparent 20%,transparent 80%,var(--scroller-background-color))}.Scroller[data-animated=true] .Scroller__list{width:max-content;flex-wrap:nowrap;animation:scroll var(--scroller-duration,40s) var(--scroller-direction,forwards) linear infinite}.Scroller[data-animated=true][data-direction=right]{--scroller-direction:reverse}.Scroller[data-animated=true][data-direction=left]{--scroller-direction:forwards}@keyframes scroll{to{transform:translate(calc(-50% - var(--scroller-gap) / 2))}}.text-gradient{background:linear-gradient(90deg,oklch(66% .19 307.28deg),oklch(70% .2 19.86deg) 50%,oklch(75% .16 43.7deg) 85%,oklch(80% .15 64.42deg));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:-moz-fit-content;width:fit-content}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}.CompanySlider{padding:16px 0;background-color:#121212}.CompanySlider__item{flex-shrink:0;flex-grow:0;white-space:nowrap;display:grid;place-items:center;object-fit:contain;height:24px;width:auto;margin-block:12px}@media screen and (max-width:820px){.CompanySlider__item{margin-top:20px}}@media screen and (orientation:portrait)and (max-width:854px){.CompanySlider__item{height:22px}}@media screen and (orientation:portrait)and (max-width:500px){.CompanySlider__item{height:16px}}@media screen and (min-height:0px)and (max-height:430px)and (min-width:0px)and (max-width:932px)and (orientation:landscape){.CompanySlider__item{margin-block:4px;height:12px}}