._column_cnt_.column-flow ._hs_container_cnt_, ._row_cnt_.row-flow ._hs_container_cnt_ {
  display: grid;
}

@media only screen and (max-width: 767px) {
  ._column_cnt_.column-flow ._hs_container_cnt_ {
      grid-auto-flow: unset !important;
  }
}

.hidden {
  display: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}
