.top-legal .wrap.container,
header .header-inner.container,
footer .footer-grid.container,
footer .copyright.container {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.top-legal,
header,
footer {
  font-family: "DM Sans","Inter","Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.6;
}

.top-legal .top-links a {
  text-decoration: none;
  color: #222;
}

.top-legal .top-social a,
.top-legal .top-social a:visited {
  text-decoration: none;
  color: #212529;
}

header nav a {
  text-decoration: none;
  color: #212529;
}

header nav a:hover,
header nav a:active {
  text-decoration: none;
}

header nav > ul > li > a:hover {
  color: inherit;
}

footer a,
footer .foot-link {
  text-decoration: none;
  color: inherit;
}

footer a:hover,
footer .foot-link:hover {
  text-decoration: none;
}
