* { box-sizing: border-box; }
body {
  margin: 0;
  overscroll-behavior-x: none;
}
.hidden {
  display: none !important;
  /*position: absolute !important;
  z-index: -9999 !important;
  top: -20404px !important;
  opacity: 0 !important;*/
}
