@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --gray1: #444651;
  --gray2: #828689;
  --border: #EDF0F2;
  --borderh: #828689;
  --btnbg: #EF7403;
  --btnbgh: #1976D2;
}

html, body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

header {
  width: 100vw;
  padding: 0.625vw 2.5vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: 1px solid var(--border);
  z-index: 2;
}
header .wrapper-frames {
  display: flex;
  align-items: center;
  gap: 5vw;
}
header .wrapper-frames .logo-container img {
  height: 2.6041666667vw;
}
header .wrapper-frames .buttons-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper-frames .buttons-container .item {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
header .wrapper-frames .buttons-container .item .button-item {
  font-family: "Inter Tight", serif;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
header .wrapper-frames .buttons-container .item a {
  text-decoration: none;
  color: var(--gray1);
  transition: color 300ms ease;
  display: flex;
  align-items: center;
}
header .wrapper-frames .buttons-container .item a:hover {
  color: var(--btnbgh);
}
header .wrapper-frames .buttons-container .item a img.newYear {
  margin-left: -0.625vw;
  margin-top: -0.3125vw;
  width: 1.875vw;
}

.header-mobile {
  display: none;
}

@media only screen and (max-width: 900px) {
  .pc-header {
    display: none;
  }
  .header-mobile {
    display: block;
    padding: 3.07vw 6.15vw;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .header-mobile .wrapper-frames {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-mobile .wrapper-frames .logo-container {
    width: 15.38vw;
    height: 9.23vw;
  }
  .header-mobile .wrapper-frames .logo-container img {
    width: 100%;
    height: 100%;
  }
  .header-mobile .wrapper-frames .frame-604 .open-burger {
    width: 12.3vw;
    height: 12.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C7D0DA;
    border-radius: 5px;
  }
  .header-mobile .wrapper-frames .frame-604 .open-burger svg {
    width: 5.12vw;
    height: 5.12vw;
    fill: #444651;
  }
  .header-mobile .wrapper-frames .frame-604 .open-burger svg.close {
    display: none;
  }
  .header-mobile .burger {
    display: none;
    padding-top: 10.76vw;
    color: #444651;
  }
  .header-mobile .burger .links {
    display: flex;
    flex-direction: column;
    gap: 6.15vw;
    font-family: "Inter Tight", serif;
    font-weight: 500;
    font-size: 4.1vw;
  }
  .header-mobile .burger a {
    color: #444651;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .header-mobile .burger a img.newYear {
    margin-left: -3.0534351145vw;
    margin-top: -1.5267175573vw;
    width: 9.1603053435vw;
  }
}

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