/* Qstep homepage hero: reserve final geometry before Owl initializes */
body.home .stm_slider.owl-carousel:not(.owl-loaded) {
  display: block !important;
  overflow: hidden;
  height: 700px !important;
}
body.home .stm_slider.owl-carousel:not(.owl-loaded) > .stm_slide {
  display: none !important;
}
body.home .stm_slider.owl-carousel:not(.owl-loaded) > .stm_slide:first-child {
  display: block !important;
}