.brands-section{width:100%;padding:2.5rem 0}.brands-container{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}.brands-title{text-align:center;color:#4c4c4c;font-size:1.125rem;font-weight:var(--weight-medium);line-height:1.4}.brands-desktop-only{margin-top:2.5rem;display:none}.brands-static-row{justify-content:center;align-items:center;gap:2rem;display:flex}.brands-static-row-second{margin-top:3rem}.brands-mobile-only{margin-top:2rem}.brands-marquee-outer{width:100%;overflow:hidden}.brands-marquee-outer-second{margin-top:1.5rem}.brands-marquee-track{will-change:transform;align-items:center;gap:2.75rem;width:max-content;display:flex}.brands-marquee-item{white-space:nowrap;flex:none;justify-content:center;align-items:center;display:inline-flex}.brands-brand-image{object-fit:contain;opacity:.95;display:block}.brands-marquee-left{animation:20s linear infinite brands-left}.brands-marquee-right{animation:22s linear infinite brands-right}@keyframes brands-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes brands-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (min-width:768px){.brands-section{padding:3.5rem 0}.brands-title{font-size:1.375rem}}@media (min-width:1024px){.brands-desktop-only{display:block}.brands-mobile-only{display:none}}@media (prefers-reduced-motion:reduce){.brands-marquee-left,.brands-marquee-right{animation:none;transform:none}}
