header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  z-index: 2;
}
header .content {
  margin: 0 9.4rem;
  position: relative;
  padding: 30px 0;
}
header nav {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  flex-direction: row;
  gap: 28px;
}
header nav a {
  color: #4D8C7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
}
header nav a.on {
  font-weight: 900;
}

@media all and (max-width: 1600px) {
  header .content {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1400px) {
  .content {
    margin: 0 1rem !important;
    max-width: calc(100% - 2rem) !important;
  }
}
@media all and (max-width: 767px) {
  header .content {
    padding: 20px 0;
  }
  header a img {
    max-width: 140px;
  }
  header nav a {
    font-size: 11px;
  }
  header nav a span {
    display: none;
  }
  header nav {
    gap: 10px;
    top: 30px;
  }
}

/*# sourceMappingURL=global.css.map */
