section.subpage-hero{height:100vh;max-height:170vw;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;--background-color: var(--bg-color-white)}section.subpage-hero.dark{background-color:var(--bg-color-black);color:var(--text-color-primary)}section.subpage-hero.light{color:var(--text-color-secondary)}section.subpage-hero.gray{background-color:var(--bg-color-gray);color:var(--text-color-primary)}section.subpage-hero.sunglow{background-color:var(--bg-color-sunglow);color:var(--text-color-secondary)}section.subpage-hero:before{content:"";position:absolute;inset:0;z-index:0;width:100%;height:100%;background-color:var(--background-color);z-index:-1}@media(min-width: 75rem){section.subpage-hero{height:unset;min-height:40rem}}section.subpage-hero .text-content{position:relative;z-index:1;color:var(--text-color-primary);display:flex;flex-direction:column;text-wrap:balance;align-items:flex-start;margin-inline:var(--standard-section-padding-x);padding-bottom:var(--spacing-3xl)}section.subpage-hero .text-content p{margin-block:var(--spacing-xs) var(--spacing-xxl);font-size:var(--font-size-body-sm)}section.subpage-hero .text-content .eyebrow{width:100%;margin-bottom:var(--spacing-xxs)}section.subpage-hero .text-content .buttons{display:flex;gap:var(--spacing-sm);row-gap:var(--spacing-xxs);justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-bottom:var(--spacing-lg)}@media(min-width: 75rem){section.subpage-hero .text-content{width:50%;margin-block:var(--spacing-3xl);padding:0}section.subpage-hero .text-content p{margin-block:var(--spacing-xs) var(--spacing-sm);width:75%}}section.subpage-hero .image{position:absolute;inset:0;overflow:hidden;width:100%;height:100%}section.subpage-hero .image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);pointer-events:none}@media(min-width: 75rem){section.subpage-hero .image:after{margin:var(--spacing-xxs)}}section.subpage-hero .image img,section.subpage-hero .image video{padding:0;box-sizing:border-box;width:100%;height:100%;object-fit:cover;object-position:center}@media(min-width: 75rem){section.subpage-hero .image img,section.subpage-hero .image video{padding:var(--spacing-xxs)}}/*# sourceMappingURL=subpage-hero.css.map */
