header{align-items:flex-end;color:var(--color-white);display:flex;justify-content:center;min-height:calc(100dvh - var(--nav-height));position:relative}header.hero--short{align-items:center;min-height:450px}header.hero--short .hero--content{justify-content:flex-start;width:100%}header.hero--short .hero__wrapper{align-items:flex-start;margin-bottom:0;margin-right:auto;text-align:left}header.hero--short .hero__wrapper .hero__subtext,header.hero--short .hero__wrapper .hero__subtext *,header.hero--short .hero__wrapper h1{text-align:left}.hero-bg__wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.hero-bg__wrapper:after{background:linear-gradient(0deg,#13283e,rgba(19,40,62,0));bottom:0;content:" ";height:75%;left:0;position:absolute;width:100%;z-index:1}.hero-bg__image{display:block}.hero--content{display:flex;justify-content:center}.hero__layout{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:calc(var(--spacing-section-vertical)*1.5);position:relative;width:100%;z-index:1}.hero__layout--with-card{align-items:flex-end;flex-direction:row;justify-content:space-between}.hero__wrapper{display:flex;flex-direction:column;gap:var(--spacing-margin-p);max-width:960px;position:relative;z-index:1}.hero__layout--with-card .hero__wrapper{flex:1 1 60%;max-width:none}.hero__card{background-color:var(--color-primary);color:var(--color-white);display:flex;flex:0 1 380px;flex-direction:column;gap:1.25rem;padding:2rem;position:relative}.hero__card-heading{color:var(--color-white);margin:0;text-align:center}.hero__card-list{display:flex;flex-direction:column;gap:.75rem;list-style:disc;margin:0;padding-left:1.25rem}.hero__card-list li{color:var(--color-white)}.hero__card-button{align-self:flex-start;margin-top:.5rem}.hero__card-badge{align-items:center;aspect-ratio:1;background-color:var(--color-secondary);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);color:var(--color-white);display:flex;flex-direction:column;gap:.15rem;justify-content:center;line-height:1;padding:.5rem;position:absolute;right:0;text-align:center;top:0;transform:translate(35%,-35%) rotate(15deg);width:8rem;z-index:2}.hero__card-badge-value{font-size:1.4rem;font-weight:500;line-height:1}.hero__card-badge-label{font-size:.8rem;letter-spacing:.05em;line-height:1}@media (max-width:900px){.hero__layout--with-card{align-items:stretch;flex-direction:column}.hero__card,.hero__layout--with-card .hero__wrapper{flex:1 1 auto}.hero__card{max-width:100%}.hero__card-badge{transform:translate(25%,-25%) rotate(15deg);width:6rem}.hero__card-badge-value{font-size:1.1rem}.hero__card-badge-label{font-size:.7rem}}h1.underline.hero.underline--center:after{left:0;transform:none;width:25%}