.hero-banner{background-color:var(--color-beige)}.hero-banner.no-image{display:flex;align-items:center}.hero-banner__text-container{display:flex;justify-content:center;flex-direction:column;padding:4rem;order:1}@media(min-width:992px){.hero-banner__text-container{order:0;padding:5.4rem 9rem}}.hero-banner__heading{width:100%}
.hero-banner.has-banner{display:grid;grid-template-columns:repeat(1,1fr)}.hero-banner.has-banner img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.hero-banner.has-banner .hero-banner__image-container{padding:0}.hero-banner.has-banner .hero-banner__image-container .desktop-image-container{display:none}
@media(min-width:992px){.hero-banner.has-banner .hero-banner__image-container .desktop-image-container{display:block}}.hero-banner.has-banner .hero-banner__image-container img.mobile-image{display:block}@media(min-width:992px){.hero-banner.has-banner .hero-banner__image-container img.mobile-image{display:none}}.hero-banner.has-banner .hero-banner__cta-links-container{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:5rem;margin-top:2rem}
@media(min-width:992px){.hero-banner.has-banner{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.hero-banner.full-banner{min-height:40rem;position:relative}}.hero-banner.full-banner .desktop-image-container{position:absolute;top:0;left:50%;width:50vw;height:100%}.hero-banner.full-banner .mobile-image{max-height:32rem}
.hero-banner.full-banner .hero-banner__image-container{padding:0}@media(min-width:992px){.hero-banner.not-full-banner{min-height:40rem;position:relative}}@media(min-width:1280px){.hero-banner.not-full-banner{min-height:49.4rem}}.hero-banner.not-full-banner .mobile-image{max-height:32rem}.hero-banner.not-full-banner .desktop-image-container{position:absolute;top:0;left:50%;width:50vw;height:100%;padding:4rem;padding-bottom:0}
@media(min-width:992px){.hero-banner.not-full-banner .desktop-image-container{padding:6.2rem 6.5rem;padding-left:0}}.hero-banner__no-image-container{max-width:50rem;padding:4rem;text-align:left}@media(min-width:992px){.hero-banner__no-image-container{padding:6rem 3rem}}.hero-banner__description{margin-top:2rem;font-size:1.5rem;line-height:2.5rem}
.hero-banner__description.text p{font-size:1.3rem;font-weight:400;line-height:1.9rem}@media(min-width:992px){.hero-banner__description.text p{line-height:1.7rem;font-weight:300}}.hero-banner__description.h6 p{font-family:var(--font-heading);font-weight:300;line-height:1.2;margin:0;font-size:1.5rem;font-weight:400;line-height:2rem}
@media(min-width:992px){.hero-banner__description.h6 p{line-height:2.6rem}}.hero-banner__btn-container{margin-top:2rem;width:100%}