footer .footer .link-list-container {
  max-width: var(--page-width);
  margin: 0 auto;
  width: 91%;
}

footer .footer {
  padding: 1.5rem 0;
}

footer .footer .section:nth-child(2) {
  padding-top: 0;
}

footer .footer.block {
  color: var(--text-footer);
}

footer .footer.block a {
  color: var(--text-footer);
}

.footer:has(.section) {
  background-color: var(--background-dark);
  font-family: var(--body-font-family);
}

footer .link-list-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .footer .section:nth-child(2) .default-content-wrapper {
  margin-top: 1.5rem;
  text-align: left;
}

footer .footer .default-content-wrapper h6 {
  font-size: 48px;
  font-style: normal;
  font-weight: var(--font-weight-xtra-bold);
  line-height: normal;
  letter-spacing: 0;
  padding-bottom: 16px;
  width: 65%;
}

footer .footer [class*='text-'] div * {
  color: inherit;
}

footer .footer .horizontal .link-list-detail ul li:first-child {
    padding-bottom: 1rem;
  }

footer .footer > div {
  margin: auto;
}

footer .footer p {
  margin: 0;
}

footer .link-list-wrapper.vertical .link-list-detail ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  gap: 1rem;
  flex-direction: column;
  margin: 0;
  padding: 4px;
}

@media (min-width: 992px) {
  footer .footer {
    padding: 3rem 0;
  }

  footer .footer .section:nth-child(2) .text-wrapper {
    text-align: left;
  }

  footer .footer .section:first-child .text-wrapper {
    display: inline-flex;
    width: 50%;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
    footer .footer .horizontal .link-list-detail ul li:first-child {
    padding: 0;
  }

}

@media (min-width: 1280px) {
  footer .footer .section:first-child .text-wrapper {
    width: 50%;
  }

  footer .footer .text-wrapper h2 {
    text-align: left;
  }
}

body footer .link-list-wrapper.vertical {
  padding-right: 0;
}

body footer .link-list-wrapper.horizontal {
  text-align: center;
}

@media (min-width: 992px) {
  body footer .footer .horizontal .link-list-detail ul li {
    width: 9.5rem;
  }
}

footer .link-list-wrapper.vertical .link-list-title {
  font-size: var(--body-font-size-l);
  font-weight: var(--font-weight-light-bold);
  letter-spacing: 0.32px;
  line-height: normal;
  word-wrap: break-word;
  color: var(--text-footer);
  padding-left: 4px;
  position: relative;
}

footer .link-list-wrapper.vertical .link-list-detail ul li {
  line-height: normal;
  font-size: var(--body-font-size-xxxxs);
  padding-bottom: 0;
}

footer .link-list-wrapper.vertical .link-list-detail ul li a,
footer .link-list-wrapper.horizontal .link-list-detail ul li a {
  font-size: var(--body-font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
  word-wrap: break-word;
  text-decoration: none;
}

footer .link-list-wrapper.vertical .link-list-detail ul li a:hover,
footer .link-list-wrapper.horizontal .link-list-detail ul li a:hover {
  text-decoration: underline;
}

.link-list-detail ul li a:focus {
  border: unset;
}
.link-list-detail ul li a:focus-visible {
  outline: 1px solid var(--color-white);
  border-radius: 2px;
  outline-offset: 2px;
}

footer .link-list-container .link-list-wrapper.horizontal {
  border-block: 1px solid var(--text-footer);
}

footer .footer .horizontal .link-list-detail ul li,
footer .footer .horizontal .link-list-detail ul li a {
  font-size: var(--body-font-size-xs);
  font-weight: var(--font-weight-light-bold);
  line-height: normal;
  word-wrap: break-word;
  text-decoration: none;
}

footer .section:nth-child(2) .default-content-wrapper p {
  font-size: var(--body-font-size-xxxs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
  word-wrap: break-word;
  font-style: normal;
}

footer .footer .text-wrapper h2 {
  font-family: var(--heading-font-family);
  font-size: var(--body-font-size-xxxl);
  font-weight: var(--font-weight-xtra-bold);
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  text-align: left;
  color: var(--text-footer);
  padding-bottom: 1.5rem;
}

@media (max-width: 991px) {
  body footer .footer .link-list-wrapper.horizontal .link-list-detail ul {
    gap: 0 1rem;
  }

  footer .footer .text-wrapper h2 {
    font-size: var(--body-font-size-xl-1);
    line-height: normal;
    font-weight: var(--font-weight-xtra-bold);
    text-align: center;
    padding-bottom: 1rem;
  }

  footer .link-list-wrapper.vertical .link-list-title {
    font-size: var(--body-font-size-m-1);
    font-family: var(--body-font-family);
    font-weight: var(--font-weight-regular);
    line-height: normal;
    padding: 1.5rem 0;
    margin: 0;
    position: relative;
    padding-bottom: 0;
  }

  footer .footer .link-list {
    padding-bottom: 1.5rem;
  }

  footer .link-list-wrapper.vertical .link-list-title.expand {
    padding: 1.5rem 0 1rem;
  }

  footer .link-list-wrapper.vertical .link-list-detail ul li a,
  footer .link-list-wrapper.horizontal .link-list-detail ul li a {
    font-size: var(--body-font-size-xxs);
    font-weight: var(--font-weight-regular);
    line-height: normal;
    word-wrap: break-word;
  }

  footer .footer .horizontal .link-list-detail ul li,
  footer .footer .horizontal .link-list-detail ul li a {
    font-size: var(--body-font-size-xxs);
    font-weight: var(--font-weight-light-bold);
    line-height: normal;
    word-wrap: break-word;
  }

  footer .section:nth-child(2) .default-content-wrapper p {
    font-size: var(--body-font-size-xxxs);
    font-weight: var(--font-weight-regular);
    line-height: normal;
    word-wrap: break-word;
    font-style: normal;
    text-align: center;
  }
}
