.brands{padding:48px 0 32px;overflow:hidden;background:var(--cream);border-bottom:1px solid var(--line)}
.brands>p{max-width:1176px;margin:0 auto 24px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#7b898d}
.brand-carousel{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}
.brand-track{display:flex;width:max-content;gap:16px;animation:brand-scroll 18s linear infinite}
.partner-logo{width:215px;height:96px;display:grid;place-items:center;border:1px solid #e0e9e7;background:#fff;border-radius:7px}
.partner-logo img{max-width:132px;max-height:42px;width:auto;height:auto}
@keyframes brand-scroll{to{transform:translateX(calc(-50% - 8px))}}
.brand-carousel:hover .brand-track{animation-play-state:paused}
@media(max-width:800px){.brands{padding:38px 0 23px}.brands>p{padding:0 20px}.partner-logo{width:175px;height:82px}}
@media(prefers-reduced-motion:reduce){.brand-track{animation:none}}
