.marquee{position:relative;display:flex;overflow:hidden}.marquee:after{content:"";position:absolute;inset:0;pointer-events:none}.marquee__title{margin:0 auto 24px;max-width:560px;text-align:center}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__title{margin-bottom:32px}}@media only screen and (min-width:1141px){.marquee__title{margin-bottom:32px}}.marquee__track{display:flex;align-items:stretch;animation:scroll 60s linear infinite;gap:80px}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__track{gap:84px}}@media only screen and (min-width:1141px){.marquee__track{gap:100px}}.marquee__track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee__track--with-border{gap:32px}.marquee__track--with-separator{gap:28px}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__track--with-separator{gap:40px}}@media only screen and (min-width:1141px){.marquee__track--with-separator{gap:40px}}.marquee__track--desktop-only{display:none}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__track--desktop-only{display:flex}}@media only screen and (min-width:1141px){.marquee__track--desktop-only{display:flex}}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__track--mobile-only{display:none}}@media only screen and (min-width:1141px){.marquee__track--mobile-only{display:none}}.marquee__track--static{justify-content:center;animation:none}@media only screen and (min-width:768px)and (max-width:1140px){.marquee__track--static{gap:48px}}@media only screen and (min-width:1141px){.marquee__track--static{gap:60px}}.marquee--light:after{background-image:linear-gradient(90deg,#FFF 0,transparent 30%,transparent 70%,#FFF)}.marquee--gray .marquee-item img{opacity:.4}.marquee--gray:after{background-image:linear-gradient(90deg,#F3F6F6 0,transparent 30%,transparent 70%,#F3F6F6)}.marquee--dark .marquee-item img{opacity:.5;filter:grayscale(0) invert(1)}.marquee--dark .marquee-item img:hover{filter:invert(1)}.marquee--dark:after{background-image:linear-gradient(90deg,#242424 0,transparent 30%,transparent 70%,#242424)}.marquee--gradient .marquee-item img{opacity:.4}.marquee--gradient:after{background-image:linear-gradient(90deg,#EEF1F2 0,transparent 30%,transparent 70%,#EEF1F2)}.marquee--static{flex-direction:column}@media only screen and (min-width:768px)and (max-width:1140px){.marquee--static{overflow:visible}}@media only screen and (min-width:1141px){.marquee--static{overflow:visible}}.marquee--static:after{display:none}.marquee--static .marquee-item{display:flex;flex:0 0 98px;justify-content:center;align-items:center;height:96px;min-width:98px}@media only screen and (min-width:1141px){.marquee--static .marquee-item{flex-basis:180px;height:176px;min-width:180px}}.marquee--static .marquee-item img{width:auto;height:auto;max-width:100%;max-height:100%;opacity:1;filter:none}.marquee--static .marquee-item img:hover{opacity:1;filter:none}.marquee--static .marquee-item.marquee-item--with-border{flex-direction:column-reverse;justify-content:space-between;padding:8px;gap:4px}@media only screen and (min-width:1141px){.marquee--static .marquee-item.marquee-item--with-border{padding:16px;gap:8px}}.marquee--static .marquee-item.marquee-item--with-border img{max-height:56px}@media only screen and (min-width:1141px){.marquee--static .marquee-item.marquee-item--with-border img{max-height:100px}}.marquee--static .marquee__track--mobile-only{gap:12px}.marquee-item img{width:auto;opacity:.2;filter:grayscale(100%);transition:filter .3s ease-in-out,opacity .3s ease-in-out}@media only screen and (max-width:767px){.marquee-item img{min-height:48px}}.marquee-item img:hover{opacity:1;filter:grayscale(0)}.marquee-item--with-border{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;gap:16px;min-width:190px;border:1px solid rgba(36,36,36,.1);border-radius:10px}@media only screen and (min-width:768px)and (max-width:1140px){.marquee-item--with-border{gap:16px}}@media only screen and (min-width:1141px){.marquee-item--with-border{gap:16px}}.marquee-item--with-border img{max-width:96px;max-height:24px;opacity:1;filter:none}.marquee-item--simple-text{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;min-width:-moz-fit-content;min-width:fit-content}.marquee--black .marquee-item--with-border,.marquee--dark .marquee-item--with-border{border-color:rgba(255,255,255,.4)}
