.s-hero-fixed{background-color:var(--surface-subtle);display:grid;height:50vw;overflow:hidden;position:relative;width:100%;z-index:1}.s-hero-fixed--scheme-light{color:var(--text)}.s-hero-fixed--scheme-dark{color:var(--text-on-dark)}.s-hero-fixed__media{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;z-index:-2}.s-hero-fixed__image{display:none}.s-hero-fixed__overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.s-hero-fixed__overlay--dark{background-color:var(--neutral-black)}.s-hero-fixed__overlay--light{background-color:var(--neutral-white)}.s-hero-fixed--text-light{--review-stars-color:var(--text-on-dark);color:var(--text-on-dark)}.s-hero-fixed--text-dark{--review-stars-color:var(--text);color:var(--text)}.s-hero-fixed__container{display:flex;flex-direction:column;justify-content:var(--mobile-vertical-alignment)}.s-hero-fixed__content{--review-stars-color:currentColor;--desktop-content-width:50%;align-items:var(--mobile-items-alignment);display:flex;flex-direction:column;gap:var(--grid-responsive-lg);text-align:var(--mobile-text-alignment);width:100%}.s-hero-fixed__content--desktop-wide{--desktop-content-width:100%}.s-hero-fixed__header{display:grid;gap:.5rem;justify-items:var(--mobile-items-alignment)}.s-hero-fixed__title{font-family:var(--font-display);font-size:3rem;font-weight:900;line-height:1.2;line-height:1;padding-block:.5rem;text-transform:uppercase}.s-hero-fixed__kicker{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}.s-hero-fixed__kicker:has(.c-review-stars){font-size:var(--font-static-xs)}.s-hero-fixed__text{max-width:50ch}.s-hero-fixed__actions{display:grid;gap:.25rem;width:100%}.s-hero-fixed__actions:not(:has(>*>*)){display:none}.s-hero-fixed__actions .b-button{margin-inline:auto;width:16.25rem}@media only screen and (min-width:48em){.s-hero-fixed__container{align-items:var(--desktop-horizontal-alignment);justify-content:var(--desktop-vertical-alignment)}.s-hero-fixed__content{align-items:var(--desktop-items-alignment);max-width:var(--desktop-content-width);text-align:var(--desktop-text-alignment)}.s-hero-fixed__header{justify-items:var(--desktop-items-alignment)}.s-hero-fixed__subtitle{font-family:var(--font-body);font-size:var(--font-responsive-lg);font-weight:400}.s-hero-fixed__title{font-size:4rem;padding-block:1rem}.s-hero-fixed__actions{width:auto}.s-hero-fixed__actions .b-button{--button-min-width:2rem;--button-min-height:2rem;font-size:2rem;margin-inline:unset;padding:1rem 2.5rem;padding-inline:4rem;width:unset}}@media only screen and (min-width:64em){.s-hero-fixed__title{font-size:5rem;padding-block:1.5rem}}@media only screen and (min-width:79.5em){.s-hero-fixed__title{font-size:7rem;padding-block:2rem}}@media only screen and (max-width:calc(64em - 1px)){.s-hero-fixed__media{background-position:0 var(--header-height);background-size:contain}}@media only screen and (max-width:calc(48em - 1px)){.s-hero-fixed__content--mobile-split{height:100%}.s-hero-fixed__content--mobile-split>:last-child{margin-top:auto}}