.TestimonialCarousel{--backgroundPosition:top center;--backgroundSize:100% auto;--logoContainerHeight:180px;--gradientOffset:calc(20px + var(--logoContainerHeight));--gradientStart:rgba(0,0,0,0.45) calc(var(--gradientOffset)*-1);--gradientEnd:transparent var(--gradientOffset);--gradient:linear-gradient(180deg,var(--gradientStart),var(--gradientEnd))}@media (min-width:750px){.TestimonialCarousel.TestimonialCarousel--orientationHorizontal{--gradient:linear-gradient(270deg,var(--gradientStart),var(--gradientEnd));--gradientOffset:50%;--logoContainerHeight:100%;--backgroundPosition:130% 50%;--backgroundSize:auto 100%}}@media (min-width:900px){.TestimonialCarousel.TestimonialCarousel--orientationHorizontal{--backgroundPosition:100% 50%}}.TestimonialCarousel[data-js-swipeable] .TestimonialCarousel__carousel{position:relative;display:flex;border-radius:var(--cardBorderRadius);box-shadow:var(--cardShadowXLarge);overflow:hidden}.TestimonialCarousel__track{min-height:300px}.TestimonialCarousel[data-js-swipeable] .TestimonialCarousel__track{width:100%;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;display:flex;scrollbar-width:none;border-radius:var(--cardBorderRadius);-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.TestimonialCarousel[data-js-swipeable] .TestimonialCarousel__track::-webkit-scrollbar{display:none}.TestimonialCarousel:not([data-js-swipeable]) .TestimonialCarousel__track{display:grid;grid:auto/repeat(2,1fr);gap:0 calc(var(--columnPaddingNormal)*2)}.TestimonialCarousel[data-js-swipeable] .TestimonialCarousel__track .TestimonialCard{--cardBorderRadius:0;min-width:100%;scroll-snap-align:center;display:flex;position:relative;transform:translateZ(0)}.TestimonialCarousel[data-js-swipeable] .TestimonialCarousel__track .TestimonialCard .Card{--cardShadow:none}.TestimonialCarousel:not([data-js-swipeable]) .TestimonialCarousel__track .TestimonialCard{height:100%}.TestimonialCarousel__backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;-webkit-mask-image:var(--gradient);mask-image:var(--gradient)}.TestimonialCarousel:not([data-js-swipeable]) .TestimonialCarousel__backgrounds{display:none}.TestimonialCarousel__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-size:var(--backgroundSize);background-position:var(--backgroundPosition);background-repeat:no-repeat}.TestimonialCarousel__nav{margin:30px 0 0}.TestimonialCarousel:not([data-js-swipeable]) .TestimonialCarousel__nav{display:none}.TestimonialCarousel__navItems{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px 0;list-style:none;padding:0;margin:0}@media(min-width:600px){.TestimonialCarousel__navItems{display:grid;grid-template-columns:repeat(auto-fit,25%);justify-content:center;align-items:center}}.TestimonialCarousel__trigger{outline:none;background-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0;width:100%;display:flex;align-items:center;justify-content:center}.TestimonialCarousel__indicators{position:absolute;left:50%;transform:translateX(-50%);bottom:7px}.TestimonialCarousel:not([data-js-swipeable]) .TestimonialCarousel__indicators{display:none}.TestimonialCarousel__indicatorItems{margin:0;padding:0;display:flex;list-style:none}.TestimonialCarousel__indicator{display:block;margin:0 2px;padding:10px 0;width:24px;position:relative;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background:transparent;cursor:pointer}.TestimonialCarousel__indicator:after,.TestimonialCarousel__indicator:before{content:"";width:24px;height:2px;background-color:#fff;position:absolute;top:calc(50% - 1px);left:0;transform-origin:left center;border-radius:1px}.TestimonialCarousel__indicator:before{opacity:.3}.TestimonialCarousel__indicator:after{transform:scaleX(0)}.TestimonialCarousel__indicator--active:after{transform:scaleX(1)}