.ToolsTicker_section{background-color:var(--bg-light);text-align:center;padding:4rem 0;overflow:hidden}.ToolsTicker_title{font-size:clamp(var(--font-size-2-5xl),2.6vw,var(--font-size-5xl-hero));color:var(--text-description);margin-bottom:1rem;font-weight:400;line-height:1.2}.ToolsTicker_subtitle{font-size:clamp(var(--font-size-sm),.9vw,var(--font-size-base));color:#0c0407;max-width:900px;margin:0 auto 3rem;line-height:1.6}.ToolsTicker_tickerContainer{flex-direction:column;gap:1rem;width:100%;margin-top:2rem;display:flex;position:relative;overflow:hidden}.ToolsTicker_tickerRow{width:100%;display:flex;position:relative;overflow:hidden}.ToolsTicker_tickerRow:before,.ToolsTicker_tickerRow:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.ToolsTicker_tickerRow:before{left:0}.ToolsTicker_tickerRow:after{right:0}.ToolsTicker_tickerTrack{will-change:transform;gap:1rem;width:max-content;display:flex}.ToolsTicker_scrollLeft{animation:15s linear infinite scrollLeft}.ToolsTicker_scrollRight{animation:15s linear infinite scrollRight}.ToolsTicker_iconWrapper{background:var(--white);border-radius:6px;justify-content:center;align-items:center;width:150px;height:80px;transition:transform .3s;display:flex;position:relative;box-shadow:0 2px 4px #00000005}.ToolsTicker_iconImage{object-fit:fill;padding:5px}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-25%)}}@keyframes scrollRight{0%{transform:translate(-25%)}to{transform:translate(0)}}@media (max-width:768px){.ToolsTicker_subtitle{padding:0 1rem}.ToolsTicker_iconWrapper{width:140px;height:80px}.ToolsTicker_tickerTrack{gap:1rem}.ToolsTicker_section{padding:0 0 4rem}}
