:root {
  --font: "century-gothic", var(--MSIBodyFont), sans-serif;
}

[lang=en-AU] h1 {
  padding-top: 40px;
}
@media (min-width: 996px) {
  [lang=en-AU] h1 {
    padding-top: 80px;
  }
}

.buynow__pager {
  pointer-events: none !important;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.project {
  --font-color: #000;
  color: #fff;
  position: relative;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) repeat fixed;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) repeat fixed;
  font-family: var(--font);
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  height: auto;
}
.project .title-wrapper {
  width: 100%;
  height: 100%;
}
.project .glitch {
  color: white;
  font-size: 100px;
  position: relative;
}
.project .glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 1px;
  right: 0;
  margin: 0 auto;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}
.project .glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  right: 0;
  margin: 0 auto;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(35px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(9px, 9999px, 39px, 0);
  }
  10% {
    clip: rect(73px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(22px, 9999px, 43px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(22px, 9999px, 44px, 0);
  }
  30% {
    clip: rect(98px, 9999px, 78px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 18px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 39px, 0);
  }
  45% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  55% {
    clip: rect(6px, 9999px, 51px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 42px, 0);
  }
  65% {
    clip: rect(83px, 9999px, 30px, 0);
  }
  70% {
    clip: rect(24px, 9999px, 48px, 0);
  }
  75% {
    clip: rect(48px, 9999px, 67px, 0);
  }
  80% {
    clip: rect(30px, 9999px, 60px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 76px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  95% {
    clip: rect(5px, 9999px, 76px, 0);
  }
  100% {
    clip: rect(83px, 9999px, 76px, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(35px, 9999px, 44px, 0);
  }
  5% {
    clip: rect(9px, 9999px, 39px, 0);
  }
  10% {
    clip: rect(73px, 9999px, 5px, 0);
  }
  15% {
    clip: rect(22px, 9999px, 43px, 0);
  }
  20% {
    clip: rect(16px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(22px, 9999px, 44px, 0);
  }
  30% {
    clip: rect(98px, 9999px, 78px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 18px, 0);
  }
  40% {
    clip: rect(11px, 9999px, 39px, 0);
  }
  45% {
    clip: rect(20px, 9999px, 20px, 0);
  }
  50% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  55% {
    clip: rect(6px, 9999px, 51px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 42px, 0);
  }
  65% {
    clip: rect(83px, 9999px, 30px, 0);
  }
  70% {
    clip: rect(24px, 9999px, 48px, 0);
  }
  75% {
    clip: rect(48px, 9999px, 67px, 0);
  }
  80% {
    clip: rect(30px, 9999px, 60px, 0);
  }
  85% {
    clip: rect(84px, 9999px, 76px, 0);
  }
  90% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  95% {
    clip: rect(5px, 9999px, 76px, 0);
  }
  100% {
    clip: rect(83px, 9999px, 76px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(88px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(7px, 9999px, 41px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 87px, 0);
  }
  15% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  20% {
    clip: rect(35px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 33px, 0);
  }
  45% {
    clip: rect(60px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 35px, 0);
  }
  55% {
    clip: rect(80px, 9999px, 11px, 0);
  }
  60% {
    clip: rect(71px, 9999px, 9px, 0);
  }
  65% {
    clip: rect(2px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(52px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 49px, 0);
  }
  80% {
    clip: rect(14px, 9999px, 69px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(51px, 9999px, 43px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 42px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(88px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(7px, 9999px, 41px, 0);
  }
  10% {
    clip: rect(53px, 9999px, 87px, 0);
  }
  15% {
    clip: rect(63px, 9999px, 100px, 0);
  }
  20% {
    clip: rect(35px, 9999px, 14px, 0);
  }
  25% {
    clip: rect(26px, 9999px, 60px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 36px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(50px, 9999px, 33px, 0);
  }
  45% {
    clip: rect(60px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(64px, 9999px, 35px, 0);
  }
  55% {
    clip: rect(80px, 9999px, 11px, 0);
  }
  60% {
    clip: rect(71px, 9999px, 9px, 0);
  }
  65% {
    clip: rect(2px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(52px, 9999px, 91px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 49px, 0);
  }
  80% {
    clip: rect(14px, 9999px, 69px, 0);
  }
  85% {
    clip: rect(80px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(51px, 9999px, 43px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 42px, 0);
  }
}
.project .common__title {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--font), var(--MSIBodyFont);
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 54px;
  }
}
.project .common__subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font), var(--MSIBodyFont);
  margin-bottom: 10px;
  text-align: center;
  color: #9dd0e8;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .project .common__subtitle {
    font-size: 30px;
  }
}
.project .common__btn01 {
  position: relative;
  color: #fff;
  font-size: var(--title-md);
  font-weight: bold;
  padding: 25px 35px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.png") type("image/png")) center center no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/btn.png") type("image/png")) center center no-repeat;
  background-size: 100% 100%;
  font-family: var(--font);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
}
.project .common__btn01:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
          filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
}
.project .common__btn01.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.project .common__btn02 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9dd0e8;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #9dd0e8;
}
.project .common__btn02::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 156, 253, 0.06)), to(rgba(112, 156, 253, 0.14)));
  background: linear-gradient(180deg, rgba(112, 156, 253, 0.06) 0%, rgba(112, 156, 253, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
          box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .common__btn02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #709cfd;
  -webkit-box-shadow: 0 0 8px #709cfd;
          box-shadow: 0 0 8px #709cfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .common__btn02:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .common__btn02:hover::before {
  opacity: 1;
}
.project .common__btn02:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .common_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .common_bg_img.base {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_base_pattern.webp") top center repeat;
  z-index: -100;
}
.project .common_bg_img.lattice {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_lattice_pattern.webp") top center repeat;
  background-size: 50px auto;
  mix-blend-mode: overlay;
  z-index: -99;
}
.project .common-deco {
  position: absolute;
  z-index: 0;
}
.project .common-deco img {
  width: 100%;
}
.project .common-deco-blood-1 {
  width: 30%;
  top: 0%;
  left: -10%;
}
.project .common-deco-blood-2 {
  width: 25%;
  top: 20%;
  right: -10%;
}
.project .common-deco-fingerprint {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10%;
    left: 80%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    width: 150px;
  }
}
.project .common-deco-fingerprint-2 {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint-2 {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -5%;
    left: 80%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    width: 150px;
  }
}
.project .common-deco-fingerprint-3 {
  display: none;
}
@media (min-width: 996px) {
  .project .common-deco-fingerprint-3 {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -15%;
    right: 5%;
    width: 120px;
  }
}
.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 25px;
}
.project .common-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--font), var(--MSIBodyFont);
  display: inline-block;
  animation: title-glitch 4s ease-in-out infinite;
  -webkit-animation: title-glitch 4s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 54px;
  }
}
.project .common-title span {
  position: relative;
  display: inline-block;
}
.project .common-subtitle {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--font), var(--MSIBodyFont);
}
@media (min-width: 996px) {
  .project .common-subtitle {
    font-size: 36px;
    letter-spacing: 4px;
  }
}
.project .common-subtitle span {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common-subtitle::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common-subtitle::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common__sectionTitle {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/sectionTitle-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/sectionTitle-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .common__sectionTitle img {
  width: 100%;
  vertical-align: bottom;
}
.project .common__sectionTitle__text {
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 2;
  width: 60%;
  text-align: left;
}
@media (min-width: 996px) {
  .project .common__sectionTitle__text {
    width: 40%;
    left: 60%;
  }
}
.project .common__sectionTitle-img {
  width: 100%;
  aspect-ratio: 750/448;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .common__sectionTitle-img {
    aspect-ratio: 1920/400;
  }
}
.project .common__sectionTitle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project .common-btn {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 8px;
  cursor: pointer;
}
.project .common-btn img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .common-btn span {
  position: relative;
  z-index: 2;
  color: #222;
  display: block;
  padding: 15px 45px;
}
.project .common-btn .top {
  top: -4px;
  left: -2px;
  width: calc(100% + 4px);
}
.project .common-btn .bottom {
  bottom: -4px;
  right: -2px;
  width: calc(100% + 4px);
}
.project .common-btn .left {
  left: -4px;
  top: 0;
  height: calc(100% + 4px);
}
.project .common-btn .right {
  right: -4px;
  top: 0;
  height: calc(100% + 4px);
}
.project .common-btn::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: invert(1);
          filter: invert(1);
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/icon_arrow_small.webp") center center no-repeat no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .project .common-btn::after {
    right: 20px;
  }
}
.project .common-btn:hover img {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.project .common__outline {
  position: relative;
  background: linear-gradient(165deg, rgba(5, 16, 36, 0.98) 0%, rgba(112, 156, 253, 0.06) 50%, rgba(5, 16, 36, 0.98) 100%);
  gap: 10px;
  padding: 25px;
  margin: 3px;
  border-radius: 8px;
  border: 1px solid rgba(112, 156, 253, 0.45);
  -webkit-box-shadow: 0 0 0 1px rgba(112, 156, 253, 0.12) inset, 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
          box-shadow: 0 0 0 1px rgba(112, 156, 253, 0.12) inset, 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
  overflow: hidden;
}
.project .common__outline::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 4px;
  border: 1px solid rgba(112, 156, 253, 0.18);
  pointer-events: none;
  -webkit-box-shadow: 0 0 20px rgba(112, 156, 253, 0.04) inset;
          box-shadow: 0 0 20px rgba(112, 156, 253, 0.04) inset;
}
.project .cover_noise {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.project .cover_noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/bg_noise.webp") top left repeat;
  background-size: min(1.5rem, 150px);
  -webkit-animation: noise-animation 0.3s steps(5) infinite;
          animation: noise-animation 0.3s steps(5) infinite;
}
.project .page {
  position: relative;
  display: none;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .page {
    padding: 3% 0;
  }
}
.project .page.active {
  display: block;
}
.project .backtotop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  background: #051024;
  border: 1px solid #709cfd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
          box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
          filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}
.project .backtotop::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14.5 12 9.5l5 5' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}
.project .backtotop:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
          box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
  -webkit-filter: drop-shadow(0 0 14px rgb(112, 156, 253));
          filter: drop-shadow(0 0 14px rgb(112, 156, 253));
}
.project .kv {
  position: relative;
  z-index: 1;
}
.project .kv__btn {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 15%;
  text-align: center;
  font-size: 14px;
  width: 40%;
}
.project .kv__btn button {
  background: #b11818;
  border: #b11818 1px solid;
  color: #fff;
  padding: 10px 20px;
  width: 50%;
}
.project .kv__btn button:hover {
  background: #000;
  color: #b11818;
}
@media (min-width: 996px) {
  .project .kv__btn {
    width: 30%;
    left: 18%;
    top: 88%;
    bottom: auto;
  }
}
.project .kv-img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.project .kv-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .project .kv-img {
    aspect-ratio: 20/7;
  }
}
.project .menu {
  position: relative;
  top: 0;
  z-index: 10;
  display: block;
  padding: 10px 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg_pattern.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg_pattern.jpg") type("image/jpeg")) top center repeat-x;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg_pattern.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg_pattern.jpg") type("image/jpeg")) top center repeat-x;
  background-size: 100% 100%;
}
@media (min-width: 996px) {
  .project .menu {
    position: sticky;
    background: #051024;
    padding: 12px 16px;
  }
}
.project .menu .line2 {
  position: relative;
  margin: 5px 0;
  width: 110%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.project .menu .line3 {
  bottom: 20px;
  width: 110%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.project .menu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: var(--font), var(--MSIBodyFont);
  cursor: pointer;
  padding: 10px 25px;
  gap: 10px;
  text-shadow: #000 2px 2px 5px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9dd0e8;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 996px) {
  .project .menu ul li {
    font-size: 18px;
    margin: 0 0 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  .project .menu ul li {
    font-size: 22px;
  }
}
.project .menu ul li span {
  position: relative;
  z-index: 1;
}
.project .menu ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 24px);
  min-height: calc(100% + 12px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 156, 253, 0.06)), to(rgba(112, 156, 253, 0.14)));
  background: linear-gradient(180deg, rgba(112, 156, 253, 0.06) 0%, rgba(112, 156, 253, 0.14) 100%);
  border-radius: 6px;
  opacity: 0;
  -webkit-box-shadow: 0 0 24px rgba(112, 156, 253, 0.22), 0 0 48px rgba(112, 156, 253, 0.1);
          box-shadow: 0 0 24px rgba(112, 156, 253, 0.22), 0 0 48px rgba(112, 156, 253, 0.1);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project .menu ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #709cfd;
  -webkit-box-shadow: 0 0 8px #709cfd;
          box-shadow: 0 0 8px #709cfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.project .menu ul li:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .menu ul li:hover::before {
  opacity: 1;
}
.project .menu ul li:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .menu ul li.active {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .menu ul li.active::before {
  opacity: 1;
}
.project .menu ul li.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .menu__btn {
  position: fixed;
  z-index: 101;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
  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;
  background: #051024;
  border: 1px solid #709cfd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
          box-shadow: 0 0 10px rgba(112, 156, 253, 0.85), inset 0 0 0 1px rgba(112, 156, 253, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
          filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-filter 0.3s ease;
  cursor: pointer;
}
.project .menu__btn::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
          box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}
.project .menu__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
          box-shadow: 0 0 16px rgb(112, 156, 253), inset 0 0 0 1px rgba(112, 156, 253, 0.4);
  -webkit-filter: drop-shadow(0 0 14px rgb(112, 156, 253));
          filter: drop-shadow(0 0 14px rgb(112, 156, 253));
}
@media (min-width: 996px) {
  .project .menu__btn {
    display: none;
  }
}
.project .menu__box {
  display: none;
}
.project .menu__box.show {
  position: fixed;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .project .menu__box {
    position: relative;
    background: none;
    display: block;
  }
  .project .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .footer {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/footer-bg.png") right center no-repeat;
  background-size: cover;
  text-align: center;
}
.project .footer .copyright {
  opacity: 0.6;
  padding-bottom: 40px;
}
.project .footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pattern-line.png") top left repeat-x;
}
.project .footer__icons {
  padding: 50px 0;
}
.project .footer__icons img {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .footer__icons img {
    height: 150px;
    max-width: none;
  }
}
.project .footer .footer-logo {
  opacity: 0.1;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.project .intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
.project .intro__date {
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .intro__date {
    padding-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .intro__dateCard {
  position: relative;
  text-align: left;
}
@media (min-width: 996px) {
  .project .intro__dateCard {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .project .intro__dateCard:nth-child(2) {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  .project .intro__dateCard:nth-child(3) {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
.project .intro__dateCard h3 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 400;
  background: #9dd0e8;
  color: #000;
}
.project .intro__dateCard h3 span {
  position: relative;
}
.project .intro__dateCard p {
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .intro__dateCard p {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
  }
}
.project .intro__dateCard::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 5px;
  width: 1px;
  height: 100%;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .intro__dateCard::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 5px;
  width: 100%;
  height: 1px;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .intro__dateCard-line-1 {
  right: 0;
  top: 0;
}
.project .intro__dateCard-line-2 {
  right: 0;
  top: 0;
}
.project .intro__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .intro__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.project .intro__btn .common__btn01 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
}
.project .intro__btn .common__btn01:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
          filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
}
.project .intro__note {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 40px;
  font-size: 16px;
  color: #999;
}
.project .intro-text {
  text-align: center;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .intro-text {
    position: relative;
    font-size: 24px;
    padding-bottom: 60px;
    width: 80%;
  }
}
.project .intro-text span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}
.project .countBox {
  position: relative;
  background: linear-gradient(165deg, rgba(5, 16, 36, 0.98) 0%, rgba(112, 156, 253, 0.06) 50%, rgba(5, 16, 36, 0.98) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 25px;
  margin: 3px;
  border-radius: 8px;
  border: 1px solid rgba(112, 156, 253, 0.45);
  -webkit-box-shadow: 0 0 0 1px rgba(112, 156, 253, 0.12) inset, 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
          box-shadow: 0 0 0 1px rgba(112, 156, 253, 0.12) inset, 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
  overflow: hidden;
}
.project .countBox::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 4px;
  border: 1px solid rgba(112, 156, 253, 0.18);
  pointer-events: none;
  -webkit-box-shadow: 0 0 20px rgba(112, 156, 253, 0.04) inset;
          box-shadow: 0 0 20px rgba(112, 156, 253, 0.04) inset;
}
@media (min-width: 996px) {
  .project .countBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.project .countBox p {
  position: relative;
  z-index: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35em;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 8px rgba(112, 156, 253, 0.3);
}
@media (min-width: 996px) {
  .project .countBox p {
    font-size: 28px;
  }
}
.project .countBox p b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.2em;
  min-height: 2.2em;
  padding: 0.15em;
  font-size: 150%;
  border-radius: 50%;
  color: #ff5555;
  font-weight: bold;
}
.project .countBox .top {
  top: 0;
  left: 0;
}
.project .countBox .top2 {
  top: -10px;
  right: -10px;
  width: 80%;
}
.project .countBox .bottom {
  bottom: 0;
  right: 0;
}
.project .countBox .left {
  left: 0;
  top: 0;
}
.project .countBox .right {
  right: 0;
  top: 0;
}
.project .countBox .right2 {
  right: -10px;
  top: -20px;
  height: 80%;
}
.project .countBox__item {
  position: relative;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 996px) {
  .project .countBox__item--line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -25px;
    -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
            mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background: #e6eff2;
  }
  .project .countBox__item p {
    font-size: 22px;
  }
}
.project .countBox__item button {
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: -webkit-gradient(linear, left top, right top, from(#3d0101), to(#ca1414));
  background: linear-gradient(to right, #3d0101, #ca1414);
  font-size: 16px;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
}
.project .countBox__item button:hover {
  opacity: 0.8;
}
.project .countBox-img img {
  width: 150px;
}
.project .product {
  position: relative;
  margin-bottom: 40px;
}
.project .product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -45%;
  right: 0;
  background: #ccc;
  -webkit-mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.png") bottom right no-repeat;
          mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.png") bottom right no-repeat;
  -webkit-mask-size: initial;
          mask-size: initial;
}
.project .product__wrapper {
  position: relative;
}
.project .product__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  background: #ccc;
  -webkit-mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.png") bottom left no-repeat;
          mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.png") bottom left no-repeat;
  -webkit-mask-size: initial;
          mask-size: initial;
  opacity: 0.6;
}
.project .product__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.project .productCard {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 25px 0;
}
.project .productCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
}
.project .productCard::before h3 {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.project .productCard a {
  color: #000;
  cursor: pointer;
  position: relative;
}
.project .productCard a:hover {
  text-decoration: underline;
}
.project .productCard a:hover h3 {
  color: #b11818;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
.project .productCard a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.project .productCard h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.project .productCard__date {
  background-size: cover;
  background: #9dd0e8;
}
.project .productCard-img {
  margin: 0 auto;
  width: 80%;
}
.project .redeem {
  position: relative;
  text-align: center;
}
.project .redeem__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .redeem__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
.project .redeem__title {
  font-weight: bold;
  padding: 10px 0;
}
.project .redeem__icon {
  width: 100%;
  margin: 0 auto;
  max-width: 100px;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.jpg") type("image/jpeg")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.jpg") type("image/jpeg")) center center no-repeat no-repeat;
  background-size: cover;
  padding: 15px;
  border-radius: 50%;
  -webkit-box-shadow: #000 5px 5px 15px;
          box-shadow: #000 5px 5px 15px;
}
@media (min-width: 996px) {
  .project .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.project .redeem__btn {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .redeem__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.project .redeem__more {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.project .redeem__more.hide {
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/redeem-more-mask.png") top left repeat-x;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/redeem-more-mask.png") top left repeat-x;
  -webkit-mask-size: cover;
          mask-size: cover;
  height: 70px;
}
.project .redeem__text {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  margin-top: 20px;
}
.project .redeem__text .text--note {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.project .redeem__text h4 {
  padding: 10px 0;
}
.project .redeem__text ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.project .redeem__text ul li {
  list-style: disc;
  font-size: 16px;
}
.project .redeem__showBtn {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/btn-less.png") center center no-repeat;
  background-size: cover;
}
.project .redeem__showBtn.hide {
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/btn-plus.png") center center no-repeat;
  background-size: cover;
}
.project .redeem__showBtn:hover {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(239, 240, 233, 0.5)) drop-shadow(0 0 0.5rem rgba(242, 242, 242, 0.7));
          filter: drop-shadow(0 0 0.5rem rgba(239, 240, 233, 0.5)) drop-shadow(0 0 0.5rem rgba(242, 242, 242, 0.7));
}
.project .model {
  position: relative;
  text-align: center;
}
.project .model__typeTitle {
  position: relative;
}
.project .model__typeTitle .top {
  top: -10px;
}
.project .model__typeTitle .bottom {
  position: relative;
  margin-top: -10px;
}
.project .model__list:not(:first-child) {
  margin-top: 60px;
}
.project .model__box {
  display: none;
}
.project .model__box.active {
  display: block;
}
.project .buynow__filters {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 30px 0px;
}
.project .buynow__filters button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  max-width: 200px;
  position: relative;
  padding: 14px 24px;
  overflow: visible;
  border: none;
  cursor: pointer;
  font-family: var(--font), var(--MSIBodyFont);
  font-size: 14px;
  font-weight: bold;
  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;
  color: #9dd0e8;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: none;
          filter: none;
  text-shadow: #000 2px 2px 5px;
}
.project .buynow__filters button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 6px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 156, 253, 0.08)), to(rgba(112, 156, 253, 0.16)));
  background: linear-gradient(180deg, rgba(112, 156, 253, 0.08) 0%, rgba(112, 156, 253, 0.16) 100%);
  border-radius: 20px;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynow__filters button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #709cfd;
  -webkit-box-shadow: 0 0 8px #709cfd;
          box-shadow: 0 0 8px #709cfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynow__filters button img {
  position: relative;
  z-index: 2;
  width: 100px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: drop-shadow(0 0 6px #000);
          filter: drop-shadow(0 0 6px #000);
}
.project .buynow__filters button:hover,
.project .buynow__filters button.active {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .buynow__filters button:hover::before,
.project .buynow__filters button.active::before {
  opacity: 1;
}
.project .buynow__filters button:hover::after,
.project .buynow__filters button.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynow__filtersImg {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pdSeries-img-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/pdSeries-img-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .buynow__filtersImg img {
  width: 100%;
}
.project .buynow__filtersImg .img {
  display: none;
}
.project .buynow__filtersImg .img.active {
  display: block;
}
.project .buynow__box {
  text-align: center;
  padding-bottom: 30px;
}
.project .buynow__box:not(:first-child) {
  margin-top: 60px;
}
.project .buynow__list {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}
.project .buynow__list .swiper-container {
  overflow: hidden;
}
.project .buynow__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.png") type("image/png")) left no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.png") type("image/png")) left no-repeat;
  background-size: contain;
}
.project .buynow__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.png") type("image/png")) right no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/line1.png") type("image/png")) right no-repeat;
  background-size: contain;
}
.project .buynow__list__btn {
  position: absolute;
}
.project .buynowPdCard {
  position: relative;
  text-align: center;
  width: 33.3%;
}
@media (max-width: 960px) {
  .project .buynowPdCard {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .project .buynowPdCard {
    width: 100%;
  }
}
.project .buynowPdCard:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
}
@media (min-width: 996px) {
  .project .buynowPdCard button {
    font-size: 18px;
  }
  .project .buynowPdCard a {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .project .buynowPdCard__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .buynowPdCard button {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9dd0e8;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #9dd0e8;
}
.project .buynowPdCard button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 156, 253, 0.06)), to(rgba(112, 156, 253, 0.14)));
  background: linear-gradient(180deg, rgba(112, 156, 253, 0.06) 0%, rgba(112, 156, 253, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
          box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynowPdCard button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #709cfd;
  -webkit-box-shadow: 0 0 8px #709cfd;
          box-shadow: 0 0 8px #709cfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynowPdCard button:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .buynowPdCard button:hover::before {
  opacity: 1;
}
.project .buynowPdCard button:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynowPdCard a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9dd0e8;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, -webkit-filter 0.3s ease;
  overflow: visible;
  border: 1px solid #9dd0e8;
}
.project .buynowPdCard a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(100% + 0px);
  min-height: calc(100% + 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 156, 253, 0.06)), to(rgba(112, 156, 253, 0.14)));
  background: linear-gradient(180deg, rgba(112, 156, 253, 0.06) 0%, rgba(112, 156, 253, 0.14) 100%);
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
          box-shadow: 0 0 12px rgba(112, 156, 253, 0.2), 0 0 24px rgba(112, 156, 253, 0.08);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.project .buynowPdCard a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: #709cfd;
  -webkit-box-shadow: 0 0 8px #709cfd;
          box-shadow: 0 0 8px #709cfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.project .buynowPdCard a:hover {
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 6px #709cfd);
          filter: drop-shadow(0 0 6px #709cfd);
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
}
.project .buynowPdCard a:hover::before {
  opacity: 1;
}
.project .buynowPdCard a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.project .buynowPdCard button:hover {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.project .buynowPdCard__img {
  position: relative;
  padding: 20px;
}
.project .buynowPdCard__img img {
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
}
.project .buynowPdCard__text {
  padding: 0 20px 20px;
}
.project .buynowPdCard__title {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .buynowPdCard__title {
    font-size: var(--title-md);
  }
}
.project [data-type=meg] {
  --color: #efd7a6 !important;
}
.project [data-type=mpg] {
  --color: #e81f76 !important;
}
.project [data-type=mag] {
  --color: #d3e736 !important;
}
.project .popout {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.project .popout__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: #111;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.project .popout__wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .popout__wrapper::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .popout__block-close {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/close.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .project .popout__block-close {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.project .popout__block-close:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff brightness(1.2));
          filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
.project .popout__inner {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.project .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.project .popout__dm a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.project .popout__dm img {
  background: #fff;
  height: 70px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}
.project .why__title {
  position: relative;
  text-align: center;
}
.project .why__msi {
  margin-top: 55px;
}
.project .why__msi__box {
  margin-top: 25px;
}
.project .why__msi__btn {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 100px;
  text-align: center;
}
.project .commonSlider {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .commonSlider {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }
}
.project .commonSlider:hover .commonSlider__item .img::before {
  opacity: 0.8;
}
.project .commonSlider__item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: calc(50% - 20px);
}
@media (min-width: 996px) {
  .project .commonSlider__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 16.6666666667%;
  }
}
.project .commonSlider__item .img {
  position: relative;
  z-index: 1;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/commonSlider-mask.png") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/commonSlider-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .commonSlider__item .img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project .commonSlider__item .img {
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-2.png") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-2.png") center center repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.project .commonSlider__item .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-3.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-3.png") type("image/png")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-3.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline-3.png") type("image/png")) center center no-repeat no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.project .commonSlider__item .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #000;
  opacity: 0.2;
}
.project .commonSlider__item .icon {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(112, 156, 253, 0.9), 0 0 20px rgba(112, 156, 253, 0.5), #000 1px 1px 2px;
  border: 1px solid #709cfd;
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
          filter: drop-shadow(0 0 10px rgba(112, 156, 253, 0.9));
  border-radius: 50%;
  font-size: 2.4em;
  background: #051024;
  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;
}
@media (min-width: 996px) {
  .project .commonSlider__item .icon {
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
  }
}
.project .commonSlider__item .title {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .commonSlider__item .title {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    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;
    font-weight: bold;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    font-size: 24px;
  }
}
.project .commonSlider__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
}
.project .commonSlider__item:hover .img::before {
  opacity: 0 !important;
}
.project .commonSlider__item:hover .icon {
  opacity: 1;
}
.project .commonSlider__item:hover .title {
  height: 40%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.project .sliderPopup {
  position: fixed;
  z-index: 110;
  inset: 0;
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.project .sliderPopup .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .sliderPopup .common__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .sliderPopup .common__flex h2 {
  font-size: 20px;
}
.project .sliderPopup .common__flex h3 {
  font-size: 18px;
}
.project .sliderPopup .common__flex .feature__item--50 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .sliderPopup .common__flex--aunset .feature__item {
  background: #222;
  border-radius: 10px;
  padding: 25px;
}
.project .sliderPopup::before {
  content: "";
  position: fixed;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) center center repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) center center repeat;
  opacity: 0.9;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.project .sliderPopup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  margin: 50px auto;
  background: #051024;
}
.project .sliderPopup__block {
  position: relative;
  z-index: 5;
}
.project .sliderPopup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/close.png") center center no-repeat;
  background-size: cover;
  -webkit-filter: hue-rotate(300deg);
          filter: hue-rotate(300deg);
}
@media (min-width: 996px) {
  .project .sliderPopup__close {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.project .sliderPopup__close:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff brightness(1.2));
          filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
.project .sliderPopup__content {
  text-align: center;
}
.project .sliderPopup__content .video-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.project .sliderPopup__content .video-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.project .sliderPopup__content .video-wrapper__box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.project .sliderPopup__content iframe {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.project .sliderPopup__content video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.project .sliderPopup__content h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.project .sliderPopup__content h2:not(:first-child) {
  padding-top: 15px;
}
.project .sliderPopup__content p {
  padding-bottom: 20px;
}
.project .sliderPopup__content a {
  color: #fff;
  text-decoration: underline;
}
.project .sliderPopup__content-border {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px 50px;
}
@media (min-width: 996px) {
  .project .sliderPopup__content-border {
    padding: 60px 40px;
  }
}
.project .sliderPopup__content-note {
  padding-top: 15px;
  font-size: 15px;
  text-align: right;
}
.project .oledCare__mode {
  margin-top: 25px;
}
@media (min-width: 996px) {
  .project .oledCare__mode {
    text-align: left;
  }
}
.project .oledCare__mode p {
  font-size: 16px;
  padding-top: 8px;
}
.project .flex-card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.project .flex-card .feature__item {
  background: #222;
  border-radius: 10px;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .flex-card .feature__item {
    width: calc(33.3333333333% - 20px);
  }
}
.project .flex-card p {
  font-size: 16px;
  padding-top: 8px;
}
.project .ai .feature__item {
  border: 1px solid #444;
  margin: 15px auto;
}
.project .ai .feature__item h2 {
  font-size: 22px;
}
.project .ai .aivision {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .ai .aivision {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 996px) {
  .project .ai .aivision__item:first-child img {
    margin-top: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.project .ai .aivision__item .common__flex {
  height: 40px;
  margin-bottom: 10px;
}
.project .ai .aivision__item .common__flex .level {
  background: #444;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.project .ai .aivision__item .common__flex .level:hover {
  background: #fff;
  color: #000;
}
.project .ai .aivision__item .common__flex .level--active {
  background: #fff;
  color: #000;
}
.project .ai .aivision__item .levelpic__pic {
  display: none;
}
.project .ai .aivision__item .levelpic__pic--active {
  display: block;
}
.project .warranty {
  position: relative;
}
.project .warranty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/monitor/MPG-491CQP-QD-OLED/warranty-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.project .warranty__item {
  position: relative;
}
.project .warranty__item .spark {
  position: absolute;
  top: 0;
  left: 0;
}
.project .warranty__item-icon {
  max-width: 150px;
  margin: 0 auto;
}
.project .ratio {
  padding: 25px 0;
}
.project .ratio__btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-bottom: 15px;
}
.project .ratio__btn-item {
  background: #444;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
}
.project .ratio__btn-item:hover {
  background: #fff;
  color: #000;
}
.project .ratio__btn-item--active {
  background: #fff;
  color: #000;
}
.project .ratio__pic .ratioPic {
  display: none;
}
.project .ratio__pic .ratioPic--active {
  display: block;
}
.project .ratio__pic-note {
  text-align: center;
}
.project .setup {
  padding-top: 60px;
  text-align: center;
}
.project .setup__text {
  font-size: 18px;
  padding-bottom: 25px;
}
.project .setup__text p {
  padding-bottom: 10px;
}
.project .setup__box {
  margin-top: 10px;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/location_mask.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/location_mask.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .setup__box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project .about__box {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media (min-width: 996px) {
  .project .about__box {
    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;
  }
}
.project .about__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.png") type("image/png")) top left no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line.png") type("image/png")) top left no-repeat no-repeat;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.project .about__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.png") type("image/png")) bottom right no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/deco-line-2.png") type("image/png")) bottom right no-repeat no-repeat;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.project .about__title {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (min-width: 996px) {
  .project .about-text {
    position: relative;
    font-size: 28px;
  }
}
.project .about-text span {
  display: inline-block;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.jpg") type("image/jpeg")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/w-bg.jpg") type("image/jpeg")) center center no-repeat no-repeat;
  background-size: cover;
  color: #222;
  margin: 5px;
  padding: 5px 10px;
}
.project .about__bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project .about__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.project .about__content {
  position: relative;
  inset: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .about__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .about__story {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.project .about__story p + p {
  padding-top: 20px;
}
.project .about__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  -webkit-mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/mask.png") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/mask.png") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .about__pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/outline.png") type("image/png")) center center no-repeat no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.project .about-btn {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.project .vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.project .vd-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .vd-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .vd-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .slick-arrow {
  position: absolute;
  width: 40px;
  height: 15px;
  font-size: 0;
  padding: 0;
  bottom: -40px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/icon_arrow_small.webp") center center no-repeat;
  background-size: cover;
}
.project .slick-arrow:hover {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.75)) brightness(1.2);
}
.project .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.project .slick-next {
  right: 50%;
  -webkit-transform: rotate(180deg) translateX(-300%);
          transform: rotate(180deg) translateX(-300%);
}
.project .slick-disabled {
  opacity: 0.5;
}
.project .popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
}
.project .popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.project .popup__wrapper__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.project .popup__wrapper__bg--light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 247, 234, 0.5)), to(rgba(10, 8, 0, 0.5)));
  background: linear-gradient(0deg, rgba(251, 247, 234, 0.5), rgba(10, 8, 0, 0.5));
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.project .popup__wrapper__bg--dark {
  background: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center repeat;
  background: image-set(url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/cnd/pragmata-game-bundle/images/bg2.jpg") type("image/jpeg")) top center repeat;
  -webkit-box-shadow: #777 0 10px 20px #111 0 0 30px;
          box-shadow: #777 0 10px 20px #111 0 0 30px;
}
.project .popup__inner {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.project .popup__header {
  position: relative;
  text-align: center;
}
.project .popup__header h2 {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fff;
  padding: 25px;
}
.project .popup__header__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 0 auto;
  max-width: auto;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line3.webp") center center no-repeat repeat;
  background-size: cover;
}
.project .popup__body {
  padding: 35px;
}
@media (min-width: 996px) {
  .project .popup__body {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}
.project .popup__close {
  position: fixed;
  right: 30px;
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/close.png") center center no-repeat;
  background-size: cover;
  -webkit-filter: hue-rotate(300deg);
          filter: hue-rotate(300deg);
}
@media (min-width: 996px) {
  .project .popup__close {
    width: 50px;
    height: 50px;
    right: 90px;
    top: 30px;
  }
}
.project .popup__close:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff brightness(1.2));
          filter: drop-shadow(0 0 5px #fff brightness(1.2));
}
@media (min-width: 768px) {
  .project .lang .popup__body {
    position: relative;
    padding-bottom: 70px;
  }
}
@media (min-width: 996px) {
  .project .lang .popup__body {
    min-height: 500px;
  }
}
.project .lang__nav {
  text-align: center;
}
@media (min-width: 768px) {
  .project .lang__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .lang__nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
  .project .lang__nav li:last-child {
    margin-right: 0;
  }
}
.project .lang__nav li {
  padding: 15px;
  border-bottom: #3c0909 5px solid;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.project .lang__nav li.lang__nav--active {
  border-color: #b11818;
  color: #b11818;
}
.project .lang__nav li:hover {
  border-color: #b11818;
  color: #b11818;
}
.project .lang__list {
  padding-top: 25px;
}
.project .lang__list li {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 5px;
}
@media (min-width: 768px) {
  .project .lang__list li {
    width: calc(33% - 13px);
  }
}
.project .lang__list a {
  position: relative;
  display: block;
  background: linear-gradient(45deg, #300, #852020, #300);
  color: #fff;
  padding: 10px;
  text-align: center;
}
.project .lang__list a span {
  display: block;
  position: relative;
  z-index: 10;
}
.project .lang__list a::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(45deg, #300, #852020, #300);
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/title-mask.png") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .lang__list a:hover {
  background: #b11818;
  color: #000;
}
.project .lang__list-box {
  display: none;
}
.project .lang__list-box:first-child {
  display: block;
}
.project .lang-note {
  padding-top: 25px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
@media (min-width: 768px) {
  .project .lang-note {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
  }
}
.project .terms {
  font-size: 16px;
  line-height: 1.5;
}
.project .terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.project .terms ul li {
  list-style: disc;
  padding: 5px 0;
}
.project .terms ul li ol {
  margin-top: 5px;
  padding-bottom: 10px;
}
.project .terms ul li ol li {
  list-style: none;
}
.project .terms ul.pds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 15px 0 0;
}
.project .terms ul.pds li {
  border: #eee 1px solid;
  padding: 5px;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .project .terms ul.pds {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project .terms ul.pds li {
    width: calc(33% - 10px);
  }
}
.project .terms b {
  font-size: 18px;
  border-bottom: #eee 3px solid;
}
.project .terms p {
  padding-bottom: 20px;
}
.project .terms a {
  color: #fff;
  border-bottom: #fff 1px solid;
}
.project .terms a:hover {
  border: none;
}
.project .terms h4 {
  padding-bottom: 10px;
  font-size: 19px;
  color: #fff;
}
.project .terms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-top: 20px;
}
.project .e-tailer .popup__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .e-tailer .popup__header {
  padding-top: 20px;
}
.project .e-tailer__list {
  text-align: center;
}
@media (min-width: 768px) {
  .project .e-tailer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .e-tailer__list a {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 10px;
  border: #fff 3px solid;
  color: #000;
}
@media (min-width: 768px) {
  .project .e-tailer__list a {
    width: calc(33% - 30px);
  }
}
.project .e-tailer__list a img {
  margin: 0 auto;
  height: 50px;
  width: auto;
}
.project .e-tailer__list a:hover {
  border-color: #b11818;
}
.project .keyOut .popup__body {
  font-size: 22px;
  text-align: center;
  padding: 60px 0;
}
.project .keyOut .popup__body a {
  color: #b11818;
  text-decoration: underline;
}
.project .keyOut .popup__body a:hover {
  text-decoration: none;
}
.project .models * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 996px) {
  .project .models {
    padding: 80px 0 !important;
  }
}
.project .models ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.project .models ul li {
  background: #222;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  width: 40%;
}
.project .models__tabs {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .models__tabs {
    gap: 10px;
  }
}
.project .models__tabs img {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  height: auto;
}
.project .models__tabs button {
  position: relative;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.project .models__tabs button span {
  color: #fff;
  font-size: 2.6vw;
  font-weight: bold;
  padding: 3px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  font-family: var(--font);
}
@media (min-width: 996px) {
  .project .models__tabs button span {
    font-size: var(--title-md);
    padding: 10px 20px;
  }
}
.project .models__tabs button:hover {
  -webkit-filter: brightness(0.9) drop-shadow(0 0 10px rgba(112, 156, 253, 0));
          filter: brightness(0.9) drop-shadow(0 0 10px rgba(112, 156, 253, 0));
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project .models__tabs button.active {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
          filter: brightness(1.2) drop-shadow(0 0 10px #709cfd);
}
.project .models__tabs button span {
  position: relative;
  display: block;
}
.project .models__tabs button img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: auto;
}
.project .models__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.project .line-horizonal {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line1.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.project .line-vertical {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e6eff2;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
          mask: url("https://storage-asset.msi.com/event/2025/CND/resident-evil-requiem-game-bundle/images/mask_line_vertical3.webp") center center repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.project .line-fix {
  position: relative;
  margin: 5px 0;
  width: 110%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.project .line-animate {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}
.project .wtb {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 80px 0 !important;
  }
}
.project .gsync {
  position: relative;
  text-align: center;
  padding: 5% 0;
}
.project .gsync__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
  font-size: 14px;
  margin: 0 10px;
}
.project .gsync__imgbox {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .gsync__imgbox {
    width: 80%;
  }
}
.project .gsync__txtbox {
  padding-top: 25px;
}
.project .gsync__flex {
  max-width: 1000px;
  margin: 0 auto;
}
.project .gsync__icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.project .gsync__icons .msi__container {
  height: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@-webkit-keyframes noise-animation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -5%;
  }
  20% {
    background-position: -10% 5%;
  }
  30% {
    background-position: 5% -10%;
  }
  40% {
    background-position: -5% 15%;
  }
  50% {
    background-position: -10% 5%;
  }
  60% {
    background-position: 5% 5%;
  }
  70% {
    background-position: 0 10%;
  }
  80% {
    background-position: -5% -5%;
  }
  90% {
    background-position: 10% 5%;
  }
  100% {
    background-position: 5% 5%;
  }
}

@keyframes noise-animation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -5%;
  }
  20% {
    background-position: -10% 5%;
  }
  30% {
    background-position: 5% -10%;
  }
  40% {
    background-position: -5% 15%;
  }
  50% {
    background-position: -10% 5%;
  }
  60% {
    background-position: 5% 5%;
  }
  70% {
    background-position: 0 10%;
  }
  80% {
    background-position: -5% -5%;
  }
  90% {
    background-position: 10% 5%;
  }
  100% {
    background-position: 5% 5%;
  }
}
.title-glitch-wrapper {
  position: relative;
  display: inline-block;
}

.title-glitch-base {
  animation: none !important;
  -webkit-animation: none !important;
}

.title-glitch-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  animation: title-glitch 4s ease-in-out infinite;
  -webkit-animation: title-glitch 4s ease-in-out infinite;
}

.title-glitch-cray {
  display: inline-block;
  animation: title-glitch-cray 5s steps(24) infinite;
  -webkit-animation: title-glitch-cray 5s steps(24) infinite;
}

.title-glitch-layer--cray {
  animation: title-glitch-cray 5s steps(24) infinite;
  -webkit-animation: title-glitch-cray 5s steps(24) infinite;
}

@-webkit-keyframes title-glitch {
  0%, 100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  8% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  10% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  14% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  38% {
    clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  40% {
    clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  42% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  68% {
    clip-path: polygon(0 75%, 100% 75%, 100% 79%, 0 79%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  70% {
    clip-path: polygon(0 75%, 100% 75%, 100% 79%, 0 79%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  72% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes title-glitch {
  0%, 100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  8% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  10% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    clip-path: polygon(0 68%, 100% 68%, 100% 72%, 0 72%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  14% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  38% {
    clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  40% {
    clip-path: polygon(0 48%, 100% 48%, 100% 52%, 0 52%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  42% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  68% {
    clip-path: polygon(0 75%, 100% 75%, 100% 79%, 0 79%);
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  70% {
    clip-path: polygon(0 75%, 100% 75%, 100% 79%, 0 79%);
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
  72% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes title-glitch-cray {
  0% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  4.16667% {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  8.33333% {
    font-weight: 300;
    font-style: italic;
    text-decoration: line-through;
    text-transform: uppercase;
  }
  12.5% {
    font-weight: 600;
    font-style: normal;
    text-decoration: underline;
    text-transform: lowercase;
  }
  16.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
  }
  20.83333% {
    font-weight: 200;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
  }
  25% {
    font-weight: 700;
    font-style: normal;
    text-decoration: line-through;
    text-transform: none;
  }
  29.16667% {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
  }
  33.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: lowercase;
  }
  37.5% {
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
  }
  41.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: line-through;
    text-transform: capitalize;
  }
  45.83333% {
    font-weight: 200;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
  }
  50% {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  54.16667% {
    font-weight: 400;
    font-style: italic;
    text-decoration: line-through;
    text-transform: uppercase;
  }
  58.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: underline;
    text-transform: lowercase;
  }
  62.5% {
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
  }
  66.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  70.83333% {
    font-weight: 200;
    font-style: italic;
    text-decoration: line-through;
    text-transform: none;
  }
  75% {
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
  }
  79.16667% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: lowercase;
  }
  83.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: line-through;
    text-transform: none;
  }
  87.5% {
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    text-transform: capitalize;
  }
  91.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  95.83333% {
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  100% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
}
@keyframes title-glitch-cray {
  0% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  4.16667% {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  8.33333% {
    font-weight: 300;
    font-style: italic;
    text-decoration: line-through;
    text-transform: uppercase;
  }
  12.5% {
    font-weight: 600;
    font-style: normal;
    text-decoration: underline;
    text-transform: lowercase;
  }
  16.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
  }
  20.83333% {
    font-weight: 200;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
  }
  25% {
    font-weight: 700;
    font-style: normal;
    text-decoration: line-through;
    text-transform: none;
  }
  29.16667% {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
  }
  33.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: lowercase;
  }
  37.5% {
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
  }
  41.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: line-through;
    text-transform: capitalize;
  }
  45.83333% {
    font-weight: 200;
    font-style: normal;
    text-decoration: underline;
    text-transform: none;
  }
  50% {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  54.16667% {
    font-weight: 400;
    font-style: italic;
    text-decoration: line-through;
    text-transform: uppercase;
  }
  58.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: underline;
    text-transform: lowercase;
  }
  62.5% {
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
  }
  66.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  70.83333% {
    font-weight: 200;
    font-style: italic;
    text-decoration: line-through;
    text-transform: none;
  }
  75% {
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
  }
  79.16667% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: lowercase;
  }
  83.33333% {
    font-weight: 300;
    font-style: normal;
    text-decoration: line-through;
    text-transform: none;
  }
  87.5% {
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    text-transform: capitalize;
  }
  91.66667% {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
  95.83333% {
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  100% {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
  }
}/*# sourceMappingURL=main-v2.css.map */