.hero{position:relative}@media (max-width:768px){.hero:before{content:"";width:100%;height:100%;inset:0;position:absolute;background:#202020;z-index:1;opacity:.7}}.hero__inner{min-height:40vh;display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.hero__inner{padding:2em 0}}@media screen and (min-width:768px){.hero__inner{min-height:70vh}}.hero__inner-content{position:relative;display:flex;flex-direction:column;gap:15px;z-index:1;height:100%}@media (min-width:768px){.hero__inner-content{max-width:50%}}.hero__inner-content *{margin:0}.hero__inner-content-description{margin:0 0 .75em;opacity:.7}@media (min-width:768px){.hero__inner-content-description{max-width:55ch;margin:1em 0 2em}}.hero__inner-content-description a{color:#fff}.hero__visual{position:absolute;inset:0;width:100%;height:100%}@media (min-width:768px){.hero__visual{right:0;left:auto;top:50%;transform:translatey(-50%);width:45%;height:85%}}.hero__visual img{width:100%;height:100%;object-fit:cover}@media (min-width:768px){.hero__visual img{border-radius:8px 0 0 8px}}@media (max-width:768px){.hero--small:before{display:none}}.hero--small .hero__inner{min-height:20vh}.hero--small .hero__content-title{margin:0 0 .15em}@media screen and (min-width:768px){.hero--small .hero__content-description{max-width:55ch}}.hero--small .hero__visual{display:none}