.np-two-col-box{--first-col-width-px:17.5rem;--first-col-width-perc:33.3333333333%;display:flex;flex-direction:column;gap:1.5rem 4rem}.np-logo-item{border:1px solid var(--np-color-gray-200);background:#fff;padding:.5em;position:relative;display:grid;place-items:center}.np-logo-item::before{content:"";display:block;padding-bottom:100%;grid-area:1/1/2/2}.np-logo-item__inner{width:100%;grid-area:1/1/2/2}.np-logo-item img{-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto;margin:auto}.np-logo-item img[src$=".jpg"],.np-logo-item img[src$=".png"]{mix-blend-mode:multiply}@media (min-width:64em){.np-two-col-box{display:grid;grid-template-columns:minmax(var(--first-col-width-px),var(--first-col-width-perc)) 1fr;align-items:start}.np-two-col-box__header.is-sticky{position:-webkit-sticky;position:sticky;top:.25rem}.np-two-col-box__header>*{max-width:var(--first-col-width-px)}.np-logoes__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(124px,1fr));grid-gap:1rem;width:100%}}@media (max-width:63.99em){.np-logo-item{width:7.5rem}}