.footer {
  margin-top: 3rem;
}
.footer .logo {
  margin-bottom: 1.875rem;
  width: max-content;
  max-width: initial;
  height: 1.75rem;
  filter: invert(1);
}
.footer .logo img {
  height: 100%;
}
.footer-container {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  background: #5f6c75;
  border-radius: 0.75rem;
}
.footer-nav {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
.footer-nav-col {
  display: flex;
  gap: 1.875rem;
}
.footer-nav-col .col {
  max-width: 18.125rem;
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
.footer-nav-item {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
.footer-nav-item-name {
  font-size: 0.875rem;
  color: #a1aeb2;
}
.footer-nav-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  color: #ffffff;
}
.footer-nav-item ul li + li {
  margin-top: 0.5rem;
}
.footer-nav-item a {
  font-size: 1rem;
  color: #ffffff;
}
.footer-nav-item a:hover {
  color: #a1aeb2;
}
.footer-legacy {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: baseline;
}
.footer-legacy-info {
  display: flex;
  gap: 0.75rem 2.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #a1aeb2;
}
.footer-legacy-info p {
  margin: 0;
}
.footer-legacy-info a {
  color: #a1aeb2;
}
.footer-legacy-info a:hover {
  color: #ffffff;
}
.footer-legacy-payment {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  flex-shrink: 0;
}
.footer-legacy-payment img {
  min-height: 1.25rem;
  max-height: 2.0625rem;
  flex-shrink: 0;
}
.footer-brand {
  padding: 1.625rem 0;
  font-size: 0.875rem;
  text-align: center;
  color: #a1aeb2;
}
@media (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-nav-col {
    flex-direction: column;
  }
  .footer-legacy {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-legacy-info {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .footer-container {
    padding: 16px;
  }
  .footer .logo {
    margin-bottom: 40px;
  }
  .footer-nav-col {
    gap: 40px;
  }
  .footer-legacy {
    margin-top: 40px;
  }
  .footer-legacy-info {
    gap: 12px;
  }
  .footer-legacy-payment {
    gap: 20px;
  }
  .footer-brand {
    padding: 16px;
    font-size: 10px;
    font-weight: 500;
  }
}
