.testimonials-grid-v2023{display:grid;gap:28px;grid-template-columns:repeat(1,1fr);position:relative;z-index:1}.testimonials-grid-v2023__item{border-radius:16px;overflow:hidden}.testimonials-grid-v2023 .hs-video-container,.testimonials-grid-v2023 .hs-video-container iframe{border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.hs-video-wrapper{aspect-ratio:var(--_aspect-ratio);height:auto!important;padding-bottom:unset;width:100%!important}.testimonials-grid-v2023__image{aspect-ratio:1.5;object-fit:cover;width:100%}.testimonials-grid-v2023__content{background:red;border-bottom-right-radius:100px;border-top-right-radius:100px;color:var(--color-white);padding:20px 30px;position:relative;transform:translateY(-50%);width:90%}.testimonials-grid-v2023__author{color:var(--color-white)}.testimonial-grid__statistic,.testimonial-grid__statistic-label{text-align:center}.testimonial-grid__statistic{font-family:var(--secondary-font-family);font-size:64px;font-weight:medium;line-height:1;margin-top:-40px;padding-top:24px}.testimonial-grid__statistic-label{font-size:16px;font-weight:medium;padding-bottom:24px}@media screen and (min-width:768px){.testimonials-grid-v2023{grid-template-columns:repeat(var(--_desktop-grid-size),1fr)}}