.hero-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--header-bg);display:-webkit-box;display:flex;flex-direction:column;margin-bottom:var(--spacing-l);position:relative;width:100%;z-index:1}@media screen and (min-width:1024px){.hero-block{margin-bottom:var(--spacing-xl)}}.sf .hero-block:not(:has(.hero-block__image)){padding-bottom:0}.hero-block:has(.hero-block__image){gap:var(--spacing-l)}.hero-block:not(:has(.hero-block__image)){padding-bottom:var(--spacing-l);position:relative}.hero-block:not(:has(.hero-block__image)):before{background:var(--header-bg);bottom:0;content:"";left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}@media screen and (min-width:1024px){.hero-block:not(:has(.hero-block__image)){padding-bottom:var(--spacing-xl)}}.hero-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-webkit-box-flex:1;-webkit-box-pack:center;align-items:flex-start;display:-webkit-box;display:flex;flex-direction:column;flex-grow:1;gap:var(--spacing);justify-content:center;padding:var(--spacing-m) 0;position:relative}@media screen and (min-width:1024px){.hero-block__content{gap:var(--spacing-xl);padding:var(--spacing-xl) 0}}.hero-block__heading{font-size:2.375rem;max-width:34.375rem}@media screen and (min-width:768px){.hero-block__heading{font-size:3rem;max-width:80%}}@media screen and (min-width:1024px){.hero-block__heading{font-size:4.25rem}}.hero-block__ingress{font-size:1rem;font-weight:var(--bold)}@media screen and (min-width:768px){.hero-block__ingress{-webkit-box-align:center;align-items:center;font-size:1.5rem;gap:var(--spacing-xl)}}.hero-block__ingress p{grid-area:text;margin:0}.hero-block:not(:has(.hero-block__illustration)) .hero-block__ingress{max-width:34.375rem}@media screen and (min-width:1024px){.hero-block:not(:has(.hero-block__illustration)) .hero-block__ingress{max-width:var(--article-max-width)}}.hero-block:has(.hero-block__illustration) .hero-block__ingress{display:grid;grid-template-areas:"text" "illustration"}@media screen and (min-width:768px){.hero-block:has(.hero-block__illustration) .hero-block__ingress{-webkit-box-align:center;align-items:center;font-size:1.5rem;gap:var(--spacing-xl);grid-template-areas:"illustration text";grid-template-columns:repeat(2,minmax(10px,1fr))}}.hero-block__illustration{aspect-ratio:8/1;display:block;grid-area:illustration;overflow:hidden;position:relative}.hero-block__illustration:after,.hero-block__illustration:before{background-repeat:repeat;background-size:12.5% 50%;content:"";height:50%;position:absolute;-webkit-transform:scale(1.005);transform:scale(1.005);width:100%}.hero-block__illustration:before{background-image:-webkit-linear-gradient(left,transparent 50%,var(--hero-block-illustration-color) 0,var(--hero-block-illustration-color) 100%,transparent 100%,transparent);background-image:linear-gradient(90deg,transparent 50%,var(--hero-block-illustration-color) 0,var(--hero-block-illustration-color) 100%,transparent 100%,transparent);top:0}.hero-block__illustration:after{background-image:-webkit-linear-gradient(left,var(--hero-block-illustration-color) 50%,transparent 0,transparent 100%,var(--hero-block-illustration-color) 100%,var(--hero-block-illustration-color));background-image:linear-gradient(90deg,var(--hero-block-illustration-color) 50%,transparent 0,transparent 100%,var(--hero-block-illustration-color) 100%,var(--hero-block-illustration-color));bottom:0}@media screen and (max-width:1023px){.hero-block__illustration{margin:var(--spacing) 0 var(--spacing-l)}}.hero-block__links{display:grid;gap:var(--spacing)}@media screen and (min-width:768px){.hero-block__links{gap:var(--spacing-l)}}@media screen and (min-width:768px){.hero-block__links:has(:nth-child(2)){display:grid;gap:var(--spacing-l);grid-template-columns:repeat(2,minmax(10px,1fr))}}@media screen and (min-width:1024px){.hero-block__links:has(:nth-child(3)){grid-template-columns:repeat(3,minmax(10px,1fr))}}.hero-block__image{bottom:0;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}.hero-block__image:before{background:var(--image-overlay-color);bottom:0;content:"";left:0;opacity:var(--image-overlay-opacity);position:absolute;right:0;top:0;z-index:1}.hero-block__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.hero-block__image figcaption{background:var(--figcaption-bg--over-image);border-radius:calc(var(--border-radius)/2);bottom:var(--spacing-xs);color:var(--figcaption-fg--over-image);font-size:var(--figcaption-fs--over-image);left:auto;padding:var(--figcaption-padding--over-image);position:absolute;right:var(--spacing-s);top:auto;z-index:1}.hero-block:has(.hero-block__image) .hero-block__content{background-color:transparent;min-height:18.75rem}@media screen and (min-width:768px){.hero-block:has(.hero-block__image) .hero-block__content{min-height:25rem}}.hero-block:has(.hero-block__image) .hero-block__content{color:var(--color-white);gap:var(--spacing-s)}