.marl-footer {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 25px clamp(20px, 5vw, 64px) calc(25px + env(safe-area-inset-bottom));
  background: #060B1F;
  border-top: 1px solid rgba(255,255,255,.1);
}

.marl-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.marl-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.marl-footer-brand img {
  display: block;
}

.marl-footer-brand img:last-child {
  height: 15px;
  opacity: .9;
}

.marl-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.marl-footer-links a,
.marl-footer-copy a {
  color: rgba(255,255,255,.58);
  transition: color .2s ease;
}

.marl-footer-links a {
  font-size: 12.5px;
  font-weight: 650;
}

.marl-footer-links a:hover,
.marl-footer-links a[aria-current="page"],
.marl-footer-copy a:hover {
  color: #16C8F0;
}

.marl-footer-copy {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,.38);
}

.form-privacy a {
  color: #16C8F0;
  text-decoration: underline;
  text-decoration-color: rgba(22,200,240,.4);
  text-underline-offset: 3px;
}

.form-privacy a:hover {
  color: #E01FC8;
}

@media (max-width: 680px) {
  .marl-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .marl-footer-links {
    gap: 11px 16px;
  }
}
