.main-footer {
  background: #18171b;
  border-top: 1px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.02)
    )
    1;
  padding: 0;
  box-sizing: border-box;
}
.footer-top {
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0)
    )
    1;
}
.footer-logo-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo img {
  height: 32px;
  margin-bottom: 0;
}
.footer-nav {
  display: flex;
  gap: 36px;
  margin-bottom: 0;
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #e31c2a;
}
.footer-title {
  width: 1056px;
  height: 108px;
  text-align: center;
  margin: 36px 0 0 0;
  background: linear-gradient(
      180deg,
      #18181b 0%,
      rgba(24, 24, 27, 0.7) 49.52%,
      #18181b 100%
    ),
    url("../../images/index_footer_banner_bg.png");
  background-size: 100% 100%;
  background: linear-gradient(
      180deg,
      color(display-p3 0.0941 0.0941 0.1059 / 0) 0%,
      color(display-p3 0.0941 0.0941 0.1059 / 0.7) 49.52%,
      color(display-p3 0.0941 0.0941 0.1059) 100%
    ),
    url("../../images/index_footer_banner_bg.png");
  background-size: 100% 100%;
}

.footer-bottom {
  margin: 0 auto;
  padding: 12px 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
.footer-copy .special {
  color: rgba(255, 255, 255, 0.7);
}
.footer-terms {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.footer-terms:hover {
  color: rgba(255, 255, 255, 1);
}
