.logo-carousel__content-wrap{margin-bottom:3rem}.logo-carousel__carousel-wrap{overflow:hidden;position:relative}.logo-carousel__card{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding:0 2rem;transition:none;width:120px}.logo-carousel__card img{aspect-ratio:3/2;display:block;height:auto;object-fit:contain;width:100%}@media (min-width:540px){.logo-carousel__card{padding:0 2rem;width:160px}}@media (min-width:960px){.logo-carousel__card{padding:0 3rem;width:180px}.logo-carousel__content-wrap{margin-bottom:5rem}}@media (min-width:1280px){.logo-carousel__card{width:200px}}.logo-carousel__carousel-wrap:after,.logo-carousel__carousel-wrap:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:80px;z-index:2}.logo-carousel__carousel-wrap:before{background:linear-gradient(to right,var(--c-white),transparent);left:0}.logo-carousel__carousel-wrap:after{background:linear-gradient(to left,var(--c-white),transparent);right:0}.bg-aqua .logo-carousel__carousel-wrap:before{background:linear-gradient(to right,var(--aqua-mist),transparent)}.bg-aqua .logo-carousel__carousel-wrap:after{background:linear-gradient(to left,var(--aqua-mist),transparent)}