.partners-module{background-color:var(--color-background-secondary);color:var(--color-on-background-secondary,inherit)}.partners-module .partners-wrapper{display:flex;align-items:center;justify-content:center;gap:4rem;width:100%}.partners-module .partners-wrapper .title{white-space:nowrap;font-size:2rem}.partners-module .partners-track-outer{--partners-scroll-width:0px;overflow:hidden;width:100%}.partners-module .partners-track-outer.is-scrolling{flex:1;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}.partners-module .partners-track{display:flex;flex-wrap:nowrap;align-items:center;gap:4rem;width:max-content}.partners-module .partners-track-outer.is-static{width:auto;flex:0 1 auto}.partners-module .partners-track-outer.is-static .partners-track{animation:none;width:auto;flex-wrap:nowrap;justify-content:center}@keyframes partners-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-1 * var(--partners-scroll-width)))}}.partners-module .partners-track-outer.is-scrolling .partners-track{animation:partners-marquee 20s linear infinite}.partners-module .partners-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.partners-module .partners-logo img{max-height:96px;width:auto;object-fit:contain;display:block;filter:brightness(.7) grayscale(1);transition:filter .3s ease;pointer-events:auto;user-select:none;-webkit-user-drag:none}.partners-module .partners-logo img:hover{filter:none}@media (max-width:768px){.partners-module .partners-wrapper{flex-direction:column;gap:2rem;text-align:center}.partners-module .partners-track{gap:2rem}}