/* mobile-menu-button.css?file=../ui/components/Icon/Icon.styl */
.mobile_menu_button_icon {
  display: inline-block;
}
.mobile_menu_button_icon > svg {
  display: block;
}
.mobile_menu_button_icon.mobile_menu_button___is-flipped {
  transform: scaleX(-1);
}
.mobile_menu_button_icon.mobile_menu_button___margin-right {
  margin-right: 4px;
}
.mobile_menu_button_icon.mobile_menu_button___margin-left {
  margin-left: 4px;
}
.mobile_menu_button_icon.mobile_menu_button___size-8 {
  width: 8px;
  height: 8px;
}
.mobile_menu_button_icon.mobile_menu_button___size-10 {
  width: 10px;
  height: 10px;
}
.mobile_menu_button_icon.mobile_menu_button___size-12 {
  width: 12px;
  height: 12px;
}
.mobile_menu_button_icon.mobile_menu_button___size-16 {
  width: 16px;
  height: 16px;
}
.mobile_menu_button_icon.mobile_menu_button___size-18 {
  width: 18px;
  height: 18px;
}
.mobile_menu_button_icon.mobile_menu_button___size-20 {
  width: 20px;
  height: 20px;
}
.mobile_menu_button_icon.mobile_menu_button___size-24 {
  width: 24px;
  height: 24px;
}
.mobile_menu_button_icon.mobile_menu_button___size-26 {
  width: 26px;
  height: 26px;
}
.mobile_menu_button_icon.mobile_menu_button___size-28 {
  width: 28px;
  height: 28px;
}
.mobile_menu_button_icon.mobile_menu_button___size-32 {
  width: 32px;
  height: 32px;
}
.mobile_menu_button_icon.mobile_menu_button___size-36 {
  width: 36px;
  height: 36px;
}
.mobile_menu_button_icon.mobile_menu_button___size-40 {
  width: 40px;
  height: 40px;
}
.mobile_menu_button_icon.mobile_menu_button___size-44 {
  width: 44px;
  height: 44px;
}
.mobile_menu_button_icon.mobile_menu_button___size-48 {
  width: 48px;
  height: 48px;
}
.mobile_menu_button_icon.mobile_menu_button___size-54 {
  width: 54px;
  height: 54px;
}
.mobile_menu_button_icon.mobile_menu_button___size-56 {
  width: 56px;
  height: 56px;
}
.mobile_menu_button_icon.mobile_menu_button___size-60 {
  width: 60px;
  height: 60px;
}
.mobile_menu_button_icon.mobile_menu_button___size-64 {
  width: 64px;
  height: 64px;
}
.mobile_menu_button_icon.mobile_menu_button___size-80 {
  width: 80px;
  height: 80px;
}
.mobile_menu_button_icon.mobile_menu_button___size-96 {
  width: 96px;
  height: 96px;
}
.mobile_menu_button_icon.mobile_menu_button___size-100 {
  width: 100px;
  height: 100px;
}
.mobile_menu_button_icon.mobile_menu_button___size-120 {
  width: 120px;
  height: 120px;
}
.mobile_menu_button_icon.mobile_menu_button___size-128 {
  width: 128px;
  height: 128px;
}
.mobile_menu_button_icon.mobile_menu_button___size-132 {
  width: 132px;
  height: 132px;
}
.mobile_menu_button_icon.mobile_menu_button___size-144 {
  width: 144px;
  height: 144px;
}
.mobile_menu_button_icon.mobile_menu_button___size-152 {
  width: 152px;
  height: 152px;
}
.mobile_menu_button_icon.mobile_menu_button___size-160 {
  width: 160px;
  height: 160px;
}
.mobile_menu_button_icon.mobile_menu_button___size-176 {
  width: 176px;
  height: 176px;
}
.mobile_menu_button_icon.mobile_menu_button___size-208 {
  width: 208px;
  height: 208px;
}
.mobile_menu_button_icon.mobile_menu_button___size-240 {
  width: 240px;
  height: 240px;
}
.mobile_menu_button_icon.mobile_menu_button___size-288 {
  width: 288px;
  height: 288px;
}
.mobile_menu_button_icon.mobile_menu_button___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* mobile-menu-button.css?file=components/MobileMenuInfoBubble/MobileMenuInfoBubble.asis.styl */
.anchor {
  display: block;
  width: 100%;
}
.tooltipCustomStyles {
  z-index: 3000;
  color: var(--color_white);
}
@media (min-width: 1024px) {
  :global(:root.__is-layout-v6) .tooltipCustomStyles {
    display: none;
  }
}

/* mobile-menu-button.css?file=components/Button/Button.styl */
.mobile_menu_button_wrapper {
  display: none;
}
:root .toolbar.__hide .mobile_menu_button_wrapper {
  display: none;
}
.mobile_menu_button_button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
}
.mobile_menu_button_button:focus-visible {
  outline: var(--focus-outline);
}
.mobile_menu_button_button:hover {
  background: var(--color_main-004);
}
.mobile_menu_button_icon2 {
  display: block;
  flex-shrink: 0;
  color: var(--dynamic-text-and-icons-base-secondary);
}

/* mobile-menu-button.css?file=components/CloseButton/CloseButton.styl */
.mobile_menu_button_button2 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  display: flex;
  color: inherit;
}
.mobile_menu_button_button2:focus-visible {
  outline: var(--focus-outline);
}

/* mobile-menu-button.css?file=components/MobileMenuButton/MobileMenuButton.styl */
.mobile_menu_button_container {
  color: var(--dynamic-text-and-icons-base-secondary);
}
/*# sourceMappingURL=mobile-menu-button-latest-KT4R3ZC6.css.map */
