* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-title {
  font-family: Times New Roman;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 3px 6px 18px rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 45px;
  }
}

.sub-title {
  font-family: Times New Roman;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 9px 7px 18px rgba(0, 0, 0, 0.78);
  padding: 0 0 20px;
  line-height: 1;
}
@media (min-width: 996px) {
  .sub-title {
    font-size: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .hideSty {
  display: none;
}
.project .shopcart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 60;
}
.project .shopcart img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
@media (min-width: 1300px) {
  .project .shopcart img {
    width: 120px;
    height: 120px;
  }
}
.project .particle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50vh;
  mix-blend-mode: screen;
  pointer-events: none;
  inset: 0;
  background: #370407;
}
@media (min-width: 996px) {
  .project .particle {
    height: 100vh;
  }
}
.project .particle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000));
  background: linear-gradient(transparent, #000 10%);
}
@media (min-width: 996px) {
  .project .particle::after {
    height: 40%;
  }
}
.project .particle video {
  width: 100%;
}
.project .kv {
  width: 100%;
  position: relative;
}
@media (min-width: 1930px) {
  .project .kv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));
    background: linear-gradient(transparent, #000 50%);
    z-index: 50;
  }
}
.project .kv__logoBox {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .kv__logoBox {
    right: 2%;
  }
}
@media (min-width: 1300px) {
  .project .kv__logoBox {
    right: 10%;
  }
}
@media (min-width: 1600px) {
  .project .kv__logoBox {
    top: 5%;
    right: 15%;
  }
}
@media (min-width: 1930px) {
  .project .kv__logoBox {
    top: 10%;
    right: 17%;
  }
}
.project .kv__logoBox img {
  width: 50px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .project .kv__logoBox img {
    width: 80px;
  }
}
@media (min-width: 1930px) {
  .project .kv__logoBox img {
    width: 100px;
  }
}
.project .kv__logoBox p {
  text-align: right;
  color: #000;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 5px;
  text-shadow: 0 0 10px #cbd1f3;
}
@media (min-width: 768px) {
  .project .kv__logoBox p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (min-width: 1930px) {
  .project .kv__logoBox p {
    font-size: 15px;
  }
}
.project .kv__bgBox-dark {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blink 1s alternate infinite;
          animation: blink 1s alternate infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.project .bgWrapper {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/bg-intro.jpg) #000;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000, transparent);
  z-index: 10;
}
@media (min-width: 768px) {
  .project .bgWrapper::before {
    height: 20%;
  }
}
@media (min-width: 996px) {
  .project .bgWrapper::before {
    height: 40%;
  }
}
@media (min-width: 1930px) {
  .project .bgWrapper::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #000), to(transparent));
    background: linear-gradient(#000 20%, transparent);
  }
}
.project .bgWrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(90%, #000));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 20%, #000 90%);
}
.project .intro {
  padding: 20px 0;
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .intro {
    padding: 0 0 50px;
  }
}
@media (min-width: 1600px) {
  .project .intro {
    margin-top: -30px;
  }
}
.project .intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .intro__wrapper h5 {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .intro__wrapper h5 {
    font-size: 20px;
  }
}
.project .intro__wrapper-tag {
  background: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/intro-text-bg.jpg);
  padding: 2px 30px;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
          clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}
@media (min-width: 996px) {
  .project .intro__wrapper-tag {
    padding: 5px 60px;
  }
}
.project .intro__wrapper-tag h4 {
  color: #b70007;
  font-size: 20px;
  font-weight: 900;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-tag h4 {
    font-size: 36px;
  }
}
.project .intro__wrapper-content {
  position: relative;
  text-align: center;
  font-family: var(--font);
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#9f6519), color-stop(#cb952f), color-stop(#e7c559), to(#9f6519));
  background: linear-gradient(to right, #9f6519, #cb952f, #e7c559, #9f6519);
  -webkit-clip-path: polygon(0 20%, 6% 0, 94% 0, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 20%, 6% 0, 94% 0, 100% 20%, 100% 100%, 0 100%);
}
@media (min-width: 996px) {
  .project .intro__wrapper-content {
    padding: 20px 100px;
  }
}
@media (min-width: 1600px) {
  .project .intro__wrapper-content {
    padding: 40px 100px;
  }
}
.project .intro__wrapper-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 20%, 6% 0, 94% 0, 100% 20%, 100% 100%, 0 100%);
          clip-path: polygon(0 20%, 6% 0, 94% 0, 100% 20%, 100% 100%, 0 100%);
  width: 99.8%;
  height: 99.8%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(#171717), to(#0f0f0f));
  background: linear-gradient(#0f0f0f, #171717, #0f0f0f);
  display: block;
}
@media (min-width: 1930px) {
  .project .intro__wrapper-content::before {
    height: 99%;
  }
}
.project .intro__wrapper-content .block {
  padding: 20px;
  margin: 0 20px;
  z-index: 10;
}
.project .intro__wrapper-content .block__middleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 0.8;
  margin: 10px 0 20px;
}
.project .intro__wrapper-content .block__middleItem-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project .intro__wrapper-content .block .dollar-icon {
  font-size: 12px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8ac39), to(#f8e994));
  background: linear-gradient(#d8ac39, #f8e994);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .project .intro__wrapper-content .block .dollar-icon {
    font-size: 24px;
  }
}
.project .intro__wrapper-content .block p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 996px) {
  .project .intro__wrapper-content .block p {
    font-size: 20px;
  }
}
.project .intro__wrapper-content .block h2 {
  font-size: 40px;
  background: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/intro-text-bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .project .intro__wrapper-content .block h2 {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .project .intro__wrapper-content .block h2 {
    font-size: 120px;
  }
}
.project .intro__wrapper-content .block h6 {
  font-size: 12px;
  background: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/intro-text-bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  background-position: center;
  color: transparent;
}
@media (min-width: 996px) {
  .project .intro__wrapper-content .block h6 {
    font-size: 24px;
  }
}
.project .intro__wrapper-content .intro-dec01 {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project .intro__wrapper-content .intro-dec01 img {
  height: 70px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-content .intro-dec01 img {
    height: 110px;
  }
}
.project .intro__wrapper-content .intro-dec02 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  margin: 0 auto;
}
.project .intro__wrapper .intro-steam-icon {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 60;
}
@media (min-width: 768px) {
  .project .intro__wrapper .intro-steam-icon {
    position: absolute;
    top: 6%;
    right: 16%;
    width: 12%;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper .intro-steam-icon {
    top: 6%;
    right: 3%;
    width: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .project .intro__wrapper .intro-steam-icon {
    top: 7%;
    right: 12%;
    width: 12%;
  }
}
.project .intro__wrapper .intro-steam-icon img {
  -webkit-animation: glow 1s infinite alternate;
          animation: glow 1s infinite alternate;
  width: 80px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
@media (min-width: 996px) {
  .project .intro__wrapper .intro-steam-icon img {
    width: auto;
  }
}
@-webkit-keyframes glow {
  from {
    -webkit-filter: none;
            filter: none;
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 10px #ffd33a);
            filter: drop-shadow(0px 0px 10px #ffd33a);
  }
}
@keyframes glow {
  from {
    -webkit-filter: none;
            filter: none;
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 10px #ffd33a);
            filter: drop-shadow(0px 0px 10px #ffd33a);
  }
}
.project .intro__wrapper-btns {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 996px) {
  .project .intro__wrapper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .intro__wrapper-btns .btnBox {
  position: relative;
  display: block;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/intro-btn-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  min-height: 70px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .project .intro__wrapper-btns .btnBox {
    min-width: 253px;
    min-height: 109px;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper-btns .btnBox {
    min-width: 466px;
    min-height: 200px;
  }
}
.project .intro__wrapper-btns .btnBox:nth-child(1) {
  margin-right: 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-btns .btnBox:nth-child(1) {
    margin-right: 15px;
  }
}
.project .intro__wrapper-btns .btnBox:nth-child(2) {
  margin-left: 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper-btns .btnBox:nth-child(2) {
    margin-left: 15px;
  }
}
.project .intro__wrapper-btns .btnBox:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.project .intro__wrapper-btns .btnBox span {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
  word-break: break-word;
  color: #ffdf2e;
  font-family: Times New Roman;
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .project .intro__wrapper-btns .btnBox span {
    width: 200px;
  }
}
@media (min-width: 996px) {
  .project .intro__wrapper-btns .btnBox span {
    width: 380px;
    font-size: 28px;
  }
}
.project .buyNow {
  position: relative;
  z-index: 20;
}
.project .buyNow .note {
  text-align: center;
  text-shadow: 0 0 10px #000;
  color: #fff;
  margin-bottom: 40px;
}
.project .buyNow .sec2 {
  position: relative;
}
.project .buyNow .sec2__balloons-img01 {
  position: absolute;
  top: 0%;
  left: -22%;
  width: 20%;
  -webkit-animation: floatUp-04 2.5s ease-in-out infinite;
          animation: floatUp-04 2.5s ease-in-out infinite;
}
.project .buyNow .sec3 {
  position: relative;
  z-index: 50;
}
.project .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
@media (min-width: 996px) {
  .project .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}
.project .selectarea__filter {
  background: #a56d1c;
}
.project .selectarea__filter-item {
  font-family: Times New Roman;
  font-weight: 900;
  color: #000;
  padding: 10px 10px;
  margin: 5px;
  background: #ffde79;
  border: 2px solid #ffd33a;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  width: 46%;
  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;
}
@media (min-width: 996px) {
  .project .selectarea__filter-item {
    width: 12.5%;
    margin: 10px 5px;
    font-size: 16px;
  }
}
.project .selectarea__filter-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px #ffd33a;
          box-shadow: 0px 0px 10px #ffd33a;
  text-shadow: 0px 0px 10px #ffd33a;
  -webkit-filter: drop-shadow(0px 0px 10px #ffd33a);
          filter: drop-shadow(0px 0px 10px #ffd33a);
}
.project .selectarea__filter-item--active {
  background: #fff6ab;
  -webkit-box-shadow: 0px 0px 10px #ffd33a;
          box-shadow: 0px 0px 10px #ffd33a;
  text-shadow: 0px 0px 10px #ffd33a;
  -webkit-filter: drop-shadow(0px 0px 10px #ffd33a);
          filter: drop-shadow(0px 0px 10px #ffd33a);
}
.project .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}
.project .btns .note {
  padding-bottom: 30px;
}
.project .btns__wrapper {
  text-align: center;
}
@media (min-width: 996px) {
  .project .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .btns__wrapper-item {
  width: 90%;
  padding: 10px auto;
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#ad0047), color-stop(#000), to(#0086b2));
  background: linear-gradient(to left, #000, #ad0047, #000, #0086b2);
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
@media (min-width: 996px) {
  .project .btns__wrapper-item {
    width: 50%;
    padding: 10px 35px;
  }
}
.project .btns__wrapper-item:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.project .hatch__dec img {
  margin: 0 auto;
  width: 35%;
}
@media (min-width: 996px) {
  .project .hatch__dec img {
    width: 18%;
  }
}
.project .hatch__slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px;
  background: #ccaa79;
}
@media (min-width: 996px) {
  .project .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .project .hatch__slider .hatch__box {
    position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px;
  }
}
.project .hatch__slider .hatch__box--gaming {
  background-image: url("https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/buyNow-card-bg-xs.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 50px 70px;
}
@media (min-width: 768px) {
  .project .hatch__slider .hatch__box--gaming {
    padding: 60px 100px;
  }
}
@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/buyNow-card-bg-pc.png");
    padding: 80px 30px 100px;
  }
}
@media (min-width: 996px) {
  .project .hatch__flex {
    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;
  }
}
.project .hatch__flexBoxPic {
  position: relative;
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxPic {
    display: block;
    width: 40%;
    padding: 10px;
  }
}
.project .hatch__flexBoxPic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ffde79;
  z-index: 0;
}
@media (min-width: 1300px) {
  .project .hatch__flexBoxPic::before {
    width: 180px;
    height: 180px;
  }
}
.project .hatch__flexBoxPic-product {
  position: relative;
  z-index: 10;
}
.project .hatch__flexBoxPic-toplogo {
  position: absolute;
  left: 10%;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}
.project .hatch__flexBoxPic-toplogo img {
  margin: 0 5px;
  width: 35px;
}
@media (min-width: 768px) {
  .project .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}
@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo img {
    margin: 0 5px;
  }
}
.project .hatch__flexBoxPic-product {
  max-width: 150px;
}
@media (min-width: 768px) {
  .project .hatch__flexBoxPic-product {
    max-width: 250px;
  }
}
@media (min-width: 996px) {
  .project .hatch__flexBoxPic-product {
    max-width: 100%;
  }
}
.project .hatch__flexBoxPic-bottomlogo {
  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;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.project .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}
.project .hatch__flexBoxTxt {
  color: #fff;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxTxt {
    width: 60%;
    padding: 0 10px;
  }
}
.project .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  line-height: 1.8;
}
.project .hatch__flexBoxTxt ul li {
  font-size: 12px;
  list-style: disc;
}
.project .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}
.project .hatch__flexBoxTxt-title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .project .hatch__flexBoxTxt-title {
    font-size: 22px;
  }
}
@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-title {
    font-size: 20px;
  }
}
.project .hatch__flexBoxTxt-price {
  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: start;
  margin: 10px 0;
}
.project .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 16px;
    margin-right: 25px;
  }
}
.project .hatch__flexBoxTxt-price span {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price span {
    font-size: 26px;
  }
}
.project .hatch__flexBoxTxt-price .nowPriceBox {
  font-size: 12px;
}
.project .hatch__buyNowBtn {
  cursor: pointer;
}
.project .hatch__buyNowBtn-buynow {
  position: relative;
  display: inline-block;
  font-size: 15px;
  /*font-family: Times New Roman;*/
  font-weight: 900;
  /*padding: 3px 15px;*/
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  /*border: 2px solid #fff6ab;*/
  /*background: #fff6ab;*/
}
/*.project .hatch__buyNowBtn-buynow:hover {
  border: 2px solid #fff6ab;
  color: #fff6ab;
  background: transparent;
}*/
.project .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}
.project .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.project .hatch__icon-link {
  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;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project .logos {
  padding: 30px 0 50px;
}
@media (min-width: 996px) {
  .project .logos {
    padding: 50px 0;
  }
}
.project .logos__wrapper-box {
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .logos__wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.project .logos__wrapper-box .logo-blizzard {
  width: 30%;
  margin: 0 auto 20px;
}
@media (min-width: 996px) {
  .project .logos__wrapper-box .logo-blizzard {
    width: 25%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.project .logos__wrapper-box p {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .logos__wrapper-box p {
    font-size: 18px;
  }
}
.project .logos__wrapper .logo-gameRating {
  width: 35%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .logos__wrapper .logo-gameRating {
    width: 16%;
    margin: 0;
  }
}
.project .extraSteam {
  position: relative;
  z-index: 20;
  padding: 50px 0;
  font-family: Times New Roman;
  font-weight: 900;
}
.project .extraSteam__wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.project .extraSteam__wrapper-dec img {
  width: 100%;
  margin: 0 auto;
}
.project .extraSteam__wrapper-block {
  padding: 50px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(215, 203, 153, 0.8)));
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(215, 203, 153, 0.8));
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 30px;
  }
}
.project .extraSteam__wrapper-block .imgBox {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block .imgBox {
    width: 35%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.project .extraSteam__wrapper-block .contentBox {
  width: 90%;
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block .contentBox {
    width: 60%;
  }
}
.project .extraSteam__wrapper-block .contentBox__title {
  font-size: 20px;
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block .contentBox__title {
    font-size: 25px;
  }
}
.project .extraSteam__wrapper-block .contentBox__list {
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.8;
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block .contentBox__list {
    font-size: 18px;
  }
}
.project .extraSteam__wrapper-block .contentBox__notes {
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 996px) {
  .project .extraSteam__wrapper-block .contentBox__notes {
    font-size: 14px;
  }
}
@media (min-width: 996px) {
  .project .extraSteam__btns {
    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;
  }
}
.project .extraSteam__btns a {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/extraSteam-btn-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 45px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  text-shadow: 2px 2px 2px #552a00;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 768px) {
  .project .extraSteam__btns a {
    background-size: contain;
  }
}
@media (min-width: 996px) {
  .project .extraSteam__btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 28%;
    min-height: 100px;
    font-size: 24px;
    margin: 0 20px;
  }
}
.project .extraSteam__btns a:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(0px 0px 10px #ffd33a);
          filter: drop-shadow(0px 0px 10px #ffd33a);
}
.project .extraSteam__btns a span {
  width: 200px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .extraSteam__btns a span {
    width: 320px;
  }
}
.project .rtx50 {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/rtx50-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1930px) {
  .project .rtx50 {
    background-position: bottom;
  }
}
.project .rtx50::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(rgba(0, 0, 0, 0.2)), color-stop(10%, transparent));
  background: linear-gradient(#000, rgba(0, 0, 0, 0.2), transparent 10%);
}
.project .rtx50__wrapper-content {
  color: #fff;
  text-shadow: 0 0 10px #000;
  padding: 10vh 0;
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content {
    padding: 20vh 0;
  }
}
@media (min-width: 1930px) {
  .project .rtx50__wrapper-content {
    padding: 30vh 0;
  }
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project .rtx50__wrapper-content .titleBox figure {
  width: 38%;
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content .titleBox figure {
    width: 15%;
  }
}
.project .rtx50__wrapper-content .titleBox .main-title {
  text-align: left;
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content .titleBox .main-title {
    margin-left: 20px;
  }
}
.project .rtx50__wrapper-content .txtBox {
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content .txtBox {
    margin-top: 20px;
  }
}
.project .rtx50__wrapper-content .txtBox h6 {
  font-weight: 900;
  font-size: 20px;
}
@media (min-width: 996px) {
  .project .rtx50__wrapper-content .txtBox h6 {
    font-size: 24px;
  }
}
.project .rtx50__wrapper-content .txtBox p {
  line-height: 1.8;
  max-width: 550px;
}
.project .rtx50__wrapper-content .txtBox__item {
  margin-bottom: 20px;
}
.project .slm {
  padding: 50px 0;
  background: #000;
}
.project .slm__wrapper-titleBox p {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.project .slm__wrapper-mainContent {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/dragonforged-dominance/images/slm-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project .slm__wrapper-mainContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000, transparent);
}
@media (min-width: 1930px) {
  .project .slm__wrapper-mainContent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
  }
}
.project .slm__wrapper-mainContent .pdBox {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: 50px auto;
  z-index: 50;
  -webkit-animation: 1s float infinite alternate ease-in-out;
          animation: 1s float infinite alternate ease-in-out;
}
@media (min-width: 996px) {
  .project .slm__wrapper-mainContent .pdBox {
    width: 30%;
    margin: 50px auto 80px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.project .slm__wrapper-mainContent .cardBox {
  position: relative;
  z-index: 20;
}
@media (min-width: 996px) {
  .project .slm__wrapper-mainContent .cardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .slm__wrapper-mainContent .cardBox__item {
  width: 90%;
  margin: 20px auto 30px;
}
@media (min-width: 996px) {
  .project .slm__wrapper-mainContent .cardBox__item {
    width: calc(25% - 50px);
    margin: 0 20px;
  }
}
.project .slm__wrapper-mainContent .cardBox__item-imgBox {
  margin-bottom: 20px;
}
.project .slm__wrapper-mainContent .cardBox__item-txtBox h4 {
  font-size: 20px;
  padding-bottom: 10px;
  background: -webkit-linear-gradient(right, #00c9fe 20%, #00a8fd, #00feff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .project .slm__wrapper-mainContent .cardBox__item-txtBox h4 {
    padding-bottom: 20px;
  }
}
.project .slm__wrapper-mainContent .cardBox__item-txtBox p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.project .footerBlock {
  position: relative;
  padding: 50px 0;
  background: #000;
}
.project .footerBlock__wrapper-logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .footerBlock__wrapper-logoBox figure img {
  height: 20px;
}
@media (min-width: 996px) {
  .project .footerBlock__wrapper-logoBox figure img {
    height: 30px;
  }
}
.project .footerBlock__wrapper-logoBox figure:nth-child(1) {
  margin-right: 20px;
}
@media (min-width: 996px) {
  .project .footerBlock__wrapper-logoBox figure:nth-child(1) {
    margin-right: 50px;
  }
}
.project .footerBlock__wrapper-desBox {
  color: #fff;
  line-height: 1.8;
  margin: 30px 0 40px;
}
.project .footerBlock__wrapper-txtBox {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .footerBlock__wrapper-txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .footerBlock__wrapper-txtBox .item {
  width: 100%;
}
@media (min-width: 996px) {
  .project .footerBlock__wrapper-txtBox .item {
    width: 47%;
  }
}
.project .footerBlock__wrapper-txtBox .item p {
  padding: 10px 0;
  line-height: 1.5;
}/*# sourceMappingURL=main.css.map */