.logo-marquee{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.logo-marquee__track{display:flex;width:max-content;align-items:center;gap:0;animation:homepage-marquee 45s linear infinite;will-change:transform}.logo-marquee--rtl .logo-marquee__track{animation-name:homepage-marquee-rtl}.logo-marquee--feature .logo-marquee__track{gap:12px;padding:8px 0}.logo-marquee--feature .feature-icon-item{flex:0 0 auto;margin:0 6px}.brand-box-single{flex:0 0 auto;width:180px;margin:0 8px}.brand-box-1.brand-box-single .brand-img-1{position:relative;left:auto;top:auto;transform:none;width:100%;height:100%}.brand-box-1.brand-box-single .brand-img-1 img,.brand-box-1.brand-box-single .brand-img-1:first-child img,.brand-box-1.brand-box-single .brand-img-1:last-child img{opacity:.75;filter:brightness(0) invert(1);transition:opacity .3s ease,transform .3s ease;transform:none;max-width:144px;height:auto}.brand-box-1.brand-box-single:hover .brand-img-1 img,.brand-box-1.brand-box-single:hover .brand-img-1:first-child img,.brand-box-1.brand-box-single:hover .brand-img-1:last-child img{opacity:1;transform:translateY(-4px)}@keyframes homepage-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes homepage-marquee-rtl{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.logo-marquee__track{animation:none;flex-wrap:wrap;width:100%;justify-content:center}}