@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

nav {
  width: 100%;
  max-width: 1216px;
  height: 46px;
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}

nav img {
  width: 187.45px;
  height: 46px;
}

nav .bMKNKGuLyp {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #79f24d;
  background: #43a23c;
}

nav .bMKNKGuLyp a {
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.lbnwxAjCZc {
  display: none;
}

@media only screen and (max-width: 1400px) {
  nav {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  nav {
    display: flex;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: center;
  }

  .FAPfvJguIr {
    display: none;
  }
  .lbnwxAjCZc {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
}
