.brands-marquee-section{padding:140px 0;overflow:hidden;background:transparent}.brands-marquee-section .section-heading{margin-bottom:60px}.brands-marquee-section .section-heading .title{margin:20px 0 0}.brands-marquee-section .section-heading .line{display:block!important;margin:0!important;border:0!important;border-top:2px solid var(--primary-color)!important;width:40px!important;height:0!important}.marquee-container{display:flex;flex-direction:column;gap:30px}.marquee-line{display:flex;overflow:hidden;user-select:none;gap:0}.marquee-content{display:flex;align-items:center;gap:50px;animation-timing-function:linear;animation-iteration-count:infinite}.marquee-line:first-child .marquee-content{animation:a 40s linear infinite}.marquee-line:last-child .marquee-content{animation:b 40s linear infinite}@keyframes a{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes b{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.brand-item{gap:50px;flex-shrink:0}.brand-item,.brand-logo{display:flex;align-items:center}.brand-logo{height:40px;width:auto;opacity:1;transition:opacity .3s ease}.brand-logo img,.brand-logo svg{height:40px;width:auto;max-height:40px;max-width:125px;object-fit:contain}.brand-logo svg path,.brand-logo svg text{fill:var(--title-color)!important}.brand-logo img{filter:brightness(0)!important;opacity:1}body.dark-mode .brand-logo img{filter:brightness(0) invert(1)!important;opacity:1}.brand-logo:hover{opacity:.8}.brand-separator{width:8px;height:8px;flex-shrink:0;opacity:.6}.separator-square{width:6px;height:6px;transform:rotate(45deg)}.separator-circle,.separator-square{background:transparent;border:2px solid var(--primary-color)}.separator-circle{border-radius:50%}.separator-triangle{width:0;height:0;background:transparent;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:12px solid var(--primary-color);position:relative}.separator-triangle:before{content:"";position:absolute;width:0;height:0;border-left:4.5px solid transparent;border-right:4.5px solid transparent;border-bottom:8px solid var(--body-bg);top:3px;left:50%;transform:translateX(-50%)}body.dark-mode .separator-triangle:before{border-bottom-color:var(--body-bg)}.separator-cross{position:relative;background:transparent;width:12px;height:12px;transform:rotate(45deg)}.separator-cross:after,.separator-cross:before{content:"";position:absolute;background:var(--primary-color)}.separator-cross:before{width:12px;height:2px;top:50%;left:0;transform:translateY(-50%)}.separator-cross:after{width:2px;height:12px;left:50%;top:0;transform:translateX(-50%)}.marquee-line:hover .marquee-content{animation-play-state:paused}.marquee-container:focus-within .marquee-content{animation-play-state:paused}@media (max-width:959px){.brand-logo{height:35px;max-width:120px}.brand-logo img,.brand-logo svg{height:35px;max-height:35px;max-width:120px}.brand-item,.marquee-content{gap:30px}.brands-marquee-section{padding:80px 0}.marquee-line:first-child .marquee-content{animation:a 50s linear infinite}.marquee-line:last-child .marquee-content{animation:b 50s linear infinite}}@media (max-width:640px){.brand-logo{height:28px;max-width:100px}.brand-logo img,.brand-logo svg{height:28px;max-height:28px;max-width:100px}.brand-item,.marquee-content{gap:25px}.brands-marquee-section{padding:60px 0}.marquee-line:first-child .marquee-content{animation:a 60s linear infinite}.marquee-line:last-child .marquee-content{animation:b 60s linear infinite}}