.l-wrapper {
  --max-header-height: 3.375rem;
  --zero-header-height: 3.375rem;
}
@media (min-width: 48.0625em) {
  .l-wrapper {
    --max-header-height: 4.25rem;
    --zero-header-height: 4.25rem;
  }
}

.l-header {
  width: 100%;
}

.c-zero-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  z-index: 200;
  height: var(--zero-header-height);
}
@media (max-width: 48em) {
  .c-zero-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.125rem;
    pointer-events: none;
  }
  .c-zero-header > * {
    pointer-events: auto;
  }
}
@media (min-width: 48.0625em) {
  .c-zero-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.3125rem;
  }
}

.c-zero-drawer-trigger {
  background-color: transparent;
  border: none;
  padding: 0;
  color: currentColor;
}
@media (min-width: 48.0625em) {
  .c-zero-drawer-trigger {
    display: none;
  }
}

.c-zero-main-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3125rem;
  font-size: 1rem;
  line-height: 1.4;
}
.c-zero-main-navi__item:not(.is-current) {
  color: #9d9d9c;
}
.c-zero-main-navi__item.is-current {
  pointer-events: none;
}
.c-zero-main-navi__item:hover {
  color: #000;
}
@media (max-width: 48em) {
  .c-zero-main-navi__item:not(.is-current) {
    display: none;
  }
}

@media (max-width: 48em) {
  .c-zero-sub-navi {
    display: none;
  }
}
.c-zero-sub-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3125rem;
  font-size: 1rem;
  line-height: 1.4;
}
.c-zero-sub-navi__item:not(.is-current) {
  color: #9d9d9c;
}
@media (min-width: 48.0625em) {
  .c-zero-sub-navi__item:hover {
    color: #000;
  }
}

.c-zero-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  padding-top: var(--zero-header-height);
  padding-inline: 21px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-wrapper.is-drawer-open .c-zero-drawer {
  opacity: 1;
  visibility: visible;
}
.c-zero-drawer__close {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.375rem;
  height: 3.375rem;
}
.c-zero-drawer__close::before, .c-zero-drawer__close::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-zero-drawer__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-zero-drawer__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-zero-drawer-navi__items + .c-zero-drawer-navi__items {
  margin-top: 1.75rem;
}
.c-zero-drawer-navi__item {
  font-size: 1.125rem;
  line-height: 1.4;
}
.c-zero-drawer-navi__item:not(.is-current) {
  color: #9d9d9c;
}
.c-zero-drawer-navi__item.is-current {
  pointer-events: none;
}

.c-zero-countries {
  display: grid;
  gap: clamp(1rem, 1.4583333333vw, 1.3125rem);
}

.c-zero-country h3 {
  text-transform: uppercase;
}
.c-zero-country ul {
  list-style: none;
}
.c-zero-country li span:not(:last-child)::after {
  content: ",";
}
.c-zero-country li a[href]:hover {
  color: #9d9d9c;
}

.c-zero-document {
  font-size: 1.125rem;
  padding: 2.5rem 1.3125rem;
  max-width: var(--document-maw, 100%);
  line-height: 1.4;
}
.c-zero-document > p:not(:first-child) {
  margin-top: var(--stock-space, 1em);
}
@media (min-width: 48.0625em) {
  .c-zero-document {
    font-size: 1rem;
  }
}

.c-zero-copyright {
  padding: clamp(1.125rem, 1.4583333333vw, 1.3125rem);
  background-color: #fff;
  color: #9d9d9c;
}/*# sourceMappingURL=index.css.map */