.bc-logos{--bc-lap:120s;--bc-logo-w:200px;--bc-logo-h:100px;--bc-gap:26px;--bc-pad:40px;--bc-grey:.65;box-sizing:border-box;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);overflow:hidden;padding:var(--bc-pad) 0}.bc-logos *,.bc-logos :after,.bc-logos :before{box-sizing:border-box;margin:0;padding:0}.bc-logos__track{animation:bc-logos-scroll var(--bc-lap) linear infinite;display:flex;width:max-content}.bc-logos:hover .bc-logos__track{animation-play-state:paused}.bc-logos__item{align-items:center;display:flex;flex:0 0 auto;height:var(--bc-logo-h);justify-content:center;margin:0 var(--bc-gap);width:var(--bc-logo-w)}.bc-logos__item img{border:0;display:block;filter:grayscale(1);height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:var(--bc-grey);transition:filter .3s ease,opacity .3s ease;width:auto}.bc-logos__item:hover img{filter:grayscale(0);opacity:1}@keyframes bc-logos-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:700px){.bc-logos{--bc-logo-w:140px;--bc-logo-h:70px;--bc-gap:18px;--bc-lap:86s;--bc-pad:28px}}@media (prefers-reduced-motion:reduce){.bc-logos__track{animation:none}}@media (hover:none){.bc-logos__item img{filter:none;opacity:1}}