

.commonTitleBox {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin: 0 auto 10px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 900;
  font-style: normal;
}

.kv {
  position: relative;
  overflow: hidden;
}



.kv__img {
  position: absolute;
  top: 0;
  left: 0;
}

.mediaSelected {
  font-family: arboria, sans-serif;
}
.mediaSelected__wrapper {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto 5%;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper {
    padding: 0 25px;
  }
}
.mediaSelected__wrapper-item {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
.mediaSelected__wrapper-pd {
  position: relative;
  margin: 20px 0 0;
  padding: 10px 20px 20px;
  z-index: 20;
  background-color: #ae8b8b70;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 20px 0;
    padding: 20px 10px;
    background-size: cover;
  }
}

.mediaSelected__wrapper-pd .imgBox {
  padding: 10px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .imgBox {
    width: 45%;
  }
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .detailBox {
    width: 55%;
    padding-left: 30px;
  }
}
.mediaSelected__wrapper-pd .detailBox__name {
  font-weight: bolder;
  font-size: 23px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .detailBox__name {
    font-size: 21px;
  }
}
.mediaSelected__wrapper-pd .detailBox__spec {
  font-size: 18px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .detailBox__spec {
    font-size: 14px;
  }
}
.mediaSelected__wrapper-pd .detailBox__spec li {
  list-style: disc;
  margin: 3px 0 3px 10px;
}
.mediaSelected__wrapper-pd .detailBox__price {
  margin: 10px 0;
}
.mediaSelected__wrapper-pd .detailBox__price-old {
  font-size: 15px;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .detailBox__price-old {
    font-size: 20px;
  }
}
.mediaSelected__wrapper-pd .detailBox__price-new {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-pd .detailBox__price-new {
    font-size: 36px;
  }
}
.mediaSelected__wrapper-pd .detailBox__btn {
  position: relative;
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #fdd918;
  margin: 0 7px;
  color: #000000;
  /* max-width: 235px; */
}
.mediaSelected__wrapper-pd .detailBox__btn:hover {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #afb5b8;
}
.mediaSelected__wrapper-media {
  margin: 0 auto 20px;
  padding: 20px 20px 15px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#762a95), to(#5c69dd));
  background: linear-gradient(to right, #762a95, #5c69dd);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-media {
    width: 50%;
    padding: 30px;
    margin: 20px auto;
  }
}
.mediaSelected__wrapper-media:hover {
  background: -webkit-gradient(linear, right top, left top, from(#2c2050), to(#3f1f3f));
  background: linear-gradient(to left, #2c2050, #3f1f3f);
}
.mediaSelected__wrapper-media .imgBox {
  width: 100px;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.mediaSelected__wrapper-media .imgBox img {
  width: auto;
  margin: 0 auto;
}
.mediaSelected__wrapper-media .contentBox {
  font-size: 17px;
  margin: 20px 0 0;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-media .contentBox {
    margin: 20px 0;
  }
}
.mediaSelected__wrapper-media .contentBox__media {
  text-align: right;
  font-style: italic;
  padding-top: 10px;
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-media .contentBox__media {
    padding-top: 20px;
  }
}

@media (min-width: 996px) {
  .mediaSelected__wrapper-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mediaSelected__wrapper-0 .mediaSelected__wrapper-item {
  display: block;
  /* color: #000; */
}
@media (min-width: 996px) {
  .mediaSelected__wrapper-0 .mediaSelected__wrapper-item {
    width: calc(100%/2 - 20px);
    margin: 0 10px;
  }
}
.mediaSelected__wrapper-0 .mediaSelected__wrapper-item .mediaSelected__wrapper-pd {
  width: 100%;
}


.hideSty {
    display: none;
}

.DD2 {

    
    color: #fff;
    position: relative;
    overflow-x: hidden;
    background-color: #000;
    background-image: url(https://storage-asset.msi.com/event/2025/GNP/borderlands-4/images/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.DD2 img {
    max-width: 100%;
    vertical-align: bottom;
}



.DD2 .common-subtitle {
    color: #11f9f8;
    font-size: min(max(3.5vw, 24px), 30px);
}

.DD2 .common-subtitle span {
    padding: 0 25px;
    display: inline-block;
}

.DD2 table {
    width: 100%;
}

.DD2 table tr {
    border: 1px solid #fff;
    padding: 10px;
}

.DD2 table th {
    border: 1px solid #fff;
    padding: 10px;
}

.DD2 table td {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    
    font-size: 20px;
}

.DD2 .redeemarea {
    font-family: var(--fontA);
    position: relative;
    padding-top: 3%;
    text-transform: uppercase;
    /* background: url("https://storage-asset.msi.com/event/2025/CND/cust-wuchang-fallen-feathers/images/bg2.jpg") no-repeat center;
    background-size: cover;
    background-position: top left;
    background-position: top; */
}

.DD2 .redeemarea::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#18140c 10%, #120f11f7, #0c0b0700 95%);
    z-index: 0;
}

@media (max-width: 1300px) {
    .DD2 .redeemarea {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1300px) and (max-width: 1050px) {
    .DD2 .redeemarea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1300px) and (max-width: 800px) {
    .DD2 .redeemarea {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.DD2 .redeemarea h6 {
    font-size: 72px;
    /* margin-bottom: 1em; */
    line-height: 1em;
    color: #f9e613;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 996px) {
    .DD2 .redeemarea h6 {
        font-size: 50px;
    }
}




.DD2 .redeemarea h6 .yel {
    /* color: #d3891f; */
    background: -webkit-linear-gradient(26deg, #a5855a 10%, #ebcfa9 70%, #cba36c 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: url(https://storage-asset.msi.com/event/2025/CND/clair-obscur-expedition-33/images/intro-text-bg.jpg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.DD2 .redeemarea__line {
    width: 30%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .DD2 .redeemarea__line {
        width: 80%;
    }
}

.DD2 .redeemarea__block-dec {
    width: 40%;
    margin: 0 auto;
}

.DD2 .redeemarea__block-dec img {
    filter: invert(1);
}

.DD2 .redeemarea__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .DD2 .redeemarea__box {
        width: 80%;
    }
}

.DD2 .redeemarea__box-left {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.DD2 .redeemarea__box-left.active {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 1;
}

.DD2 .redeemarea__box-right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.DD2 .redeemarea__box-right.active {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 1;
}

.DD2 .redeemarea__box-item {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #fff;
    
    width: 50%;
    text-align: center;
    margin: 0;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .DD2 .redeemarea__box-item {
        font-size: 18px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .redeemarea__box-item {
        font-size: 17px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .redeemarea__box-item {
        font-size: 16px;
    }
}

.DD2 .redeemarea__box-item.active {
    color: #0b9fc1;
}

.DD2 .redeemarea__boxa {
    position: relative;
    margin-top: 50px;
}

.DD2 .redeemarea__p1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 991px) {
    .DD2 .redeemarea__p1 {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .DD2 .redeemarea__boxa {
        margin-top: 10px;
    }
}

.DD2 .redeemarea__p1.active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
}

.DD2 .redeemarea__p1-item {
    width: calc(30% - 20px);
    margin: 10px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .DD2 .redeemarea__p1-item {
        width: 100%;
    }
}

.DD2 .redeemarea__p1-title {
    font-size: 43px;
    margin-bottom: 25px;
    line-height: 1em;
    color: #fff;
    
    text-align: center;
}

@media (max-width: 996px) {
    .DD2 .redeemarea__p1-title {
        font-size: 40px;
        margin-bottom: 0.1em;
    }
}

/* @media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__p1-title {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__p1-title {
    font-size: 16px;
  }
} */
.DD2 .redeemarea__p1-title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 32px;
    background: #fdd918;
    margin-right: 5px;
}

.DD2 .redeemarea__p1-p {
    font-size: 37px;
    margin-bottom: 1em;
    line-height: 1em;
    color: #fff;
    font-family: var(--fontA);
    text-align: center;
}

@media (max-width: 996px) {
    .DD2 .redeemarea__p1-p {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .DD2 .redeemarea__p1-title::before {
        height: 28px;
    }
}

/* @media (max-width: 1600px) and (max-width: 1300px) {
  .DD2 .redeemarea__p1-p {
    font-size: 13px;
  }
} */
/* @media (max-width: 1600px) and (max-width: 1050px) {
  .DD2 .redeemarea__p1-p {
    font-size: 12px;
  }
} */
.DD2 .redeemarea__redbtn {
    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;
}

.DD2 .redeemarea__redbtn a {
    background: #0b9fc1;
    background-size: 100% 100%;
    color: #fff;
    
    font-size: 28px;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-weight: 900;
    padding: 7px 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 #0b9fc1;
    box-shadow: 0 0 10px 0 #0b9fc1;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1600px) {
    .DD2 .redeemarea__redbtn a {
        font-size: 26px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .redeemarea__redbtn a {
        font-size: 25px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .redeemarea__redbtn a {
        font-size: 24px;
    }
}

.DD2 .redeemarea__redbtn a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.DD2 .redeemarea__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}

.DD2 .redeemarea__btns a {
    position: relative;
    width: calc(28% - 20px);
    /* background: url("https://storage-asset.msi.com/event/2025/CND/like-a-dragon-pirate-yakuza-in-hawaii/images/btn-bg.png") no-repeat center; */
    /* https://storage-asset.msi.com/event/2024/GNP/STALKER/images/button2.png */
    background-size: 100% 100%;
    color: #fff;
    
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: -webkit-linear-gradient(90deg, #ebcfa9 30%, #a5855a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1600px) {
    .DD2 .redeemarea__btns a {
        font-size: 18px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .redeemarea__btns a {
        font-size: 17px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .redeemarea__btns a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .DD2 .redeemarea__btns a {
        margin: 30px 20px;
        width: 100%;
    }
}

.DD2 .redeemarea__btns a:hover {
    cursor: pointer;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.DD2 .redeemarea__btns a:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://storage-asset.msi.com/event/2025/CND/clair-obscur-expedition-33/images/btn-dec-top.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.DD2 .redeemarea__btns a:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://storage-asset.msi.com/event/2025/CND/clair-obscur-expedition-33/images/btn-dec-bottom.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.DD2 .redeemarea .redeem-note {
    text-align: center;
    color: #d5b07e;
    padding: 0 25px;
}

.leftNum {
    font-size: 50px;
}

.leftNum span {
    color: #fdd918;
}

.DD2 .buynowarea {
    position: relative;
    background: url(https://storage-asset.msi.com/event/2025/CND/cust-wuchang-fallen-feathers/images/buyNow-btn-bg.png);
    background-size: cover;
    background-position: center;
    /* padding-top: 6vh; */
    /* padding-bottom: 6vh; */
}

.DD2 .buynowarea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(#251509 0%, #0000008f, #031824 98%);
}

@media (max-width: 996px) {
    .DD2 .buynowarea {
        background-size: cover;
        background-position: right;
    }
}

@media (max-width: 1300px) {
    .DD2 .buynowarea {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1300px) and (max-width: 1050px) {
    .DD2 .buynowarea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1300px) and (max-width: 800px) {
    .DD2 .buynowarea {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.DD2 .buynowarea h5 {
    font-size: 32px;
    margin-bottom: 1.5em;
    line-height: 0;
    color: #fff;
    
    text-align: center;
}

@media (max-width: 1600px) {
    .DD2 .buynowarea h5 {
        font-size: 30px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .buynowarea h5 {
        font-size: 29px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .buynowarea h5 {
        font-size: 28px;
    }
}

.DD2 .buynowarea h5 .yel {
    color: #0b9fc1;
}

.DD2 .buynowarea__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3% 2% 4%;
    background: rgb(149 133 119 / 40%);
    border: 1px solid #5f5347;
}

@media screen and (max-width: 991px) {
    .DD2 .buynowarea__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10% 2% 5%;
    }
}

.DD2 .buynowarea__block .item {
    width: calc(30% - 20px);
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .DD2 .buynowarea__block .item {
        width: calc((100% / 2 - 20px));
    }
}

.DD2 .buynowarea__block .item figure {
    height: 250px;
    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;
}

@media screen and (max-width: 991px) {
    .DD2 .buynowarea__block .item figure {
        height: 140px;
    }
}

@media screen and (min-width: 768px) {
    .DD2 .buynowarea__block .item figure img {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 996px) {
    .DD2 .buynowarea__block .item figure img {
        height: auto;
    }
}

.DD2 .buynowarea__block .item .item__txtBox-name {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #fff;
    
    text-align: center;
    margin: 0 0 20px;
}

@media (max-width: 1600px) {
    .DD2 .buynowarea__block .item .item__txtBox-name {
        font-size: 18px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .buynowarea__block .item .item__txtBox-name {
        font-size: 17px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .buynowarea__block .item .item__txtBox-name {
        font-size: 15px;
    }
}

.buyNow-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buyNow-btn span {
    margin: 0 10px;
    font-weight: bold;
}

.buyNow-btn img {
    width: 20px;
}

.DD2 .emn {
    background: url("https://storage-asset.msi.com/event/2024/CND/unknown9/images/decoration.svg") no-repeat 49.5% #ffffff;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

@media (max-width: 1300px) {
    .DD2 .emn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1300px) and (max-width: 1050px) {
    .DD2 .emn {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1300px) and (max-width: 800px) {
    .DD2 .emn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.DD2 .emn__block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.DD2 .emn img {
    max-width: 300px;
}

.DD2 .emn p {
    width: calc(100% - 420px);
    margin-left: 20px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #000000;
    margin-top: 40px;
    font-family: var(--fontA);
}

@media (max-width: 1600px) {
    .DD2 .emn p {
        font-size: 14px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .emn p {
        font-size: 13px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .emn p {
        font-size: 12px;
    }
}

@media (max-width: 996px) {
    .DD2 .emn p {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
}

.DD2 .emn p a {
    color: #f5e085;
    text-decoration: underline;
}

.DD2 .popup__header h2 {
    color: #bf7878 !important;
    
    font-size: 40px;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
}

@media (max-width: 1600px) {
    .DD2 .popup__header h2 {
        font-size: 38px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .popup__header h2 {
        font-size: 37px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .popup__header h2 {
        font-size: 36px;
    }
}

.DD2 .common-subtitle {
    
    font-size: 20px;
    margin-top: 1em;
    line-height: 1.5em;
    color: #fff;
}

@media (max-width: 1600px) {
    .DD2 .common-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .common-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .common-subtitle {
        font-size: 16px;
    }
}



.DD2 .intro {
    background: url("https://storage-asset.msi.com/event/2024/NB/2024-d4/images/e54f6acd639dec30c68451d6c8483201d6ccff4b.jpg") no-repeat center;
    background-size: cover;
}

.DD2 .intro h3 {
    color: #68cb1b;
}

.DD2 .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.DD2 .popup__wrapper::after {
    background: none;
}

.DD2 .popup__wrapper::before {
    background: none;
}

.DD2 .popup__inner {
    background: none;
}

.DD2 .popup__inner::after {
    background: none;
}

.DD2 .popup__inner::before {
    background: none;
}

.DD2 .popup__header {
    background: none;
}

.DD2 .popup__close {
    position: fixed;
    -webkit-filter: hue-rotate(220deg);
    filter: hue-rotate(220deg);
}

.DD2 .popup__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-height: 100vh;
    overflow-y: auto;
}

.DD2 .popup__body::-webkit-scrollbar-thumb {
    background: #651818;
    border-radius: 20px;
}

.DD2 .popup__body::-webkit-scrollbar {
    width: 10px;
    background: #6518185b;
}

.DD2 .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 996px) {
    .DD2 .footer__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.DD2 .footer__icons p {
    text-align: start;
}

.DD2 .footer__icons img {
    height: 120px !important;
}

@media (min-width: 996px) {
    .DD2 .footer {
        padding: 40px 25px;
    }
}

@media (min-width: 996px) {
    .DD2 .intro__date {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: #68cb1b 1px solid;
    }
}

@media (min-width: 996px) {
    .DD2 .intro__date:first-child {
        border: none;
    }
}



.popout {
    background: rgba(0, 0, 0, 0.6117647059);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.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 #9F6F06;
}

.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;
}

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

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

.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;
}

.popout__dm a {
    width: calc(50% - 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;
}

.popout__dm a img {
    height: 50px;
}

.popup__content {
    background: #fff;
    border-radius: 12px;
}

.powerByMsi__redeemTitle {
    color: #000000;
    
    text-align: center;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

@media (max-width: 1600px) {
    .powerByMsi__redeemTitle {
        font-size: 30px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .powerByMsi__redeemTitle {
        font-size: 29px;
    }
}

@media (max-width: 1280px) {
    .powerByMsi__redeemTitle {
        font-size: 25px;
    }
}

.powerByMsi__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.powerByMsi__step .powerByMsi__step-num {
    color: #9b2424;
    
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
    width: 20%;
    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;
}

@media (max-width: 1600px) {
    .powerByMsi__step .powerByMsi__step-num {
        font-size: 30px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .powerByMsi__step .powerByMsi__step-num {
        font-size: 29px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .powerByMsi__step .powerByMsi__step-num {
        font-size: 25px;
    }
}

.powerByMsi__step .powerByMsi__step-txt {
    color: #000;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    width: 80%;
}

@media (max-width: 1600px) {
    .powerByMsi__step .powerByMsi__step-txt {
        font-size: 18px;
        padding-left: 10px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .powerByMsi__step .powerByMsi__step-txt {
        font-size: 17px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .powerByMsi__step .powerByMsi__step-txt {
        font-size: 16px;
    }
}

.redeemBtn {
    /* background: linear-gradient(#654e18, #9b7824); */
    
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

@media (max-width: 1600px) {
    .redeemBtn {
        font-size: 30px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .redeemBtn {
        font-size: 29px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .redeemBtn {
        font-size: 28px;
    }
}

.btnsmm {
    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;
}

.powerByMsi__note {
    color: #000;
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.5em;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1600px) {
    .powerByMsi__note {
        font-size: 14px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .powerByMsi__note {
        font-size: 13px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .powerByMsi__note {
        font-size: 12px;
    }
}

.feature {
    position: relative;
    text-align: center;
}

.feature::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#18140c00 0%, #120f11dd 20%, #0c0b07 95%);
    z-index: 0;
}

.feature__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.feature__tab {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #561d1d;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.feature__tab:hover {
    background-color: #b15d5d;
}

.feature__tab--active {
    background-color: #b15d5d;
}

.feature__item {
    display: none;
}

.feature__item--active {
    display: block;
}

.feature__itemTAb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.feature__itemTAb-btn {
    background-color: #561d1d;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}   

.feature__itemTAb-btn:hover {
    background-color: #b15d5d;
}

.feature__itemTAb-btn--active {
    background-color: #b15d5d;
}

.feature__box {
    margin-top: 50px;    
}
.feature__itemBox {
    display: none;
}

.feature__itemBox--active {
    display: block;
}
.feature__itemBox-note {
    font-size: 14px;
    color: #c9c9c9;
    text-align: center;
}
.feature__textbox {
    max-width: 900px;
    margin: 0 auto;
}
.feature__textbox h2{
    margin-bottom: 10px;
}

.feature__textbox p{
    margin-bottom: 10px;
}

@media (max-width: 996px) {
    .feature__tab {
        font-size: 16px;
    }
}


.DD2 .visit {
    position: relative;
    padding: 4vh 0;
    /* background: #4c555c;
    background-image: url(https://storage-asset.msi.com/event/2025/CND/cust-wuchang-fallen-feathers/images/bg4.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 996px) {
    .DD2 .visit {
        padding: 7vh 0 0;
    }
}

.DD2 .visit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #101616, rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(5px);
}

.DD2 .visit__title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    
    z-index: 20;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
    .DD2 .visit__title {
        font-size: 30px;
    }
}

@media (max-width: 1600px) and (max-width: 1300px) {
    .DD2 .visit__title {
        font-size: 29px;
    }
}

@media (max-width: 1600px) and (max-width: 1050px) {
    .DD2 .visit__title {
        font-size: 28px;
    }
}

.DD2 .visit__link {
    margin-top: 0px;
    gap: 1em;
}

.DD2 .visit__link a {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
    opacity: 0.9;
}

.DD2 .visit__link a:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .DD2 .visit__gm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .DD2 .visit__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }

    .DD2 .visit__link a {
        width: 100%;
        margin: 0;
        text-align: center;
    }


}

.DD2 .visit__cc {
    display: none;
}

.visit .common__container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
}

.visit .common__title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-filter: drop-shadow(3px 3px 10em black);
    filter: drop-shadow(3px 3px 10em black);
}

.copyright {
    /* background: #181309; */
    position: relative;
    z-index: 20;
    padding: 4vh 0 0;
}

.copyright__wrapper {
    padding: 5% 25px 1%;
    text-align: center;
}

@media (min-width: 768px) {
    .copyright__wrapper {
        padding: 2% 0 2%;
    }
}

.copyright__wrapper figure img {
    margin: 0 auto 20px;
    width: 60px;
    height: auto;
}

.copyright__dec img {
    display: block;
    margin: 0 auto;
}

.terms {
    font-size: 18px;
    line-height: 1.5;
}

.terms h3 {
    padding-bottom: 25px;
}

.terms ol li {
    margin-left: 20px;
    padding-bottom: 20px;
    list-style: lower-roman;
}

.terms ul {
    margin-left: 20px;
    padding-bottom: 20px;
}

.terms ul ol li {
    list-style: lower-roman;
}

.terms ul li {
    list-style: disc;
    padding: 8px 0;
}

.terms ul li ol li {
    list-style: lower-roman;
}

.terms ul li span {
    color: #71b8bb;
}

.terms ul li .star {
    color: #ff0000;
}

.terms ul li .note {
    font-size: 16px;
    padding: 10px 0;
    color: #ddd;
}

.terms ul li .pdBox {
    margin-top: 10px;
}

.terms p {
    padding-bottom: 20px;
}

.terms a {
    color: #c37070;
    border-bottom: #c37070 1px solid;
}

.terms a:hover {
    border: none;
}

.terms .pdList {
    margin: 20px 0;
}

.terms .pdList__title {
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    background: #263a4a;
}

.terms .pdList__wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #3b4852;
}

.terms .pdList__wrapper-item {
    width: 50%;
    padding: 5px 0;
    color: #fff;
    background: #3b4852;
    font-size: 12px;
    text-align: center;
    border: 1px solid #263a4a;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 996px) {
    .terms .pdList__wrapper-item {
        width: 100%;
    }

    .terms .pdList__wrapper-item:nth-child(odd) {
        background: #3b4852;
    }
}


.DD2 .buyNowBtn {
    background: url(https://storage-asset.msi.com/event/2025/CND/cust-wuchang-fallen-feathers/images/buyNow-btn-bg.png);
}



.btnsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin: 0 auto;
    flex-direction: column;
}

@media (min-width: 996px) {
    .btnsBox {
        width: 80%;
        flex-direction: row;
    }
}

.btnsBox .btn {
    position: relative;
    width: calc(100% / 1 - 40px);
    height: 60px;
    margin: 20px auto 5px;
}

@media (min-width: 996px) {
    .btnsBox .btn {
        width: calc(100% / 3 - 40px);
        margin: 20px auto;
    }
}

.btnsBox .btn a {
    font-size: 43px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    backdrop-filter: blur(15px);
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.2s;
    color: #05c2f2;
}

.btnsBox .btn:hover a {
    letter-spacing: 1px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-delay: 0.01s;
}



.btnsBox .btn::before,
.btnsBox .btn::after {
    --c: #05c2f2;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 10px;
    background: var(--c);
    border-radius: 5px;
    box-shadow: 0 0 5px var(--c), 0 0 15px var(--c), 0 0 30px var(--c), 0 0 60px var(--c);
    transition: 0.2s;
}

.btnsBox .btn::before {
    bottom: -2px;
}

.btnsBox .btn::after {
    top: -2px;
}

.btnsBox .btn:hover::before,
.btnsBox .btn:hover::after {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    transition-delay: 0.2s;
}

.btnsBox .btn:hover::before {
    bottom: 0;
}

.btnsBox .btn:hover::after {
    top: 0;
}




#deHatch {
    padding: 5% 0;
}

#deHatch .hatch__container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 25px; */
}

#deHatch .hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#deHatch .sec3 .hatch__box {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/pd-bg.jpg);
  background-size: contain;
  z-index: 20;
}

@media (min-width: 960px) {
  #deHatch .sec3 .hatch__box {
      background-size: cover;
  }
  /* #deHatch .hatch {
      padding-bottom: 40px;
  } */
}

#deHatch .sec3 .hatch__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff, transparent);
  z-index: -1;
}

@media (min-width: 960px) {
  #deHatch .sec3 .hatch__box {
      background: linear-gradient(to left, #fff, transparent);
  }
}

#deHatch .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

}

#deHatch .sec4 .hatch__box {
  position: relative;
  width: 100%;
  background-color: transparent;
  margin: 20px 0;
  padding: 10px;
  box-shadow: none;
}

#deHatch .hatch__flexBoxPic {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

#deHatch .hatch__flexBoxPic-product {
  text-align: center;
}

#deHatch .sec4 .hatch__flexBoxPic {
  background: linear-gradient(rgb(96, 57, 57), #9a4d4d, transparent);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin: 10px 4px;
}

#deHatch .sec4 .hatch__flexBoxPic-product {
  margin: 8% auto 8%;
  /* height: 250px; */
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
}

#deHatch .sec4 .hatch__flexBoxPic-product img {
  height: 190px;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

#deHatch .hatch__flexBoxPic-toplogo {
  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-bottom: 10px;
  height: 50px;
}

#deHatch .hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}

#deHatch .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;
}

#deHatch .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

#deHatch .hatch__flexBoxTxt {
  width: 100%;
}


#deHatch .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 23px;
}

#deHatch .sec4 .hatch__flexBoxTxt-title {
  text-align: center;
  color: #fff;
}

#deHatch .hatch__flexBoxTxt ul,
#deHatch .hatch__flexBoxTxt li {
  font-size: 18px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

#deHatch .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: none;
}

#deHatch .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: 20px 0;
}

#deHatch .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

#deHatch .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
  line-height: 1;
}

#deHatch .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
  margin-top: 10%;
}

#deHatch .hatch__buyNowBtn-buynow {
  position: relative;
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #fdd918;
  margin: 7px auto;
  color: #502c45;
  transition: 0.2s;
}

#deHatch .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

#deHatch .hatch__buyNowBtn-buynow:before,
#deHatch .hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#deHatch .hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}

#deHatch .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}

#deHatch .hatch__buyNowBtn-buynow:hover {
  background: #eb9113;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff0d6;
}



#deHatch .hatch__buyNowBtn-buynow span:before,
#deHatch .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#deHatch .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;
}

#deHatch .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((100%/2) - 20px);
  margin: 10px;
  background: #ffffff8a;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#deHatch .hatch__tc {
  text-align: center;
}

#deHatch .hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 996px) {
  #deHatch .hatch {
      /* padding-bottom: 40px; */
  }

  #deHatch .hatch__slider {
      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;
  }

  #deHatch .hatch__box {
      position: relative;
      width: calc((100% / 2) - 20px);
      margin: 20px 0;
      padding: 10px;
  }

  #deHatch .hatch__box--businessMonitor {
      background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/gaming-bg.jpg");
      background-position: center 0;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: cover;
  }

  #deHatch .hatch__box--businessDesktop {
      background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/cc-bg.jpg");
      background-position: center 0;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: cover;
  }

  #deHatch .hatch__box--allinOnePcs {
      background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/bp-bg.jpg");
      background-position: center 0;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: cover;
  }

  #deHatch .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;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  }

  #deHatch .hatch__flexBoxPic {
      width: 45%;
      padding: 10px;
  }

  #deHatch .sec4 .hatch__flexBoxPic {
      width: calc(100%/4 - 10px);
      padding: 20px;
      margin: 4px;
  }

  #deHatch .hatch__flexBoxPic-toplogo img {
      width: 50px;
      margin: 0 5px;
  }

  #deHatch .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;
      display: none;
  }

  #deHatch .hatch__flexBoxPic-bottomlogo img {
      height: 60px;
  }

  #deHatch .hatch__flexBoxTxt {
      width: 55%;
      padding-left: 30px;
  }

  #deHatch .hatch__flexBoxTxt-title {
      font-weight: bolder;
      font-size: 21px;
  }

  #deHatch .hatch__flexBoxTxt ul,
  #deHatch .hatch__flexBoxTxt li {
      font-size: 14px;
  }

  #deHatch .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;
  }

  #deHatch .hatch__flexBoxTxt-price del {
      display: block;
      font-size: 16px;
      margin-right: 10px;
  }

  #deHatch .hatch__flexBoxTxt-price span {
      font-weight: bolder;
      font-size: 32px;
  }

  #deHatch .hatch__buyNowBtn {
      text-align: center;
      cursor: pointer;
      margin-top: 10%;
  }



  #deHatch .hatch__buyNowBtn-buynow img {
      width: 25px;
      margin-left: 10px;
  }

  #deHatch .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;
  }

  #deHatch .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((100%/2) - 20px);
      margin: 10px;
      background: #ffffff8a;
      border-radius: 10px;
      overflow: hidden;
      border: 2px solid transparent;
      -webkit-transition: 0.2s;
      transition: 0.2s;
  }

  #deHatch .hatch__tc {
      text-align: center;
  }

  #deHatch .hatch__tc span {
      text-decoration: underline;
      cursor: pointer;
  }
}

@media (min-width: 1600px) {
  #deHatch .hatch__flexBoxTxt-price del {
      font-size: 20px;
  }

  #deHatch .hatch__flexBoxTxt-price span {
      font-size: 40px;
  }
}

#deHatch .popout {
  background: #363129d6;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

#deHatch .popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}

#deHatch .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

#deHatch .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#deHatch .popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

#deHatch .popout__dm a img {
  height: 50px;
}

.ifnodata {
    margin-top: 50px;
}

@media (min-width: 996px) {
    .ifnodata {
        margin-top: 0px;
    }
    
}

#deHatch .subtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#deHatch .subtab__text {
    font-size: 20px;
    font-weight: bolder;
}

#deHatch .subtab .subtab__itembox {
  margin: 10px;
  position: relative;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
  
}

#deHatch .subtab .subtab__itembox .subtab__text {
transition: 0.2s;
padding: 10px 20px;
text-align: center;

}



#deHatch .secondTab .secondTab__second {
  background: #f9d7e3;
  color: #636363;
}

#deHatch .secondTab .subtab__itembox:hover .subtab__text {
background: #a07081;
color: #f9d7e3; 
border-radius: 8px;
}

#deHatch .secondTab .subtab__itembox .subtab__text.active {
background: #9a4d69;
color: #ffffff;
border-radius: 8px;
}



#deHatch .thirdTab .thirdTab__third.active {
  background: #b15d5d;
  color: #fff;
  
}

#deHatch .thirdTab .thirdTab__third {
    background: #561d1d;
    color: #ffffff;
    transition: 0.2s;
}

#deHatch .thirdTab .thirdTab__third:hover {
  background: #b15d5d;
  color: #fff;
  border-radius: 8px;
}

#deHatch .fourthTab .fourthTab__fourth.active {
    background: #b15d5d;
    color: #fff;
    
  }
  
  #deHatch .fourthTab .fourthTab__fourth {
        background: #561d1d;
      color: #ffffff;
      transition: 0.2s;
      margin: 10px;
      padding: 10px;
      border-radius: 8px;
  }
  
  #deHatch .fourthTab .fourthTab__fourth:hover {
    background: #b15d5d;
    color: #fff;
    border-radius: 8px;
  }





#deHatch .subtab .subtab__itembox .subtab__text {
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 996px) {
    #deHatch .subtab .subtab__itembox .subtab__text {
        font-size: 20px;
      }
}



#deHatch .subtab__itembox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}



@media (min-width: 996px) {
  #deHatch .subtab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  #deHatch .subtab .subtab__itembox {
      margin: 10px;
      position: relative;
      width: 350px;
  }



  #deHatch .subtab__itembox-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
  }

}

.wtb{
    margin-bottom: 5%;
}


