.gp-logo-marquee{overflow:hidden;width:100%}.gp-logo-marquee__track{align-items:center;animation:marquee var(--marquee-duration,60s) linear infinite;display:flex;gap:var(--space-12,48px);width:max-content}.gp-logo-marquee__item{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:120px}.gp-logo-marquee__item img{height:auto;max-height:40px;object-fit:contain;width:auto}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(var(--marquee-translate,-50%))}}@media (prefers-reduced-motion:reduce){.gp-logo-marquee__track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}}.gp-logo-marquee:hover .gp-logo-marquee__track{animation-play-state:paused}