body .hztc-hero.hztc-video-hero-enabled{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#09090d !important;
}
body .hztc-hero .hztc-hero-video-layer{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
  background:linear-gradient(120deg,#100407,#5f0710,#101010);
  background-size:cover;
  background-position:center;
}
body .hztc-hero .hztc-hero-video{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:var(--hztc-video-opacity,.48);
  filter:saturate(1.05) contrast(1.02) brightness(.88);
}
body .hztc-hero .hztc-hero-video-layer::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 84% 18%,rgba(227,6,19,.34),transparent 31%),
    linear-gradient(90deg,rgba(6,7,12,.90) 0%,rgba(70,0,9,.52) 48%,rgba(0,0,0,.50) 100%),
    linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.44));
}
body .hztc-hero.hztc-video-hero-enabled > .wp-block-columns,
body .hztc-hero.hztc-video-hero-enabled > .wp-block-group,
body .hztc-hero.hztc-video-hero-enabled .hztc-container{
  position:relative;
  z-index:2;
}
body .hztc-hero.hztc-video-hero-enabled::after{z-index:1;}
body .hztc-hero.hztc-video-hero-enabled .hztc-hero-card{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.24);
  backdrop-filter:blur(10px);
}
@media (max-width:767px){
  body .hztc-hero .hztc-hero-video{display:none!important;}
  body .hztc-hero .hztc-hero-video-layer{background-size:cover;background-position:center;}
}
@media (prefers-reduced-motion: reduce){
  body .hztc-hero .hztc-hero-video{display:none!important;}
}
.wp-block-cover__video-background{display:block!important;visibility:visible!important;}
