.carousel{margin:auto;--slide-spacing:2.5rem;--slide-size:var(--container-max-width)}.carousel__viewport{overflow:hidden}.carousel__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);-moz-user-select:none;user-select:none;-webkit-user-select:none}.carousel__slide{flex:0 0 calc(var(--slide-size) + var(--slide-spacing));min-width:0;padding-left:var(--slide-spacing);display:flex;justify-content:center;cursor:-webkit-grab;cursor:grab}.carousel__slide:active{cursor:-webkit-grabbing;cursor:grabbing}.carousel__testimonyWrapper{width:1152px;padding:60px;border-radius:16px;border:2px solid #edf0f7;background:var(--color-primary-verylow)}.carousel__testimonyContent{display:flex;justify-content:space-between}.carousel__testimonyContentLeft{display:flex;width:392px;flex-direction:column;align-items:flex-start;justify-content:center;gap:32px}.carousel__testimonyContentLeftLogo{display:flex;align-items:center;height:46px}.carousel__testimonyContentLeft img{width:100%;max-width:182px}.carousel__testimonyBenefit{display:flex;padding:24px 32px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;border-radius:16px;background:var(--color-base-white)}.carousel__testimonyBenefit div{color:var(--color-primary-high);font-size:var(--text-5xl);font-style:normal;font-weight:900;line-height:normal}.carousel__testimonyBenefit p{color:var(--color-base-text);font-size:var(--text-sm);font-style:normal;font-weight:500;line-height:120%}.carousel__testimonyContentRight{display:flex;width:587px;height:356px;padding:31px 60px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:28px;border-radius:16px;background:linear-gradient(134deg,#0073E6 17.68%,#004080 112.49%);color:var(--color-base-white);position:relative;overflow:hidden}.carousel__testimonyContentRight:before{content:"";position:absolute;width:322px;height:213px;right:0;bottom:-52px;background-image:url(/homepage/testimony-bg.svg);background-repeat:no-repeat;z-index:1}.carousel__testimonyContentRight>*{position:relative;z-index:2}.carousel__testimonyQuotes{font-size:var(--text-xl);font-style:normal;font-weight:600;line-height:150%}.carousel__testimonyProfile{display:flex;gap:1.5rem;align-items:center}.carousel__testimonyProfileName{font-size:var(--text-xl);font-weight:700;line-height:120%;margin-bottom:4px}.carousel__testimonyProfilePosition{font-size:var(--text-sm);font-weight:400;line-height:135%;width:110%}.carousel__slide__img{border-radius:1.8rem;display:block;height:var(--slide-height);width:100%;object-fit:cover}.carousel__controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}.carousel__dots{display:flex;gap:.6rem}.carousel__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer!important;border:0;padding:0;margin:0;z-index:1;border-radius:50%;display:flex;align-items:center;justify-content:center}.carousel__button--next,.carousel__button--prev{width:40px;height:40px;transition:transform .2s}.carousel__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer!important;border:0;padding:0;margin:0;justify-content:center}.carousel__dot,.carousel__dot:after{display:flex;align-items:center;border-radius:50%}.carousel__dot:after{background-color:var(--color-neutral-medium);width:12px;height:12px;content:""}.carousel__dot--selected:after{background-color:var(--color-primary-low)}.carousel__testimonyProfilePosition br{display:none}@media (min-width:920px){.carousel__button--next:hover,.carousel__button--prev:hover{transform:scale(1.1)}}@media (max-width:1152px){.carousel{--slide-size:1000px}.carousel__testimonyWrapper{width:1000px;padding:40px 47px 26px}.carousel__testimonyContentRight{padding:28px}}@media only screen and (max-width:1024px){.carousel{--slide-size:850px;--slide-spacing:2rem}.carousel__testimonyWrapper{padding:30px 37px 16px;width:850px}.carousel__testimonyContentLeft{width:280px}.carousel__testimonyContentRight{width:450px;padding:24px}.carousel__testimonyContentRight:before{background-size:243px 156px;right:-4rem}.carousel__testimonyProfile{gap:1rem}.carousel__testimonyProfile img{width:64px;height:64px}.carousel__testimonyProfilePosition{width:100%}.carousel__controls{margin-top:1.5rem}}@media only screen and (max-width:980px){.carousel{--slide-size:650px;--slide-spacing:1rem}.carousel__testimonyWrapper{width:650px;padding:30px 28px 16px}.carousel__testimonyContent{flex-direction:column;gap:1rem;align-items:center}.carousel__testimonyContentLeft{flex-direction:row;width:100%;align-items:flex-end;justify-content:center}.carousel__testimonyContentLeft img{max-width:132px;margin-bottom:1rem;order:2}.carousel__testimonyBenefit{gap:6px}.carousel__testimonyContentRight{width:100%;height:auto}}@media (min-width:767px) and (max-width:980px){.carousel{--slide-size:600px}.carousel__testimonyWrapper{width:600px}.carousel__testimonyContentRight{gap:1rem}.carousel__controls{margin-top:.75rem}}@media (max-width:575px){.carousel{--slide-size:350px}.carousel__testimonyWrapper{width:350px;padding:20px;border-radius:8px;justify-content:center;display:flex}.carousel__controls{margin-top:12px}.carousel__testimonyContent{gap:20px;justify-content:center}.carousel__testimonyContentLeft{flex-direction:column;align-items:flex-start;gap:20px}.carousel__testimonyContentLeft img{order:0;margin-bottom:0;height:24px;width:auto}.carousel__testimonyBenefit{padding:1rem;border-radius:8px;height:96px}.carousel__testimonyContentRight{padding:16px;min-height:257px;border-radius:8px}.carousel__testimonyQuotes{line-height:135%;font-size:var(--text-sm)}.carousel__testimonyProfile{gap:12px}.carousel__testimonyProfile img{width:46px;height:46px}.carousel__testimonyContentRight:before{content:none}.carousel__testimonyBenefit div{font-size:var(--text-2xl)}.carousel__slide:nth-child(2) .carousel__testimonyContentLeft img{height:34px}.carousel__slide:nth-child(3) .carousel__testimonyContentLeft img{height:42px}.carousel__slide:nth-child(4) .carousel__testimonyContentLeft img{height:36px}.carousel__testimonyProfilePosition br{display:block}}.testimony__container{margin:0 auto;padding:4rem 0;overflow-x:hidden}.testimony__brand{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:0 auto 2.5rem}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0}@media only screen and (max-width:1439px){.testimony__brand-wrapper{overflow:hidden;position:relative;width:100%}.testimony__brand{flex-wrap:nowrap;justify-content:flex-start;position:relative;width:max-content;padding-left:0;display:flex;animation:scroll 16s linear infinite}.testimony__brand>div{margin-right:2rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50%))}}}@media only screen and (max-width:1024px){.testimony__container{padding:4rem 0 2rem}}@media only screen and (max-width:575px){.testimony__container{padding:4rem 0 1rem}.testimony__brand{animation:scroll 12s linear infinite}.testimony__brand>div{margin-right:0}.testimony__brand img{width:126px;height:64px}}