#pbm {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  background: url("https://storage-asset.msi.com/event/2025/MY/PBM/Q2/images/allBg.jpg")
    no-repeat;
  background-size: contain;
}
@media (min-width: 2500px) {
  #pbm {
    background: url("https://storage-asset.msi.com/event/2025/MY/PBM/Q2/images/allBg.jpg")
      no-repeat;
    background-size: cover;
  }
}
.pbm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#pbm * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pbm h1 {
  display: none;
}

#pbm img {
  max-width: 100%;
  vertical-align: bottom;
}

#pbm .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
}

#pbm .common__title {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  #pbm .common__title {
    font-size: 48px;
  }
}

#pbm .common__subtitle {
  text-align: center;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  #pbm .common__subtitle {
    font-size: 42px;
  }
}

#pbm .menuTab {
  position: relative;
  z-index: 5;
}

#pbm .menuTab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

#pbm .menuTab ul li {
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  /* -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4 - 1px);
    flex: 0 0 calc(100% / 4 - 1px); */
  font-size: 16px;
  margin-right: 5px;
  background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  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-weight: bold;
  color: #c4c4c4;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#pbm .menuTab ul li:nth-last-of-type(1) {
  margin-right: 0;
}

#pbm .menuTab ul li:hover,
#pbm .menuTab ul li.menuTab--active {
  -webkit-box-shadow: #ed6a65 0 0 10px inset;
  box-shadow: #ed6a65 0 0 20px inset;
  background: linear-gradient(
    to right,
    #ff9640 0%,
    #ff7300 19%,
    #ff7200 60%,
    #ff9640 100%
  );
  color: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  #pbm .menuTab ul li {
    font-size: 20px;
    padding: 15px;
  }

  #pbm .menuTab ul li:hover,
  #pbm .menuTab ul li.menuTab--active {
    /* background: none; */
  }
}

@media (max-width: 480px) {
  #pbm .menuTab ul li {
    width: 100%;
  }

  #pbm .menuTab ul {
    display: block;
  }
}

#pbm .tabbox {
  display: none;
}

#pbm .tabbox--active {
  display: block;
}

#pbm .kv img {
  width: 100%;
}

#pbm #msipd {
  /* background: linear-gradient(to bottom, #fce0dd, #f96e92); */
}

#pbm .intro {
  text-align: center;
  /* background: url(../images/bg-intro.jpg) center center no-repeat;
    background-size: cover; */
}

#pbm .intro h1 {
  font-size: 45px;
  /* text-shadow: #01d4d8 0 0 20px; */
  padding: 20px 0;
  color: #6f6f71;
}

#pbm .intro h2 {
  font-size: 26px;
  /* text-shadow: #cc00ff 0 0 20px; */
  padding: 20px 0;
  color: #6f6f71;
}

#pbm .intro .intro__mainTxt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 10px #0a3b6f;
  padding: 30px 25px;
}

#pbm .intro .intro__subTxt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2%;
}

#pbm .intro .intro__mainTxt span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff0000;
}

#pbm .intro .date span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(45deg, #ffaf1b, #ff5300, #ffaf1b);
  -webkit-background-clip: text;
  background-clip: text;
}

#pbm .intro h1 span {
  font-size: 22px;
  font-weight: normal;
  display: block;
  line-height: 30px !important;
}

#pbm .intro__package {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2% auto 5%;
  width: 100%;
}

@media (min-width: 1024px) {
  #pbm .intro__package {
    margin: 2% auto 8%;
  }

  #pbm .intro .intro__mainTxt {
    padding: 0 25px;
  }
}

@media (min-width: 1440px) {
  #pbm .intro__package {
    margin: 2% auto 5%;
  }
}

#pbm .intro__package figure {
  margin: 10px;
  width: 40%;
}

#pbm .intro__pwp {
  position: relative;
  background: #fff;
  padding: 5% 0;
}

#pbm .intro__pwp .intro__pwp-title {
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
}

#pbm .intro__pwp .intro__pwp-title img {
  width: 50%;
}

#pbm .intro__pwp-content .item {
  width: 80%;
  margin: 10px auto;
}

#pbm .intro__pwp-content a {
  display: inline-block;
  background: #ff7300;
  font-size: 16px;
  padding: 5px 25px;
  margin: 10px 0;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ff7300;
}

#pbm .intro__pwp-content a:hover {
  cursor: pointer;
  background: #fff;
  color: #ff8c2d;
  border: 1px solid #ff8c2d;
}

@media (min-width: 992px) {
  #pbm .intro {
    padding: 3.5% 0 0;
    font-size: 20px;
  }

  #pbm .intro h1 {
    font-size: 46px;
    padding-bottom: 40px;
  }

  #pbm .intro h1 strong {
    display: block;
    font-size: 60px;
  }

  #pbm .intro h1 span {
    font-size: 22px;
    font-weight: normal;
    display: block;
  }

  #pbm .intro h2 {
    padding: 0;
    font-size: 40px;
  }

  #pbm .intro h2 strong {
    text-decoration: underline;
  }

  #pbm .intro .img {
  }

  #pbm .intro .date span {
    font-size: 40px;
  }

  #pbm .intro__package figure {
    margin: 0 10px;
    width: 22%;
  }

  #pbm .intro__pwp-content {
    display: flex;
  }

  #pbm .intro__pwp-content .item {
    width: 30%;
  }
}

@media (min-width: 256px) {
  #pbm .intro__pwp {
    padding: 3% 0;
  }
}

/* popup */
#popup-modalA,
#popup-modalB,
#popup-modalC {
  display: none;
}

.redeem-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}

.redeem-popup__wrapper {
  width: 90%;
  max-width: 600px;
  padding: 20px 25px 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border: 3px solid #f42e67;
  background: rgba(18, 21, 24, 0.9);
}

@media (min-width: 996px) {
  .redeem-popup__wrapper {
    width: 90%;
    margin: 0 auto;
    position: absolute;
  }
}

@media (min-width: 1300px) {
  .redeem-popup__wrapper {
    padding: 40px 25px 40px;
  }
}

.redeem-popup__wrapper-closebox {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  z-index: 100;
}

@media (min-width: 996px) {
  .redeem-popup__wrapper-closebox {
    width: 30px;
  }
}

.redeem-popup__wrapper-closebox img {
  width: 100%;
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
}

.redeem-popup__wrapper-closebox img:hover {
  cursor: pointer;
  -webkit-filter: contrast(0);
  filter: contrast(0);
}

.redeem-popup__wrapper table {
  margin: 0 auto;
  width: 80%;
}

.redeem-popup__wrapper table tr td {
  padding: 5px;
  border-bottom: 1px solid #ffffff;
}

.redeem-popup__wrapper table tr td:hover {
  background: rgba(255, 255, 255, 0.3);
}

.redeem-popup__wrapper table .col-title {
  background: #ffffff;
}

.redeem-popup__wrapper table tr td a {
  color: #ffffff;
}

.redeem-popup__wrapper table tr td a:hover {
  color: #fff;
}

#pbm .date {
  border: 3px solid #fff;
  background-image: linear-gradient(120deg, #ff8725 20%, #00e3ff 100%);
  background-image: linear-gradient(120deg, #cddcdf 20%, #fafafa, #cddcdf 80%);
  padding: 3% 25px;
  margin: 0 auto 4%;
  color: #3990cb;
  font-weight: 600;
}

#pbm .pdbox {
  /* background: url(https://storage-asset.msi.com/event/2024/MY/Powered-By-MSI-renew/images/Q4Renew/content-bg.jpg)
    no-repeat #e899ac;
  background-size: 100%; */
  background: #cadbe2;
}

#pbm .pdlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  padding: 25px 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#pbm .pd__item {
  /* margin: 3vh auto 4vh; */
  background: #ffffff;
  padding: 15px;
  width: calc(100% / 2 - 10px);
  padding: 20px 20px 45px;
  box-shadow: 1px 2px 2px #c1c1c1;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  margin: 1% 0;
  position: relative;
}

#pbm .pd__item ul {
  padding: 10px;
}

#pbm .pd__item ul li {
  padding: 5px 0;
  color: #000;
}

#pbm .pd__btn {
  padding-top: 15px;
}

#pbm .pd__btn a {
  background-image: linear-gradient(
    to right,
    #ededed 0%,
    #ffffff 51%,
    #ededed 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  box-shadow: 1px 1px 5px #919191;
  color: #000;
}

#pbm .pd__btn a:hover {
  background-position: right center;
  text-decoration: none;
}

#pbm .pd__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-right: #e7e7e7 5px solid;
  border-top: #939393 5px solid;
  top: 0;
  right: 0;
}

#pbm .pd__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-left: #e7e7e7 5px solid;
  border-bottom: #939393 5px solid;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  #pbm .pdbox {
    padding-top: 80px;
  }

  #pbm .pdlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .pd__item {
    /* -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%; */
    width: calc(100% / 3 - 50px);
    margin: 1%;
    position: relative;
    padding: 20px 20px 45px;
    box-shadow: 1px 2px 2px #c1c1c1;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
  }

  #pbm .pd__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-right: #e7e7e7 5px solid;
    border-top: #939393 5px solid;
    top: 0;
    right: 0;
  }

  #pbm .pd__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-left: #e7e7e7 5px solid;
    border-bottom: #939393 5px solid;
    bottom: 0;
    left: 0;
  }

  #pbm .pd__item:hover {
    -webkit-box-shadow: #afafaf 0 0 10px;
    box-shadow: #afafaf 0 0 10px;
  }
}

@media (max-width: 600px) {
  #pbm .pd__item {
    width: 80%;
    margin: 2% auto;
  }
}

#pbm .reviews {
  padding: 5vh 0;
  min-height: 90vh;
  position: relative;
}
.pbm .reviews::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #c8dce0 55%, rgba(200, 220, 224, 0) 100%);
}

#pbm .reviews .vdimg {
  position: relative;
  display: block;
  padding-bottom: 56%;
  overflow: hidden;
}

#pbm .reviews .vdimg img {
  position: absolute;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0;
  left: 0;
}

#pbm .reviews .vdimg::after {
  font-family: "pbmicons";
  content: "\e912";
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 0%;
  left: 0;
  z-index: 3;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 65px;
  color: #fff;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: #000 0 0 5px;
}

#pbm .reviews .vdimg:hover::after {
  color: #f00;
}

#pbm .reviews__list {
  text-align: center;
  padding: 3vh 0;
  position: relative;
  z-index: 1;
}

#pbm .reviews__item {
  margin: 0px 10px 25px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: top;
  color: #fff;
}

#pbm .reviews__item:hover {
  -webkit-box-shadow: 1px 2px 20px #c1c1c1;
  box-shadow: 1px 2px 20px #c1c1c1;
}

#pbm .reviews__txt {
  padding: 15px;
}

#pbm .reviews__btn {
  padding-top: 15px;
}

#pbm .reviews__btn a {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01d4d8),
    color-stop(#013041),
    to(#cc00ff)
  );
  background: linear-gradient(to right, #01d4d8, #013041, #cc00ff);
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  display: block;
}

#pbm .reviews__btn a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cc00ff),
    color-stop(#013041),
    to(#01d4d8)
  );
  background: linear-gradient(to right, #cc00ff, #013041, #01d4d8);
  -webkit-box-shadow: #000 0 0 20px inset;
  box-shadow: #000 0 0 20px inset;
}

@media (min-width: 992px) {
  #pbm .reviews__item {
    width: 30%;
    display: inline-block;
    margin: 25px 10px 25px;
  }

  #pbm .reviews__item h3 {
    min-height: 100px;
    margin-bottom: 10px;
    position: relative;
  }

  #pbm .reviews__item h3::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #444444;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
  }

  #pbm .reviews__item p {
    min-height: 80px;
  }
}

/* power */

#pbm .power {
  padding: 5vh 0;
  min-height: 90vh;
  background: url(https://storage-asset.msi.com/event/2022/cnd/best-prebuilt-gaming-pcs-powered-by-msi/images/white/bg-game.jpg)
    center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}

#pbm .power p {
  color: #6f6f71;
  font-size: 20px;
}

#pbm .power .iconBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 4% auto;
}

#pbm .power .iconBox__item {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  box-shadow: 0 5px 8px #ddd;
  margin: 4% 2% 0;
}

#pbm .power .iconBox__item-date {
  width: 50%;
  color: #fff;
  background: #444;
  padding: 6px 15px;
  margin: 10px 0;
  display: inline;
}

#pbm .power .iconBox__item h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 20px;
  text-align: center;
}

#pbm .power .iconBox__item-box figure {
  margin: 10px 0;
  text-align: center;
}

#pbm .power .iconBox__item a {
  background-image: linear-gradient(
    to right,
    #ededed 0%,
    #ffffff 51%,
    #ededed 100%
  );
  margin: 20px 0 0;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  box-shadow: 1px 1px 5px #919191;
  color: #000;
}

#pbm .power .iconBox__item .des {
  margin: 20px 0;
  font-size: 18px;
}

@media (max-width: 992px) {
  #pbm .power .iconBox {
    width: 100%;
    display: block;
  }

  #pbm .power .iconBox__item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  #pbm .power .iconBox__item .des {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #pbm .power .iconBox__item a {
    padding: 5px;
    font-size: 14px;
    width: 50%;
  }
}

/* end */

#pbm .promotion {
  padding: 5vh 0;
  min-height: 90vh;
  background: url(https://storage-asset.msi.com/event/2022/cnd/best-prebuilt-gaming-pcs-powered-by-msi/images/white/bg-game.jpg)
    center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}

#pbm .promotionbox {
  text-align: center;
  margin-top: 5vh;
}

#pbm .promotionbox a {
  outline: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  vertical-align: top;
  color: #fff;
  background: #111;
  text-decoration: none;
}

#pbm .promotionbox a .img {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}

#pbm .promotionbox a .img img {
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#pbm .promotionbox a p {
  padding: 25px;
  text-align: center;
}

#pbm .promotionbox a:nth-child(2n) {
  background: #222;
}

#pbm .promotionbox a:hover {
  background: #878787;
}

#pbm .promotionbox a:hover:nth-child(2n) {
  background: #878787;
}

#pbm .promotionbox a:hover .img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#pbm .promotionbox a:hover:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 1s btn ease;
  animation: 1s btn ease;
}

#pbm .promotionbox a:hover:before {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  #pbm .promotionbox a {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 4);
    margin: 0;
    padding: 0;
  }
}

.exwrap {
  width: 100%;
  overflow: auto;
}

.ex-list {
  word-break: keep-all;
}

/* Video */

.video {
  position: relative;
  width: 50%;
  max-width: 1280px;
  margin: auto;
  display: none;
}

.video__title {
  /* margin: 6% 0 0; */
  padding: 80px 0 2%;
}

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .terms__area table tbody td {
    font-size: 1.5vw;
  }

  .video {
    width: 90%;
    padding-top: 6%;
  }

  .video__title {
    padding: 50px 0 0;
  }
}

.subNav {
  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;
  padding-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subNav .pd__btn {
  padding-top: 0 !important;
  width: 90%;
}

.subNav .pd__btn a {
  text-transform: none !important;
}

@media (min-width: 992px) {
  #pbm .intro {
    padding: 3.5% 0 0;
  }

  #pbm .pdbox {
    padding-top: 0;
  }

  #pbm .pd__item {
    background: rgba(255, 255, 255, 0.75);
  }

  .subNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .subNav .pd__btn {
    width: calc(40% - 20px);
  }
}
