section.slider-logos-module{overflow:hidden;position:relative;z-index:1}section.slider-logos-module .container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-width:2560px;padding:0;position:relative}section.slider-logos-module .title{margin-bottom:30px;padding:0 30px;text-align:center}section.slider-logos-module .marquee{--gap:1rem;display:flex;gap:var(--gap);overflow:hidden;padding:20px 0;user-select:none;width:100%}section.slider-logos-module .marquee:nth-child(3) .marquee-content{animation:scroll 25s linear infinite}section.slider-logos-module .marquee .marquee-content{animation:scroll 30s linear infinite;display:flex;flex-shrink:0;gap:var(--gap);justify-content:space-around;min-width:100%}section.slider-logos-module .marquee .marquee-content .wrapper-img{display:flex;height:100%;max-height:35px;max-width:100%;width:200px}section.slider-logos-module .marquee .marquee-content .wrapper-img img{height:100%;object-fit:contain;object-position:center;width:100%}section.slider-logos-module .wrapper-btn{margin-top:30px;padding:0 30px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}