.brand-marquee{position:relative;z-index:30;display:flex;justify-content:center;width:100%;margin-top:auto;padding:0}.brand-marquee__shell{position:relative;width:min(100% - 24px,var(--app-container));overflow:hidden;border-radius:12px;background:var(--app-surface);box-shadow:0 16px 40px rgb(0 0 0/28%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 84px,#000 calc(100% - 84px),transparent);mask-image:linear-gradient(90deg,transparent,#000 84px,#000 calc(100% - 84px),transparent)}.brand-marquee__track{display:flex;width:max-content;animation:brand-marquee-scroll 38s linear infinite;will-change:transform}.brand-marquee__shell.is-paused .brand-marquee__track,.brand-marquee__shell:hover .brand-marquee__track{animation-play-state:paused}.brand-marquee__row{display:flex;align-items:center;gap:2.75rem;margin:0;padding:1.15rem 2.2rem;list-style:none}.brand-marquee__item{display:grid;flex-shrink:0;place-items:center;height:40px}.brand-marquee__logo{display:block;height:40px;width:auto;max-width:168px;object-fit:contain;opacity:.95;pointer-events:none;user-select:none}html[data-theme=light] .brand-marquee__logo{filter:brightness(0);opacity:.88}html[data-theme=light] .brand-marquee__shell{box-shadow:var(--app-shadow)}@keyframes brand-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (min-width:640px){.brand-marquee__shell{width:min(100% - 64px,var(--app-container))}}@media (prefers-reduced-motion:reduce){.brand-marquee__track{animation:none}}@media (max-width:639px){.brand-marquee__shell{-webkit-mask-image:linear-gradient(90deg,transparent,#000 48px,#000 calc(100% - 48px),transparent);mask-image:linear-gradient(90deg,transparent,#000 48px,#000 calc(100% - 48px),transparent)}.brand-marquee__row{gap:2rem;padding:.95rem 1.5rem}.brand-marquee__item{height:34px}.brand-marquee__logo{height:34px;max-width:140px}}