/* ===== TERCON FIX V9 ===== */

html{
  height:auto!important;
  min-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}

body{
  position:relative!important;
  height:auto!important;
  min-height:100vh!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:visible!important;
  touch-action:pan-y!important;
  overscroll-behavior-y:auto!important;
}

main,
body > main,
body > .page,
body > .wrapper,
body > .site,
body > .site-wrapper,
body > #app{
  position:relative!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}

@media(max-width:768px){

  html,
  body{
    overflow-y:auto!important;
    height:auto!important;
    max-height:none!important;
    touch-action:pan-y!important;
  }

  .hero,
  [class*="hero"]{
    height:auto!important;
    max-height:none!important;
  }

}
