:root{--page-opacity: 1}.hero-block{position:relative;background:transparent;overflow:hidden;display:flex;flex-flow:column nowrap;gap:var(--spacing-md);color:var(--color-green-dark);width:100%;max-width:var(--max-content-width);margin:0 auto}@media screen and (min-width: 768px){.hero-block{overflow:visible}}.hero-block:before{content:"";position:absolute;left:50%;transform:translate(-50%);background:linear-gradient(180deg,rgba(231,248,242,var(--page-opacity)) 0%,rgba(231,248,242,var(--page-opacity)) 75%,rgba(231,248,242,0) 100%);top:0;bottom:0;width:100vw;z-index:-1}@media screen and (min-width: 1024px){.hero-block{flex-flow:row nowrap;align-items:flex-start;gap:0 var(--spacing-xl);height:40.625rem}}@media screen and (min-width: 1024px){.hero-block{height:34.375rem}}.hero-block--image-with-space .hero-block__content{flex:1 1 50%}.hero-block--image-with-space .hero-block__image{display:none}@media screen and (min-width: 1024px){.hero-block--image-with-space .hero-block__image{flex:1 1 50%;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;padding:var(--spacing-xl) var(--spacing-md) var(--spacing-xl) 0}.hero-block--image-with-space .hero-block__image picture{position:relative}.hero-block--image-with-space .hero-block__image .image-block,.hero-block--image-with-space .hero-block__image picture,.hero-block--image-with-space .hero-block__image img{max-width:41.625rem;width:100%;height:100%}}.hero-block--image-with-space .hero-block__illustration{display:block;margin-bottom:var(--spacing-md)}@media screen and (min-width: 1024px){.hero-block--image-with-space .hero-block__illustration{display:none}}.hero-block--full-width-image{z-index:1;max-width:var(--max-hero-width);padding-bottom:6.25rem;position:relative;background:transparent;overflow:hidden;min-height:32.625rem}@media screen and (min-width: 768px){.hero-block--full-width-image{overflow:visible}}.hero-block--full-width-image:before{content:"";position:absolute;left:50%;transform:translate(-50%);background:var(--color-green-lightest);top:0;bottom:0;width:100vw;z-index:-1}.hero-block--full-width-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(231,248,242,.9) 62.09%,rgba(248,249,248,.031477) 95.5%,rgba(249,249,248,0) 100%);z-index:10}@media screen and (min-width: 768px){.hero-block--full-width-image{padding-bottom:0}.hero-block--full-width-image:after{background:linear-gradient(90deg,rgb(231,248,242) 0%,rgba(231,248,242,.98) 20%,rgba(231,248,242,.93) 50%,rgba(231,248,242,.7) 70%,rgba(231,248,242,.3) 85%,rgba(231,248,242,0) 100%);z-index:10}}@media screen and (min-width: 1024px){.hero-block--full-width-image:after{background:linear-gradient(90deg,var(--color-green-lightest) 0%,rgba(231,248,242,.95) 10%,rgba(231,248,242,.95) 23.15%,rgba(231,248,242,.931481) 36.11%,rgba(231,248,242,.7) 50.4%,rgba(231,248,242,0) 63.49%)}}.hero-block--full-width-image .hero-block__content{max-width:var(--max-content-width)}@media screen and (min-width: 1024px){.hero-block--full-width-image .hero-block__content{margin:0 auto}}.hero-block--full-width-image .hero-block__image{position:absolute;width:initial;bottom:0;left:0;right:0;z-index:1;height:100%;display:none}@media screen and (min-width: 768px){.hero-block--full-width-image .hero-block__image{display:block;top:0;height:initial}}.hero-block--full-width-image .hero-block__image--small{display:block}@media screen and (min-width: 768px){.hero-block--full-width-image .hero-block__image--small{display:none}}.hero-block--full-width-image .hero-block__image img{object-fit:cover;height:100%;width:100%}.hero-block--full-width-image .hero-block__image .image-block{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block}.hero-block--full-width-image .hero-block__back,.hero-block--full-width-image .hero-block__title,.hero-block--full-width-image .hero-block__description,.hero-block--full-width-image .hero-block__buttons{position:relative;z-index:100}.hero-block__content{padding:var(--spacing-md) var(--spacing)}@media screen and (min-width: 768px){.hero-block__content{flex:1 1 50%;padding:var(--spacing-md)}}@media screen and (min-width: 1024px){.hero-block__content{padding:var(--spacing-lg) var(--spacing-md)}}.hero-block__title{grid-area:title;margin-bottom:var(--spacing-md);font-size:2.25rem;line-height:2.875rem}@media screen and (min-width: 768px){.hero-block__title{font-size:3.25rem;line-height:3.875rem}}@media screen and (min-width: 768px){.hero-block__title{max-width:37.8125rem}}.hero-block__back{grid-area:back;display:inline-flex;margin-bottom:var(--spacing)}.hero-block__back:hover a.btn.btn--tertiary,.hero-block__back:focus a.btn.btn--tertiary,.hero-block__back:active a.btn.btn--tertiary,.hero-block__back:focus-within a.btn.btn--tertiary{background-color:transparent}.hero-block__back:hover a.btn.btn--tertiary svg,.hero-block__back:focus a.btn.btn--tertiary svg,.hero-block__back:active a.btn.btn--tertiary svg,.hero-block__back:focus-within a.btn.btn--tertiary svg{background-color:var(--color-green-dark);stroke-width:.2px;color:var(--color-white);stroke:var(--color-white)}.hero-block__back a.btn.btn--tertiary{padding:0 var(--spacing) 0 0;text-decoration:none}@media screen and (min-width: 768px){.hero-block__back{align-self:flex-start;margin-bottom:var(--spacing-md)}}.hero-block__description{grid-area:description;margin-bottom:var(--spacing-md)}@media screen and (min-width: 768px){.hero-block__description{align-self:start;max-width:37.8125rem}}.hero-block .editorial>:last-child{margin-bottom:0}@media screen and (min-width: 1024px){.hero-block__image{flex:1 1 50%;padding:0;position:relative;height:100%;width:50%}.hero-block__image picture{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.hero-block__image picture img{display:block;height:100%;width:100%;max-width:100%;object-fit:cover}}.hero-block__illustration{grid-area:illustration;display:none}.hero-block__buttons{grid-area:buttons;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:1.875rem;font-size:1.125rem}@media screen and (min-width: 768px){.hero-block__buttons{margin-bottom:0}}.hero-block__buttons>*:nth-child(n+3){display:none}.hero-block__buttons button:not(:last-child){margin-right:0}.hero-block__buttons a:not(.btn):not(.link--with-arrow){text-decoration:underline;text-decoration-thickness:.0625rem;color:var(--color-green-dark);text-underline-offset:.2em}.hero-block__buttons a:not(.btn):not(.link--with-arrow):hover,.hero-block__buttons a:not(.btn):not(.link--with-arrow):focus,.hero-block__buttons a:not(.btn):not(.link--with-arrow):active{text-decoration-thickness:.125rem;text-decoration-color:var(--color-green)}@media screen and (min-width: 768px){.hero-block__buttons{max-width:37.8125rem}}.hero-block--illustration{align-items:center}@media screen and (min-width: 1024px){.hero-block--illustration{height:auto}}.hero-block--illustration .hero-block__illustration{display:block;max-width:25rem;margin-bottom:var(--spacing-sm)}@media screen and (min-width: 768px){.hero-block--illustration .hero-block__illustration{max-width:initial;margin-bottom:0}}@media screen and (min-width: 768px){.hero-block--illustration .hero-block__content{display:grid;align-items:flex-start;grid-template-columns:50% 50%;grid-template-rows:auto auto 1fr;grid-template-areas:"title illustration" "description illustration" "buttons illustration"}}@media screen and (min-width: 1024px){.hero-block--illustration .hero-block__content{gap:0 var(--spacing-xxl);grid-template-columns:50% minmax(40%,36.75rem);justify-content:space-between}}@media screen and (min-width: 768px){.hero-block--illustration:has(.hero-block__back) .hero-block__content{grid-template-rows:auto auto auto 1fr;grid-template-areas:"back back" "title illustration" "description illustration" "buttons illustration"}}
