

@media (min-width: 996px) {
  .main-title {
    font-size: 40px;
  }
}

.subtitle {
  font-size: 32px;
  font-family: var(--Titlefont);
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding: 50px 25px;
  background-clip: text;
  -webkit-background-clip: text;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 42px;
  }
}

.subtitle-white {
  color: #fff;
}

.third-title {
  text-align: center;
  color: #fff;
  font-size: 25px;
}

@media (min-width: 996px) {
  .third-title {
    font-size: 30px;
  }
}

.forth-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

@media (min-width: 996px) {
  .forth-title {
    font-size: 22px;
  }
}

.main-text {
  padding: 10px 25px;
}

.feature-title {
  margin-bottom: 15px;
}

.sub-text {
  font-size: var(--text-md);
}

.note {
  font-size: var(--note-xl);
  color: #fff;
  padding: 10px 25px;
}

.bgColorSty {
  background: #000;
}

@-webkit-keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.btnSty {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  padding: 15px 25px;
  font-family: var(--font);
}

.buyNowBtn {
  position: relative;
  display: block;
  text-align: center;
  outline: none;
  background-size: 100%;
  color: #fff;
  font-family: var(--font);
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  transition: 0.2s;
  margin:  0 auto 20px;
  background: url(https://storage-asset.msi.com/event/2025/CND/clair-obscur-expedition-33/images/buyNow-btn-bg.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  cursor: pointer;
  filter: drop-shadow(0px 2px 4px #000);
}

.buyNowBtn:hover.buyNowBtn::before{
  border: 3px solid #fff;
  top: 50%;
}

.buyNowBtn:hover {
  opacity: 1;
  box-shadow: 0 0 20px #79c4d9 ;
}

.buynowarea__block {
    position: relative;
}
.buynowarea__block-dec01, .buynowarea__block-dec02, .buynowarea__block-dec03, .buynowarea__block-dec04 {
    width: 20%;
}
.buynowarea__block-dec01 {
    position: absolute;
    top: 0;
    left: 0;
}
.buynowarea__block-dec02 {
    position: absolute;
    top: 0;
    right: 0;
}
.buynowarea__block-dec03 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.buynowarea__block-dec04 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.leftNum {
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
}

.leftNum .num {
  font-size: var(--title-xl);
  font-weight: bold;
  color: #f5e085;
}

.txtBox-b-bg {
  background: url(https://storage-asset.msi.com/event/2023/CND/avatar-game-bundle/images/txt-bg.png) center top no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(22.92%, #0e1e2b), color-stop(47.4%, #09151f));
  background: url(https://storage-asset.msi.com/event/2023/CND/avatar-game-bundle/images/txt-bg.png) center top no-repeat, linear-gradient(180deg, #0e1e2b 22.92%, #09151f 47.4%);
  background-size: cover;
  color: #fff;
  padding: 30px 45px;
}

#nb-pd-slider .btnSty, #mnt-pd-slider .btnSty, #router-pd-slider .btnSty {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  text-align: center;
  margin: 0 auto;
}

#nb-pd-slider .btnSty:hover, #mnt-pd-slider .btnSty:hover, #router-pd-slider .btnSty:hover {
  cursor: pointer;
}

.btnSty.redeemBtn, .btnSty.tcBtn {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  /* border: 2px solid #444; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 5px 30px;
  font-size: 20px;
  border-radius: 10px;
}

@media (min-width: 996px) {
  .btnSty.redeemBtn, .btnSty.tcBtn {
    padding: 5px 50px;
    font-size: 28px;
  }
}

.btnSty.redeemBtn:hover, .btnSty.tcBtn:hover {
  /* background-color: #11f9f8; */
  color: #eee;
  cursor: pointer;
}

@font-face {
  font-family: 'SplinteredLiberty-Thin-Cyr';
  src: url("https://storage-asset.msi.com/event/2024/CND/skull-bones-game-bundle/font/SplinteredLiberty-Thin-Cyr.otf") format("opentype");
}

@font-face {
  font-family: 'SplinteredLibertyV2';
  src: url("https://storage-asset.msi.com/event/2024/CND/skull-bones-game-bundle/font/SplinteredLibertyV2.otf") format("opentype");
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background-color: #000;
  max-width: 100vw;
  font-family: var(--basic);
}

.project img {
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}



.project .eligible-model {
  background-image: url(https://storage-asset.msi.com/event/2024/CND/star-wars-outlaws/images/HighStakes.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  padding-top: 50px;
}

.project .eligible-model__content-wrapper .subtitle {
  font-family: var(--Titlefont);
  text-transform: uppercase;
}

.project .eligible-model__content-wrapper .tab {
  overflow: hidden;
  margin-bottom: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project .eligible-model__content-wrapper .tab button {
  font-family: var(--font);
  font-size: min(max(2vw, 17px), 20px);
  color: #11f9f8;
  padding: 7px 5px;
  margin: 5px;
  font-weight: bold;
  background-color: #222;
  border: 1px solid #11f9f8;
  opacity: 1;
  transform: skewX(-10deg);
  border-radius: 10px;
  transition: 0.2s;
  width: auto;
}

.project .eligible-model__content-wrapper .tab button span{
  display: block;
  padding: 5px 10px;
  min-width: 150px;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .tab button {
    /* font-size: 24px;
    width: auto;
    min-width: 200px;
    padding: 11px 20px; */
  }
}

.project .eligible-model__content-wrapper .tab button:hover {
  background-color: #fff;
  box-shadow: 0 0 5px #ffffff;
  border: 1px solid #fff;
  color: #222;
}

.project .eligible-model__content-wrapper .tab .active {
  background-color: #fff;
  box-shadow: 0 0 5px #ffffff;
  border: 1px solid #fff;
  color: #222;
}

.project .eligible-model__content-wrapper .tabcontent {
  display: block;
  border-top: none;
}

.project .eligible-model__content-wrapper .nb-block__banner {
  margin: 0 auto;
  display: block;
  padding: 50px 0;
}

.project .eligible-model__content-wrapper .nb-block__banner img {
  margin: 0 auto;
}

.project .eligible-model__content-wrapper .nb-block .btn-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .nb-block .btn-wrapper .redeemBtn {
    width: 28%;
  }
}

@media (min-width: 1300px) {
  .project .eligible-model__content-wrapper .nb-block .btn-wrapper .redeemBtn {
    width: 20%;
  }
}

.project .eligible-model__content-wrapper .leftNum {
  margin-top: 20px;
  font-family: var(--Titlefont);
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .mnt-block .btn-wrapper .redeemBtn {
    width: 28%;
  }
}

@media (min-width: 1300px) {
  .project .eligible-model__content-wrapper .mnt-block .btn-wrapper .redeemBtn {
    width: auto;
  }
}

.project .eligible-model__content-wrapper .mnt-block__contentBox {
  text-align: center;
}

.project .eligible-model__content-wrapper .mnt-block__contentBox-txtBox {
  display: inline-block;
  text-align: center;
  margin: 50px 0 30px;
  border-image-source: url(https://storage-asset.msi.com/event/2023/CND/acm-game-bundle/images/dec-border-o.png);
  border-image-slice: 40 40 40 40;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 20px 20px 20px 20px;
  border-image-repeat: stretch stretch;
  background: #e1e0e0;
  border-style: solid;
  position: relative;
}

.project .eligible-model__content-wrapper .mnt-block__contentBox-txtBox .topBox {
  color: #000;
  font-weight: normal;
}

.project .eligible-model__content-wrapper .mnt-block__contentBox-txtBox .bottomBox {
  color: #000;
  font-weight: bold;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch {
  padding: 0 0 50px;
  margin-top: 20px;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: var(--Titlefont);
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__nav-btn {
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  font-size: 16px;
  color: #ffffff;
  background-color: #d2d2d270;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__nav-btn:hover {
  background-color: #00000080;
  color: #fff;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__nav-btn--active {
  background-color: #00000080;
  color: #fff;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
  }
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__nav-btn {
    width: auto;
    /* width: calc( 100% / 5); */
    padding: 20px  5px;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    margin-top: 10px;
  }
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__nav-btn:nth-last-child(1) {
    margin-right: 0;
    margin-top: 10px;
  }
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper {
  overflow: hidden;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block {
  background-color: #00000080;
  padding: 30px 0;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__imgBox {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__imgBox img {
  /* height: 250px; */
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__imgBox img {
    max-width: 350px;
  }
}

@media (min-width: 1300px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__imgBox {
    width: 40%;
    /* margin-right: 5%; */
  }
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0px;
}

@media (min-width: 1300px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox {
    width: 60%;
    padding: 30px 45px;
  }
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox-name {
  font-family: var(--Titlefont);
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox-list {
  margin: 20px 0;
  padding-left: 10px;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox-list li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 996px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item__txtBox-list li {
    font-size: 16px;
  }
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item hr {
  width: 100%;
  background: #eee;
  height: 1px;
  margin: 20px 0;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item button {
  display: block;
  margin: 0 auto;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .item button span {
  padding: 15px 25px;
}

.project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .itemShow {
  display: block;
}

@media (min-width: 1300px) {
  .project .eligible-model__content-wrapper .mnt-block .pdHatch__wrapper-block .itemShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project .popout {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.project .popout__block {
  max-width: 760px;
  background: #000;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.project .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.project .popout__block-close::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0px;
  content: "\00D7";
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.project .popout__block-close:hover::after {
  opacity: 0.8;
}

.project .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10px 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project .popout__dm a {
  width: calc(100% / 2 - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.project .popout__dm a img {
  height: 50px;
}

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