@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}.trusted-section{background:#f5f1eb;width:100%;position:relative;overflow:hidden}.trusted-container{grid-template-columns:520px 1fr;align-items:center;gap:90px;width:100%;max-width:1400px;margin:0 auto;padding:120px 40px;display:grid}.trusted-section:before{content:"";filter:blur(100px);pointer-events:none;background:#961d121a;border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-120px}.trusted-left{z-index:2;width:100%;max-width:760px;position:relative}.trusted-tag{color:#961d12;text-transform:uppercase;letter-spacing:.35em;margin-bottom:22px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.trusted-heading{color:#111;letter-spacing:3px;text-transform:uppercase;font-family:Bebas Neue,sans-serif;font-size:50px;font-weight:500;line-height:.92}.trusted-description{color:#111111ad;max-width:100%;margin-top:30px;font-family:Inter,sans-serif;font-size:17px;line-height:1.9}.trusted-right{flex-direction:column;gap:24px;width:100%;display:flex;overflow:hidden}.logo-slide{width:100%;position:relative;overflow:hidden}.logo-track{align-items:center;gap:28px;width:max-content;animation:35s linear infinite scrollRight;display:flex}.logo-track.reverse{animation:35s linear infinite scrollLeft}.logo-slide:hover .logo-track{animation-play-state:paused}.logo-box{flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;transition:all .4s;display:flex}.logo-box:hover{transform:translateY(-6px)}.logo-box img{object-fit:contain;width:100%;height:100%;transition:all .4s;display:block}.logo-box:hover img{transform:scale(1.06)}@keyframes scrollRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:1400px){.trusted-container{grid-template-columns:460px 1fr;gap:70px}.trusted-heading{font-size:64px}}@media (max-width:1200px){.trusted-container{grid-template-columns:1fr;gap:60px;padding:100px 40px}.trusted-left{max-width:100%}.trusted-heading{font-size:62px}}@media (max-width:1024px){.trusted-container{padding:90px 30px}.trusted-heading{font-size:58px}.logo-box{width:90px;height:90px}.logo-track{gap:18px}}@media (max-width:768px){.trusted-container{gap:45px;padding:80px 20px}.trusted-heading{letter-spacing:2px;font-size:48px}.trusted-description{font-size:15px;line-height:1.8}.logo-box{width:75px;height:75px}}@media (max-width:480px){.trusted-container{padding:70px 16px}.trusted-heading{font-size:38px;line-height:1}.trusted-tag{font-size:10px}.trusted-description{font-size:14px}.logo-box{width:60px;height:60px}.logo-track{gap:12px}}
