header {
  width: 100%;
  box-shadow: 0px 0px 10px #cecece;
}
header > div {
  max-width: 1120px;
  width: 90%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > div > nav:nth-child(1) {
  height: 60px;
  max-width: 150px;
  width: 50%;
  overflow: hidden;
}
header > div > nav:nth-child(1) img {
  height: 60px;
}
header > div > nav:nth-child(2) {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
header > div > nav:nth-child(2) > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
header > div > nav:nth-child(2) > div > a {
  text-decoration: none;
  size: 12px;
  color: #252263;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 10px;
  font-weight: 600;
}
@media screen and (min-width: 1120px) {
  header > div > nav:nth-child(2) {
    display: flex;
  }
}
header > div > nav:nth-child(3) {
  height: 40px;
  max-width: 150px;
  width: 50%;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  border-radius: 100px;
  overflow: hidden;
}
header > div > nav:nth-child(3) a {
  text-decoration: none;
  size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header > nav {
  height: 60px;
  width: 100%;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
}
@media screen and (min-width: 1120px) {
  header > nav {
    display: none;
  }
}
header > nav > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
header > nav > div > a {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 10px;
  font-size: 12px;
}/*# sourceMappingURL=style1.css.map */