.hero-video{padding:0;position:relative}.hero-video__video{border-radius:0 0 4rem 4rem;height:32rem;overflow:hidden;position:relative}.hero-video__video>video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.hero-video__image{bottom:0;position:absolute;right:0;z-index:-1}.hero-video__content{background-color:var(--white);border-radius:var(--border-radius);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);margin:-12rem 2rem 0;padding:2.4rem;position:relative}.hero-video__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap-sm)}@media (min-width:992px){.hero-video{border-radius:0 0 8rem 8rem;isolation:isolate;overflow:hidden;padding:24rem 2rem}.hero-video__video{border-radius:0 0 4rem 4rem;height:auto;position:static}.hero-video__video:before{background:-webkit-gradient(linear,left top,right top,from(rgba(2,51,73,.5)),to(rgba(2,51,73,.2)));background:linear-gradient(90deg,rgba(2,51,73,.5),rgba(2,51,73,.2));content:"";inset:0;position:absolute}.hero-video__content{background-color:transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--white);margin-top:0;max-width:60rem;padding:0}.hero-video__heading{color:var(--white)}}