.testimonial-texts{display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:545px;width:100%}.testimonial-controls{align-items:center;border-radius:100px;display:flex;gap:10px;justify-self:flex-end;padding:8px 12px;width:max-content}.testimonial-controls h4{color:#7d7d7d!important;font-size:24px}.testimonial-controls img{cursor:pointer;height:25px;user-select:none;width:24px}.testimonials.right-side{display:grid;grid-template-rows:auto auto;row-gap:16px}.testimonial-stage{overflow:hidden;position:relative;transition:height .35s ease}.testimonial-stage .testimonial{border-radius:14px;display:flex;gap:175px;min-height:406px;opacity:0;padding:20px;pointer-events:none;position:absolute;width:100%;will-change:transform,opacity}.testimonial-stage .testimonial.is-active{opacity:1;pointer-events:auto}.testimonial-img img{aspect-ratio:46/61;border-radius:7px;flex-shrink:0;height:366px;opacity:0;visibility:hidden;width:276px}.testimonial.is-active .testimonial-img img.is-loaded{opacity:1;visibility:visible}.testimonial:not(.is-active) .testimonial-img img{visibility:hidden!important}@keyframes enterRight{0%{opacity:0;transform:translateX(60%)}to{opacity:1;transform:translateX(0)}}@keyframes leaveLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-60%)}}@keyframes enterLeft{0%{opacity:0;transform:translateX(-60%)}to{opacity:1;transform:translateX(0)}}@keyframes leaveRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(60%)}}.testimonial.anim-enter-right{animation:enterRight .6s cubic-bezier(.2,.7,.2,1) both}.testimonial.anim-leave-left{animation:leaveLeft .6s cubic-bezier(.2,.7,.2,1) both}.testimonial.anim-enter-left{animation:enterLeft .6s cubic-bezier(.2,.7,.2,1) both}.testimonial.anim-leave-right{animation:leaveRight .6s cubic-bezier(.2,.7,.2,1) both}.testimonial-controls.is-disabled{opacity:.4;pointer-events:none}.testimonial-texts .type-text{align-items:flex-start;background:var(--Secondary-1,#4cbfcf);border:.674px solid rgba(104,205,162,.22);border-radius:5.389px;display:flex;margin-bottom:12px;margin-top:32px;padding:4px 8px;width:max-content}.testimonial-texts .name-text,.testimonial-texts .name-text p{font-weight:700!important}.testimonial-controls.is-hidden{opacity:0;pointer-events:none;visibility:hidden}