.c-logo-bar{margin:0 auto;max-width:var(--max-w);padding:0 var(--sp-32)}.c-logo-bar__label{color:var(--c-text-sub);font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:var(--sp-40,40px);text-align:center;text-transform:uppercase}.c-logo-bar__row{align-items:center;display:grid;gap:var(--sp-48);grid-template-columns:repeat(5,1fr)}.c-logo-bar__row[data-cols="1"]{grid-template-columns:1fr}.c-logo-bar__row[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.c-logo-bar__row[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.c-logo-bar__row[data-cols="4"]{grid-template-columns:repeat(4,1fr)}.c-logo-bar__row[data-cols="5"]{grid-template-columns:repeat(5,1fr)}.c-logo-bar__row[data-cols="6"]{grid-template-columns:repeat(6,1fr)}.c-logo-bar__row[data-cols="7"]{grid-template-columns:repeat(7,1fr)}.c-logo-bar__row[data-cols="8"]{grid-template-columns:repeat(8,1fr)}.c-logo-bar__item{align-items:center;display:flex;height:84px;justify-content:center;transition:filter .2s ease,opacity .2s ease}.c-logo-bar__item img{max-height:100%;max-width:100%;object-fit:contain;transition:opacity .2s ease}a.c-logo-bar__item:hover img{opacity:.85}.c-logo-bar__placeholder{align-items:center;border:1.5px dashed var(--c-border);color:var(--c-text-sub);display:flex;font-size:.8333rem;font-weight:700;height:84px;justify-content:center;line-height:1.3;padding:4px 12px;text-align:center;width:100%}@media (max-width:767px){.c-logo-bar__row[data-cols="1"],.c-logo-bar__row[data-cols="2"],.c-logo-bar__row[data-cols="3"],.c-logo-bar__row[data-cols="4"],.c-logo-bar__row[data-cols="5"],.c-logo-bar__row[data-cols="6"],.c-logo-bar__row[data-cols="7"],.c-logo-bar__row[data-cols="8"]{gap:var(--sp-24);grid-template-columns:repeat(2,1fr)}}