.project {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(https://storage-asset.msi.com/event/2026/id/junetastic/images/bg.jpg);
  background-image: -webkit-image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/bg.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/bg.jpg) type("image/jpeg"));
  background-image: image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/bg.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/bg.jpg) type("image/jpeg"));
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(rgba(206, 177, 147, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(206, 177, 147, 0.18) 1px, transparent 1px);
  background-size: 40px 40px;
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.project .common__title {
  font-size: 22px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  color: var(--themeT);
}
@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);
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  -webkit-animation: lineLight 3.6s infinite ease-in-out -1.6s;
          animation: lineLight 3.6s infinite ease-in-out -1.6s;
  opacity: 1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background: #fff;
  -webkit-transform: skewx(-30deg);
          transform: skewx(-30deg);
  mix-blend-mode: overlay;
  inset: 0;
}
@-webkit-keyframes lineLight {
  0% {
    left: -30%;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}
@keyframes lineLight {
  0% {
    left: -30%;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}
.project .kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: lighten;
  background-image: url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light-m.jpg);
  background-image: -webkit-image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light-m.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light-m.jpg) type("image/jpeg"));
  background-image: image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light-m.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light-m.jpg) type("image/jpeg"));
}
@media (min-width: 996px) {
  .project .kv::before {
    background-image: url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light.jpg);
    background-image: -webkit-image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light.jpg) type("image/jpeg"));
    background-image: image-set(url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light.webp) type("image/webp"), url(https://storage-asset.msi.com/event/2026/id/junetastic/images/kv-light.jpg) type("image/jpeg"));
  }
}
.project .kv__logoBox {
  width: 80px;
  top: 36px;
  left: auto;
  right: 36px;
  bottom: 36px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 10;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 10px 10px 0 auto;
}
@media (min-width: 996px) {
  .project .kv__logoBox {
    position: absolute;
    width: 100px;
  }
}
.project .kv__logoBox p {
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  mix-blend-mode: normal;
  position: relative;
  max-width: 1920px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
@media (min-width: 768px) {
  .project .kv__flex {
    width: 70%;
  }
}
@media (min-width: 996px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -2% auto 0;
  }
}
.project .kv__flex-nb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-animation: kvNbFloat 3.5s ease-in-out infinite;
          animation: kvNbFloat 3.5s ease-in-out infinite;
}
.project .kv__flex-nb img {
  display: block;
  width: 100%;
}
.project .kv__flex-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.project .kv__flex-bottomT {
  bottom: 2%;
  z-index: 1;
  text-align: center;
  text-shadow: 0 0 8px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 996px) {
  .project .kv__flex-bottomT {
    position: absolute;
    bottom: 8%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

.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 kvNbFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}

@keyframes kvNbFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@-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);
  }
}
#msi_twYrsale {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=main.css.map */