custom-brand-logos-section{display:block;background-color:var(--brushed-steel)}.color-background-2{background-color:var(--white)}.custom-brand-logos{max-width:1200px;padding:64px 24px;margin:0 auto}@media screen and (min-width: 750px){.custom-brand-logos{padding:80px 32px}}.custom-brand-logos__header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:100%;margin:0 auto 32px;text-align:left;border-bottom:2px solid var(--deep-carbon);padding-bottom:16px}@media screen and (min-width: 750px){.custom-brand-logos__header{margin:0 auto 48px}}.custom-brand-logos__heading{margin:0;font-family:var(--font-heading-family);font-weight:800;font-size:clamp(24px,4vw,36px);line-height:1.1;text-transform:uppercase;color:var(--deep-carbon);letter-spacing:-.02em}.custom-brand-logos__subheading{max-width:60ch;margin:0;font-family:var(--font-mono-family);font-weight:400;font-size:13px;line-height:1.5;color:var(--deep-carbon);opacity:.7;text-transform:uppercase}.custom-brand-logos__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background-color:var(--machined-aluminum);border:1px solid var(--machined-aluminum);padding:0;margin:0;list-style:none}.custom-brand-logos__item{background-color:var(--white);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;height:120px}@media screen and (min-width: 750px){.custom-brand-logos__item{height:140px}}.custom-brand-logos__item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--accent-color);transform:translateY(100%);transition:transform .2s ease;z-index:2}.custom-brand-logos__item:hover:after{transform:translateY(0)}.custom-brand-logos__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;padding:24px;position:relative;z-index:1}.custom-brand-logos__img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;opacity:.5;transition:opacity .3s ease,transform .4s cubic-bezier(.1,.7,.1,1)}.custom-brand-logos__item:hover .custom-brand-logos__img{opacity:1;transform:scale(1.08)}.custom-brand-logos__placeholder{font-family:var(--font-mono-family);font-weight:700;font-size:13px;color:var(--deep-carbon);opacity:.4;text-transform:uppercase;letter-spacing:.08em;transition:opacity .2s ease}.custom-brand-logos__item:hover .custom-brand-logos__placeholder{opacity:1}
