.logo-carousel-block{.inner-wrapper{max-width:unset;width:100%}.block-carousel{overflow:hidden;&.row-reverse{.block-items{animation:antiscroll var(--carousel-speed,30s) linear infinite;flex-direction:row-reverse}}&.row{.block-items{animation:scroll var(--carousel-speed,30s) linear infinite}}&:not(:first-child){padding-top:calc(var(--baseline)*5)}}.block-items{display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;width:fit-content}.item-logo{height:calc(var(--baseline)*6);max-height:calc(var(--baseline)*6);min-height:calc(var(--baseline)*6);padding:0 calc(var(--baseline)*3)}&:hover .block-items{animation-play-state:paused!important}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(var(--half-width))}}@keyframes antiscroll{0%{transform:translateX(var(--half-width))}to{transform:translateX(0)}}