.testimonial-carousel{position:relative;width:100%;margin:0 auto;padding:80px 0 40px;background:rgb(var(--color-background));overflow:hidden}.testimonial-carousel__headline{position:relative;z-index:5;font-family:var(--font-heading-family),sans-serif;font-size:40px;font-weight:300;line-height:50px;color:rgb(var(--color-foreground));margin:0 0 60px;text-align:center;letter-spacing:.06em;opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1)}.testimonial-carousel__headline.is-visible{opacity:1;transform:translateY(0)}.testimonial-carousel__counter{position:relative;max-width:900px;margin:5px auto 0;z-index:5;display:flex;align-items:baseline;justify-content:flex-end;gap:4px}.testimonial-carousel__counter-current{font-family:var(--font-body-family),sans-serif;font-size:40px;line-height:40px;color:rgb(var(--color-foreground))}.testimonial-carousel__counter-total{font-family:var(--font-body-family),sans-serif;font-size:18px;line-height:30px;color:rgba(var(--color-foreground),.4)}.testimonial-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:15;width:32px;height:60px;cursor:pointer;opacity:.6;transition:opacity .35s ease;background:none;border:none;padding:0}.testimonial-carousel__arrow:hover{opacity:1}.testimonial-carousel__arrow svg{fill:rgb(var(--color-foreground));width:100%;height:100%;overflow:visible}.testimonial-carousel__arrow--next svg{transform:rotate(180deg)}.testimonial-carousel__arrow svg rect:nth-child(1){width:28px;height:2px;transition:width .3s ease}.testimonial-carousel__arrow svg rect:nth-child(2){width:2px;height:28px;transition:height .3s ease}.testimonial-carousel__arrow svg rect:nth-child(3){width:2px;height:0;transition:height .3s ease}.testimonial-carousel__arrow:hover svg rect:nth-child(1){width:10px}.testimonial-carousel__arrow:hover svg rect:nth-child(2){height:10px}.testimonial-carousel__arrow:hover svg rect:nth-child(3){height:60px}.testimonial-carousel__arrow--prev{left:20px}.testimonial-carousel__arrow--next{right:20px}.testimonial-carousel__track{position:relative;width:100%;height:450px;z-index:1}.testimonial-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;will-change:opacity,transform;z-index:1}.testimonial-carousel__slide.is-active{opacity:1;pointer-events:auto;z-index:2;transition:opacity .6s ease}.testimonial-carousel__slide.is-leaving{opacity:1;pointer-events:none;z-index:1;animation:tc-slideOut .8s ease forwards}@keyframes tc-slideOut{to{transform:translate(-100%);opacity:0}}.testimonial-carousel__slide.is-next{opacity:0;pointer-events:none}.testimonial-carousel__card{display:flex;flex-direction:row;align-items:center;max-width:900px;width:100%;margin:0 auto;background:transparent;border:none}.testimonial-carousel__text-col{flex:1;padding:0 60px 0 0;display:flex;flex-direction:column;justify-content:center}.testimonial-carousel__quote{font-family:var(--font-body-family),sans-serif;font-size:22px;font-weight:300;line-height:38px;color:rgba(var(--color-foreground),.85);margin:0 0 40px}.testimonial-carousel__name{font-family:var(--font-body-family),sans-serif;font-size:18px;font-weight:400;letter-spacing:.04em;line-height:28px;color:rgb(var(--color-foreground));margin:0}.testimonial-carousel__role{font-family:var(--font-body-family),sans-serif;font-size:11px;letter-spacing:3px;line-height:22px;color:rgba(var(--color-foreground),.45);text-transform:uppercase;margin:4px 0 0}.testimonial-carousel__avatar-col{flex:0 0 auto;display:flex;align-items:center;justify-content:center;position:relative;padding:0;gap:0}.testimonial-carousel__avatar{width:340px;height:340px;border-radius:50%;object-fit:cover}.testimonial-carousel__quote-icon{position:absolute;bottom:30px;left:-40px;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;overflow:hidden}.testimonial-carousel__quote-icon svg{width:100%;height:100%;display:block}.testimonial-carousel__arrows-mobile{display:none}.testimonial-carousel__bullets{position:relative;z-index:5;display:flex;justify-content:center;gap:10px;margin:56px auto 0}.testimonial-carousel__bullet{flex:0 0 80px;width:80px;height:18px;border-radius:0;border:none;background:transparent;cursor:pointer;padding:8px 0;position:relative;outline:none;-webkit-tap-highlight-color:transparent}.testimonial-carousel__bullet:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:2px;background:rgba(var(--color-foreground),.2)}.testimonial-carousel__bullet:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleX(var(--tc-fill, 0));transform-origin:left center;height:2px;width:100%;background:rgb(var(--color-foreground));opacity:.9;will-change:transform;z-index:1}.testimonial-carousel__bullet.is-done:after{--tc-fill: 1}.testimonial-carousel__bullet:hover:before{background:rgba(var(--color-foreground),.4)}@media screen and (max-width:999px){.testimonial-carousel{padding:60px 0 90px}.testimonial-carousel__track{height:auto;min-height:0}.testimonial-carousel__slide{position:relative;height:auto;display:none}.testimonial-carousel__slide.is-active{display:flex;opacity:1}.testimonial-carousel__slide.is-leaving{position:absolute;top:0;left:0;width:100%;height:auto;display:flex}.testimonial-carousel__headline{margin:0 0 40px;font-size:32px;line-height:42px}.testimonial-carousel__counter{display:none}.testimonial-carousel__arrow--prev{left:10px}.testimonial-carousel__arrow--next{right:10px}.testimonial-carousel>.testimonial-carousel__arrow{display:none}.testimonial-carousel__arrows-mobile{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:30px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow{position:static;transform:none;display:inline-flex;width:20px;height:36px;opacity:1}.testimonial-carousel__card{flex-direction:column;max-width:100%;margin:0 auto;padding:0 40px}.testimonial-carousel__avatar-col{order:-1;flex:0 0 auto;padding:0;margin-bottom:25px}.testimonial-carousel__text-col{padding:0}.testimonial-carousel__avatar{width:220px;height:220px}}@media screen and (max-width:480px){.testimonial-carousel{padding:40px 0 80px}.testimonial-carousel__headline{font-size:26px;line-height:36px;margin:0 0 30px}.testimonial-carousel__track{height:auto;min-height:0}.testimonial-carousel__slide{position:relative;height:auto;display:none}.testimonial-carousel__slide.is-active{display:flex;opacity:1}.testimonial-carousel__slide.is-leaving{position:absolute;top:0;left:0;width:100%;height:auto;display:flex}.testimonial-carousel__avatar-col{display:flex;order:-1;margin-bottom:20px}.testimonial-carousel__avatar{width:200px;height:200px}.testimonial-carousel__quote-icon{width:55px;height:55px;bottom:10px;left:-22px}.testimonial-carousel__card{max-width:100%;margin:0 auto;padding:0 20px}.testimonial-carousel__text-col{padding:0;text-align:center}.testimonial-carousel__quote{font-size:18px;line-height:30px;text-align:center;margin-bottom:20px}.testimonial-carousel__name,.testimonial-carousel__role{text-align:center}.testimonial-carousel>.testimonial-carousel__arrow{display:none}.testimonial-carousel__bullets{margin-top:30px}.testimonial-carousel__bullet{flex:0 0 50px;width:50px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/testimonial-carousel.css.map */
