/*
 * HIK Homepage no-flash guard.
 * Entry renders the Clever homepage as a direct child of #wrapper. This file is
 * loaded in <head> only when the module setting "hide old Clever homepage" is ON,
 * so the obsolete content is hidden before the browser performs its first paint.
 * Clever remains enabled for the header, menus and footer.
 */
body#index #wrapper > [data-elementor-type="content"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
