body.mm-index-testnav {
  --mm-index-testnav-bar: 74px;
}

body.mm-index-testnav #header {
  z-index: 10030;
}

body.mm-index-testnav:has(.panel.active) #header,
body.mm-index-testnav:has(#footer.show2) #header,
body.mm-index-testnav:has(#footer3.show) #header,
body.mm-index-testnav.panelprofiel-open #header,
body.mm-index-testnav:has(#panelprofiel.show) #header,
body.mm-index-testnav:has(#panelprofiel.open) #header,
body.mm-index-testnav:has(#panelprofiel.active) #header {
  z-index: 10000;
}

body.mm-index-testnav #header .mm-header:hover,
body.mm-index-testnav #header .mm-header:active,
body.mm-index-testnav #header .mm-header:focus,
body.mm-index-testnav #header .mm-header:focus-visible {
  padding: 0.66em 0.8em !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.mm-index-testnav #header .mm-header svg,
body.mm-index-testnav #header .mm-header:hover svg,
body.mm-index-testnav #header .mm-header:active svg,
body.mm-index-testnav #header .mm-header:focus svg,
body.mm-index-testnav #header .mm-header:focus-visible svg {
  transform: none !important;
  transition: none !important;
}

body.mm-index-testnav #header .liquidGlass-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: var(--mm-index-testnav-bar);
  background-color: transparent;
  box-shadow: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  outline: 0 !important;
  transition:
    height 0.48s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    background-color 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0s, 0s;
}

body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) {
  height: var(--mm-index-testnav-bar);
  background-color: #ffffff;
  transition-delay: 0s, 0s;
}

body.mm-index-testnav #header.mm-menu-theme-refresh .liquidGlass-wrapper,
body.mm-index-testnav #header.mm-menu-theme-refresh nav,
body.mm-index-testnav #header.mm-menu-theme-refresh nav ul.main li,
body.mm-index-testnav #header.mm-menu-theme-refresh nav #langSwitchFormAbout,
body.mm-index-testnav #header.mm-menu-theme-refresh nav .mm-menu-audience-control,
body.mm-index-testnav #header.mm-menu-theme-refresh nav #themeSlider,
body.mm-index-testnav #header.mm-menu-theme-refresh nav #themeAutoBtn,
body.mm-index-testnav #header.mm-menu-theme-refresh nav .theme-select-fallback-slider {
  transition: none !important;
}

body.mm-index-testnav #header .liquidGlass-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--mm-index-testnav-bar) - 1px);
  height: 1px;
  background: rgba(38, 39, 41, 0.22);
  opacity: 0;
  pointer-events: none;
}

body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show)::after {
  opacity: 1;
}

html[data-theme="dark"] body.mm-index-testnav #header .liquidGlass-wrapper::after {
  background: rgba(247, 243, 232, 0.28);
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body.mm-index-testnav #header .liquidGlass-wrapper::after,
  html[data-theme="auto"] body.mm-index-testnav #header .liquidGlass-wrapper::after {
    background: rgba(247, 243, 232, 0.28);
  }
}

body.mm-index-testnav #header .liquidGlass-effect,
body.mm-index-testnav #header .liquidGlass-tint,
body.mm-index-testnav #header .liquidGlass-shine {
  pointer-events: none;
}

body.mm-index-testnav #header .liquidGlass-tint {
  opacity: 1;
  transition: opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) .liquidGlass-tint {
  opacity: 0;
  transition-delay: 0s;
}

html[data-theme="dark"] body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) {
  background-color: #000000;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show),
  html[data-theme="auto"] body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) {
    background-color: #000000;
  }
}

body.mm-index-testnav #header .liquidGlass-text {
  position: relative;
  z-index: 3;
  height: var(--mm-index-testnav-bar);
  min-height: var(--mm-index-testnav-bar);
  max-height: var(--mm-index-testnav-bar);
}

body.mm-index-testnav #header .liquidGlass-text h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -36%);
  z-index: 6;
  line-height: 0;
}

body.mm-index-testnav #header .mm-header-badge {
  width: clamp(58px, 5.2vw, 82px);
}

body.mm-index-testnav #header .mm-header-search {
  top: -3px !important;
  left: -11px !important;
  width: 63px !important;
  height: 63px !important;
  padding: 10px !important;
  display: block !important;
  transform: none !important;
}

body.mm-index-testnav #header .mm-header-search:hover,
body.mm-index-testnav #header .mm-header-search:active,
body.mm-index-testnav #header .mm-header-search:focus,
body.mm-index-testnav #header .mm-header-search:focus-visible {
  transform: none !important;
}

body.mm-index-testnav #header .burger,
body.mm-index-testnav #header .burger:hover,
body.mm-index-testnav #header .burger:active,
body.mm-index-testnav #header .burger:focus,
body.mm-index-testnav #header .burger:focus-visible {
  transform: none !important;
}

body.mm-index-testnav #header .burger:not(.clicked):hover span::after,
body.mm-index-testnav #header .burger:not(.clicked):active span::after,
body.mm-index-testnav #header .burger:not(.clicked):focus span::after,
body.mm-index-testnav #header .burger:not(.clicked):focus-visible span::after {
  width: 16px;
}

body.mm-index-testnav #header .burger-topmenu:not(.clicked):hover span::after,
body.mm-index-testnav #header .burger-topmenu:not(.clicked):active span::after,
body.mm-index-testnav #header .burger-topmenu:not(.clicked):focus span::after,
body.mm-index-testnav #header .burger-topmenu:not(.clicked):focus-visible span::after {
  width: 16px;
}

body.mm-index-testnav #header .mm-header-search__icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -58%) !important;
}

body.mm-index-testnav #header nav {
  position: absolute;
  top: var(--mm-index-testnav-bar);
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  height: calc(100% - var(--mm-index-testnav-bar));
  max-height: calc(100% - var(--mm-index-testnav-bar));
  padding: 34px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  transform: translateY(-14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.28s ease,
    opacity 0.22s ease,
    visibility 0s linear 0.28s;
  z-index: 4;
}

body.mm-index-testnav #header nav.show {
  position: absolute;
  top: var(--mm-index-testnav-bar);
  left: 0;
  right: 0;
  height: auto;
  max-height: none;
  overflow: visible;
  box-shadow: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  outline: 0 !important;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.mm-index-testnav #header nav > .burger {
  display: none !important;
}

body.mm-index-testnav #header nav ul.main,
body.mm-index-testnav #header nav .language-switcher-menu.about {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

body.mm-index-testnav #header nav ul.main {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}

body.mm-index-testnav #header nav ul.main li {
  transform: scale(1.08) translateY(-22px);
  transform-origin: center top;
  opacity: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  will-change: transform, opacity;
  transition:
    transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.55s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}

body.mm-index-testnav #header nav.show ul.main li {
  transform: scale(1) translateY(0);
  opacity: 1;
}

body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(1)  { transition-delay: 0.04s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(2)  { transition-delay: 0.08s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(3)  { transition-delay: 0.12s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(4)  { transition-delay: 0.16s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(5)  { transition-delay: 0.20s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(6)  { transition-delay: 0.24s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(7)  { transition-delay: 0.28s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(8)  { transition-delay: 0.32s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(9)  { transition-delay: 0.36s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(10) { transition-delay: 0.40s; }
body.mm-index-testnav #header nav.show ul.main > li:nth-of-type(11) { transition-delay: 0.44s; }

body.mm-index-testnav #header nav ul.main li a {
  display: block;
  width: 100%;
  padding: 13px 1em;
  color: var(--color-text) !important;
  font-size: clamp(.96rem, 1.28vw, 1.12rem);
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    opacity 0.22s ease,
    color 0.22s ease,
    text-decoration-color 0.22s ease;
}

body.mm-index-testnav #header nav ul.main li.mm-work-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu__row {
  display: grid;
  grid-template-columns: max-content minmax(72px, 1fr);
  align-items: stretch;
}

body.mm-index-testnav #header nav ul.main li.mm-work-menu .mm-work-menu__link {
  min-width: 0;
  padding-right: 12px;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle {
  position: static;
  width: 100%;
  min-width: 0;
  min-height: calc((clamp(.96rem, 1.28vw, 1.12rem) * 1.15) + 26px);
  border: 0;
  border-left: 0;
  background: transparent !important;
  color: var(--color-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 13px 1em 13px 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0;
  opacity: 0.72;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle i {
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.22s ease;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle:focus,
body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle:hover,
body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  outline: 0;
  opacity: 1;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu__toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: linear-gradient(to top, rgba(238, 238, 238, 0.86) 0%, rgba(238, 238, 238, 0.38) 46%, rgba(238, 238, 238, 0) 100%);
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    height 0.48s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.24s ease,
    transform 0.32s ease;
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu[hidden] {
  display: none !important;
}

body.mm-index-testnav #header nav ul.main .mm-work-menu.is-open .mm-work-submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu li,
body.mm-index-testnav #header nav.show ul.main .mm-work-submenu li {
  margin: 0;
  border: 0;
  opacity: 1;
  transform: none;
  transition: none;
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 1em 9px 2.6em;
  font-size: 0.9rem;
  opacity: 0.74;
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu li:last-child a {
  padding-bottom: 17px;
}

body.mm-index-testnav #header nav ul.main .mm-work-submenu a:hover,
body.mm-index-testnav #header nav ul.main .mm-work-submenu a:focus-visible {
  opacity: 1;
}

body.mm-index-testnav #header nav ul.main li a:hover {
  color: color-mix(in srgb, var(--color-text) 78%, var(--pal-light-accent-2) 22%) !important;
  opacity: 1;
  text-decoration-color: color-mix(in srgb, var(--color-text) 72%, var(--pal-light-accent-2) 28%);
}

body.mm-index-testnav #header nav ul.main li a:focus-visible {
  color: color-mix(in srgb, var(--color-text) 78%, var(--pal-light-accent-2) 22%) !important;
  opacity: 1;
  text-decoration-color: color-mix(in srgb, var(--color-text) 72%, var(--pal-light-accent-2) 28%);
}

html[data-theme="dark"] body.mm-index-testnav #header nav ul.main li a:hover,
html[data-theme="dark"] body.mm-index-testnav #header nav ul.main li a:focus-visible {
  color: color-mix(in srgb, var(--color-text) 82%, var(--pal-dark-accent-1) 18%) !important;
  text-decoration-color: color-mix(in srgb, var(--color-text) 76%, var(--pal-dark-accent-1) 24%);
}

html[data-theme="light"] body.mm-index-testnav #header nav ul.main li,
html:not([data-theme]) body.mm-index-testnav #header nav ul.main li {
  border-bottom-color: rgba(38, 39, 41, 0.1);
}

html[data-theme="dark"] body.mm-index-testnav #header nav ul.main li {
  border-bottom-color: rgba(247, 243, 232, 0.2);
}

html[data-theme="dark"] body.mm-index-testnav #header nav ul.main .mm-work-submenu {
  background: linear-gradient(to top, rgba(24, 24, 24, 0.92) 0%, rgba(24, 24, 24, 0.42) 46%, rgba(24, 24, 24, 0) 100%);
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body.mm-index-testnav #header nav ul.main li,
  html[data-theme="auto"] body.mm-index-testnav #header nav ul.main li {
    border-bottom-color: rgba(247, 243, 232, 0.2);
  }

  html:not([data-theme]) body.mm-index-testnav #header nav ul.main .mm-work-submenu,
  html[data-theme="auto"] body.mm-index-testnav #header nav ul.main .mm-work-submenu {
    background: linear-gradient(to top, rgba(24, 24, 24, 0.92) 0%, rgba(24, 24, 24, 0.42) 46%, rgba(24, 24, 24, 0) 100%);
  }

  html:not([data-theme]) body.mm-index-testnav #header nav ul.main li a:hover,
  html:not([data-theme]) body.mm-index-testnav #header nav ul.main li a:focus-visible,
  html[data-theme="auto"] body.mm-index-testnav #header nav ul.main li a:hover,
  html[data-theme="auto"] body.mm-index-testnav #header nav ul.main li a:focus-visible {
    color: color-mix(in srgb, var(--color-text) 82%, var(--pal-dark-accent-1) 18%) !important;
    text-decoration-color: color-mix(in srgb, var(--color-text) 76%, var(--pal-dark-accent-1) 24%);
  }
}

body.mm-index-testnav #header nav ul.main li a i,
body.mm-index-testnav #header nav ul.main li a::after {
  display: none !important;
}

body.mm-index-testnav #header nav ul.main li a span.menu_aantallen {
  display: inline-flex !important;
  margin-left: auto;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: right;
  justify-content: flex-end;
  min-width: 2ch;
}

html[data-theme="light"] body.mm-index-testnav #header nav ul.main li a span.menu_aantallen,
html:not([data-theme]) body.mm-index-testnav #header nav ul.main li a span.menu_aantallen {
  color: rgba(38, 39, 41, 0.48);
}

body.mm-index-testnav #header nav .hr-menu {
  display: none;
}

body.mm-index-testnav #header nav ul.main > li:nth-of-type(1) { grid-column: 1; grid-row: 1; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(2) { grid-column: 1; grid-row: 2; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(3) { grid-column: 1; grid-row: 3; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(4) { grid-column: 2; grid-row: 2; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(5) { grid-column: 2; grid-row: 1; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(6) { grid-column: 2; grid-row: 3; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(7) { grid-column: 3; grid-row: 2; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(8) { grid-column: 3; grid-row: 1; }
body.mm-index-testnav #header nav ul.main > li:nth-of-type(9) { grid-column: 3; grid-row: 3; }

body.mm-index-testnav #header nav ul.main > li:nth-of-type(3),
body.mm-index-testnav #header nav ul.main > li:nth-of-type(6),
body.mm-index-testnav #header nav ul.main > li:nth-of-type(9) {
  border-bottom: 0;
}

body.mm-index-testnav #header nav .about,
body.mm-index-testnav #header nav .social,
body.mm-index-testnav #header nav ul.sub,
body.mm-index-testnav #header nav .language-switcher-menu.about {
  transform: translateY(14px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.28s ease;
}

body.mm-index-testnav #header nav.show .about,
body.mm-index-testnav #header nav.show .social,
body.mm-index-testnav #header nav.show ul.sub,
body.mm-index-testnav #header nav.show .language-switcher-menu.about {
  transform: translateY(0);
  opacity: 1;
}

body.mm-index-testnav #header nav .language-switcher-menu.about {
  --mm-switch-h: 46px;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 536px);
  gap: 18px;
  margin-top: 32px;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 18px;
  transform: translateY(16px) scale(.985);
  opacity: 0;
  transition:
    transform 0.46s cubic-bezier(.22, 1, .36, 1),
    opacity 0.42s ease;
  transition-delay: 0s;
}

body.mm-index-testnav #header nav .mm-menu-preferences-drawer,
body.mm-index-testnav #header nav .mm-menu-preferences-drawer__body {
  display: contents;
}

body.mm-index-testnav #header nav .mm-menu-preferences-summary {
  display: none;
}

body.mm-index-testnav #header nav .mm-menu-preferences__cluster {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(240px, 300px) 112px 96px;
  gap: 8px;
  justify-content: end;
  align-items: stretch;
  min-width: 0;
}

body.mm-index-testnav #header nav #langSwitchFormAbout,
body.mm-index-testnav #header nav .mm-menu-audience-control,
body.mm-index-testnav #header nav #themeSlider,
body.mm-index-testnav #header nav #themeAutoBtn,
body.mm-index-testnav #header nav .theme-select-fallback-slider {
  transform: translateY(10px) scale(.98) !important;
  transform-origin: center top;
  opacity: 0 !important;
  will-change: transform, opacity;
  transition:
    transform 0.46s cubic-bezier(.22, 1, .36, 1),
    opacity 0.42s ease !important;
  transition-delay: 0s;
}

body.mm-index-testnav #header nav.show .language-switcher-menu.about {
  transform: none;
  opacity: 1;
  transition-delay: 0.62s;
}

body.mm-index-testnav #header nav.show #langSwitchFormAbout,
body.mm-index-testnav #header nav.show .mm-menu-audience-control,
body.mm-index-testnav #header nav.show #themeSlider,
body.mm-index-testnav #header nav.show #themeAutoBtn,
body.mm-index-testnav #header nav.show .theme-select-fallback-slider {
  transform: none !important;
  opacity: 1 !important;
}

body.mm-index-testnav #header nav.show #langSwitchFormAbout { transition-delay: 0.68s; }
body.mm-index-testnav #header nav.show #themeSlider { transition-delay: 0.73s; }
body.mm-index-testnav #header nav.show #themeAutoBtn,
body.mm-index-testnav #header nav.show .theme-select-fallback-slider { transition-delay: 0.78s; }
body.mm-index-testnav #header nav.show .mm-menu-audience-control { transition-delay: 0.84s; }

html[data-theme="dark"] body.mm-index-testnav #header nav .language-switcher-menu.about {
  border-top-color: rgba(247, 243, 232, 0.18);
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body.mm-index-testnav #header nav .language-switcher-menu.about,
  html[data-theme="auto"] body.mm-index-testnav #header nav .language-switcher-menu.about {
    border-top-color: rgba(247, 243, 232, 0.18);
  }
}

body.mm-index-testnav #header nav .lang-switch-form,
body.mm-index-testnav #header nav .theme-switch-form {
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

body.mm-index-testnav #header nav .lang-switch-form::before,
body.mm-index-testnav #header nav .theme-switch-form::before {
  margin-bottom: 8px;
}

body.mm-index-testnav #header nav .lang-switch-form {
  display: contents;
  width: 100%;
  min-width: 0;
}

body.mm-index-testnav #header nav .theme-switch-form.theme-slider-form {
  display: contents;
  width: 100%;
  min-width: 0;
}

body.mm-index-testnav #header nav .mm-lang-select-wrap--header {
  grid-column: 1;
  width: 100%;
  min-width: 0;
  height: var(--mm-switch-h, 52px);
  min-height: var(--mm-switch-h, 52px);
  align-self: stretch;
}

body.mm-index-testnav #header nav .mm-menu-audience-control {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: var(--mm-switch-h, 52px) !important;
  min-height: var(--mm-switch-h, 52px) !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch !important;
}

body.mm-index-testnav #header nav .mm-audience-switch--menu {
  --mm-audience-pad: 4px;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: var(--mm-switch-h, 52px) !important;
  min-height: var(--mm-switch-h, 52px) !important;
  margin: 0 !important;
  align-self: stretch !important;
  box-shadow: none !important;
}

body.mm-index-testnav #header nav .mm-audience-switch--menu::after {
  box-shadow: none !important;
}

body.mm-index-testnav #header nav .mm-audience-switch--menu .mm-audience-switch__button {
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.2px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  align-items: center !important;
  justify-content: center !important;
  height: calc(var(--mm-switch-h, 52px) - (var(--mm-audience-pad, 4px) * 2)) !important;
  min-height: calc(var(--mm-switch-h, 52px) - (var(--mm-audience-pad, 4px) * 2)) !important;
}

body.mm-index-testnav #header nav .mm-audience-switch--menu .mm-audience-switch__button span {
  display: block !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: translateY(-1.5px) !important;
}

body.mm-index-testnav #header nav #langSelectAbout.lang-select-full.glass {
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.mm-index-testnav #header nav .mm-lang-select-button {
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none !important;
}

body.mm-index-testnav #header nav .theme-slider {
  --slider-pad: 4px;
  --slider-icon-size: 15px;
  min-width: 0;
  width: 100%;
  max-width: none;
  height: var(--mm-switch-h, 52px);
  min-height: var(--mm-switch-h, 52px);
  max-height: var(--mm-switch-h, 52px);
  grid-column: 2;
  align-self: stretch;
}

body.mm-index-testnav #header nav .theme-slider__btn,
body.mm-index-testnav #header nav .theme-auto-btn {
  height: var(--mm-switch-h, 52px);
  min-height: var(--mm-switch-h, 52px);
  max-height: var(--mm-switch-h, 52px);
}

body.mm-index-testnav #header nav .theme-auto-btn {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 0 10px;
  grid-column: 3;
  align-self: stretch;
}

body.mm-index-testnav #header nav .theme-auto-btn span {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

body.mm-index-testnav #header nav .theme-slider__btn {
  border-radius: 999px;
}

body.mm-index-testnav #header nav .theme-slider__knob {
  width: calc(50% - var(--slider-pad));
  height: calc(100% - (var(--slider-pad) * 2));
  top: var(--slider-pad);
  left: var(--slider-pad);
  transform: none !important;
  box-shadow: 0 4px 12px rgba(8, 16, 34, 0.24);
  transition:
    left .24s cubic-bezier(.22,1,.36,1),
    background .2s ease,
    box-shadow .2s ease;
}

body.mm-index-testnav #header nav .theme-slider__icon {
  top: 50%;
  transform: translateY(-50%);
  width: var(--slider-icon-size);
  height: var(--slider-icon-size);
  font-size: 14px;
}

body.mm-index-testnav #header nav .theme-slider__icon--sun {
  left: calc(25% - (var(--slider-icon-size) / 2));
}

body.mm-index-testnav #header nav .theme-slider__icon--moon {
  left: calc(75% - (var(--slider-icon-size) / 2));
  right: auto;
}

body.mm-index-testnav #header nav .theme-slider[data-mode="light"] .theme-slider__knob {
  left: var(--slider-pad);
}

body.mm-index-testnav #header nav .theme-slider[data-mode="dark"] .theme-slider__knob {
  left: 50%;
}

body.mm-index-testnav #header nav #langSelectAbout.lang-select-full.glass,
body.mm-index-testnav #header nav .mm-lang-select-button,
body.mm-index-testnav #header nav .theme-slider__btn,
body.mm-index-testnav #header nav .theme-auto-btn {
  box-shadow: none !important;
}

body.mm-index-testnav .overlay.show {
  background: rgba(24, 22, 18, 0.18);
  z-index: 10020;
}

body.mm-index-testnav:has(#header nav.show) .overlay,
body.mm-index-testnav.mm-menu-native-select-open .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  z-index: 10020;
  background: rgba(24, 22, 18, 0.18);
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

@media screen and (max-width: 980px) {
  body.mm-index-testnav {
    --mm-index-testnav-bar: 68px;
  }

body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) {
  height: var(--mm-index-testnav-bar);
  overflow: visible;
}
}

@media screen and (max-width: 736px) {
  body.mm-index-testnav {
    --mm-index-testnav-bar: 62px;
  }

  body.mm-index-testnav #header.small .mm-header,
  body.mm-index-testnav #header.small .mm-header:hover,
  body.mm-index-testnav #header.small .mm-header:active,
  body.mm-index-testnav #header.small .mm-header:focus,
  body.mm-index-testnav #header.small .mm-header:focus-visible {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
  }

  body.mm-index-testnav #header .liquidGlass-wrapper:has(nav.show) {
    height: var(--mm-index-testnav-bar);
  }

  body.mm-index-testnav #header nav {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
  }

  body.mm-index-testnav #header .mm-header-search,
  body.mm-index-testnav #header .mm-header-search:hover,
  body.mm-index-testnav #header .mm-header-search:active,
  body.mm-index-testnav #header .mm-header-search:focus,
  body.mm-index-testnav #header .mm-header-search:focus-visible,
  body.mm-index-testnav #header .burger,
  body.mm-index-testnav #header .burger:hover,
  body.mm-index-testnav #header .burger:active,
  body.mm-index-testnav #header .burger:focus,
  body.mm-index-testnav #header .burger:focus-visible {
    transition: none !important;
  }

  body.mm-index-testnav #header nav ul.main {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    column-gap: 0;
    row-gap: 0;
  }

  body.mm-index-testnav #header nav ul.main > li:nth-of-type(1),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(2),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(3),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(4),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(5),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(6),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(7),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(8),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(9) {
    grid-column: auto;
    grid-row: auto;
  }

  body.mm-index-testnav #header nav ul.main li a {
    font-size: .96rem;
    padding: 13px 0;
    text-transform: none;
  }

  body.mm-index-testnav #header nav ul.main li a span.menu_aantallen {
    display: inline-flex !important;
    margin-left: auto;
    padding-left: 12px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: right;
    justify-content: flex-end;
    min-width: 2ch;
  }

  html[data-theme="light"] body.mm-index-testnav #header nav ul.main li a span.menu_aantallen,
  html:not([data-theme]) body.mm-index-testnav #header nav ul.main li a span.menu_aantallen {
    color: rgba(38, 39, 41, 0.52);
  }

  body.mm-index-testnav #header nav ul.main li {
    border-bottom: 1px solid color-mix(in srgb, var(--pal-dark-3) 14%, transparent);
  }

  body.mm-index-testnav #header nav ul.main > li:nth-of-type(3),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(4),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(6),
  body.mm-index-testnav #header nav ul.main > li:nth-of-type(7) {
    border-bottom: 1px solid color-mix(in srgb, var(--pal-dark-3) 14%, transparent);
  }

  body.mm-index-testnav #header nav ul.main > li:nth-of-type(9) {
    border-bottom: 0;
  }

  html[data-theme="dark"] body.mm-index-testnav #header nav ul.main li {
    border-bottom-color: rgba(247, 243, 232, 0.2);
  }

  @media (prefers-color-scheme: dark) {
    html:not([data-theme]) body.mm-index-testnav #header nav ul.main li,
    html[data-theme="auto"] body.mm-index-testnav #header nav ul.main li {
      border-bottom-color: rgba(247, 243, 232, 0.2);
    }
  }

  body.mm-index-testnav #header nav .language-switcher-menu.about {
    --mm-switch-h: 48px;
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: stretch;
    justify-items: stretch;
    justify-content: stretch;
  }

  body.mm-index-testnav #header nav .mm-menu-preferences-drawer {
    display: block;
    width: 100%;
    position: relative;
  }

  body.mm-index-testnav #header nav .mm-menu-preferences-summary {
    min-width: 0 !important;
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 13px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-text);
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
    white-space: nowrap;
    font-size: .96rem;
    line-height: 1.15;
  }

  body.mm-index-testnav #header nav .mm-menu-preferences-summary__item {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: inherit;
    letter-spacing: 0;
    text-transform: none !important;
    white-space: nowrap;
  }

  body.mm-index-testnav #header nav .mm-menu-preferences-summary__item + .mm-menu-preferences-summary__item::before {
    content: "|";
    display: inline;
    margin: 0 11px;
    color: rgba(38, 39, 41, 0.28);
    font: inherit;
    font-weight: inherit;
    pointer-events: none;
  }

  body.mm-index-testnav #header nav .mm-menu-preferences-drawer__body {
    display: none;
  }

  body.mm-index-testnav #header nav .mm-menu-mobile-lang-popover[hidden] {
    display: none !important;
  }

  body.mm-index-testnav #header nav .mm-menu-mobile-lang-popover {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    z-index: 20;
    min-width: 178px;
    padding: 6px;
    border: 1px solid rgba(38, 39, 41, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(18, 19, 22, 0.12);
  }

  body.mm-index-testnav #header nav .mm-menu-mobile-lang-option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--color-text);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }

  body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:hover,
  body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:focus-visible,
  body.mm-index-testnav #header nav .mm-menu-mobile-lang-option[aria-current="true"] {
    background: rgba(38, 39, 41, 0.06);
  }

  html[data-theme="dark"] body.mm-index-testnav #header nav .mm-menu-preferences-summary__item + .mm-menu-preferences-summary__item::before {
    color: rgba(247, 243, 232, 0.3);
  }

  html[data-theme="dark"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-popover {
    border-color: rgba(247, 243, 232, 0.14);
    background: rgba(22, 23, 25, 0.97);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }

  html[data-theme="dark"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:hover,
  html[data-theme="dark"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:focus-visible,
  html[data-theme="dark"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option[aria-current="true"] {
    background: rgba(247, 243, 232, 0.08);
  }

  @media (prefers-color-scheme: dark) {
    html:not([data-theme]) body.mm-index-testnav #header nav .mm-menu-preferences-summary__item + .mm-menu-preferences-summary__item::before,
    html[data-theme="auto"] body.mm-index-testnav #header nav .mm-menu-preferences-summary__item + .mm-menu-preferences-summary__item::before {
      color: rgba(247, 243, 232, 0.3);
    }

    html:not([data-theme]) body.mm-index-testnav #header nav .mm-menu-mobile-lang-popover,
    html[data-theme="auto"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-popover {
      border-color: rgba(247, 243, 232, 0.14);
      background: rgba(22, 23, 25, 0.97);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    }

    html:not([data-theme]) body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:hover,
    html:not([data-theme]) body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:focus-visible,
    html:not([data-theme]) body.mm-index-testnav #header nav .mm-menu-mobile-lang-option[aria-current="true"],
    html[data-theme="auto"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:hover,
    html[data-theme="auto"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option:focus-visible,
    html[data-theme="auto"] body.mm-index-testnav #header nav .mm-menu-mobile-lang-option[aria-current="true"] {
      background: rgba(247, 243, 232, 0.08);
    }
  }

  body.mm-index-testnav #header nav .mm-menu-preferences__cluster {
    grid-column: 1 !important;
    grid-row: 2 !important;
    grid-template-columns: minmax(0, 1fr) 116px 92px;
    gap: 8px;
    justify-content: stretch;
  }

  body.mm-index-testnav #header nav .lang-switch-form,
  body.mm-index-testnav #header nav .theme-switch-form {
    width: 100%;
    min-width: 0;
    display: contents;
  }

  body.mm-index-testnav #header nav .lang-switch-form {
    width: 100%;
  }

  body.mm-index-testnav #header nav .theme-switch-form.theme-slider-form {
    width: 100%;
    display: contents;
  }

  body.mm-index-testnav #header nav .mm-lang-select-wrap--header {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.mm-index-testnav #header nav .mm-menu-audience-control {
    grid-column: 1 / 4 !important;
    grid-row: 1 !important;
  }

  body.mm-index-testnav #header nav .theme-slider {
    min-width: 0;
    width: 100%;
    max-width: none;
    grid-column: 2 !important;
    grid-row: 2 !important;
    height: var(--mm-switch-h) !important;
    min-height: var(--mm-switch-h) !important;
    max-height: var(--mm-switch-h) !important;
  }

  body.mm-index-testnav #header nav #langSelectAbout.lang-select-full.glass,
  body.mm-index-testnav #header nav .mm-lang-select-button,
  body.mm-index-testnav #header nav .mm-menu-audience-control,
  body.mm-index-testnav #header nav .mm-audience-switch--menu,
  body.mm-index-testnav #header nav .theme-slider,
  body.mm-index-testnav #header nav .theme-slider__btn,
  body.mm-index-testnav #header nav .theme-auto-btn {
    min-height: var(--mm-switch-h) !important;
    height: var(--mm-switch-h) !important;
    max-height: var(--mm-switch-h) !important;
    box-sizing: border-box !important;
  }

  body.mm-index-testnav #header nav #langSelectAbout.lang-select-full.glass {
    padding-left: 14px !important;
    padding-right: 24px !important;
    font-size: 0.98rem;
  }

  body.mm-index-testnav #header nav .mm-lang-select-button {
    padding-left: 14px !important;
    padding-right: 30px !important;
    font-size: 0.98rem;
  }

  body.mm-index-testnav #header nav .mm-lang-select-button::after {
    right: 13px;
    width: 8px;
    height: 8px;
  }

  body.mm-index-testnav #header nav .theme-auto-btn {
    min-width: 0;
    width: 100%;
    padding: 0 12px;
    justify-self: stretch;
    font-size: 0.95rem;
    grid-column: 3 !important;
    grid-row: 2 !important;
  }

  body.mm-index-testnav #header nav .theme-auto-btn span {
    transform: none;
  }

  body.mm-index-testnav #header nav .mm-audience-switch--menu .mm-audience-switch__button span {
    transform: translateY(-1px) !important;
  }

  body.mm-index-testnav #header nav .mm-audience-switch--menu .mm-audience-switch__button {
    font-size: 0.95rem !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
  }

  body.mm-index-testnav #header nav .theme-select-fallback-slider {
    grid-column: 1 / -1;
  }
}
