.gg-testimonials{background:#e8eadf;border-top:1px solid var(--gg-line);border-bottom:1px solid var(--gg-line)}
.gg-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 26px}
.gg-testimonial{min-width:0}
.gg-testimonial-stage{position:relative;aspect-ratio:4/3;background:#192f29;overflow:hidden}
.gg-testimonial-stage video{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;background:#192f29}
.gg-testimonial-play{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:11px;padding:24px 12px!important;border:0!important;border-radius:0!important;background:linear-gradient(transparent 35%,rgba(9,25,20,.78))!important;color:#fff!important;text-shadow:0 1px 2px #0007}
.gg-testimonial-play[hidden]{display:none}
.gg-testimonial-play:focus-visible{outline:3px solid #e1c69c!important;outline-offset:-5px!important}
.gg-testimonial-play:hover .gg-testimonial-play-icon{background:#f6f3ed;color:#203d37}
.gg-testimonial-play:disabled{cursor:wait}
.gg-testimonial-play-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid #fff9;border-radius:50%;background:#203d37b3;transition:background .2s,color .2s}
.gg-testimonial-play-icon svg{width:25px;height:25px}
.gg-testimonial-play-label{font-size:12px;font-weight:500;letter-spacing:.4px}
.gg-testimonial-caption{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:17px}
body.gg-redesign .gg-testimonial-caption h3{font-size:25px}
.gg-testimonial-caption>span{font-size:12px;color:#4e5f52;white-space:nowrap;font-variant-numeric:tabular-nums}
body.gg-redesign .gg-testimonial-status{font-size:12px;line-height:1.5;color:#526154;margin-top:7px;min-height:0}
.gg-testimonial-status:empty{display:none}
@media(max-width:1000px){.gg-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.gg-testimonial-grid{grid-template-columns:1fr;gap:29px}.gg-testimonial-stage{aspect-ratio:4/3;max-height:420px}.gg-testimonial-play{padding-bottom:25px!important}.gg-testimonial-caption{padding-top:14px}}
