.whippet-mega-menu .menu-toggle, .whippet-mega-menu .menu-body .submenu-toggle {
  border: none;
  border-radius: 0;
  color: inherit;
  background: none;
}

.whippet-mega-menu .menu-toggle {
  color: var(--e-global-color-57237f6, white);
  border-radius: 50%;
  font-size: 0;
  transition: all 0.1s linear;
  padding: 0;
  aspect-ratio: 1/1;
}
.whippet-mega-menu .menu-toggle svg {
  display: block;
  width: 24px;
  height: auto;
}
.whippet-mega-menu .menu-toggle .close {
  display: none;
}
.whippet-mega-menu .menu-toggle:hover {
  opacity: 0.8;
}
.whippet-mega-menu .menu-toggle:active {
  opacity: 0.6;
}
.whippet-mega-menu .menu-toggle.active .close {
  display: block;
}
.whippet-mega-menu .menu-toggle.active .open {
  display: none;
}
.whippet-mega-menu .menu-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.whippet-mega-menu .menu-body .submenu-toggle svg {
  width: 18px;
  height: auto;
}
.whippet-mega-menu .menu-body .submenu-toggle.active svg {
  transform: rotate(180deg);
}
.whippet-mega-menu .menu-body .whippet-button--plain {
  font-size: 1rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration-line: none;
  cursor: pointer;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #FA6400;
  text-decoration-thickness: 10%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.whippet-mega-menu .menu-body .whippet-button--plain:hover {
  text-decoration-line: underline;
}
.whippet-mega-menu .menu-body ul li {
  margin-bottom: 0;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns {
  display: flex;
  gap: 25px;
  padding: 5px 15px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns[hidden] {
  display: none;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column.column-width--narrow {
  width: 42%;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column.column-width--standard {
  width: 50%;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column.column-width--wide {
  width: 58%;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column.column-width--full {
  width: 100%;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .column-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .column-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px 0;
  background: var(--e-global-color-accent, #FA6400);
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .column-description {
  margin-bottom: 15px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group {
  margin-bottom: 10px;
  padding: 15px;
  background: var(--e-global-color-19e200, #E5E9EF);
  border-radius: 4px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.highlight {
  background: #FEE8D9;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group:last-child {
  margin: 0;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group .group-items .whippet-button--plain {
  display: block;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--standard .group-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--standard .group-items .whippet-button--plain {
  font-weight: 400;
  padding: 5px 0 5px 10px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--standard .group-items > li:last-child .whippet-button--plain {
  padding-bottom: 0;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--extended .group-items > li {
  margin-bottom: 10px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--extended .group-items > li:last-child {
  margin: 0;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--extended .group-items > li .whippet-button--plain {
  margin-bottom: 5px;
}
.whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group.group-type--extended .group-items > li .description {
  padding-left: 10px;
}
.whippet-mega-menu .menu-blocker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--whippet-header-height--main, 0) - var(--wp-admin--admin-bar--height, 0));
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .whippet-mega-menu .whippet-button--plain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .whippet-mega-menu .whippet-button--plain.active svg {
    transform: rotate(180deg);
  }
  .whippet-mega-menu .menu-body {
    background: var(--e-global-color-57237f6, white);
    color: var(--e-global-color-text, #002864);
    position: absolute;
    top: var(--whippet-header-height--main, 0px);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - var(--whippet-header-height--main, 0px));
    overflow: scroll;
    z-index: 9999;
    padding-bottom: calc(env(safe-area-inset-top) + 10px);
  }
  .whippet-mega-menu .menu-body:after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(0deg, white 0%, transparent 100%);
  }
  .whippet-mega-menu .menu-body > ul > li > .whippet-button--plain {
    padding: 10px 15px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu {
    padding: 5px 15px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu > li > .whippet-button--plain {
    padding: 10px 15px;
    background: var(--e-global-color-secondary, #F0F2F6);
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu > li:first-child > .whippet-button--plain {
    border-radius: 4px 4px 0 0;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu > li:last-child > .whippet-button--plain {
    border-radius: 0 0 4px 4px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--single-link .whippet-button {
    border-radius: 0;
    padding: 10px;
    font-size: 1rem;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega .columns {
    flex-wrap: wrap;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega .columns .column {
    width: 100% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .whippet-mega-menu .menu-body > ul > li > .whippet-button--plain {
    padding: 15px 25px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns {
    padding: 10px 25px;
    gap: 30px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .columns .column .groups .group {
    margin-bottom: 20px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu {
    padding: 10px 20px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--single-link .whippet-button {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .whippet-mega-menu .menu-toggle {
    display: none;
  }
  .whippet-mega-menu .menu-body .whippet-button--plain.active {
    text-decoration-line: underline;
  }
  .whippet-mega-menu .menu-body > ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .whippet-mega-menu .menu-body > ul > li > .whippet-button--plain {
    padding: 4px 6px 5px 6px;
  }
  .whippet-mega-menu .menu-body > ul > li > .submenu-toggle svg {
    width: 13px;
  }
  .whippet-mega-menu .menu-body > ul > li > .submenu {
    position: absolute;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
    background: var(--e-global-color-57237f6, white);
    color: var(--e-global-color-text, #002864);
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu {
    top: 100%;
    left: 0;
    z-index: 9999;
    padding: 30px 35px;
    gap: 40px;
    width: 100%;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .column-title {
    font-size: 1.125rem;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .column-title:after {
    margin: 16px 0;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .column-description {
    margin-bottom: 20px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .groups .group {
    padding: 20px;
    margin-bottom: 20px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .groups .group .group-title {
    margin-bottom: 15px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .groups .group.group-type--standard .group-items > li .whippet-button--plain {
    padding: 10px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .groups .group.group-type--extended .group-items > li {
    margin-bottom: 15px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu .column .groups .group.group-type--extended .group-items > li .whippet-button--plain {
    margin-bottom: 10px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard {
    position: relative;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu {
    top: 100%;
    left: 0;
    border-radius: 4px;
    z-index: 99;
    padding: 10px 0;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--standard > .submenu > li > .whippet-button--plain {
    display: block;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .whippet-mega-menu .menu-body > ul > li {
    position: relative;
  }
  .whippet-mega-menu .menu-body > ul > li.menu-type--mega > .submenu {
    width: 830px;
    left: -310px;
    border-radius: 4px;
    margin-top: 20px;
  }
}

.elementor-widget-whippet-mega-menu {
  position: static;
}

body.whippet-mega-menu--active {
  overflow: hidden;
}
