.marquee{background-image:url(/images/landing-page-assets/Brand-Grid-Wrap-BG.jpg);background-position:bottom;display:flex;flex-wrap:nowrap;margin-bottom:40px;max-width:100vw;overflow:scroll;position:relative;scrollbar-width:none;white-space:nowrap}.marquee::-webkit-scrollbar{display:none}@media screen and (min-width:768x){.marquee .floating-wrapper{width:max-content;z-index:111}}.floating-wrapper{display:flex;flex-wrap:nowrap;padding:8px 0}.floating-bar.wrapper1{animation-name:floating1}.floating-bar.wrapper2{animation-name:floating2;margin-left:25px;position:absolute}.floating-bar{animation-duration:60s;animation-iteration-count:infinite;animation-name:floating;animation-timing-function:linear;display:flex;width:max-content}.floating-bar>*{align-items:center;display:flex;flex:0 0 180px;justify-content:center;width:180px}.floating-bar .main-menu ul>li .sub-menu-return,.floating-bar a,.main-menu ul>li .floating-bar .sub-menu-return{display:block;padding:20px}.floating-bar-item{border:1px solid #bbe0ff;border-radius:8px}.floating-bar-item a,.floating-bar-item span{display:block;padding:20px;text-align:center;width:100%}.floating-bar img{filter:grayscale(100%);margin:auto;max-height:70px;width:auto}.floating-bar-item:hover img{filter:none}@keyframes floating1{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes floating2{0%{transform:translateX(100%)}to{transform:translateX(0)}}