.footer {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 7rem;
}
.footer::before {
  content: "";
  background: url("/assets/img/footer-grid.svg");
  background-size: 100% 100%;
  width: 100%;
  height: 57.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.footer::after {
  content: "";
  background: url("/assets/img/footer-small.webp");
  background-size: 100% 100%;
  width: 100%;
  height: 72rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.footer.lng::after {
  height: 86.0625rem;
}
.footer-container {
  max-width: 88.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 7.5rem;
  padding-top: 6rem;
  position: relative;
  z-index: 2;
}
.footer-container .logo {
  width: 17rem;
}
.footer-container .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
}
.footer-container .menu li a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration: unset;
}
.footer-container .menu li.social {
  margin-bottom: 1.8125rem;
  display: flex;
  align-items: center;
  gap: 1.1125rem;
}
.footer-container .menu li.social img {
  height: 1.25rem;
  width: auto;
  object-fit: contain;
}
.footer-container .menu li.head {
  margin-bottom: 0.3125rem;
}
.footer-container .menu li.head a {
  font-weight: 700;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.5rem;
  position: relative;
  z-index: 2;
}
.footer-copyright .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.5481rem;
}
.footer-copyright .menu li a {
  text-decoration: unset;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
}
