.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
}
.popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup__close {
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  display: block;
  background: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/close.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 50;
  opacity: 0.8;
}
.popup__close:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 5px var(--theme));
          filter: drop-shadow(0px 0px 5px var(--theme));
}
.popup__closeButton {
  text-align: center;
}
.popup__closeButton button {
  display: inline-block;
  background: var(--theme-btn);
  outline: none;
  color: #fff;
  padding: 10px 50px;
  border-radius: 50px;
}
.popup__closeButton button:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--theme-btn));
          filter: drop-shadow(0 0 10px var(--theme-btn));
}
.popup__body {
  position: relative;
  z-index: 10;
}
.popup__inner {
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 50px auto 0;
  border: 1px solid var(--theme);
  border-radius: 10px;
  padding: 20px;
  background: #000;
}
@media (min-width: 996px) {
  .popup__inner {
    padding: 40px;
  }
}
.popup__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
.popup__content-title {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--theme);
}
@media (min-width: 996px) {
  .popup__content-title {
    font-size: 30px;
  }
}
.popup__content-subtitle {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 996px) {
  .popup__content-subtitle {
    font-size: 28px;
  }
}
.popup__content-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 20px auto;
  position: relative;
  background: var(--theme);
  z-index: 5;
  opacity: 0.5;
}
.popup__content p {
  padding-bottom: 20px;
}
.popup__content p + p {
  margin-bottom: 3px;
}
.popup__content a {
  color: #fff;
}
.popup__content a:hover {
  text-decoration: underline;
}
.popup__content b {
  font-weight: 500;
}
.popup__content ul {
  margin-left: 10px;
}
@media (min-width: 996px) {
  .popup__content ul {
    margin-left: 20px;
  }
}
.popup__content ul.discStyle li {
  list-style: disc;
}
.popup__content ul li {
  list-style: disc;
  margin-left: 10px;
}
.popup__content ul ol {
  margin-left: 15px;
}
.popup__content ul ol.discStyle li {
  list-style: disc;
}
.popup__content ul ol li {
  list-style: upper-roman;
  padding: 3px 0;
}
.popup__content ul ol ol li {
  list-style: circle;
}
.popup__content .faq__item {
  padding-bottom: 35px;
}
.popup__content .faq__q {
  color: #FFF;
  font-weight: bold;
}
.popup__content .faq__a {
  padding: 10px;
}
.popup__content .terms__title {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.popup__content .redeem__text a {
  color: #eec572;
  word-break: break-all;
}
.popup__content .redeem__text a:hover {
  text-decoration: underline;
}
.popup__content .pd__category {
  margin: 25px 0 10px;
  padding: 5px 15px;
  font-weight: bold;
  border: #fff 1px solid;
  display: inline-block;
}
.popup__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 10px 0 20px;
}
.popup__content dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 2px);
  font-size: 13px;
}
@media (min-width: 996px) {
  .popup__content dl dt {
    width: calc(25% - 2px);
  }
}
.popup__content .hash__lsit {
  text-align: center;
}
.popup__content .hash__lsit a {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  width: 150px;
  height: 60px;
  line-height: 60px;
  margin: 5px;
  position: relative;
  vertical-align: top;
  text-align: center;
  -webkit-box-shadow: #eee 0 0 10px inset;
  box-shadow: #eee 0 0 10px inset;
  border: #fff 3px solid;
}
.popup__content .hash__lsit a:hover {
  border-color: #15488a;
}
.popup__content .hash__lsit a img {
  vertical-align: middle;
  max-height: 45px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__content .powerByMsi__redeem {
  color: #000;
}
.popup__content table {
  width: 100%;
  margin: 20px 0;
}
.popup__content table th {
  background: #0d3f87;
  color: #00c0ff;
  padding: 5px;
}
.popup__content table td {
  background: #031836;
  color: #fff;
  padding: 5px;
}
.popup__header h2 {
  position: relative;
  color: var(--theme);
  font-size: 22px;
  z-index: 10;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 996px) {
  .popup__header h2 {
    font-size: 30px;
  }
}

.howToRedeem {
  text-align: center;
}
.howToRedeem__item {
  position: relative;
  margin: 30px 0;
}
.howToRedeem__item-title {
  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: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.howToRedeem__item-title figure {
  width: 20%;
}
.howToRedeem__item-title span {
  font-weight: 400;
  font-size: var(--title-md);
  color: color-mix(in srgb, var(--theme-opacity-percent) var(--theme), transparent);
}

.btn {
  text-align: center;
}
.btn a {
  color: #fff;
  background: var(--theme-btn);
  padding: 10px 50px;
  border-radius: 50px;
  text-shadow: 0 0 10px #000;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  display: inline-block;
}
.btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--theme-btn));
          filter: drop-shadow(0 0 10px var(--theme-btn));
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=popup.css.map */