.marquee-wrap{position:relative;margin-top:0}.marquee-viewport,.marquee-wrap{width:100%;overflow:hidden}.marquee-track{display:flex;align-items:center;gap:56px;width:max-content;animation:marquee-scroll 36s linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.marquee-logo-item{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.marquee-logo-img{display:block;width:auto;max-height:var(--marquee-logo-max-height,68px);object-fit:contain;object-position:center}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.marquee-wrap--light .marquee-fade-left{left:0;background:linear-gradient(90deg,#ffffff 0,transparent)}.marquee-wrap--light .marquee-fade-right{right:0;background:linear-gradient(270deg,#f0f7ff 0,transparent)}.marquee-wrap--dark .marquee-fade-left{left:0;background:linear-gradient(to right,var(--spectrus-client-logos-bg,var(--page-bg,#0a1628)) 0,transparent 100%)}.marquee-wrap--dark .marquee-fade-right{right:0;background:linear-gradient(to left,var(--spectrus-client-logos-bg,var(--page-bg,#0a1628)) 0,transparent 100%)}.marquee-logo-item .vs-h2h-logo-shell{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;height:auto;min-width:0;max-width:none;padding:0;border-radius:10px;background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.1);overflow:visible;box-sizing:border-box}.marquee-logo-item .vs-h2h-logo-shell--bare{background:transparent;box-shadow:none;padding:0}.marquee-logo-item .marquee-logo-img--hidden,.marquee-logo-item .vs-h2h-logo--hidden{display:none!important}.marquee-logo-item .vs-h2h-logo-tile{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 10px;border-radius:inherit;background:#fff;color:#334155;font-size:16px;font-weight:800;line-height:1}.marquee-logo-item .vs-h2h-logo-tile--show{display:inline-flex}@media (max-width:768px){.marquee-logo-img{max-height:min(var(--marquee-logo-max-height,68px),44px)}.marquee-track{gap:40px}}