.hero{color:var(--neutral-0);position:relative}.hero:before{background:linear-gradient(180deg,rgba(25,33,38,.8) 35%,rgba(25,33,38,.8)),linear-gradient(0deg,rgba(25,33,38,.2),rgba(25,33,38,.2));content:"";height:100%;inset:0;position:absolute;width:100%;z-index:2}.hero.bg-dots:after{z-index:2}.hero .content-wrapper{position:relative;z-index:3}.hero__content{display:grid;position:relative;z-index:1;grid-gap:var(--gap-6);justify-items:start;max-width:100rem}.hero__content--narrow{max-width:90rem}.hero__heading em{color:var(--pink);font-style:normal}.hero__buttons{display:flex;flex-wrap:wrap;gap:var(--gap-4);width:100%}.hero__bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero__bg-video{height:100%!important;object-fit:cover!important;width:100%!important}@media(min-width:992px){.hero{padding-block:16rem}.hero:before{background:linear-gradient(270deg,rgba(25,33,38,0),#192126),linear-gradient(0deg,rgba(25,33,38,.2),rgba(25,33,38,.2))}}