.companyLogoBox{position:relative;width:80px;aspect-ratio:1/1}@media(min-width:769px){.companyLogoBox{width:150px}}.companyLogoImg{-o-object-fit:contain;object-fit:contain}.company_container,.marquee{width:100%;overflow-x:hidden}.marquee{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;--gap:2rem}.marquee-row{display:flex;flex-wrap:nowrap;width:-moz-max-content;width:max-content;will-change:transform;animation:marquee-left var(--duration,26s) linear infinite}.marquee-row.row-2{animation-name:marquee-right}.marquee-group{display:flex;flex-wrap:nowrap;gap:var(--gap);position:relative}.marquee-group:after{content:""}.marquee-item{flex:0 0 auto}.marquee:hover .marquee-row{animation-play-state:paused}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media(max-width:1000px){.marquee{touch-action:pan-y;overscroll-behavior-x:contain;-webkit-overflow-scrolling:auto}}.skeleton{overflow:hidden}.skeleton-row{height:120px;border-radius:16px;background:linear-gradient(90deg,#f3f3f3,#ececec,#f3f3f3);background-size:200% 100%;animation:shine 1.2s linear infinite}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.featureOn__scroller{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.featureOn__scroller::-webkit-scrollbar{display:none}.featureOn__scroller{cursor:grab}.featureOn__scroller.is-dragging{cursor:grabbing}