.project {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #09203f 0%, #2661a6 100%);
  background: linear-gradient(129deg, #173b72 0%, #319dff 100%);
  font-family: "century-gothic", sans-serif;
}
.project img {
  display: block;
  vertical-align: bottom;
  height: auto;
}
.project h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}
.project .kv {
  width: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 996px) {
}

.project .kv__titleBox {
  position: absolute;
  top: 13%;
  left: 0%;
  right: 0;
  width: 80%;
  margin: auto;
}
.project .kv__titleBox-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2026/id/raya-mega-sale/images/kv-title-xs.png)
    no-repeat;
  mask: url(https://storage-asset.msi.com/event/2026/id/raya-mega-sale/images/kv-title-xs.png)
    no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project .kv__titleBox-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  width: 30%;
  height: 100%;
  -webkit-animation: 4s kvLight infinite linear;
  animation: 4s kvLight infinite linear;
}
@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}
.project .kv__imgBox-left,
.project .kv__imgBox-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .project .kv__titleBox {
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40%;
    margin: 0;
  }
  .project .kv__titleBox-mask {
    -webkit-mask: url(https://storage-asset.msi.com/event/2026/id/raya-mega-sale/images/kv-title.png)
      no-repeat;
    mask: url(https://storage-asset.msi.com/event/2026/id/raya-mega-sale/images/kv-title.png)
      no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.project .common__title {
  font-size: 28px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(10%, #f6e299),
    color-stop(70%, #d69f45)
  );
  background: linear-gradient(to top, #d9b248 10%, #ffffce 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 36px;
  }
}
.project .common__sub {
  font-size: var(--title-lg);
  line-height: 1.4;
}
.project .common__list {
  font-size: var(--title-md);
  line-height: 1.4;
}
.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.project .common-btn {
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: center;
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #2f3b53;
}
.project .common-btn:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}
.mainBody {
  background: url(https://storage-asset.msi.com/event/2026/id/raya-mega-sale/images/pattern.png)
    repeat-y;
  background-size: 100%;
}
@media (min-width: 996px) {
  .mainBody {
    padding: 3% 0 0;
  }
}

.buyNow .tab__flexBoxInside {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}
.buyNow .tab__flexBox {
  position: relative;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.buyNow .tab__flexBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#222),
    color-stop(#444),
    to(#222)
  );
  background: linear-gradient(90deg, #222, #444, #222);
  background: #fff;
  z-index: 2;
}
.buyNow .tab__flexBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.buyNow .tab__flexBox:hover {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.buyNow .tab__flexBox:hover::after {
  opacity: 1;
}
.buyNow .tab__flexBox.select {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.buyNow .tab__flexBox.select::before {
  height: 6px;
  background: linear-gradient(135deg, #fcf0b0 0%, #f8e8a0 50%, #f4e070 100%);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.buyNow .tab__flexBox.select::after {
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
}
.buyNow .tab__label {
  background: linear-gradient(135deg, #fcf0b0 0%, #f8e8a0 50%, #f4e070 100%);
  color: #2c3e50;
  position: relative;
  z-index: 3;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.buyNow .tab__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  );
}
.buyNow .tab__label p {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}
.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
}
.buyNow .hatch__slider .hatch__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
  box-shadow: #c8cec8 3px 3px 5px inset;
}
.buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
  box-shadow: #c8cec8 3px 3px 5px inset;
}
.buyNow .sec3__title {
  color: #fff;
  padding: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.redeem__flex a {
  color: #fff;
  text-decoration: underline;
}
.redeem__flex a:hover {
  text-decoration: none;
}
@media (min-width: 996px) {
  .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.redeem__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.redeem__item--title {
  padding-bottom: 20px;
}
.redeem__item--title span {
  background: linear-gradient(45deg, #3bdbb6, #138e9d);
  display: inline-block;
  padding: 10px 25px;
}
.redeem figure {
  text-align: center;
}
.redeem figure img {
  max-width: 250px;
  margin: 0 auto 20px;
}
.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}
.redeem__arrow img {
  width: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 996px) {
  .redeem__arrow img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 996px) {
  .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.intro {
  padding: 30px 0 0;
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 996px) {
  .intro {
    padding: 45px 0 0;
  }
}
.intro__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.intro__wrapper a {
  display: block;
  margin-top: 5%;
  -webkit-box-shadow:
    0 0 2px #4e4e4e,
    0 0 2px #555555;
  box-shadow:
    0 0 2px #4e4e4e,
    0 0 2px #555555;
  position: relative;
  z-index: 1;
}
.intro__wrapper a:first-child {
  margin-bottom: 40px;
}
.intro .btns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .intro .btns__wrapper {
    max-width: 50%;
  }
}
.intro .btns__wrapper a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  text-align: center;
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #2f3b53;
}
@media (min-width: 996px) {
  .intro .btns__wrapper a {
    padding: 15px 10px;
  }
}
.intro .btns__wrapper a:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(275deg, #fdce27, #fddb70, #ffeb9f);
}

.announced {
  padding: 25px;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 996px) {
  .announced {
    padding: 80px 25px;
  }
}
.announced__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.announced p {
  opacity: 0.6;
  padding-top: 25px;
  font-size: 14px;
}
.announced-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.announced-logos img {
  height: 80px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #111;
  color: #fff;
}
.popup-close {
  position: sticky;
  top: 0;
  left: 100%;
}
.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}
.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.popup__header {
  position: sticky;
  top: 0;
  background: linear-gradient(275deg, #2c47a0, #1f7982, #2a4e9c);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}
@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}
.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}
@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}
.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#737576),
    color-stop(#bdbfc3),
    to(#96999c)
  );
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}
.terms__title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}
.terms ul {
  margin-left: 20px;
}
.terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.terms ol {
  margin-left: 25px;
}
.terms ol li {
  list-style: lower-roman;
}
.terms h4 {
  padding: 15px 0;
}
.terms a {
  color: rgba(193, 152, 101, 0.5);
  text-decoration: underline;
}
.terms a:hover {
  text-decoration: none;
}

.diablo {
  text-align: center;
}
.diablo a {
  color: #c2962f;
}
.diablo a:hover {
  text-decoration: underline;
}
.diablo .redeem__step {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}
.diablo .redeem__step:first-child {
  margin-top: 0;
}
.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(
    45deg,
    rgba(129, 85, 32, 0.5),
    rgba(211, 177, 120, 0.5)
  );
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}
.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
.diablo .redeem__note {
  opacity: 0.6;
  padding-top: 15px;
  font-size: 14px;
}

.bundle__content {
  color: #222;
}

@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes fadeInMask {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMask {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
} /*# sourceMappingURL=main.css.map */
