.hero{--hero-color: var(--c-white);--hero-padding-bottom: 72px;--hero-content-max-width: 660px;--hero-content-gap: var(--site-gutter);position:relative;display:flex;flex-direction:column;height:100svh;min-height:500px;color:var(--hero-color)}@media screen and (max-width: 62.4375em){.hero{--hero-padding-bottom: 28px;--hero-content-gap: 10px}}@media screen and (max-width: 62.4375em){.hero--size-responsive{height:auto;height:initial;min-height:0;min-height:initial}}.hero--size-short{--hero-padding-bottom: 48px;aspect-ratio:2/1;height:auto;height:initial;min-height:0;min-height:initial}@media screen and (max-width: 62.4375em){.hero--size-short{--hero-padding-bottom: 32px}}@media screen and (max-width: 42.5em){.hero--size-short{aspect-ratio:unset}}.hero--size-extra-short{--hero-padding-bottom: 48px;--hero-content-gap: 10px;aspect-ratio:4/1;width:100%;height:auto;height:initial;min-height:360px}@media screen and (max-width: 62.4375em){.hero--size-extra-short{--hero-padding-bottom: 32px}}@media screen and (max-width: 42.5em){.hero--size-extra-short{aspect-ratio:unset}}.hero--simple{--hero-color: var(--c-black);--hero-content-max-width: none;--hero-content-gap: 12px;height:auto;min-height:0;min-height:initial}@media screen and (max-width: 62.4375em){.hero--simple{--hero-content-gap: 8px}}.hero--simple .hero__content{position:relative;top:auto;right:auto;bottom:auto;left:auto;justify-content:center;align-items:center;padding-top:24px;padding-bottom:24px;color:var(--hero-color);text-align:center}@media screen and (max-width: 62.4375em){.hero--simple .hero__content{padding-top:0;padding-bottom:24px}}.hero--simple .hero__title{font-size:1.75rem;line-height:1.2857142857;width:100%;font-weight:var(--font-weight-medium)}@media screen and (max-width: 62.4375em){.hero--simple .hero__title{font-size:1.375rem;line-height:1.3636363636;max-width:326px}}.hero--simple .hero__intro{font-size:.875rem;line-height:1.5714285714;max-width:795px;font-weight:var(--font-weight-medium)}.hero--simple .hero__intro p{margin:0}.hero--simple .hero__intro a{color:inherit;font-weight:var(--font-weight-bold);-webkit-text-decoration:none;text-decoration:none}.hero--simple .hero__intro a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width: 62.4375em){.hero--simple .hero__intro{font-size:.75rem;line-height:1.6666666667;max-width:326px}}.hero--light-on-dark{--hero-color: var(--c-white)}.hero--dark-on-light{--hero-color: var(--c-black)}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0}.hero__video-preview{position:absolute;top:0;right:0;bottom:0;left:0}.hero__video-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__video-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__video-content iframe{width:100%;height:100%}.hero__picture{position:absolute;top:0;right:0;bottom:0;left:0}.hero__picture:has(.hero__picture--mobile) .hero__picture--mobile{display:none}@media screen and (max-width: 42.5em){.hero__picture:has(.hero__picture--mobile) .hero__picture--mobile{display:contents}}@media screen and (max-width: 42.5em){.hero__picture:has(.hero__picture--mobile) .hero__picture--desktop{display:none}}@media screen and (max-width: 42.5em){.hero--size-responsive .hero__picture{position:relative;aspect-ratio:7/6}}@media screen and (max-width: 42.5em){.hero--size-short .hero__picture{position:relative;aspect-ratio:1}}@media screen and (max-width: 42.5em){.hero--size-extra-short .hero__picture{position:relative;aspect-ratio:4/3}}.hero--gradient-light .hero__picture:before,.hero--gradient-dark .hero__picture:before{content:"";position:absolute;top:0;right:0;bottom:auto;left:0;height:25%;background:linear-gradient(0deg, transparent 0%, var(--c-black) 100%);opacity:.5;z-index:1}@media screen and (max-width: 62.4375em){.hero--gradient-light .hero__picture:before,.hero--gradient-dark .hero__picture:before{height:28%}}.hero--gradient-light .hero__picture:after,.hero--gradient-dark .hero__picture:after{content:"";position:absolute;top:auto;right:0;bottom:0;left:0;height:35%;background:linear-gradient(180deg, transparent 0%, var(--c-black) 100%);opacity:.75;z-index:1}@media screen and (max-width: 62.4375em){.hero--gradient-light .hero__picture:after,.hero--gradient-dark .hero__picture:after{height:45%}}.hero--gradient-light .hero__picture:before,.hero--gradient-light .hero__picture:after{opacity:.3}.hero__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__content{--site-max-width: var(--hero-content-max-width);width:var(--site-width);max-width:var(--site-max-width);margin-left:auto;margin-right:auto;padding-left:var(--site-gutter);padding-right:var(--site-gutter);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:var(--hero-content-gap);padding-bottom:var(--hero-padding-bottom);z-index:2}@media screen and (max-width: 62.4375em){.hero__content{width:auto}}.hero--text-right-bottom .hero__content{justify-content:flex-end;align-items:flex-end}.hero--text-centred-bottom .hero__content{justify-content:flex-end;align-items:center}.hero--text-left-bottom .hero__content{justify-content:flex-end;align-items:flex-start}.hero--text-right-centred .hero__content{justify-content:center;align-items:flex-end}.hero--text-left-centred .hero__content{justify-content:center;align-items:flex-start}.hero--text-centred .hero__content{justify-content:center;align-items:center}.hero--text-right-centred .hero__content,.hero--text-right-bottom .hero__content{text-align:right}.hero--text-centred .hero__content,.hero--text-centred-bottom .hero__content{text-align:center}.hero--text-right-centred .hero__content,.hero--text-right-bottom .hero__content,.hero--text-left-centred .hero__content,.hero--text-left-bottom .hero__content{margin:0;margin:initial}.hero--size-short .hero__content{--hero-content-gap: 10px}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__content,.hero--size-extra-short.hero--mobile-text-below-image .hero__content{position:relative;padding-top:24px;padding-bottom:0;color:var(--c-black)}}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__content:after{content:"";width:100%;height:1px;margin-top:24px;background:rgb(from var(--c-black) r g b/0.1)}.hero--size-extra-short.hero--mobile-text-below-image .hero__content:after{content:"";width:100%;height:1px;margin-top:24px;background:rgb(from var(--c-black) r g b/0.1)}}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__content--no-padding,.hero--size-extra-short.hero--mobile-text-below-image .hero__content--no-padding{padding:0}}.hero--size-short.hero--mobile-text-below-image .hero__content--no-padding:after{display:none}.hero--size-extra-short.hero--mobile-text-below-image .hero__content--no-padding:after{display:none}.hero__subtitle{font-size:1.25rem;line-height:1.4;font-weight:var(--font-weight-medium)}@media screen and (max-width: 62.4375em){.hero__subtitle{font-size:1rem;line-height:1.5}}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__subtitle:not(.hero__subtitle--mobile),.hero--size-extra-short.hero--mobile-text-below-image .hero__subtitle:not(.hero__subtitle--mobile){display:none}}.hero__subtitle--mobile{display:none}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__subtitle--mobile,.hero--size-extra-short.hero--mobile-text-below-image .hero__subtitle--mobile{font-family:"HK Grotesk",Arial,Helvetica,sans-serif;line-height:1.7;font-weight:300;font-size:1rem;line-height:1.5;display:block;margin-bottom:var(--hero-content-gap);font-weight:var(--font-weight-medium)}}.hero__title{font-family:Cardo,serif;line-height:110%;text-transform:none;font-weight:500;letter-spacing:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:2.75rem;line-height:1.1818181818}@media screen and (max-width: 62.4375em){.hero__title{font-size:1.875rem;line-height:1.2666666667}}.hero--small-title .hero__title{font-size:2.375rem;line-height:1.2105263158}@media screen and (max-width: 62.4375em){.hero--small-title .hero__title{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 42.5em){.hero--size-short.hero--mobile-text-below-image .hero__title,.hero--size-extra-short.hero--mobile-text-below-image .hero__title{position:absolute;top:auto;right:0;bottom:100%;left:0;padding:32px var(--site-gutter);color:var(--hero-color)}}.hero__buttons{display:flex;justify-content:center;gap:var(--hero-content-gap)}.hero--text-right-centred .hero__buttons,.hero--text-right-bottom .hero__buttons{justify-content:flex-end}.hero--text-left-centred .hero__buttons,.hero--text-left-bottom .hero__buttons{justify-content:flex-start}
/*# sourceMappingURL=v3-hero.css.89318.map */