body {
  margin: 0;
}

.header-nav-content-links-list {
  padding-left: 40px;
  max-height: 72px;
}
@media only screen and (max-width: 1200px) {
  .header-nav-content-links-list {
    padding-left: 0;
    max-height: unset;
  }
}
.header-nav-content-links-list li a {
  margin: 0 3px;
}
.header-nav-right-content-join.btn {
  max-width: 135px;
  padding: 7.5px 20px;
  border-radius: 18px;
  background-color: #3F3CE6;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.footer-row.footer-top .row {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .footer-row.footer-top .row {
    flex-direction: column;
  }
}
.footer-row.footer-top .row a {
  text-decoration: none;
}

#popup-root .popup-overlay {
  background-color: rgba(120, 120, 120, 0.7);
}