.pre-sale-banner {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  color: #fff;
}
.pre-sale-banner img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.pre-sale-banner a {
  text-decoration: none;
  color: inherit;
  transition: none;
}
.pre-sale-banner a:hover {
  opacity: 1;
}
.pre-sale-banner a img {
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .pre-sale-banner a img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.pre-sale-banner .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.pre-sale-banner p {
  font-family: "noto-sans";
}
.pre-sale-banner p span {
  display: inline-block;
}
.pre-sale-banner button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.pre-sale-banner button:hover {
  opacity: 1;
}
.pre-sale-banner figure {
  margin: 0;
}

.pre-sale-banner .pre-sale-banner__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .pre-sale-banner .pre-sale-banner__inner {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .pre-sale-banner .pre-sale-banner__inner {
    justify-content: center;
    grid-gap: 8%;
  }
}
.pre-sale-banner .pre-sale-banner__inner h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}
.pre-sale-banner .pre-sale-banner__inner .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .pre-sale-banner .pre-sale-banner__inner .b-actions {
    width: auto;
    margin: 0;
  }
}
.pre-sale-banner .pre-sale-banner__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.pre-sale-banner .pre-sale-banner__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.pre-sale-banner .pre-sale-banner__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #fff;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
}
@media (any-hover: hover) {
  .pre-sale-banner .pre-sale-banner__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: transparent;
    color: #fff;
  }
}
.pre-sale-banner .pre-sale-banner__inner .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: transparent;
  color: #fff;
}/*# sourceMappingURL=B_PreSale_20251205.css.map */