/* Neoo shared footer system. The canonical markup lives in partials/footer.html. */
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
  --footer-accent: #6f86ff;
  --footer-accent-soft: #73c9ff;
  --footer-line: rgba(136, 158, 224, .19);
  --footer-muted: rgba(211, 220, 242, .68);
  --footer-pad: clamp(24px, 6vw, 96px);
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: normal;
  padding: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  color: #f6f8ff;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(93, 72, 255, .18), transparent 29%),
    radial-gradient(circle at 8% 78%, rgba(33, 111, 218, .12), transparent 27%),
    linear-gradient(142deg, #030817 0%, #060a21 50%, #0a082a 100%);
  box-shadow: none;
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  text-align: left;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::before,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::after {
  box-sizing: border-box;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"]::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(102, 128, 209, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 128, 209, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 68%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 68%);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] a:focus-visible,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] summary:focus-visible,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] select:focus-visible {
  outline: 2px solid #8bb8ff;
  outline-offset: 4px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta {
  position: relative;
  min-height: 252px;
  padding: clamp(48px, 5.5vw, 80px) var(--footer-pad);
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  align-items: end;
  justify-content: space-between;
  gap: clamp(36px, 7vw, 130px);
  border-top: 1px solid rgba(138, 158, 221, .16);
  border-bottom: 1px solid var(--footer-line);
  background: linear-gradient(108deg, rgba(9, 18, 55, .56), rgba(17, 12, 61, .24));
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__eyebrow {
  margin: 0 0 16px;
  color: #8ca2ff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .18em;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta h2 {
  max-width: 760px;
  margin: 0;
  color: #f8f9ff;
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  font-size: clamp(2.2rem, 4.2vw, 3.75rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-copy > p:last-child {
  max-width: 630px;
  margin: 20px 0 0;
  color: var(--footer-muted);
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 400;
  line-height: 1.62;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action {
  position: relative;
  z-index: 2;
  min-height: 56px;
  padding: 0 22px 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  border: 1px solid rgba(151, 179, 255, .5);
  border-radius: 999px;
  background: rgba(66, 78, 187, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 34px rgba(4, 7, 37, .24);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action:focus-visible {
  border-color: rgba(154, 204, 255, .86);
  background: rgba(80, 98, 220, .4);
  transform: translateY(-2px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action:hover svg,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action:focus-visible svg {
  transform: translateX(3px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal {
  position: absolute;
  z-index: 1;
  top: 0;
  right: clamp(24px, 7vw, 120px);
  width: min(38vw, 560px);
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: .82;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal::before,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(115, 145, 255, .16);
  border-radius: 50%;
  opacity: .64;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal::before {
  width: 210px;
  height: 210px;
  top: 20px;
  right: 18px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal::after {
  width: 132px;
  height: 132px;
  top: 59px;
  right: 57px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-beam {
  position: absolute;
  top: 50%;
  right: 128px;
  width: min(29vw, 370px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 142, 255, .86) 74%, #8ad9ff);
  box-shadow: 0 0 12px rgba(82, 129, 255, .38);
  opacity: .26;
  transform: scaleX(.24);
  transform-origin: right center;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #8fc6ff;
  border-radius: 50%;
  background: #0b1236;
  box-shadow: 0 0 15px rgba(92, 146, 255, .8);
  opacity: .56;
  transform: scale(.8);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node--one {
  top: 50%;
  right: 124px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node--two {
  top: 31%;
  right: 80px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node--three {
  top: 67%;
  right: 57px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal.is-active .cb-footer__signal-beam {
  animation: cb-footer-signal-flow 5.8s cubic-bezier(.22, 1, .36, 1) infinite;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal.is-active .cb-footer__signal-node {
  animation: cb-footer-node-pulse 5.8s ease-in-out infinite;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal.is-active .cb-footer__signal-node--two {
  animation-delay: .55s;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal.is-active .cb-footer__signal-node--three {
  animation-delay: 1.1s;
}

@keyframes cb-footer-signal-flow {
  0%, 16% { opacity: .16; transform: scaleX(.18); }
  52%, 72% { opacity: .7; transform: scaleX(1); }
  100% { opacity: .18; transform: scaleX(1); }
}

@keyframes cb-footer-node-pulse {
  0%, 30%, 100% { opacity: .44; transform: scale(.78); }
  52%, 66% { opacity: 1; transform: scale(1.22); }
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
  padding: clamp(48px, 5.4vw, 74px) var(--footer-pad) clamp(44px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 118px);
  align-items: start;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__brand {
  min-width: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__logo {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .neoo-footer-wordmark {
  display: inline-block;
  color: #fff;
  font-family: "Cerebri Sans", sans-serif;
  font-size: clamp(2.25rem, 3.2vw, 2.9rem);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline {
  max-width: 280px;
  margin: 24px 0 0;
  color: var(--footer-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: rgba(225, 232, 250, .7);
  border: 1px solid rgba(133, 153, 213, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a:focus-visible {
  color: #a9ceff;
  border-color: rgba(126, 170, 255, .62);
  background: rgba(75, 98, 192, .18);
  transform: translateY(-2px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 66px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu {
  min-width: 0;
  margin: 0;
  border: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu > summary {
  min-height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8f9fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .12em;
  list-style: none;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu > summary::-webkit-details-marker {
  display: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu > summary svg {
  display: none;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links {
  margin-top: 21px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links a {
  width: fit-content;
  max-width: 100%;
  color: rgba(235, 239, 251, .78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -.006em;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links a:focus-visible {
  color: #90bdff;
  transform: translateX(3px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust {
  margin: 0;
  padding: 22px var(--footer-pad);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--footer-line);
  border-bottom: 1px solid var(--footer-line);
  background: rgba(11, 16, 50, .42);
  list-style: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust li {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #7ca8ff;
  border: 1px solid rgba(107, 137, 230, .25);
  border-radius: 12px;
  background: rgba(49, 68, 150, .13);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust li > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust strong {
  color: #eef3ff;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: .01em;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust small {
  overflow: hidden;
  color: rgba(193, 205, 235, .62);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .flag-inline {
  width: 15px;
  height: 11px;
  display: inline-block;
  flex: 0 0 15px;
  background: linear-gradient(90deg, #111 0 33.333%, #ffd90c 33.333% 66.666%, #ef3340 66.666%);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
  min-height: 88px;
  padding: 22px var(--footer-pad) 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(2, 6, 22, .28);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal a {
  color: rgba(194, 205, 232, .66);
  font-size: 12px;
  font-weight: 450;
  line-height: 1.4;
  text-decoration: none;
  transition: color .18s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal a:focus-visible {
  color: #96bdff;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__meta > small {
  color: rgba(174, 188, 221, .58);
  font-size: 11px;
  font-weight: 450;
  line-height: 1.4;
  letter-spacing: .015em;
  white-space: nowrap;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language {
  position: relative;
  display: inline-flex;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(221, 229, 247, .74);
  border-bottom: 1.5px solid rgba(221, 229, 247, .74);
  pointer-events: none;
  transform: translateY(-72%) rotate(45deg);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language select {
  width: 74px;
  min-width: 74px;
  height: 40px;
  min-height: 40px;
  padding: 0 30px 0 15px;
  color: rgba(232, 238, 253, .85);
  border: 1px solid rgba(113, 134, 194, .28);
  border-radius: 999px;
  background: #090e2a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  font: 650 11px/1 var(--cb-display-font, "Cerebri Sans", sans-serif);
  letter-spacing: .06em;
  appearance: none;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__brand {
    display: grid;
    grid-template-columns: minmax(190px, 270px) minmax(220px, 360px) auto;
    align-items: center;
    gap: 30px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline,
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
    margin-top: 0;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
    justify-self: end;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    gap: 34px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
    align-items: flex-start;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__meta {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
    --footer-pad: 22px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"]::before {
    background-size: 42px 42px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta {
    min-height: 0;
    padding-block: 44px 46px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-copy > p:last-child {
    margin-top: 17px;
    font-size: 14px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__cta-action {
    width: fit-content;
    min-height: 52px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal {
    right: -76px;
    width: 280px;
    opacity: .42;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-beam {
    right: 112px;
    width: 180px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node--one {
    right: 108px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
    padding-block: 38px 30px;
    gap: 34px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__brand {
    display: block;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .neoo-footer-wordmark {
    font-size: 2.35rem;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline {
    max-width: 330px;
    margin-top: 17px;
    font-size: 13.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
    margin-top: 22px;
    justify-content: flex-start;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a {
    width: 40px;
    height: 40px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 1px solid var(--footer-line);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu {
    border-top: 1px solid var(--footer-line);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu > summary {
    min-height: 52px;
    color: rgba(229, 234, 250, .86);
    font-size: 11px;
    cursor: pointer;
    pointer-events: auto;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu > summary svg {
    display: block;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu[open] > summary svg {
    transform: rotate(180deg);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links {
    margin-top: 0;
    padding: 0 0 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links a {
    width: auto;
    font-size: 13.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust {
    padding-block: 18px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust li {
    min-height: 53px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust-icon {
    width: 36px;
    height: 36px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
    min-height: 0;
    padding-block: 25px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
    gap: 11px 18px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__meta {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__meta > small {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
    --footer-pad: 20px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__menu-links {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *,
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::before,
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-beam {
    opacity: .46;
    transform: scaleX(1);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__signal-node {
    opacity: .72;
    transform: scale(1);
  }
}

/* Shared language surface used by Neoo headers and the canonical footer. */
.cb-language-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  vertical-align: middle;
}

.partners-page--overview .partner-topbar--overview .language-select.cb-language-control {
  display: inline-flex;
}

.cb-language-control select {
  min-width: 68px;
  min-height: 40px;
  padding: 0 28px 0 14px;
  border: 1px solid rgba(91, 105, 145, .22);
  border-color: color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, .08);
  background-color: color-mix(in srgb, currentColor 7%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 6px 18px rgba(7, 8, 63, .06);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.cb-language-control select:hover {
  border-color: color-mix(in srgb, currentColor 38%, transparent);
  background-color: color-mix(in srgb, currentColor 11%, transparent);
}

.cb-language-control select:focus-visible,
details.cb-language-control > summary:focus-visible {
  outline: 2px solid #567eff;
  outline-offset: 3px;
}

.cb-language-control select option {
  color: #07083f;
  background: #fff;
}

details.cb-language-control > summary {
  min-width: 68px;
  min-height: 40px;
  border-radius: 999px;
  border-color: color-mix(in srgb, currentColor 22%, transparent);
  background-color: color-mix(in srgb, currentColor 7%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 6px 18px rgba(7, 8, 63, .06);
}

@media (prefers-reduced-motion: reduce) {
  .cb-language-control select {
    transition: none;
  }
}

.neoo-legacy-wordmark {
  display: inline-block;
  color: currentColor;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1;
}
