.hero-banner{background-repeat:no-repeat;background-position:66%;background-size:auto;display:flex;align-items:center;justify-content:flex-start}.hero-banner--with-image{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative}.hero-banner__image{position:absolute;top:0;left:0;width:100%;z-index:-1;height:100%;object-fit:cover}.hero-banner__image--mobile{display:block}@media screen and (min-width: 750px){.hero-banner__image--mobile{display:none}}.hero-banner__image--desktop{display:none}@media screen and (min-width: 750px){.hero-banner__image--desktop{display:block}}.hero-banner__inner{display:flex;height:100%;align-items:flex-end}.hero-banner--with-image .hero-banner__inner{margin-bottom:0}@media screen and (min-width: 750px){.hero-banner.hero-banner--with-image{padding:calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin))}.hero-banner--with-image .hero-banner__inner{padding:0 30px;align-items:center}}.hero-banner__text-wrapper{flex-basis:100%;padding:60px 0;text-align:center}@media only screen and (min-width: 750px){.hero-banner__text-wrapper{text-align:unset}}@media only screen and (min-width: 750px){.hero-banner{padding:0}.hero-banner__inner{align-items:center;width:100%;flex-direction:row;padding-bottom:0}}.hero-banner__title{font-size:32px;font-family:DupletRounded,helvetica,arial,sans-serif}.hero-banner__title+.hero-banner__description{margin-top:1.5rem;line-height:calc(1 + 0.5 / var(--font-body-scale))}@media screen and (min-width: 750px){.hero-banner__title+.hero-banner__description{font-size:16px;margin-top:2rem}.hero-banner__description{max-width:66.67%}.hero-banner--with-image .hero-banner__description{max-width:100%}}.hero-banner--with-image .hero-banner__title{margin:0}.hero-banner--with-image .hero-banner__text-wrapper{text-align:center;display:flex;flex-direction:column;justify-content:center;height:50%}@media screen and (min-width: 750px){.hero-banner--with-image .hero-banner__text-wrapper{height:100%;padding:0 2rem 0 0;flex-basis:40%;text-align:left}}