.home-review{grid-template-columns:1fr;min-height:100vh;display:grid;overflow:hidden}.home-review-panel{background:var(--home-review-bg);width:100%;min-width:0;color:var(--home-review-accent);opacity:0;pointer-events:none;z-index:0;grid-area:1/1;align-items:flex-end;padding:120px 30px;display:flex}.home-review-panel-active{opacity:1;z-index:1;pointer-events:auto}.home-review-panel-exiting{opacity:0;z-index:2;pointer-events:none;transition:opacity .3s ease-in-out}@media (min-width:960px){.home-review-panel{padding:70px}}.home-review-inner{flex-direction:column;gap:18px;display:flex}@media (min-width:960px){.home-review-inner{justify-content:flex-end;gap:24px;width:100%;max-width:none}}.home-review-stars{align-items:center;gap:14px;margin-bottom:-8px;display:flex}@media (min-width:960px){.home-review-stars{gap:18px;margin-bottom:-24px}}.home-review-star{flex:none;width:48px;height:48px}@media (min-width:960px){.home-review-star{width:96px;height:96px}}.home-review-quote{letter-spacing:-.03em;margin:0;font-size:min(12vw,62px);font-weight:800;line-height:.9}@media (min-width:960px){.home-review-quote{font-size:min(9vw,300px)}}.home-review-body{letter-spacing:-.03em;max-width:720px;margin:-8px 0 0;font-size:36px;font-weight:700;line-height:30px}.home-review-creator{background:var(--home-review-pill-bg);border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:3px 12px 3px 3px;display:inline-flex}.home-review-avatar-wrap{border-radius:50%;flex:none;width:34px;height:34px;overflow:hidden}.home-review-avatar{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.home-review-creator-name{color:var(--home-review-pill-text);font-size:20.741px;font-weight:700;line-height:29.63px}
