:root{--theme-bg:#1b2d37;--theme-heading:#fff;--theme-text:#cad5e2;--btn-text:#5dd6d0}.theme-light{--theme-bg:#fff;--theme-heading:#1b2d37;--theme-text:#47616f;--btn-text:#47616f}.block-logos-carousel{overflow:hidden;padding:0}.block-logos-carousel__heading{font-size:14px;padding-bottom:0}@media(min-width:992px){.block-logos-carousel__heading{font-size:16px}}.block-logos-carousel__wrapper{animation:logos-marquee 30s linear infinite;display:flex;gap:48px;will-change:transform}.block-logos-carousel__wrapper:focus-within,.block-logos-carousel__wrapper:hover{animation-play-state:paused}.block-logos-carousel__list{align-items:center;display:flex;flex-shrink:0;gap:48px}.block-logos-carousel__item{flex-shrink:0}.block-logos-carousel__item img{filter:brightness(0) invert(1);height:46px;opacity:.6;transition:opacity .2s ease;width:auto}.block-logos-carousel__item img:hover{opacity:1}section.block-logos-carousel{padding:24px 0}@media(min-width:992px){section.block-logos-carousel{padding:70px 0}}@keyframes logos-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.theme-light .block-logos-carousel__heading{color:var(--theme-heading)}.theme-light .block-logos-carousel__item img{filter:grayscale(1) brightness(.7)}