/* Approved bilingual footer. Every rule is isolated from the page body. */
.lt-footer {
  color-scheme: light;
  color: #0b1938;
  background: #fff;
  border-top: 2px solid #06132f;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}
.lt-footer,
.lt-footer * {
  box-sizing: border-box;
}
.lt-footer .lt-footer__container {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
.lt-footer .lt-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 32px;
  padding: 28px 0 32px;
}
.lt-footer .lt-footer__brand,
.lt-footer .lt-footer__column {
  min-width: 0;
}
.lt-footer .lt-footer__wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b1525;
  font-family: var(--font-display, "Space Grotesk", Inter, sans-serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}
.lt-footer .lt-footer__mark,
.lt-footer .lt-footer__mark svg {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.lt-footer .lt-footer__accent {
  color: #1f5bd8;
}
.lt-footer .lt-footer__tagline {
  max-width: 235px;
  margin: 16px 0 22px;
  color: #465472;
  font-size: 13px;
  line-height: 1.8;
}
.lt-footer .lt-footer__heading {
  margin: 0 0 11px;
  color: #0b1938;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
.lt-footer .lt-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.lt-footer .lt-footer__links a {
  display: inline-block;
  padding: 3px 0;
  color: #465472;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.lt-footer a:hover {
  color: #1f5bd8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lt-footer .lt-footer__wordmark:hover {
  color: #0b1525;
  text-decoration: none;
}
.lt-footer a:focus-visible,
.lt-footer summary:focus-visible {
  outline: 3px solid #1f5bd8;
  outline-offset: 4px;
  border-radius: 3px;
}
.lt-footer .lt-nav-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lt-footer .lt-footer__language {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: #0b1938;
}
.lt-footer .lt-footer__language summary {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  background: #fff;
  color: #0b1938;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}
.lt-footer .lt-footer__language summary::-webkit-details-marker {
  display: none;
}
.lt-footer .lt-footer__language summary:hover {
  background: #f5f7fb;
  border-color: #b6c5dd;
}
.lt-footer .lt-footer__language summary > .lt-nav-icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}
.lt-footer .lt-footer__language summary > .lt-footer__chevron {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  margin-left: 3px;
}
.lt-footer .lt-footer__language[open] .lt-footer__chevron {
  transform: rotate(180deg);
}
.lt-footer .lt-footer__language-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  display: grid;
  min-width: 100%;
  padding: 5px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 20px rgb(6 19 47 / 12%);
}
.lt-footer .lt-footer__language-options a {
  display: block;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: 4px;
  color: #0b1938;
  font-size: 13px;
  white-space: nowrap;
}
.lt-footer .lt-footer__language-options a:hover,
.lt-footer .lt-footer__language-options a[aria-current] {
  background: #edf3ff;
  color: #1f5bd8;
}
.lt-footer .lt-footer__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 20px 0 15px;
  border-top: 1px solid #e3e8f0;
}
.lt-footer .lt-footer__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: none;
  margin: 0;
  padding: 0 24px;
  color: #465472;
  font-size: 12px;
  line-height: 1.7;
}
.lt-footer .lt-footer__note + .lt-footer__note {
  border-left: 1px solid #e3e8f0;
}
.lt-footer .lt-footer__note > .lt-nav-icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  color: #0b1938;
}
.lt-footer .lt-footer__note a {
  color: #1f5bd8;
  font-weight: 500;
}
.lt-footer .lt-footer__responsible {
  max-width: none;
  margin: 0;
  padding: 0 0 16px;
  color: #5d6981;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.lt-footer .lt-footer__bottom {
  background: #06132f;
  color: #fff;
}
.lt-footer .lt-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.lt-footer .lt-footer__bottom p {
  max-width: none;
  margin: 0;
  color: #e1e7f2;
  font-size: 12px;
  line-height: 1.7;
}
.lt-footer .lt-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 32px;
}
.lt-footer .lt-footer__legal a {
  padding: 4px 0;
  color: #e1e7f2;
  font-size: 12px;
  line-height: 1.7;
}
.lt-footer .lt-footer__legal a:hover {
  color: #fff;
}
.lt-footer .lt-footer__legal a:focus-visible {
  outline-color: #8bb4ff;
}
@media (max-width: 1199px) {
  .lt-footer .lt-footer__container {
    padding-right: 28px;
    padding-left: 28px;
  }
  .lt-footer .lt-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .lt-footer .lt-footer__tagline {
    max-width: 260px;
  }
  .lt-footer .lt-footer__links {
    gap: 3px;
  }
  .lt-footer .lt-footer__links a {
    padding: 5px 0;
    font-size: 13px;
  }
  .lt-footer .lt-footer__legal {
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  .lt-footer .lt-footer__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lt-footer .lt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .lt-footer .lt-footer__brand {
    grid-column: 1 / -1;
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e8f0;
  }
  .lt-footer .lt-footer__tagline {
    max-width: 360px;
    margin: 14px 0 18px;
  }
  .lt-footer .lt-footer__heading {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .lt-footer .lt-footer__links {
    width: 100%;
    gap: 0;
  }
  .lt-footer .lt-footer__links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.55;
  }
  .lt-footer .lt-footer__language summary {
    min-height: 44px;
  }
  .lt-footer .lt-footer__notes {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 22px 0 18px;
  }
  .lt-footer .lt-footer__note {
    justify-content: flex-start;
    gap: 14px;
    padding: 0;
    font-size: 12px;
  }
  .lt-footer .lt-footer__note + .lt-footer__note {
    border-left: 0;
  }
  .lt-footer .lt-footer__note > .lt-nav-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .lt-footer .lt-footer__responsible {
    padding-bottom: 22px;
    text-align: left;
  }
  .lt-footer .lt-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .lt-footer .lt-footer__legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0 24px;
  }
  .lt-footer .lt-footer__legal a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 0;
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .lt-footer .lt-footer__container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .lt-footer .lt-footer__grid,
  .lt-footer .lt-footer__legal {
    column-gap: 16px;
  }
}
