:root{--white:#fefefe;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--black:#222222;--border:#C9C9C9;--light:#effbec}[data-theme=dark]{--title:#f6f6f6ff;--text:#ccc;--light:#232132;--background:#26263a;--border:#C9C9C9;--gray:#e9ecef;--highlight:#121021;--black:#fff;--gray-900:#f8f9fa;--gray-800:#e9ecef;--gray-700:#dee2e6;--gray-600:#ced4da;--gray-500:#adb5bd;--gray-400:#6c757d;--gray-300:#495057;--gray-200:#343a40;--gray-100:#212529;--white:#000}.testimonials-section-wrapper{border-radius:var(--image-border-radius)}.testimonials-section-wrapper .sub-title{text-align:center}.testimonials-section-wrapper .testimonials-wrapper{position:relative;overflow:hidden}@media only screen and (min-width:960px){.testimonials-section-wrapper .testimonials-wrapper{margin-right:15px}}.testimonials-section-wrapper .testimonials-wrapper .testimonials{transition:transform ease-in-out 480ms;width:100%;margin:0;flex-wrap:wrap;flex-flow:row}.testimonials-section-wrapper .testimonials-wrapper .member{padding:14px;border-radius:var(--image-border-radius);background-color:var(--background);height:calc(100% - 30px);box-shadow:2px 2px 14px rgba(0,0,0,.05);border:1px solid var(--border)}@media only screen and (min-width:960px){.testimonials-section-wrapper .testimonials-wrapper .member{padding:20px}}.testimonials-section-wrapper .testimonials-wrapper .member .info{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.testimonials-section-wrapper .testimonials-wrapper .member .name{color:var(--second);font-weight:var(--secondary-font-weight-bold)}.testimonials-section-wrapper .testimonials-wrapper .member .place{color:var(--second)}.testimonials-section-wrapper .progress{height:14px;background-color:var(--border);border-radius:var(--form-border-radius)}.testimonials-section-wrapper .progress .progress-bar{transition:width ease-in-out 480ms;height:14px;border-radius:var(--form-border-radius);background:var(--first)}@media only screen and (min-width:960px){.testimonials-section-wrapper .controllers{position:absolute;width:calc(100% + 90px);top:calc(50% + 40px);left:-50px}}.testimonials-section-wrapper .controllers .controller{padding:.6rem;width:45px;min-width:45px;height:45px;box-shadow:none;display:inline-flex;justify-content:center;align-items:center;width:auto}.testimonials-section-wrapper .controllers .controller svg{color:var(--border)}.testimonials-section-wrapper .controllers .controller:hover svg{color:var(--title)}