html, body {
  overflow-x: hidden;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

section.elementor-sticky {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

.hfe-flyout-wrapper .hfe-side {
  max-width: min(100vw, 420px) !important;
}

.hfe-flyout-content .hfe-menu-item,
.hfe-flyout-content .hfe-sub-menu-item {
  overflow-wrap: anywhere;
  white-space: normal;
}