.hero{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;min-height:100vh;min-height:100dvh}.hero,.hero__inner{display:-ms-flexbox;display:flex;justify-content:flex-end;overflow:hidden}.hero__inner{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;background:#000;margin:20px;position:relative;z-index:1;border-radius:20px}.hero__inner-visual{display:block;object-fit:cover;position:absolute;inset:0;width:100%;height:-moz-available;height:stretch;height:calc(100% + 40vh);z-index:-2}.hero__inner-content{padding:4em 20px;color:#fff}@media (min-width:990px){.hero__inner-content{padding:8em 60px;max-width:75ch}}@media (min-width:990px){.hero__inner-content .text{max-width:55ch}}.hero__inner:after{content:"";position:absolute;inset:0;height:100%;width:100%;background:linear-gradient(90deg,#000 10%,transparent);opacity:.5;pointer-events:none;z-index:-2}.hero--compact{min-height:80vh;min-height:80dvh}@media (min-width:990px){.hero--compact{min-height:60vh;min-height:60dvh}}