.video-hero{background-image:var(--hero-mobile-bg);background-position:50%;background-size:cover;min-height:50vh;position:relative}.video-hero__video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}.video-hero__overlay{background:linear-gradient(var(--overlay-direction),rgb(from var(--overlay-color) r g b/var(--overlay-opacity-start)),rgb(from var(--overlay-color) r g b/var(--overlay-opacity-end)));inset:0;position:absolute;z-index:1}.video-hero__content{margin:auto;max-width:120px;max-width:1296px;padding:6rem 2rem;position:relative;z-index:2}.video-hero__eyebrow{align-items:center;display:inline-flex;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem .875rem}.video-hero h1{font-size:clamp(3rem,7vw,6rem);line-height:1;margin-bottom:1.5rem;max-width:800px}.video-hero__text{font-size:1.125rem;margin-bottom:2rem;max-width:500px}.video-hero__button{align-items:center;border-radius:10px;display:inline-flex;justify-content:center;margin-right:1em;padding:1rem 0;text-decoration:none;width:260px}@media (max-width:767px){.video-hero__video{display:none}.video-hero{background-image:var(--hero-mobile-bg)}.video-hero__overlay{background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.35))}.video-hero__content{padding:5rem 1.5rem}.video-hero h1{font-size:3rem}}