/* =========================================================
   MYIXI Header
   File: myixi-10-header.css
   Scope: Global Header
   ========================================================= */

#brx-header {
  --myixi-header-container: 1280px;
  --myixi-header-gutter: 24px;
  --myixi-header-height: 78px;
  --myixi-header-logo-w: 104px;
  --myixi-header-lang-w: 148px;

  --myixi-header-primary: var(--myixi-primary, var(--mx-primary, #055B90));
  --myixi-header-primary-hover: var(--myixi-primary-hover, var(--mx-primary-hover, #044A76));
  --myixi-header-text: var(--myixi-text, var(--mx-heading, #17324A));
  --myixi-header-muted: var(--myixi-muted, #5E7285);
  --myixi-header-border: var(--myixi-border, #CFE0EE);
  --myixi-header-soft: var(--myixi-soft, var(--mx-soft, #EEF6FB));

  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.98);

  overflow: visible !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  perspective: none !important;
  contain: none !important;
}

body.admin-bar #brx-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #brx-header {
    top: 46px;
  }
}

#brx-header > .brxe-section,
#brx-header #brxe-0639a3 {
  min-height: var(--myixi-header-height);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--myixi-header-border);
  box-shadow: 0 14px 35px rgba(23, 50, 74, 0.06);

  overflow: visible !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  perspective: none !important;
  contain: none !important;
  will-change: auto !important;
}

#brx-header #brxe-627cce {
  width: min(var(--myixi-header-container), calc(100% - var(--myixi-header-gutter) * 2));
  min-height: var(--myixi-header-height);
  margin-inline: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 28px;
}

#brx-header #brxe-6fdbef {
  width: var(--myixi-header-logo-w);
  max-width: var(--myixi-header-logo-w);
  min-width: var(--myixi-header-logo-w);
  flex: 0 0 var(--myixi-header-logo-w);

  display: block;
  line-height: 0;
}

#brx-header #brxe-6fdbef img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}


/* =========================================================
   Desktop Nav
   ========================================================= */

#brx-header #brxe-afc9b4 {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#brx-header #brxe-bf4e0e {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(16px, 1.6vw, 28px);

  list-style: none;
}

#brx-header #brxe-bf4e0e > li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;

  flex: 0 0 auto;

  display: flex;
  align-items: center;

  list-style: none;
}

#brx-header #brxe-bf4e0e > li:nth-last-child(3) {
  margin-left: auto;
}

#brx-header #brxe-bf4e0e a,
#brx-header #brxe-bf4e0e .brx-submenu-toggle {
  color: var(--myixi-header-text);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background-color 0.18s ease;
}

#brx-header #brxe-bf4e0e a:hover,
#brx-header #brxe-bf4e0e .brx-submenu-toggle:hover {
  color: var(--myixi-header-primary);
}

#brx-header #brxe-bf4e0e .brx-submenu-toggle {
  min-height: 42px;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#brx-header #brxe-bf4e0e .brx-submenu-toggle button {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: currentColor;
  background: transparent;
  border: 0;
}


/* =========================================================
   Normal Desktop Dropdowns
   Exclude All Products Mega Menu
   ========================================================= */

#brx-header .brxe-dropdown:not(.myixi-products-dropdown) > .brx-dropdown-content {
  min-width: 230px;
  padding: 10px;

  background: #ffffff;
  border: 1px solid var(--myixi-header-border);
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(23, 50, 74, 0.12);
}

#brx-header .brxe-dropdown:not(.myixi-products-dropdown) > .brx-dropdown-content .menu-item + .menu-item {
  margin-top: 6px;
}

#brx-header .brxe-dropdown:not(.myixi-products-dropdown) > .brx-dropdown-content a {
  min-height: 38px;
  padding: 0 12px;

  display: flex;
  align-items: center;

  border-radius: 10px;
  color: var(--myixi-header-text);
}

#brx-header .brxe-dropdown:not(.myixi-products-dropdown) > .brx-dropdown-content a:hover {
  background: var(--myixi-header-soft);
  color: var(--myixi-header-primary);
}


/* =========================================================
   Desktop Mega Menu
   Bricks controls open/close. CSS only styles content.
   ========================================================= */

#brx-header .myixi-products-dropdown > .brx-dropdown-content {
  padding: 12px 0 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#brx-header .myixi-products-dropdown .myixi-mega-panel {
  display: none !important;
}

#brx-header .myixi-desktop-mega {
  width: min(860px, calc(100vw - 48px)) !important;
  max-width: 100% !important;
  padding: 18px !important;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;

  background: #ffffff !important;
  border: 1px solid var(--myixi-header-border, #CFE0EE) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 52px rgba(23, 50, 74, 0.14) !important;
}

#brx-header .myixi-mega-group {
  min-width: 0 !important;
  padding: 16px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;

  background: #f7fbfe !important;
  border-radius: 14px !important;
}

#brx-header .myixi-mega-group > .brxe-block {
  width: 100% !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

#brx-header .myixi-mega-title {
  margin: 0 0 8px !important;

  color: var(--myixi-header-primary, #055B90) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

#brx-header .myixi-mega-group .brxe-text-link,
#brx-header .myixi-mega-group a {
  width: 100% !important;
  min-height: 38px !important;
  padding: 0 10px !important;

  display: flex !important;
  align-items: center !important;

  color: var(--myixi-header-text, #17324A) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;

  border-radius: 10px !important;
}

#brx-header .myixi-mega-group .brxe-text-link:hover,
#brx-header .myixi-mega-group a:hover {
  background: #ffffff !important;
  color: var(--myixi-header-primary, #055B90) !important;
}


/* =========================================================
   Desktop Header CTA / Search
   ========================================================= */

#brx-header #brxe-0c0139 {
  min-width: 170px;
  min-height: 44px;
  padding: 0 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: var(--myixi-header-primary);
  border-radius: 999px;
  color: #ffffff;

  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;

  box-shadow: none;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

#brx-header #brxe-0c0139:hover {
  background: var(--myixi-header-primary-hover);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(5, 91, 144, 0.2);
  transform: translateY(-1px);
}

#brx-header #brxe-cf0025 {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid rgba(5, 91, 144, 0.18);
  border-radius: 50%;
  color: var(--myixi-header-primary);

  font-size: 20px;
  line-height: 1;
  cursor: pointer;

  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

#brx-header #brxe-cf0025:hover {
  background: var(--myixi-header-soft);
  border-color: rgba(5, 91, 144, 0.32);
  color: var(--myixi-header-primary);
  transform: translateY(-1px);
}


/* =========================================================
   Desktop TranslatePress
   Click mode only
   ========================================================= */

#brx-header #brxe-a18a23 {
  position: relative;
  z-index: 80;
  width: var(--myixi-header-lang-w);
  max-width: var(--myixi-header-lang-w);
  flex: 0 0 var(--myixi-header-lang-w);
  line-height: 1;
}

#brx-header #brxe-a18a23 .trp-shortcode-switcher__wrapper {
  position: relative;
  width: var(--myixi-header-lang-w);
  min-width: var(--myixi-header-lang-w);
  min-height: 40px;

  --bg: transparent;
  --bg-hover: transparent;
  --text: var(--myixi-header-text, #17324A);
  --text-hover: var(--myixi-header-primary, #055B90);
  --border: 0;
  --border-radius: 999px;
  --flag-size: 18px;
  --flag-radius: 2px;
  --font-size: 13px;
}

#brx-header #brxe-a18a23 .trp-shortcode-switcher {
  width: var(--myixi-header-lang-w);
  padding: 0;
  overflow: visible;

  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#brx-header #brxe-a18a23 .trp-shortcode-anchor {
  position: static;
  visibility: hidden;
  pointer-events: none;
}

#brx-header #brxe-a18a23 .trp-shortcode-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 90;

  width: var(--myixi-header-lang-w);
}

#brx-header #brxe-a18a23 .trp-current-language-item__wrapper {
  width: var(--myixi-header-lang-w);
  min-height: 40px;
  padding: 0 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #ffffff;
  border: 1px solid rgba(5, 91, 144, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(23, 50, 74, 0.06);
}

#brx-header #brxe-a18a23 .trp-language-item {
  min-height: 0;
  padding: 0;
  gap: 8px;

  display: flex;
  align-items: center;

  background: transparent;
  color: var(--myixi-header-text, #17324A);
  text-decoration: none;
}

#brx-header #brxe-a18a23 .trp-flag-image {
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}

#brx-header #brxe-a18a23 .trp-language-item-name {
  max-width: 82px;

  color: var(--myixi-header-text, #17324A);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#brx-header #brxe-a18a23 .trp-shortcode-arrow {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-left: 6px;

  transition: transform 0.18s ease;
}

#brx-header #brxe-a18a23 .trp-shortcode-overlay.is-open .trp-shortcode-arrow {
  transform: rotate(180deg);
}

#brx-header #brxe-a18a23 .trp-switcher-dropdown-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 95;

  width: 190px;
  min-width: 190px;
  max-width: 190px;

  height: 0;
  max-height: 0;
  padding: 0 8px;
  margin: 0;

  background: #ffffff;
  border: 0 solid rgba(5, 91, 144, 0.14);
  border-radius: 14px;
  box-shadow: none;

  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);

  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
}

#brx-header #brxe-a18a23 .trp-shortcode-overlay.is-open .trp-switcher-dropdown-list {
  height: auto;
  max-height: 320px;
  padding: 8px;
  border-width: 1px;
  box-shadow: 0 20px 44px rgba(23, 50, 74, 0.14);

  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#brx-header #brxe-a18a23 .trp-switcher-dropdown-list .trp-language-item {
  min-height: 36px;
  padding: 0 10px;

  border-radius: 10px;
  color: var(--myixi-header-text, #17324A);
}

#brx-header #brxe-a18a23 .trp-switcher-dropdown-list .trp-language-item:hover {
  background: var(--myixi-header-soft, #EEF6FB);
  color: var(--myixi-header-primary, #055B90);
}


/* =========================================================
   Mobile Header
   ========================================================= */

#brx-header .myixi-mobile-toggle {
  display: none;
}

@media (max-width: 991px) {
  #brx-header {
    --myixi-header-height: 68px;
    --myixi-header-logo-w: 94px;
  }

  #brx-header #brxe-627cce {
    width: calc(100% - 32px);
    min-height: var(--myixi-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  #brx-header #brxe-6fdbef {
    width: var(--myixi-header-logo-w);
    max-width: var(--myixi-header-logo-w);
    min-width: var(--myixi-header-logo-w);
    flex: 0 0 var(--myixi-header-logo-w);
  }

  #brx-header #brxe-afc9b4 {
    display: none !important;
  }

  #brx-header .myixi-mobile-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid rgba(5, 91, 144, 0.18);
    border-radius: 12px;
    color: var(--myixi-header-text, #17324A);
    box-shadow: none;
  }

  #brx-header .myixi-mobile-toggle .brxa-wrap {
    transform: scale(0.92);
  }

  #brx-header .myixi-desktop-mega {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #brx-header {
    --myixi-header-logo-w: 88px;
  }

  #brx-header #brxe-627cce {
    width: calc(100% - 28px);
  }
}


/* =========================================================
   Mobile Offcanvas
   ========================================================= */

#brx-header .myixi-mobile-offcanvas {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;

  width: 100vw !important;
  height: 100dvh !important;

  display: block !important;
  overflow: hidden !important;

  background: transparent !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

#brx-header .myixi-mobile-offcanvas.brx-open {
  pointer-events: auto !important;
  visibility: visible !important;
}

#brx-header .myixi-mobile-offcanvas .brx-offcanvas-backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;

  width: 100vw !important;
  height: 100dvh !important;

  background: rgba(16, 42, 67, 0.34) !important;
  opacity: 0 !important;
  pointer-events: none !important;

  transition: opacity 0.22s ease !important;
}

#brx-header .myixi-mobile-offcanvas.brx-open .brx-offcanvas-backdrop {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  z-index: 2 !important;

  width: min(420px, calc(100vw - 28px)) !important;
  max-width: min(420px, calc(100vw - 28px)) !important;
  min-width: 0 !important;

  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;

  margin: 0 !important;
  padding: 28px 14px 22px !important;

  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  align-content: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;

  background: #ffffff !important;
  border-left: 1px solid var(--myixi-header-border, #CFE0EE) !important;
  box-shadow: -22px 0 48px rgba(23, 50, 74, 0.14) !important;

  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;

  transform: translate3d(110%, 0, 0) !important;
  transition: transform 0.24s ease !important;
  will-change: transform !important;
}

#brx-header .myixi-mobile-offcanvas.brx-open .myixi-mobile-panel {
  transform: translate3d(0, 0, 0) !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-panel > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-close {
  width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  margin: 0 0 12px auto !important;

  flex: 0 0 42px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;
  border: 1px solid rgba(5, 91, 144, 0.18) !important;
  border-radius: 12px !important;
  color: var(--myixi-header-text, #17324A) !important;
  box-shadow: none !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-close .brxa-wrap {
  transform: scale(0.92);
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-panel > .brxe-text-link {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  background: #f7fbfe !important;
  border: 0 !important;
  border-radius: 10px !important;

  color: var(--myixi-header-text, #17324A) !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  white-space: normal !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-panel > .brxe-text-link:hover {
  background: var(--myixi-header-soft, #EEF6FB) !important;
  color: var(--myixi-header-primary, #055B90) !important;
}


/* =========================================================
   Mobile Accordion
   ========================================================= */

#brx-header .myixi-mobile-offcanvas .brxe-accordion {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-title-wrapper {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;

  background: #f7fbfe !important;
  border-radius: 10px !important;
  cursor: pointer !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-title {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-title .title {
  margin: 0 !important;

  color: var(--myixi-header-text, #17324A) !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-content-wrapper {
  width: 100% !important;
  padding: 6px 0 0 !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-content-wrapper p {
  margin: 0 !important;
  padding: 0 !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-content-wrapper p + p {
  margin-top: 6px !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-content-wrapper a {
  width: 100% !important;
  min-height: 38px !important;
  padding: 0 18px 0 28px !important;

  display: flex !important;
  align-items: center !important;

  background: #ffffff !important;
  border: 1px solid rgba(5, 91, 144, 0.14) !important;
  border-radius: 10px !important;

  color: var(--myixi-header-text, #17324A) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

#brx-header .myixi-mobile-offcanvas .brxe-accordion .accordion-content-wrapper a:hover {
  background: var(--myixi-header-soft, #EEF6FB) !important;
  color: var(--myixi-header-primary, #055B90) !important;
}


/* =========================================================
   Mobile CTA / Search
   ========================================================= */

#brx-header .myixi-mobile-offcanvas .myixi-mobile-quote {
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  margin: 4px 0 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: var(--myixi-header-primary, #055B90) !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-quote:hover {
  background: var(--myixi-header-primary-hover, #044A76) !important;
  color: #ffffff !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-search {
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  margin: 2px 0 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  background: #ffffff !important;
  border: 1px solid rgba(5, 91, 144, 0.18) !important;
  border-radius: 10px !important;
  color: var(--myixi-header-primary, #055B90) !important;

  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-search::after {
  content: "Search";
  margin-left: 12px;

  color: var(--myixi-header-text, #17324A);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
}


/* =========================================================
   Mobile TranslatePress
   Click mode only
   ========================================================= */

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language {
  position: relative !important;
  z-index: 3 !important;

  width: 100% !important;
  min-width: 0 !important;
  margin: 2px 0 0 !important;

  flex: 0 0 auto !important;
  line-height: 1 !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-switcher__wrapper,
#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-switcher,
#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-current-language-item__wrapper {
  width: 100% !important;
  min-width: 0 !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-switcher__wrapper {
  min-height: 42px !important;

  --bg: transparent;
  --bg-hover: transparent;
  --text: var(--myixi-header-text, #17324A);
  --text-hover: var(--myixi-header-primary, #055B90);
  --border: 0;
  --border-radius: 10px;
  --flag-size: 18px;
  --flag-radius: 2px;
  --font-size: 14px;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-switcher {
  padding: 0 !important;
  overflow: visible !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-anchor {
  position: static !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: 4 !important;

  width: 100% !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-current-language-item__wrapper {
  min-height: 42px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  background: #ffffff !important;
  border: 1px solid rgba(5, 91, 144, 0.18) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-language-item {
  min-height: 0 !important;
  padding: 0 !important;
  gap: 10px !important;

  display: flex !important;
  align-items: center !important;

  background: transparent !important;
  color: var(--myixi-header-text, #17324A) !important;
  text-decoration: none !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-flag-image {
  width: 18px !important;
  height: auto !important;
  flex: 0 0 auto !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-language-item-name {
  max-width: none !important;

  color: var(--myixi-header-text, #17324A) !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-arrow {
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 8px !important;

  transition: transform 0.18s ease !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-overlay.is-open .trp-shortcode-arrow {
  transform: rotate(180deg) !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-switcher-dropdown-list {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  z-index: 5 !important;

  width: 100% !important;
  min-width: 0 !important;

  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 8px !important;

  background: #ffffff !important;
  border: 0 solid var(--myixi-header-border, #CFE0EE) !important;
  border-radius: 12px !important;
  box-shadow: none !important;

  overflow: hidden !important;
  overscroll-behavior: contain !important;

  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;

  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-shortcode-overlay.is-open .trp-switcher-dropdown-list {
  height: auto !important;
  max-height: 248px !important;
  padding: 8px !important;
  border-width: 1px !important;
  box-shadow: 0 18px 38px rgba(23, 50, 74, 0.12) !important;

  overflow-y: auto !important;

  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-switcher-dropdown-list .trp-language-item {
  min-height: 36px !important;
  padding: 0 10px !important;

  border-radius: 8px !important;
  color: var(--myixi-header-text, #17324A) !important;
}

#brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-switcher-dropdown-list .trp-language-item:hover {
  background: var(--myixi-header-soft, #EEF6FB) !important;
  color: var(--myixi-header-primary, #055B90) !important;
}


/* =========================================================
   Small Mobile
   ========================================================= */

@media (max-width: 480px) {
  #brx-header .myixi-mobile-offcanvas .myixi-mobile-panel {
    width: calc(100vw - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    padding: 26px 12px 20px !important;
  }

  #brx-header .myixi-mobile-offcanvas .myixi-mobile-panel > .brxe-text-link,
  #brx-header .myixi-mobile-offcanvas .myixi-mobile-quote,
  #brx-header .myixi-mobile-offcanvas .myixi-mobile-search,
  #brx-header .myixi-mobile-offcanvas .myixi-mobile-language .trp-current-language-item__wrapper {
    min-height: 42px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  #brx-header .myixi-mobile-offcanvas {
    display: none !important;
  }
}