.testimonial-carousel{position:relative;width:100%;margin:0 auto;padding:80px 0 40px;background:#fff;overflow:hidden}.testimonial-carousel__headline{position:relative;z-index:5;font-family:var(--font-h2--family, "NeueHaasH2", sans-serif);font-weight:var(--font-h2--weight, 300);font-synthesis:none;font-size:var(--font-h1--size);line-height:var(--font-h1--line-height, 1.1);letter-spacing:var(--ls-headings, var(--font-h1--letter-spacing, .06em));color:#fa903a;margin:0 0 60px;text-transform:uppercase;text-align:center;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)}@media(max-width:749px){.testimonial-carousel__headline{padding-inline:40px;box-sizing:border-box;word-spacing:.08em}}.testimonial-carousel__body{position:relative;max-width:1140px;width:100%;margin:0 auto;z-index:1}.testimonial-carousel__counter-row{position:absolute;top:278px;right:0;width:240px;display:flex;align-items:flex-start;justify-content:flex-end;margin:0;pointer-events:none}.testimonial-carousel__counter-spacer{display:none}.testimonial-carousel__counter{position:relative;flex:0 0 auto;z-index:5;display:flex;align-items:baseline;justify-content:flex-end;gap:4px;margin:0}.testimonial-carousel__counter-current{font-family:var(--font-paragraph--family);font-size:40px;line-height:40px;color:#000}.testimonial-carousel__counter-total{font-family:var(--font-paragraph--family);font-size:18px;line-height:30px;color:#0006}.testimonial-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:15;width:32px;height:60px;cursor:pointer;opacity:.8;transition:opacity .35s ease;background:none;border:none;padding:0}.testimonial-carousel__arrow:hover{opacity:1}.testimonial-carousel__arrow svg{fill:#000;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%;min-height:240px;z-index:1}.testimonial-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:12px;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:flex-start;max-width:1140px;width:100%;margin:0 auto;background:transparent;border:none;padding-top:12px}.testimonial-carousel__text-col{flex:1 1 auto;min-width:0;padding:8px 56px 0 0;display:flex;flex-direction:column;justify-content:flex-start}.testimonial-carousel__slide.has-no-avatar .testimonial-carousel__text-col{padding-right:0;width:100%}.testimonial-carousel__slide.has-no-avatar .testimonial-carousel__card{max-width:1140px}.testimonial-carousel__quote{font-family:var(--font-paragraph--family);font-size:26px;line-height:1.42;letter-spacing:.045em;color:#303030;margin:0 0 32px}.testimonial-carousel__name{font-family:NeueHaasParagraph,sans-serif!important;font-size:22px;font-weight:800;letter-spacing:.06em;line-height:32px;color:#000;margin:0}.testimonial-carousel__role{font-family:NeueHaasParagraph,sans-serif!important;font-size:12px;letter-spacing:.12em;line-height:24px;color:#00000073;text-transform:uppercase;margin:4px 0 0}.testimonial-carousel__avatar-col{flex:0 0 240px;display:flex;align-items:center;justify-content:center;position:relative;padding:0;gap:0;margin-top:8px}.testimonial-carousel__avatar{width:240px;height:240px;border-radius:50%;object-fit:cover}.testimonial-carousel__quote-icon{position:absolute;bottom:12px;left:-28px;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--goettling-portfolio-accent);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:absolute;left:0;right:0;z-index:6;display:flex;justify-content:center;gap:10px;margin:0 auto;max-width:1140px;width:100%}.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:rgb(var(--goettling-banner-bullet-rgb) / .18)}.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:var(--goettling-banner-bullet);opacity:.9;z-index:1}.testimonial-carousel__bullet.is-active:after{--tc-fill: 1}.testimonial-carousel__bullet:hover:before{background:rgb(var(--goettling-banner-bullet-hover-rgb) / .3)}@media screen and (max-width:999px){.testimonial-carousel{padding:60px 0 48px}.testimonial-carousel__headline{margin:0 0 40px;text-align:center}.testimonial-carousel__counter-row,.testimonial-carousel__counter{display:none}.testimonial-carousel__bullets{margin:0 auto;padding-inline:24px;box-sizing:border-box;gap:8px;max-width:100%}.testimonial-carousel__bullet{flex:1 1 0;width:auto;min-width:0;max-width:56px}.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;transition:none}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect{transition:none}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(1){width:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(2){height:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(3){height:0}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(1){width:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(2){height:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(3){height:0}.testimonial-carousel__card{flex-direction:column;max-width:100%;margin:0 auto;padding:0 40px;align-items:center}.testimonial-carousel__avatar-col{order:-1;flex:0 0 auto;padding:0;margin:0 auto 20px;width:max-content;justify-content:center}.testimonial-carousel__text-col{padding:0;width:100%}.testimonial-carousel__avatar{width:180px;height:180px}.testimonial-carousel__quote-icon{left:0}}@media screen and (max-width:480px){.testimonial-carousel{padding:40px 0 48px}.testimonial-carousel__headline{margin:0 0 30px}.testimonial-carousel__track{min-height:0}.testimonial-carousel__avatar-col{display:flex;order:-1;margin:0 auto 16px;width:max-content;justify-content:center}.testimonial-carousel__avatar{width:160px;height:160px}.testimonial-carousel__quote-icon{width:52px;height:52px;bottom:8px;left:0}.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:1.36;text-align:center;margin-bottom:20px}.testimonial-carousel__name,.testimonial-carousel__role{text-align:center}.testimonial-carousel>.testimonial-carousel__arrow{display:none}.testimonial-carousel__arrows-mobile{display:flex;justify-content:center;align-items:center;gap:28px;margin-top:26px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow{position:static;transform:none;display:inline-flex;width:18px;height:32px;opacity:1;transition:none}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect{transition:none}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(1){width:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(2){height:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow svg rect:nth-child(3){height:0}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(1){width:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(2){height:28px}.testimonial-carousel__arrows-mobile .testimonial-carousel__arrow:hover svg rect:nth-child(3){height:0}.testimonial-carousel__arrow--prev{left:auto}.testimonial-carousel__arrow--next{right:auto}.testimonial-carousel__bullets{margin:0 auto;padding-inline:20px;box-sizing:border-box;gap:6px;max-width:100%}.testimonial-carousel__bullet{flex:1 1 0;width:auto;min-width:0;max-width:36px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/testimonial-carousel.css.map */
