.hero{background-repeat:no-repeat,no-repeat;background-size:100%;color:#fff;padding:6rem 2rem;position:relative;z-index:0;&:after{background:#000f1c99;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}h1,h2,h3,h4,h5{color:#fff}}.hero__background{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.hero__inner{display:flex;flex-flow:column;grid-gap:var(--gap-md)}.hero__content h1 strong{background:-webkit-gradient(linear,left top,left bottom,from(var(--white)),to(var(--white))) left 0 bottom 4px /100% 10px no-repeat;background:linear-gradient(var(--white),var(--white)) left 0 bottom 4px /100% 10px no-repeat}.hero__rich-text p{font-size:2rem}.hero__buttons-wrapper{display:flex;flex-wrap:wrap;gap:1rem;margin-top:4rem}@media (min-width:992px){.hero{overflow:hidden}.hero__inner{flex-flow:row;position:relative;grid-gap:var(--gap-lg)}.hero__content h1 strong{background:-webkit-gradient(linear,left top,left bottom,from(var(--white)),to(var(--white))) left 0 bottom 8px /100% 17px no-repeat;background:linear-gradient(var(--white),var(--white)) left 0 bottom 8px /100% 17px no-repeat}.hero__content{width:70%}}