body.wa-has-footer-contact .wa-footer {
  background-color: var(--shade-ultra-light);
}
body .wa-footer {
  position: relative;
}
body .wa-footer:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  content: "";
  width: 97%;
  height: 100%;
  background: url(/wp-content/uploads/2024/01/curved-background.svg);
  background-size: cover;
}
body .wa-footer .brxe-container {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .wa-footer__logo {
  max-height: 10rem;
  width: auto;
}
body .wa-footer-iconboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xs);
  margin-top: var(--space-l);
}
body .wa-footer-iconbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: fit-content;
}
body .wa-footer-iconbox__img {
  margin-right: var(--space-xs);
  max-height: 2.5rem;
  min-height: 2rem;
  width: auto;
}
body .wa-footer-iconbox__text {
  color: var(--white);
  line-height: 1;
}
body .wa-footer-iconbox:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0;
  width: 100%;
  border-bottom: 0.2rem solid var(--primary);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
body .wa-footer-iconbox:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer-iconbox .current-menu-item a:after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer__followus {
  color: var(--white);
  margin-top: var(--space-l);
  font-weight: 700;
}
body .wa-footer-socials {
  margin-top: var(--space-xs);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-xs);
  position: relative;
}
body .wa-footer-socials svg {
  max-height: 2.4rem;
  width: auto;
}
body .wa-footer-socials svg path {
  fill: var(--white);
  transition: 0.2s all ease-in-out;
}
body .wa-footer-socials svg:hover path {
  fill: var(--primary);
}
body .wa-footer-copy {
  z-index: 2;
  color: var(--white);
  position: absolute;
  bottom: calc(var(--space-xs) * 1.4);
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(var(--text-m) * 0.9);
  text-align: center;
}
body .wa-footer__title {
  color: var(--white);
  font-weight: 700;
}
body .wa-footer-menu {
  margin-top: var(--space-s);
}
body .wa-footer-menu ul {
  gap: var(--space-xs);
}
body .wa-footer-menu li {
  margin: 0 !important;
  width: fit-content;
}
body .wa-footer-menu li a {
  color: var(--white);
  width: fit-content !important;
}
body .wa-footer-menu li a:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.2rem solid var(--primary);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
body .wa-footer-menu li a:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer-menu li a .current-menu-item a:after {
  transform: scale(1);
  transform-origin: left center;
}
@media (max-width: 1649px) {
  body .wa-footer .brxe-container {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: var(--space-xxl);
  }
  body .wa-footer:after {
    width: 110% !important;
  }
}
@media (max-width: 767px) {
  body .wa-footer-copy {
    font-size: var(--text-s) !important;
    white-space: pre;
  }
  body .wa-footer-iconboxes {
    margin-top: var(--space-m) !important;
  }
  body .wa-footer {
    padding: var(--space-xxl) var(--space-m) calc(var(--space-xxl) * 1.4) var(--space-m) !important;
  }
  body .wa-footer:after {
    background: url(/wp-content/uploads/2024/01/mobile-curver.svg);
    background-size: cover !important;
    width: 100% !important;
    background-repeat: no-repeat;
  }
  body .wa-footer__logo {
    max-height: 4.5rem !important;
  }
  body .wa-footer .brxe-container {
    grid-template-columns: 1fr !important;
    gap: var(--space-l) !important;
  }
}

