.torque-contact-hero{
  position:relative;
  overflow:hidden;
  min-height:58vh;
  display:flex;
  align-items:center;
  color:#FFFFFF;
  background:#111111;
}
.torque-contact-hero__slides{
  position:absolute;
  inset:0;
  z-index:0;
}
.torque-contact-hero__slide{
  position:absolute;
  inset:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0;
  transition:opacity 1s ease;
}
.torque-contact-hero__slide.is-active{
  opacity:1;
}
.torque-contact-hero__scrim{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg, rgba(17,17,17,0.72) 0%, rgba(17,17,17,0.45) 55%, rgba(17,17,17,0.28) 100%);
  pointer-events:none;
}
.torque-contact-hero__content{
  position:relative;
  z-index:2;
  width:min(100%, 42rem);
  padding:clamp(3rem, 8vw, 5.5rem) var(--wp--preset--spacing--50, 1.5rem);
}
.torque-contact-hero__content .wp-block-heading,
.torque-contact-hero__content p{
  color:#FFFFFF!important;
}
.torque-contact-hero__content .torque-contact-hero-kicker{
  color:#F8F728!important;
}
.torque-contact-hero__content .torque-contact-hero-sub{
  color:#F4F4F4!important;
}
@media (prefers-reduced-motion: reduce){
  .torque-contact-hero__slide{
    transition:none;
  }
}
