.customer-logo-marquee{position:relative;min-width:0}.customer-logo-viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 24px,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(90deg,transparent,#000 24px,#000 calc(100% - 24px),transparent)}.customer-logo-track{display:flex;width:-moz-max-content;width:max-content;animation:customer-logo-scroll 100s linear infinite}.customer-logo-group{display:flex;align-items:center;flex-shrink:0;gap:3rem;margin:0;padding:.5rem 3rem .5rem 0;list-style:none}.customer-logo-group li{display:flex;align-items:center;justify-content:center;width:150px;height:48px}.customer-logo-group img{width:100%;height:48px;max-width:150px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);opacity:.8;transition:filter .16s ease,opacity .16s ease}.customer-logo-group img:hover{filter:none;opacity:1}.customer-logo-group .customer-logo-padded{overflow:hidden}.customer-logo-padded img{height:auto;transform:scale(1.1)}.customer-logo-marquee:focus-visible{outline:2px solid #0f766e;outline-offset:4px;border-radius:4px}.customer-logo-marquee:focus-within .customer-logo-track,.customer-logo-marquee:hover .customer-logo-track{animation-play-state:paused}@keyframes customer-logo-scroll{to{transform:translateX(-50%)}}@media (max-width:767px){.customer-logo-group{gap:2rem;padding-right:2rem}.customer-logo-group li{width:125px}.customer-logo-group img{max-width:125px}}@media (prefers-reduced-motion:reduce){.customer-logo-track{width:100%;animation:none}.customer-logo-viewport{-webkit-mask-image:none;mask-image:none}.customer-logo-group{width:100%;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:0}.customer-logo-group[aria-hidden]{display:none}.customer-logo-group img{transition:none}}