/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, components, utilities;
@layer theme {
  :root, :host {
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .m-auto {
    margin: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .\!mt-0 {
    margin-top: 0px !important;
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-5 {
    margin-right: calc(var(--spacing) * -5);
  }
  .\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .\!h-auto {
    height: auto !important;
  }
  .min-h-400 {
    min-height: calc(var(--spacing) * 400);
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-0 {
    padding: 0px;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .\!pb-0 {
    padding-bottom: 0px !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[0\] {
    padding-bottom: 0;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition\! {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (width >= 48rem) {
    .md\:order-first {
      order: -9999;
    }
    .md\:\!block {
      display: block !important;
    }
    .md\:\!flex {
      display: flex !important;
    }
    .md\:\!hidden {
      display: none !important;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .md\:max-w-\[800px\] {
      max-width: 800px;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .md\:p-0 {
      padding: 0px;
    }
    .md\:pt-0 {
      padding-top: 0px;
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mb-0 {
      margin-bottom: 0px;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
    .lg\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .lg\:text-right {
      text-align: right;
    }
  }
}
body:not(:has([fullwidth-hero="true"])) {
  padding-top: clamp(80px, 71.8182px + 2.2727vw, 100px);
}
body:has([fullwidth-light-hero="true"]), body:has(#v4_legacy_hero) {
  padding-top: 0 !important;
}
.mdh {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  &, & * {
    box-sizing: border-box;
  }
  &:hover, &.mdh--panel-open {
    background-color: rgba(255, 255, 255, 0.7);
  }
  &.mdh--hidden {
    transform: translateY(-100%);
  }
  & a {
    text-decoration: none;
  }
  & .mdh__inner {
    max-width: var(--box-sizing, 1440px);
    margin-block: 1rem;
    margin-inline: auto;
    padding-inline: clamp(1.5625rem, 1.4477rem + 0.5102vw, 1.875rem);
    display: flex;
    align-items: center;
    gap: 5%;
  }
  & .mdh__logo {
    width: 100%;
    max-width: 12rem;
    margin-top: -7px;
    color: var(--Navy, #002855);
    & svg {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  & .mdh__menus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  & .mdh__primary {
    background-color: var(--Light-Grey, #F2F4F6);
    border-radius: var(--button-radius, 30px);
    & ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    & a {
      display: inline-block;
      padding: 1.1em 1em;
      font-family: var(--3DS, "3DS Variable"), sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1;
      color: var(--Navy, #002855);
      transition: font-weight 0.3s ease-out;
      &:hover {
        font-weight: 600;
      }
    }
    & li:first-child a {
      padding-inline-start: 1.8em;
    }
    & li:last-child a {
      padding-inline-end: 1.8em;
    }
  }
  & .mdh__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-block: 0.36em;
    padding-inline: 1.5em;
    background-color: var(--Light-Grey, #F2F4F6);
    border-radius: var(--button-radius, 30px);
  }
  & .mdh__secondary ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  & .mdh__secondary li {
    display: flex;
    align-items: center;
  }
  & .mdh__secondary a, & .mdh__language button {
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: var(--Navy, #002855);
    transition: font-weight 0.3s ease-out;
    &:hover {
      font-weight: 600;
    }
  }
  & .mdh__language {
    position: relative;
    & button {
      appearance: none;
      background: none;
      border: none;
      border-radius: 0;
      margin: 0;
      padding: 0;
      outline-offset: 2px;
      text-align: inherit;
      cursor: pointer;
    }
    & ul {
      position: absolute;
      top: calc(100% + 10px);
      left: -30px;
      right: -30px;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      background: #ffffff;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      overflow: hidden;
    }
    & ul a {
      display: block;
      padding: 10px 8px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: var(--Navy, #002855);
      &:hover {
        background: #f5faff;
      }
    }
  }
  & .mdh__secondary li:last-child a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 0.6em 1.6em;
    border: 1px solid var(--Navy, #002855);
    border-radius: 30px;
    background-color: var(--Navy, #002855);
    color: var(--White, #ffffff);
    transition: color 0.3s ease-out;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      transform: translateX(-101%);
      background-color: var(--White, #ffffff);
      transition: transform 0.3s ease-out;
    }
    &:hover {
      color: var(--Navy, #002855);
      font-weight: 400;
    }
    &:hover::before {
      transform: translateX(0);
    }
  }
  & .mdh__panels {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  & .mdh__panel {
    pointer-events: none;
    &[hidden] {
      display: none;
    }
  }
  & .mdh__panel-inner {
    pointer-events: auto;
    max-width: var(--box-sizing, 1440px);
    margin-inline: auto;
    padding-inline: clamp(1.5625rem, 1.4477rem + 0.5102vw, 1.875rem);
    padding-top: 2rem;
  }
  & .mdh__panel-card {
    overflow: hidden;
    border-radius: var(--button-radius, 30px);
    background-color: var(--White, #ffffff);
    box-shadow: 0px 1px 8px 0px rgba(195, 195, 195, 1);
    padding: clamp(2rem, 1.1739rem + 4.1304vw, 4.375rem);
  }
  & .mdh__panel-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    & ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.75rem;
    }
    & a, & span {
      font-family: var(--3DS, "3DS Variable"), sans-serif;
      color: var(--Navy, #002855);
    }
  }
  & .mdh__panel-cta > a, & .mdh__mega-why a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 1rem;
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-size: 1rem;
    color: var(--Navy, #002855);
    padding: 0.8em 2.4em;
    border: 1px solid var(--Navy, #002855);
    border-radius: var(--button-radius, 30px);
    background-color: var(--White, #ffffff);
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    &::after {
      content: "";
      flex-shrink: 0;
      width: 1.5em;
      height: 1.5em;
      background-color: currentColor;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
    }
    &:hover, &:focus-visible {
      color: var(--White, #ffffff);
      background-color: var(--Navy, #002855);
    }
  }
  & .mdh__panel.nn-layout-cols {
    & .mdh__panel-card {
      padding: 3rem 4rem;
    }
    & .mdh__panel-menu {
      display: block;
      columns: 3;
      column-gap: 3rem;
      & > div {
        break-inside: avoid;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 2.5rem;
      }
    }
    & .mdh__panel-menu > div > a, & .mdh__panel-menu > div > span {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--Navy, #002855);
      font-size: clamp(1.38rem, 0.2vw + 1.34rem, 1.5rem);
      font-weight: 400;
      line-height: 1.3;
      color: var(--Navy, #002855);
      &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: var(--Green, #CBD300);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-out;
        z-index: 5;
      }
      &::after {
        content: "";
        flex-shrink: 0;
        width: 1.6rem;
        height: 1.6rem;
        background-color: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
        transition: background-color 0.3s ease-out;
      }
      &:hover::before, &:focus-visible::before {
        transform: scaleX(1);
      }
      &:hover::after {
        background-color: var(--Green, #CBD300);
      }
    }
    & .mdh__panel-menu ul {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    & .mdh__panel-menu li a {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--Divider-Grey, #CCCCCC);
      font-size: 1.125rem;
      font-weight: 600;
      color: var(--Navy, #002855);
      &::before {
        content: "";
        flex-shrink: 0;
        width: 1.05rem;
        height: 1.05rem;
        background-color: var(--Mid-Grey, #E6EAEE);
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
        transition: background-color 0.3s ease-out, transform 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
      }
      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: var(--Green, #CBD300);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-out;
        z-index: 5;
      }
      &:hover::before {
        background-color: var(--Green, #CBD300);
        transform: rotate(90deg);
      }
      &:hover::after {
        transform: scaleX(1);
      }
    }
    @media (max-width: 1024px) {
      & .mdh__panel-card {
        padding-block-start: clamp(2.1875rem, -2.5rem + 9.7656vw, 3.75rem);
        padding-block-end: clamp(3.125rem, 1.25rem + 3.9063vw, 3.75rem);
        padding-inline: clamp(1.875rem, -3.75rem + 11.7188vw, 3.75rem);
      }
    }
  }
  & .mdh__panel.nn-layout-info, & .mdh__panel.nn-layout-contact {
    & .mdh__panel-card {
      display: flex;
      align-items: stretch;
      padding: 4rem;
    }
    & .mdh__panel-cta {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1rem;
      width: 320px;
      padding-inline-end: 50px;
      & h2 {
        margin: 0;
        font-family: var(--3DS, "3DS Variable"), sans-serif;
        font-size: clamp(1.38rem, 0.2vw + 1.34rem, 1.5rem);
        font-weight: 400;
        line-height: 1.3;
        color: var(--Navy, #002855);
        text-wrap: balance;
      }
      & p {
        margin: 0;
        font-family: Arial, sans-serif;
        font-size: clamp(0.75rem, 0.2vw + 0.71rem, 0.88rem);
        font-weight: 400;
        line-height: 1.6;
        color: var(--Navy, #002855);
        text-wrap: pretty;
      }
      & > span {
        font-family: var(--3DS, "3DS Variable"), sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--Navy, #002855);
      }
      & > a {
        margin-top: 0.5rem;
      }
    }
    & .mdh__panel-menu {
      flex: 1;
      display: flex;
      align-items: center;
      padding-inline-start: 4rem;
      border-inline-start: 1px solid var(--Divider-Grey, #CCCCCC);
      & ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
      }
      & li a {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--Navy, #002855);
        & span {
          max-width: 120px;
        }
        & svg {
          flex-shrink: 0;
          width: 58px;
          height: 58px;
          padding: 4px;
          border-radius: 8px;
          background-color: var(--Navy, #002855);
          color: var(--White, #ffffff);
          fill: currentColor;
          transition: background-color 0.3s ease-out, color 0.3s ease-out;
        }
        &:hover svg {
          background-color: var(--Green, #CBD300);
          color: var(--Navy, #002855);
        }
      }
    }
    @media (max-width: 1024px) {
      & .mdh__panel-card {
        padding-block-start: clamp(2.1875rem, -2.5rem + 9.7656vw, 3.75rem);
        padding-block-end: clamp(3.125rem, 1.25rem + 3.9063vw, 3.75rem);
        padding-inline: clamp(1.875rem, -3.75rem + 11.7188vw, 3.75rem);
      }
      & .mdh__panel-cta {
        padding-inline-end: 30px;
      }
      & .mdh__panel-menu {
        padding-inline-start: 30px;
      }
    }
  }
  & .mdh__panel.nn-layout-contact {
    & .mdh__panel-image {
      align-self: center;
      width: 340px;
      height: auto;
      border-radius: 10px;
      margin-inline-end: 4rem;
    }
    & .mdh__panel-menu {
      align-items: flex-start;
      & ul {
        width: auto;
        grid-template-columns: 1fr;
      }
      & li a span {
        max-width: none;
      }
    }
  }
  & .mdh__panel.nn-layout-mega {
    & .mdh__panel-card {
      padding: 3rem;
    }
    & .mdh__mega {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
    & .mdh__mega-pane[hidden], & .mdh__mega-group[hidden] {
      display: none;
    }
    & .mdh__mega-tabs {
      display: flex;
      gap: 0.8rem;
      & button {
        appearance: none;
        cursor: pointer;
        white-space: nowrap;
        font-family: var(--3DS, "3DS Variable"), sans-serif;
        font-size: 1rem;
        text-align: start;
        color: var(--Navy, #002855);
        padding: 8px 20px;
        border: 1px solid var(--Navy, #002855);
        border-radius: var(--button-radius, 30px);
        background: none;
        transition: color 200ms, background-color 200ms, flex-grow 0.3s ease-out;
        &:hover, &:focus-visible, &[aria-selected="true"] {
          color: var(--White, #ffffff);
          background-color: var(--Navy, #002855);
        }
        &[aria-selected="true"] {
          flex-grow: 2;
        }
      }
    }
    & .mdh__mega-pane--railed {
      display: flex;
      align-items: stretch;
    }
    & .mdh__mega-rail {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 1.8rem;
      width: 205px;
      padding-inline-end: 20px;
      & button {
        appearance: none;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        text-align: start;
        padding: 0;
        border: 0;
        background: none;
        &::before {
          content: "";
          flex-shrink: 0;
          width: 1rem;
          height: 1rem;
          margin-block-start: 0.4rem;
          margin-inline-end: 12px;
          background: radial-gradient(circle, currentColor 33%, transparent 35%);
          color: var(--Mid-Grey, #E6EAEE);
          transition: color 0.3s ease-out;
        }
        & span {
          display: block;
          font-family: var(--3DS, "3DS Variable"), sans-serif;
          font-size: 1.5rem;
          font-weight: 300;
          line-height: 1.3;
          color: var(--Navy, #002855);
        }
        & span {
          transition: font-weight 0.3s ease-out;
        }
        &:hover::before, &[aria-selected="true"]::before {
          color: var(--Green, #CBD300);
        }
        &[aria-selected="true"] span {
          font-weight: 500;
        }
      }
    }
    & .mdh__mega-pane.nn-bold-first .mdh__mega-rail button {
      &[aria-selected="true"] span {
        font-weight: 300;
      }
      &[aria-selected="true"] span::first-line {
        font-weight: 500;
      }
    }
    & .mdh__mega-groups {
      flex: 1;
      border-inline-start: 1px solid var(--Divider-Grey, #CCCCCC);
    }
    & .mdh__mega-group {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      padding-inline-start: 3rem;
    }
    & .mdh__mega-overview {
      position: relative;
      width: fit-content;
      display: flex;
      align-items: center;
      gap: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--Navy, #002855);
      font-family: var(--3DS, "3DS Variable"), sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      color: var(--Navy, #002855);
      &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: var(--Green, #CBD300);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-out;
        z-index: 5;
      }
      &::after {
        content: "";
        flex-shrink: 0;
        width: 1.6rem;
        height: 1.6rem;
        background-color: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.3536 4.03553C13.5488 3.84027 13.5488 3.52369 13.3536 3.32842L10.1716 0.146443C9.97631 -0.0488189 9.65973 -0.0488189 9.46447 0.146443C9.2692 0.341705 9.2692 0.658288 9.46447 0.85355L12.2929 3.68198L9.46447 6.5104C9.2692 6.70567 9.2692 7.02225 9.46447 7.21751C9.65973 7.41277 9.97631 7.41277 10.1716 7.21751L13.3536 4.03553ZM0 3.68198L-4.37114e-08 4.18198L13 4.18198L13 3.68198L13 3.18198L4.37114e-08 3.18198L0 3.68198Z'/%3E%3C/svg%3E") no-repeat center / contain;
        transition: background-color 0.3s ease-out;
      }
      &:hover::before, &:focus-visible::before {
        transform: scaleX(1);
      }
      &:hover::after {
        background-color: var(--Green, #CBD300);
      }
    }
    & .mdh__mega-group ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    & .mdh__mega-group li:not(.mdh__mega-why) a {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 14px;
      row-gap: 4px;
      align-items: center;
      align-content: center;
      height: 100%;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--Divider-Grey, #CCCCCC);
      color: var(--Navy, #002855);
      &::before {
        content: "";
        grid-row: span 2;
        width: 1.05rem;
        height: 1.05rem;
        background-color: var(--Mid-Grey, #E6EAEE);
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
        transition: background-color 0.3s ease-out, transform 0.32s var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
      }
      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: var(--Green, #CBD300);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-out;
        z-index: 5;
      }
      & strong {
        font-size: 1.125rem;
        font-weight: 600;
      }
      & span {
        font-family: Arial, sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.3;
      }
      & strong:only-child, & strong:last-child {
        grid-row: span 2;
      }
      &:hover::before {
        background-color: var(--Green, #CBD300);
        transform: rotate(90deg);
      }
      &:hover::after {
        transform: scaleX(1);
      }
    }
    & .mdh__mega-group li.mdh__mega-why {
      display: flex;
      align-items: center;
    }
    & .mdh__mega-flat {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    & .mdh__mega-links {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      padding-bottom: 20px;
      padding-inline-start: 15px;
      border-bottom: 1px solid var(--Divider-Grey, #CCCCCC);
      &:empty {
        display: none;
      }
      & a {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--Navy, #002855);
        transition: color 0.3s ease-out;
        &::before {
          content: "";
          flex-shrink: 0;
          width: 1.05rem;
          height: 1.05rem;
          background-color: var(--Mid-Grey, #E6EAEE);
          -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='M7.19825 1.37521C7.80128 -0.458337 10.395 -0.458341 10.998 1.37521L12.1237 4.79782C12.3221 5.40119 12.7953 5.87443 13.3987 6.07287L16.8213 7.1985C18.6549 7.80152 18.6549 10.3953 16.8213 10.9983L13.3987 12.1239C12.7953 12.3223 12.3221 12.7956 12.1237 13.399L10.998 16.8216C10.395 18.6551 7.80128 18.6551 7.19826 16.8216L6.07262 13.399C5.87419 12.7956 5.40094 12.3223 4.79757 12.1239L1.37497 10.9983C-0.458581 10.3953 -0.458585 7.80152 1.37496 7.1985L4.79757 6.07287C5.40094 5.87443 5.87419 5.40119 6.07262 4.79782L7.19825 1.37521Z'/%3E%3C/svg%3E") no-repeat center / contain;
          transition: background-color 0.3s ease-out, transform 0.3s ease-out;
        }
        &:hover {
          color: var(--Green, #CBD300);
        }
        &:hover::before {
          background-color: var(--Green, #CBD300);
          transform: rotate(90deg);
        }
      }
    }
    & .mdh__mega-cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      padding-top: 15px;
      padding-inline-start: 15px;
      &:empty {
        display: none;
      }
    }
    & .mdh__mega-card {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 24px;
      & img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
      & .mdh__mega-card-icon {
        position: absolute;
        inset-block-start: -14px;
        inset-inline-start: -14px;
        width: 50px;
        height: 50px;
        padding: 6px;
        border-radius: 10px;
        background-color: var(--Navy, #002855);
        color: var(--White, #ffffff);
        transition: background-color 0.3s ease-out, color 0.3s ease-out;
        & svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: currentColor;
        }
      }
      & .mdh__mega-card-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--Navy, #002855);
        transition: color 0.3s ease-out;
      }
      &:hover .mdh__mega-card-title {
        color: var(--Green, #CBD300);
      }
      &:hover .mdh__mega-card-icon {
        background-color: var(--Green, #CBD300);
        color: var(--Navy, #002855);
      }
    }
    @media (max-width: 1024px) {
      & .mdh__panel-card {
        padding-block-start: clamp(2.1875rem, -2.5rem + 9.7656vw, 3.75rem);
        padding-block-end: clamp(2.5rem, -1.25rem + 7.8125vw, 3.75rem);
        padding-inline: clamp(1.875rem, -3.75rem + 11.7188vw, 3.75rem);
      }
      & .mdh__mega-tabs button {
        font-size: 0.8rem;
      }
      & .mdh__mega-rail {
        gap: 1rem;
        padding-inline-end: 20px;
        & button span {
          font-size: 1.2rem;
        }
      }
      & .mdh__mega-group {
        padding-inline-start: 40px;
      }
      & .mdh__mega-group ul {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
      }
    }
  }
}
body.admin-bar .mdh {
  top: 30px;
}
body:not(:has([fullwidth-hero="true"])) .mdh {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.mdh.mdh--blur {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  height: 100vh;
  background-color: rgba(0, 40, 85, 0.2);
  opacity: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
body:has(.mdh--panel-open)::after {
  opacity: 1;
  z-index: 10;
}
body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__logo {
  color: #FFFFFF;
}
body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__primary a, body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__secondary li:not(:last-child) a, body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__language button {
  color: #FFFFFF;
}
body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__burger span {
  background-color: #FFFFFF;
}
body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__primary, body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__actions {
  background-color: rgba(255, 255, 255, 0.3);
}
body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):hover .mdh__primary, body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):hover .mdh__actions {
  background-color: rgba(255, 255, 255, 1);
}
:is(body:has([fullwidth-hero="true"]) .mdh:hover, body:has([fullwidth-hero="true"]) .mdh.mdh--panel-open) .mdh__logo {
  color: var(--Navy, #002855);
}
:is(body:has([fullwidth-hero="true"]) .mdh:hover, body:has([fullwidth-hero="true"]) .mdh.mdh--panel-open) .mdh__primary a, :is(body:has([fullwidth-hero="true"]) .mdh:hover, body:has([fullwidth-hero="true"]) .mdh.mdh--panel-open) .mdh__secondary li:not(:last-child) a, :is(body:has([fullwidth-hero="true"]) .mdh:hover, body:has([fullwidth-hero="true"]) .mdh.mdh--panel-open) .mdh__language button {
  color: var(--Navy, #002855);
}
:is(body:has([fullwidth-hero="true"]) .mdh:hover, body:has([fullwidth-hero="true"]) .mdh.mdh--panel-open) .mdh__burger span {
  background-color: var(--Navy, #002855);
}
@media (max-width: 1024px) {
  .mdh .mdh__inner {
    gap: 4%;
  }
  .mdh .mdh__logo {
    max-width: 160px;
  }
  .mdh .mdh__actions {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .mdh .mdh__inner {
    margin-block: 0;
    padding-block: 24px;
    gap: 20px;
  }
  .mdh .mdh__primary, .mdh .mdh__secondary {
    display: none;
  }
  .mdh .mdh__menus {
    width: auto;
    margin-left: auto;
  }
  .mdh .mdh__actions {
    background: none;
    padding: 0;
  }
  .mdh .mdh__panels {
    display: none;
  }
  body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):not(:hover) .mdh__actions, body:has([fullwidth-hero="true"]) .mdh:not(.mdh--blur):not(.mdh--menu-open):not(.mdh--panel-open):hover .mdh__actions {
    background: none;
  }
}
.mdf {
  color: var(--White, #ffffff);
  background: radial-gradient(60% 140% at 100% 0%, #00408A 0%, rgba(0, 64, 138, 0) 80%), radial-gradient(80% 70% at 9% 98%, #00408A 0%, rgba(0, 64, 138, 0) 80%), #00214B;
  background: radial-gradient(60% 140% at 100% 0% in oklch, oklch(37% 0.17 266) 0%, oklch(37% 0.17 266 / 0) 80%), radial-gradient(80% 70% at 9% 98% in oklch, oklch(37% 0.17 266) 0%, oklch(37% 0.17 266 / 0) 80%), #00214B;
  padding-block: 6.25rem 2rem;
  &, & * {
    box-sizing: border-box;
  }
  & a {
    text-decoration: none;
  }
  & .mdf__inner {
    width: 100%;
    max-width: var(--box-sizing, 1440px);
    margin-inline: auto;
    padding-inline: clamp(1.5625rem, 0.9885rem + 2.551vw, 3.125rem);
    display: flex;
    flex-direction: column;
    gap: 13rem;
  }
  & .mdf__top {
    display: flex;
    justify-content: space-between;
    gap: 14%;
  }
  & .mdf__cta {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  & .mdf__cta-title {
    margin: 0;
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3em;
    color: var(--White, #ffffff);
    text-wrap: balance;
  }
  & .mdf__cta-text {
    margin: 0 0 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.20vw + 0.71rem, 0.88rem);
    line-height: 1.6em;
    color: var(--White, #ffffff);
    text-wrap: pretty;
  }
  & .mdf__cta-button {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.8em 2.4em;
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-weight: 400;
    font-size: clamp(0.94rem, 0.10vw + 0.92rem, 1rem);
    line-height: 1.3rem;
    color: var(--White, #ffffff);
    background-color: var(--Navy, #002855);
    border: 1px solid var(--White, #ffffff);
    border-radius: var(--button-radius, 30px);
    transition: color 0.5s cubic-bezier(0.21, 1, 0.34, 1), background-color 0.5s cubic-bezier(0.21, 1, 0.34, 1);
    &:hover, &:focus-visible {
      color: var(--Navy, #002855);
      background-color: var(--White, #ffffff);
    }
  }
  & .mdf__primary {
    width: 50%;
    display: flex;
    gap: 2.25rem;
  }
  & .mdf__primary > div {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
  }
  & .mdf__primary > div > :first-child {
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-weight: 600;
    font-size: clamp(0.9375rem, 0.9145rem + 0.102vw, 1rem);
    letter-spacing: 0.1px;
    line-height: 1.3em;
    color: var(--White, #ffffff);
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid var(--White, #ffffff);
    margin-bottom: 0.625rem;
  }
  & .mdf__primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    & a {
      display: inline-block;
      padding-block: 0.6rem;
      font-family: Arial, sans-serif;
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.3em;
      letter-spacing: 0.01em;
      color: var(--White, #ffffff);
      &:hover, &:focus {
        color: #D9D9D9;
      }
    }
  }
  & .mdf__bottom {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  & .mdf__bottom > hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: var(--White, #ffffff);
    margin: 1.875rem 0 2rem;
  }
  & .mdf__social ul {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    & a {
      display: inline-block;
      color: var(--White, #ffffff);
      transition: transform 0.3s;
      &:hover {
        transform: scale(1.1);
      }
    }
    & svg {
      display: block;
      width: clamp(1.25rem, 1.0966rem + 0.6818vw, 1.625rem);
      height: clamp(1.25rem, 1.0966rem + 0.6818vw, 1.625rem);
      fill: currentColor;
    }
    & a span {
      display: none;
    }
  }
  & .mdf__legal-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  & .mdf__logo {
    width: 100%;
    max-width: 9.375rem;
    color: var(--White, #ffffff);
    & svg {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  & .mdf__secondary {
    padding: 1rem;
  }
  & .mdf__secondary ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.625rem;
    list-style: none;
    margin: 0;
    padding: 0;
    & a {
      font-family: Arial, sans-serif;
      font-size: clamp(0.8125rem, 0.7895rem + 0.102vw, 0.875rem);
      font-weight: 300;
      line-height: 1.3em;
      color: var(--White, #ffffff);
      &:hover, &:focus {
        color: #D9D9D9;
      }
    }
  }
  & .mdf__copyright {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(0.75rem, 0.20vw + 0.71rem, 0.88rem);
    line-height: 1.6em;
    color: var(--White, #ffffff);
  }
}
@media (max-width: 1024px) {
  .mdf .mdf__inner {
    gap: 10rem;
  }
  .mdf .mdf__top {
    gap: 11%;
  }
  .mdf .mdf__cta {
    max-width: 40%;
  }
  .mdf .mdf__primary {
    width: 60%;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mdf .mdf__primary > div {
    flex: none;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .mdf {
    padding-block: 3rem 2.25rem;
    & .mdf__inner {
      gap: 4.375rem;
    }
    & .mdf__top {
      flex-direction: column;
      gap: 3.125rem;
    }
    & .mdf__cta {
      max-width: 100%;
    }
    & .mdf__primary {
      width: 100%;
      column-gap: 20px;
      row-gap: 2rem;
    }
    & .mdf__primary > div {
      width: calc(50% - 10px);
    }
    & .mdf__bottom {
      align-items: center;
    }
    & .mdf__social ul {
      gap: 2rem;
    }
    & .mdf__legal-row {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    & .mdf__secondary {
      padding: 0 0 0.8rem;
    }
    & .mdf__secondary ul {
      justify-content: center;
      & a {
        display: inline-block;
        padding-block: 8px;
      }
    }
  }
}
#ui-md-search {
  position: relative;
  display: flex;
  align-items: center;
  & .ui-md-search__icon {
    position: absolute;
    left: 9px;
    width: 18px;
    height: 18px;
    pointer-events: none;
  }
  & .ui-md-search__input {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 7px 0;
    border: 1px solid var(--Navy, #002855);
    border-radius: 25px;
    background-color: #EBEBEB;
    color: var(--Navy, #002855);
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-indent: 30px;
    cursor: pointer;
    outline: none;
    transition: width 0.35s ease;
    &:focus {
      width: 200px;
      cursor: text;
    }
    &::-webkit-search-cancel-button {
      display: none;
    }
  }
  & .ui-md-search__results {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 230px;
    max-height: 650px;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  }
  &.ui-md-search--open {
    & .ui-md-search__input {
      width: 200px;
      cursor: text;
    }
    & .ui-md-search__results {
      display: flex;
    }
  }
  & .e-search-results-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  & .e-search-result-item {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: background 0.2s ease;
    cursor: pointer;
    &:hover {
      background: #f5faff;
    }
    &:last-child {
      border-bottom: none;
    }
  }
  & .e-search-result-type {
    font-size: 10px;
    text-transform: uppercase;
    color: #0073aa;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  & .e-search-result-title {
    font-size: 15px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    &:hover {
      color: #005a87;
    }
  }
  & .e-search-see-all {
    display: block;
    padding: 15px 20px;
    background: #f0f0f0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0073aa;
    text-decoration: none;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    &:hover {
      background: #e5e5e5;
      color: #005a87;
    }
  }
  & .e-search-loading, & .e-search-no-results {
    padding: 30px 20px;
    text-align: center;
    color: #444;
    font-size: 15px;
    font-weight: 500;
  }
  & .e-search-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }
  & .e-search-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    & svg {
      width: 40px;
      height: 40px;
      fill: var(--Navy, #002855);
      animation: ui-md-search-spin 1.5s linear infinite;
    }
  }
}
@keyframes ui-md-search-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mdh__burger, .mdh__mobile {
  display: none;
}
@media (max-width: 767px) {
  .mdh .mdh__inner {
    position: relative;
    z-index: 2;
  }
  .mdh__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    flex-shrink: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    & span {
      height: 2px;
      background: var(--Navy, #002855);
      border-radius: 2px;
      transition: 0.3s ease;
    }
    &.mdh__burger--active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    &.mdh__burger--active span:nth-child(2) {
      opacity: 0;
    }
    &.mdh__burger--active span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  .mdh__mobile {
    display: block;
    position: fixed;
    inset: 0;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 1;
  }
  .mdh__mobile--open {
    transform: translateX(0);
  }
  .mdh__mobile-header {
    margin-top: 100px;
    padding: 12px clamp(1.875rem, 1.1862rem + 3.0612vw, 3.75rem) 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .mdh__mobile-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-family: var(--3DS, "3DS Variable"), sans-serif;
    font-size: clamp(0.94rem, 0.10vw + 0.92rem, 1rem);
    color: var(--Navy, #002855);
    & .breadcrumb-item {
      cursor: pointer;
    }
    & .breadcrumb-item:not(:last-child) {
      text-decoration: underline;
    }
  }
  .mdh__mobile-panels {
    display: flex;
    height: calc(100% - 120px);
    transition: transform 0.3s ease;
    padding-bottom: 140px;
  }
  .mdh__mobile .panel {
    min-width: 100%;
    padding: 20px clamp(1.875rem, 1.1862rem + 3.0612vw, 3.75rem);
    box-sizing: border-box;
    overflow-y: scroll;
    position: relative;
    & ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    & ul li:first-child {
      padding-top: 0;
      margin-top: 20px;
    }
    & ul li:last-child {
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    & li {
      padding: 16px 20px;
      border-left: 1px solid var(--Divider-Grey, #CCCCCC);
      cursor: pointer;
      display: flex;
      flex-direction: column;
      font-family: var(--3DS, "3DS Variable"), sans-serif;
      color: var(--Navy, #002855);
    }
    & a {
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      width: 100%;
    }
  }
  .mdh__mobile .panel:first-child li {
    border: none;
    padding-left: 0;
  }
  .mdh__mobile .item-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .mdh__mobile .item-title {
    font-size: clamp(1.38rem, 0.20vw + 1.34rem, 1.5rem);
    font-weight: 400;
  }
  .mdh__mobile .arrow {
    font-size: 20px;
    transition: transform 0.2s ease;
  }
  .mdh__mobile .has-children:hover .arrow {
    transform: translateX(3px);
  }
  .mdh__mobile-tree {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
