.section-marquee{--size:clamp(5rem,0.5rem + 20vmin,15rem);--gap:calc(var(--size)/14);--duration:120s;--scroll-start:0;--scroll-end:calc(-100% - var(--gap));--color-bg-accent:rgba(58,76,89,.1);background:#f1f7fb;padding-bottom:80px;padding-top:40px}.section-marquee h3{margin-bottom:20px;text-align:center}.marquee{mask-image:linear-gradient(var(--mask-direction,to right),transparent,#000 20%,#000 80%,transparent);max-width:calc(100% - 20px);overflow:hidden;user-select:none;width:100%}.marquee,.marquee__group{display:flex;gap:var(--gap)}.marquee__group{align-items:center;animation:scroll-x var(--duration) linear infinite;flex-shrink:0;justify-content:space-around;min-width:100%}.marquee img{aspect-ratio:16/9;background:var(--color-bg-accent);border-radius:20px;display:grid;fill:var(--color-text);padding:calc(var(--size)/10);place-items:center;width:var(--size)}@media (prefers-reduced-motion:reduce){.marquee__group{animation-play-state:paused}}@keyframes scroll-x{0%{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}