.ps-hero__grid{align-items:start;column-gap:56px;display:grid;grid-template-areas:"title media" "rest  media";grid-template-columns:1.05fr .95fr;row-gap:1.25rem}.ps-hero__title-block{grid-area:title}.ps-hero__media{align-self:center;grid-area:media}.ps-hero__rest{grid-area:rest}.ps-hero__eyebrow{letter-spacing:.1em;line-height:1.6;max-width:30ch}.ps-hero__title{margin:0}.ps-hero__subhead{margin:0 0 2rem;max-width:46ch}.ps-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:2.25rem}.ps-hero__play-icon{margin-right:2px}.ps-hero__stat{max-width:320px}.ps-hero__stat .ps-hairline{margin-bottom:.75rem}.ps-hero__stat-text{color:var(--ps-navy);font-size:1.05rem;font-weight:600}.ps-hero__image{aspect-ratio:4/3;background:var(--ps-misty-soft);border:1px solid var(--ps-hairline);border-radius:var(--ps-radius-lg);overflow:hidden;position:relative}.ps-hero__image img{height:100%;object-fit:cover;width:100%}@media (max-width:991px){.ps-section.ps-hero[data-pad=spacious]{padding-top:32px}.ps-hero__grid{grid-template-areas:"title" "media" "rest";grid-template-columns:1fr;row-gap:28px}.ps-hero__media{align-self:stretch}}