:root{--banner-gap:1rem;--banner-container-gap:2rem;--banner-time:25s;--banner-image-minwidth:20vw}@media screen and (min-width:768px){:root{--banner-gap:3rem;--banner-image-minwidth:8rem}}.banner{padding-bottom:clamp(.5rem,4vw,1.5rem);padding-top:clamp(.5rem,4vw,1.5rem)}.banner-wrapper{max-width:var(--maxwidth-full)}.banner-text{align-items:center;display:flex;gap:2rem;margin-left:auto;margin-right:auto;position:relative;.hero &{margin-top:4rem}.hero &:after,.hero &:before{background:var(--text-color);content:"";display:block;height:1px;left:0;opacity:var(--opacity-logos);position:relative;top:50%;width:100%}.hero &:after{right:0}&>*{min-width:fit-content}}.banner-images-container{align-items:center;display:flex;height:100%;justify-content:flex-start;overflow:hidden;position:relative;width:100%;.hero &{margin-top:4rem;width:auto}}.banner-images{align-items:center;display:flex;flex-wrap:nowrap;gap:var(--banner-gap);justify-content:center}.banner-type-left{animation:marquee var(--banner-time) linear infinite}.banner-type-right{animation:marquee var(--banner-time) linear infinite reverse}.banner-image{filter:saturate(0) contrast(1);& img{border-radius:0!important;flex-shrink:0;height:auto!important;min-width:var(--banner-image-minwidth);object-fit:contain;width:auto!important}}