.aes-global-footer,
.aes-global-footer *,
.aes-global-footer *::before,
.aes-global-footer *::after {
  box-sizing: border-box;
}

.aes-global-footer {
  width: 100%;
  background: #1e1e1e;
  color: #e8e6e3;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5 !important;
}

.aes-global-footer__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 24px 32px;
}

.aes-global-footer__nav {
  display: grid;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid #414141;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aes-global-footer__group {
  display: flex;
  flex-direction: column;
}

.aes-global-footer__label,
.aes-global-footer__copyright {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: #667b9d;
}

.aes-global-footer a {
  color: #e8e6e3;
  text-decoration: none;
}

.aes-global-footer__link {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  transition: color 150ms ease;
}

.aes-global-footer__link:hover {
  color: #8ea0bc;
}

.aes-global-footer__link:focus-visible,
.aes-global-footer__logo:focus-visible {
  outline: 2px solid #667b9d;
  outline-offset: 4px;
}

.aes-global-footer__logo {
  display: block;
  margin-top: 32px;
}

.aes-global-footer__logo img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: auto;
}

@media (min-width: 640px) {
  .aes-global-footer__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .aes-global-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .aes-global-footer__inner {
    padding: 96px 64px 32px;
  }

  .aes-global-footer__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .aes-global-footer__link {
    transition-duration: 0.01ms;
  }
}
