.customers{margin:88px 0}.customers__header{padding-bottom:20px}.customers__tabs{align-items:flex-start;display:flex;gap:10px;margin-bottom:20px}.customers__tabs-track{align-items:center;display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.customers__tabs-track::-webkit-scrollbar{display:none}.customers__tab{align-items:center;background-color:rgba(75,73,191,.1);border:2px solid rgba(75,73,191,.2);border-radius:10px;color:var(--color-purple-blue);cursor:pointer;display:flex;flex-shrink:0;font-family:var(--font-body);font-size:16px;font-weight:700;justify-content:center;letter-spacing:.3px;line-height:1.5;padding:12px 20px;scroll-snap-align:start;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.customers__tab:hover{background-color:rgba(75,73,191,.18);border-color:rgba(75,73,191,.35)}.customers__tab--active{color:var(--color-white)}.customers__tab--active,.customers__tab--active:hover{background-color:var(--color-purple-blue);border-color:var(--color-purple-blue)}.customers__nav{align-items:center;display:flex;flex-shrink:0;gap:0}.customers__nav-btn{align-items:center;background-color:var(--color-yellow);border:none;border-radius:0;color:var(--color-black);cursor:pointer;display:flex;height:52px;justify-content:center;padding:0;transition:opacity .2s ease;width:34px}.customers__nav-btn--prev{border-radius:10px 0 0 10px}.customers__nav-btn--next{border-radius:0 10px 10px 0}.customers__nav-btn:hover{opacity:.85}.customers__nav-btn svg{display:block}.customers__panel{display:none}.customers__panel--active{display:block}.customers__quote-card{background:transparent;padding:40px;position:relative;width:100%}.customers__quote-accent{display:none}.customers__quote-bg-knotch{inset:0;pointer-events:none;position:absolute}.customers__quote-bg-knotch svg{display:block;height:100%;width:100%}.customers__quote-content{display:flex;flex-direction:column;gap:22px;position:relative;z-index:2}.customers__quote-icon{align-items:center;display:flex;flex-shrink:0;height:30px;justify-content:center;width:43px}.customers__quote-icon svg{display:block}.customers__quote-text{border:none;font-size:20px;font-weight:500;letter-spacing:0;padding:0}.customers__quote-author,.customers__quote-text{color:var(--color-secondary-dark-gray);font-family:var(--font-body);line-height:1.5;margin:0}.customers__quote-author{font-size:16px;letter-spacing:.3px}.customers__quote-author-name{font-weight:700}.customers__quote-author-title{font-weight:400}@media (max-width:1024px){.customers{margin:66px 0}.customers__tabs{flex-wrap:nowrap}.customers__tabs-track{overflow-x:auto;padding-bottom:8px;scrollbar-color:var(--color-purple-blue) transparent;scrollbar-width:thin}.customers__tabs-track::-webkit-scrollbar{display:block;height:4px}.customers__tabs-track::-webkit-scrollbar-track{background:transparent}.customers__tabs-track::-webkit-scrollbar-thumb{background-color:var(--color-purple-blue);border-radius:4px}.customers__quote-bg-knotch{display:none}.customers__quote-card{background-color:var(--color-off-white);border:2px solid var(--color-purple-blue);border-radius:20px;border-top:4px solid var(--color-purple-blue);padding:32px}.customers__quote-text{font-size:18px}}@media (max-width:767px){.customers{margin:44px 0}.customers__header{padding-bottom:16px}.customers__tabs{margin-bottom:16px}.customers__tab{border-radius:8px;font-size:14px;padding:10px 16px}.customers__nav-btn{height:45px;width:28px}.customers__nav-btn--prev{border-radius:8px 0 0 8px}.customers__nav-btn--next{border-radius:0 8px 8px 0}.customers__nav-btn svg{height:16px;width:16px}.customers__quote-card{border-radius:14px;padding:24px}.customers__quote-content{gap:16px}.customers__quote-icon{height:40px;width:40px}.customers__quote-icon svg{height:20px;width:22px}.customers__quote-text{font-size:16px}.customers__quote-author{font-size:14px}}