.u3m-basic-hero{--hero-background:#1a1a1a;--hero-overlay:rgba(0,0,0,.35);--hero-position:center;--hero-gradient-height:60%;--hero-gradient-opacity:0.5;align-items:center;background-color:var(--hero-background);display:flex;isolation:isolate;min-height:var(--hero-height,clamp(560px,52vw,760px));overflow:hidden;position:relative}.u3m-basic-hero__media{display:block;height:100%;inset:0;margin:0;pointer-events:none;position:absolute;width:100%;z-index:0}.u3m-basic-hero__image{display:block;height:100%;object-fit:cover;object-position:var(--hero-position);width:100%}.u3m-basic-hero:before{background-color:var(--hero-overlay);z-index:1}.u3m-basic-hero:after,.u3m-basic-hero:before{content:"";inset:0;pointer-events:none;position:absolute}.u3m-basic-hero:after{background:linear-gradient(to bottom,rgba(0,0,0,var(--hero-gradient-opacity)) 0,transparent var(--hero-gradient-height));z-index:2}.u3m-basic-hero__content{box-sizing:border-box;padding-bottom:clamp(30px,3vw,45px);padding-top:clamp(170px,15vw,200px);position:relative;width:100%;z-index:3}.u3m-basic-hero__copy{max-width:760px}.u3m-basic-hero__copy.center-text{margin-left:auto;margin-right:auto;text-align:center}.u3m-basic-hero__copy>:first-child{margin-top:0}.u3m-basic-hero__copy>:last-child{margin-bottom:0}@media (max-width:767px){.u3m-basic-hero{min-height:var(--hero-height,620px)}.u3m-basic-hero__content{padding-bottom:40px;padding-top:140px}.u3m-basic-hero__copy{max-width:100%}}