.testimonial-carousel{align-items:center;display:flex;flex-direction:column;gap:48px;width:100%}.testimonial-carousel__wrapper{align-items:center;display:flex;gap:24px;justify-content:space-between;position:relative;width:100%}.testimonial-carousel__content{max-width:768px;width:100%}.testimonial-carousel__slides{display:grid;grid-template-areas:"slide";width:100%}.testimonial-carousel__slide{align-items:center;display:flex;flex-direction:column;gap:32px;grid-area:slide;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%}.testimonial-carousel__slide.active{opacity:1;pointer-events:auto;visibility:visible}.testimonial__quote{display:-webkit-box;font-family:Inter,sans-serif;font-size:1.1rem;font-style:italic;font-weight:400;-webkit-line-clamp:6;line-height:1.5rem;margin:0;max-width:768px;text-align:center;-webkit-box-orient:vertical;overflow:hidden}.testimonial__author{align-items:center;display:flex;flex-direction:column;gap:16px;max-width:300px}.testimonial__author-icon{align-items:center;border-radius:99999px;display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.testimonial__author-icon img{aspect-ratio:1/1;display:block;width:100%}.testimonial__author-details{align-items:center;display:flex;flex-direction:column;text-align:center}.testimonial__author-name{font-weight:600;margin:0}.testimonial__author-source{margin:0}.testimonial-carousel__arrow{align-items:center;border-radius:99999px;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:12px;width:48px}.testimonial-carousel__arrow svg{display:block;height:24px;width:24px}.testimonial-carousel__dots{display:flex;gap:8px;justify-content:center}.testimonial-carousel__dot{background-color:#d1d4de;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background-color .2s ease;width:8px}.testimonial-carousel__dot.active{background-color:var(--fg_primary,#0a0b10)}.testimonial-carousel__dot:hover{background-color:#6c757d}@media (max-width:575px){.testimonial-carousel{gap:32px}.testimonial-carousel__wrapper{gap:16px}.testimonial-carousel__arrow{height:40px;padding:8px;width:40px}.testimonial-carousel__arrow svg{height:20px;width:20px}}