.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;position:relative}.hero__container{margin-left:auto;margin-right:auto;max-width:var(--container-max);padding-left:var(--gutter-mobile);padding-right:var(--gutter-mobile);position:relative;width:100%;z-index:2}@media (min-width:768px){.hero__container{padding-left:var(--gutter-tablet);padding-right:var(--gutter-tablet)}}@media (min-width:1025px){.hero__container{padding-left:var(--gutter-desktop);padding-right:var(--gutter-desktop)}}.hero__content{max-width:720px}.hero--align-center .hero__content{max-width:860px}.hero--compact{padding-bottom:var(--space-12);padding-top:var(--space-12)}.hero--standard,.hero--tall{padding-bottom:var(--space-20);padding-top:var(--space-20)}.hero--tall{min-height:85vh}@media (min-width:768px){.hero--compact{padding-bottom:var(--space-16);padding-top:var(--space-16)}.hero--standard{padding-bottom:100px;padding-top:100px}.hero--tall{min-height:90vh}}.hero--align-center{text-align:center}.hero--align-center .hero__content{margin-left:auto;margin-right:auto}.hero--align-center .hero__actions{justify-content:center}.hero--align-left{text-align:left}.hero--dark{background-color:var(--color-ink)}.hero--dark,.hero--dark .hero__title{color:var(--color-white)}.hero--dark .hero__subtitle{color:var(--color-slate-300)}.hero--dark .hero__eyebrow{color:var(--color-emerald)}.hero--light{background-color:var(--color-cloud);color:var(--body-color)}.hero--light .hero__title{color:var(--h1-color)}.hero--light .hero__subtitle{color:var(--color-slate-700)}.hero--light .hero__eyebrow{color:var(--color-emerald-dark)}.hero__overlay{background:linear-gradient(180deg,rgba(15,23,42,.75) 0,rgba(15,23,42,.85));inset:0;position:absolute;z-index:1}.hero__eyebrow{font-size:var(--h6-size);font-weight:var(--h6-weight);letter-spacing:var(--h6-letter-spacing);line-height:var(--h6-line-height);margin-bottom:var(--space-4);text-transform:uppercase}.hero__title{font-size:calc(var(--h1-size) + 4px);font-weight:var(--h1-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height);margin-bottom:var(--space-6)}@media (max-width:767px){.hero__title{font-size:calc(var(--h1-size)*.65)}}@media (min-width:768px) and (max-width:1024px){.hero__title{font-size:calc(var(--h1-size)*.8)}}.hero__subtitle{font-size:22px;line-height:1.6;margin-bottom:var(--space-8);max-width:600px}.hero--align-center .hero__subtitle{margin-left:auto;margin-right:auto;max-width:740px}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}@media (max-width:480px){.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}.btn--outline-light{border-color:hsla(0,0%,100%,.4);color:var(--color-white)}.btn--outline-light:hover{background-color:var(--color-white);border-color:var(--color-white);color:var(--color-ink)}