.wwa-site-footer,
.wwa-site-footer *,
.wwa-site-footer *::before,
.wwa-site-footer *::after {
  box-sizing: border-box;
}

/*
 * Twenty Fourteen applies clearfix pseudo-elements to every class containing
 * "site". All WWA footer classes intentionally share that namespace, so those
 * generated boxes must be suppressed before they can occupy grid/flex cells.
 */
.wwa-site-footer::before,
.wwa-site-footer::after,
.wwa-site-footer [class*="wwa-site-footer"]::before,
.wwa-site-footer [class*="wwa-site-footer"]::after {
  content: none;
  display: none;
  clear: none;
}

.wwa-site-footer {
  width: 100%;
  clear: both;
  display: block;
  isolation: isolate;
  color: #fff;
  background: #58366c;
  font-family: Spartan, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}

.wwa-site-footer p,
.wwa-site-footer nav,
.wwa-site-footer img {
  margin: 0;
}

.wwa-site-footer__home-link {
  display: inline-block;
}

.wwa-site-footer img {
  max-width: 100%;
  border: 0;
}

body .wwa-site-footer a,
body .wwa-site-footer a:link,
body .wwa-site-footer a:visited {
  color: #fff;
  background: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 0.22rem;
  transition: color 150ms ease, text-decoration-color 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

body .wwa-site-footer span {
  color: inherit;
}

body .wwa-site-footer a:hover,
body .wwa-site-footer a:focus {
  color: #fff;
  text-decoration-color: currentColor;
}

body .wwa-site-footer a:focus-visible {
  color: #fff;
  outline: 3px solid #f3d46b;
  outline-offset: 4px;
}

.wwa-site-footer__inner {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.wwa-site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr) minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(20px, 3vw, 48px);
  padding-top: 56px;
  padding-bottom: 48px;
}

.wwa-site-footer__logo {
  display: block;
  width: 220px;
  height: auto;
  margin-bottom: 16px;
}

.wwa-site-footer .wwa-site-footer__brand > p {
  max-width: 464px;
  margin: 0;
  color: #eee5f2;
  font-size: 16px;
  line-height: 1.65;
}

.wwa-site-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  color: #eee5f2;
}

.wwa-site-footer__social > span {
  margin-right: 3px;
  font-weight: 500;
}

.wwa-site-footer__social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
}

.wwa-site-footer__social a:hover {
  border-color: #5abea8;
  background: rgba(90, 190, 168, 0.12);
}

.wwa-site-footer__social i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.wwa-site-footer__x-mark {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.wwa-site-footer__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.wwa-site-footer__column a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wwa-site-footer__contact a,
.wwa-site-footer .wwa-site-footer__contact p {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}

.wwa-site-footer .wwa-site-footer__contact {
  margin: 0;
  font-style: normal;
}

.wwa-site-footer__contact span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wwa-site-footer__contact i {
  flex: 0 0 auto;
  width: 16px;
  margin-top: 4px;
  color: #5abea8;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.wwa-site-footer__base {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: #eee5f2;
  font-size: 14px;
}

.wwa-site-footer .wwa-site-footer__base p {
  margin: 0;
  color: #eee5f2;
  font-size: 14px;
  line-height: 1.65;
}

.wwa-site-footer__base nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wwa-site-footer__base a {
  color: #eee5f2;
}

.wwa-site-footer__base > a i {
  margin-left: 3px;
}

@media (max-width: 1199.98px) {
  .wwa-site-footer__base {
    padding-right: 88px;
  }
}

@media (max-width: 991.98px) {
  .wwa-site-footer__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wwa-site-footer__brand {
    grid-column: 1 / -1;
  }

  .wwa-site-footer__base {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .wwa-site-footer__inner {
    width: calc(100% - 32px);
  }

  .wwa-site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwa-site-footer__brand,
  .wwa-site-footer__contact {
    grid-column: 1 / -1;
  }

  .wwa-site-footer__base {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 96px;
  }

  .wwa-site-footer__base nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .wwa-site-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 44px;
    padding-bottom: 36px;
  }

  .wwa-site-footer__brand,
  .wwa-site-footer__contact {
    grid-column: auto;
  }

  .wwa-site-footer__column a,
  .wwa-site-footer__contact a,
  .wwa-site-footer .wwa-site-footer__contact p {
    min-height: 44px;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .wwa-site-footer a {
    transition: none;
  }
}
