.auth-testimonials{width:min(838px,calc(100% - 96px));max-width:100%}.auth-testimonials__frame{position:relative}.auth-testimonials__stack{display:grid}.auth-testimonials__stack>.auth-testimonial{grid-area:1/1;height:100%}.auth-testimonial{display:flex;flex-direction:column;background:#fff;border:1px solid var(--rule);border-radius:8px;padding:34px;box-shadow:0 24px 60px -30px rgba(0,0,0,.25);box-sizing:border-box}.auth-testimonial[data-active=false]{visibility:hidden;pointer-events:none}.auth-testimonial__top{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px;padding-right:120px}.auth-testimonial__logo{display:block;width:auto;object-fit:contain}.auth-testimonial__logo-text{font-size:18px;font-weight:600;line-height:1.2;color:var(--pitch)}.auth-testimonial__nav{position:absolute;top:34px;right:34px;z-index:1;display:flex;align-items:center;gap:12px;flex:none}.auth-testimonial__count{font-size:15px;color:var(--ink)}.auth-testimonial__arrow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:var(--pitch);cursor:pointer}.auth-testimonial__arrow:disabled{color:var(--muted);cursor:default}.auth-testimonial__quote{margin:25px 0 0;font-size:18px;line-height:1.4;font-weight:500;color:var(--pitch)}.auth-testimonial__author{display:flex;gap:16px;margin-top:auto;padding-top:32px}.auth-testimonial__author>div{padding-top:10px}.auth-testimonial__photo,.auth-testimonial__photo-placeholder{width:96px;height:96px;border-radius:4px;flex:none;object-fit:cover}.auth-testimonial__photo-placeholder{background:var(--black-10)}.auth-testimonial__name{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:var(--pitch)}.auth-testimonial__role{margin:4px 0 0;font-size:16px;line-height:1.35;color:var(--muted)}.auth-testimonial__companies{display:flex;justify-content:space-between;gap:12px;width:100%;margin-top:40px;padding:0;border:none;background:none}.auth-testimonial__company{border:none;background:transparent;padding:8px 40px;border-radius:999px;font:inherit;font-size:15px;color:var(--muted);cursor:pointer}.auth-testimonial__company:focus-visible,.auth-testimonial__company:hover{background:var(--black-10);outline:none}.auth-testimonial__company.is-active{color:var(--pitch)}.auth-testimonials-section{margin:0 auto 5rem}.auth-testimonials-section .auth-testimonials{width:min(1144px,100%);margin:0 auto}@media (max-width:720px){.auth-testimonials-section{margin-bottom:3.5rem}.auth-testimonials-section .auth-testimonial__companies{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px}.auth-testimonials-section .auth-testimonial__company{padding:8px 16px}}