@charset "UTF-8";
.mega-menu__menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 0;
  background: transparent;
  color: #171b32;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
.mega-menu__menu-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.mega-menu__menu-trigger-icon:empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(23,27,50,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.mega-menu__menu-trigger-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header__menu-trigger {
  margin: 0;
  min-height: 2.5rem;
  min-width: 2.25rem;
  padding: 0.125rem;
}
.mega-menu__layer[hidden],
.mega-menu__panel[hidden],
.mega-menu__panel-loading[hidden],
.mega-menu__overlay[hidden] {
  display: none !important;
}
.mega-menu__quick-dd {
  display: none;
}
.mega-menu__link,
.mega-menu__chip {
  color: #171b32;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mega-menu-block #mega-menu-offcanvas.offcanvas-xl {
    position: static;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    top: auto;
    bottom: auto;
    z-index: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .mega-menu-block #mega-menu-offcanvas .offcanvas-body {
    overflow: visible !important;
    display: block;
    padding: 0;
  }
  .mega-menu__track {
    display: block;
    transform: none !important;
  }
  .mega-menu__pane[data-mega-menu-pane="0"] {
    display: block;
  }
  .mega-menu__pane[data-mega-menu-pane="1"],
  .mega-menu__pane[data-mega-menu-pane="2"] {
    display: none;
  }
  .mega-menu__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.375rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    min-height: 2.625rem;
    background: #ffffff;
  }
  .mega-menu__list > .mega-menu__item > .mega-menu__link,
  .mega-menu__list > .mega-menu__item > .mega-menu__chip {
    width: auto;
    height: 2.625rem;
    min-height: 2.625rem;
    padding: 0 0.25rem;
    white-space: nowrap;
  }
}
