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

@-webkit-keyframes uniformUltrawideFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes uniformUltrawideFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.project {
  --font-color: #000;
  color: #fff;
  position: relative;
  background-color: #0e0a0c;
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#181214),
        color-stop(45%, #0e0a0c),
        to(#060505)
      );
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    linear-gradient(180deg, #181214 0%, #0e0a0c 45%, #060505 100%);
  background-attachment: fixed;
  font-family: var(--font);
}
@media (min-width: 1300px) {
  .project {
    font-size: 20px;
  }
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  height: auto;
}
.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: #e8d4a8;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .project .common__subtitle {
    font-size: 26px;
  }
}
.project .common__btn01 {
  position: relative;
  color: #fff;
  font-family: var(--font);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  cursor: pointer;
  min-height: 52px;
  padding: 0.2604166667vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project .common__btn01::before {
  background:
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_lt.png)
      no-repeat 0 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_rt.png)
      no-repeat 100% 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_lb.png)
      no-repeat 0 100%,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_rb.png)
      no-repeat 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-size:
    min(2.2164276402vw, 17px) min(2.2164276402vw, 17px),
    min(2.2164276402vw, 17px) min(2.2164276402vw, 17px),
    min(2.2164276402vw, 17px) min(2.2164276402vw, 17px),
    min(2.2164276402vw, 17px) min(2.2164276402vw, 17px);
}
.project .common__btn01:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px rgba(201, 164, 79, 0.8));
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(201, 164, 79, 0.8));
}
.project .common__btn01.active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.project .common__btn01 .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  height: auto;
  padding: 0 15px;
  width: 100%;
}
.project .common__btn01 .btn_inner span {
  text-shadow: 0 0 0.2604166667vw #000;
  color: #e8d4a8;
}
.project .common__btn01 .btn_inner::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 5;
  top: 0.78125vw;
  left: 0.15625vw;
  width: calc(100% - 0.3125vw);
  height: calc(100% - 1.5625vw);
  background:
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_line_v.png)
      repeat-y 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_line_v.png)
      repeat-y 100%;
  background-size:
    min(0.260756193vw, 2px) 100%,
    min(0.260756193vw, 2px) 100%;
  opacity: 0.5;
}
@media (min-width: 996px) {
  .project .common__btn01 .btn_inner::before {
    background-size:
      0.08vw 100%,
      0.08vw 100%;
  }
}
.project .common__btn01 .btn_inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 5;
  left: 0.7291666667vw;
  width: calc(100% - 1.4583333333vw);
  background:
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_line_h.png)
      repeat-x left 0.15625vw,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec_line_h.png)
      repeat-x left bottom 0.15625vw;
  background-size:
    auto min(0.260756193vw, 2px),
    auto min(0.260756193vw, 2px);
  top: 0;
  height: 100%;
  opacity: 0.5;
}
@media (min-width: 996px) {
  .project .common__btn01 .btn_inner::after {
    background-size:
      auto 0.08vw,
      auto 0.08vw;
  }
}
.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
}
.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: 50;
  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: #0e0a0c;
  border: 1px solid #c9a44f;
  border-radius: 50%;
  -webkit-box-shadow:
    0 0 10px rgba(201, 164, 79, 0.85),
    inset 0 0 0 1px rgba(201, 164, 79, 0.2);
  box-shadow:
    0 0 10px rgba(201, 164, 79, 0.85),
    inset 0 0 0 1px rgba(201, 164, 79, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(201, 164, 79, 0.9));
  filter: drop-shadow(0 0 10px rgba(201, 164, 79, 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 #c9a44f,
    inset 0 0 0 1px rgba(201, 164, 79, 0.4);
  box-shadow:
    0 0 16px #c9a44f,
    inset 0 0 0 1px rgba(201, 164, 79, 0.4);
  -webkit-filter: drop-shadow(0 0 14px #c9a44f);
  filter: drop-shadow(0 0 14px #c9a44f);
}
.project .menu {
  position: relative;
  top: 0;
  z-index: 10;
  display: block;
  padding: 10px 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/line_contents.png)
    no-repeat top;
  background-size: 100%;
}
@media (min-width: 996px) {
  .project .menu {
    position: sticky;
    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 5px;
  gap: 10px;
  text-shadow: #000 2px 2px 5px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e8d4a8;
  -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: 0 12px;
  }
}
@media (min-width: 1300px) {
  .project .menu ul li {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .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(201, 164, 79, 0.06)),
    to(rgba(201, 164, 79, 0.14))
  );
  background: linear-gradient(
    180deg,
    rgba(201, 164, 79, 0.06) 0%,
    rgba(201, 164, 79, 0.14) 100%
  );
  border-radius: 6px;
  opacity: 0;
  -webkit-box-shadow:
    0 0 24px rgba(201, 164, 79, 0.22),
    0 0 48px rgba(201, 164, 79, 0.1);
  box-shadow:
    0 0 24px rgba(201, 164, 79, 0.22),
    0 0 48px rgba(201, 164, 79, 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: #c9a44f;
  -webkit-box-shadow: 0 0 8px #c9a44f;
  box-shadow: 0 0 8px #c9a44f;
  -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: #faf6ee;
  -webkit-filter: drop-shadow(0 0 6px #c9a44f);
  filter: drop-shadow(0 0 6px #c9a44f);
  text-shadow:
    0 0 10px rgba(201, 164, 79, 0.9),
    0 0 20px rgba(201, 164, 79, 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: #faf6ee;
  -webkit-filter: drop-shadow(0 0 6px #c9a44f);
  filter: drop-shadow(0 0 6px #c9a44f);
  text-shadow:
    0 0 10px rgba(201, 164, 79, 0.9),
    0 0 20px rgba(201, 164, 79, 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: #0e0a0c;
  border: 1px solid #c9a44f;
  border-radius: 50%;
  -webkit-box-shadow:
    0 0 10px rgba(201, 164, 79, 0.85),
    inset 0 0 0 1px rgba(201, 164, 79, 0.2);
  box-shadow:
    0 0 10px rgba(201, 164, 79, 0.85),
    inset 0 0 0 1px rgba(201, 164, 79, 0.2);
  -webkit-filter: drop-shadow(0 0 10px rgba(201, 164, 79, 0.9));
  filter: drop-shadow(0 0 10px rgba(201, 164, 79, 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 #c9a44f,
    inset 0 0 0 1px rgba(201, 164, 79, 0.4);
  box-shadow:
    0 0 16px #c9a44f,
    inset 0 0 0 1px rgba(201, 164, 79, 0.4);
  -webkit-filter: drop-shadow(0 0 14px #c9a44f);
  filter: drop-shadow(0 0 14px #c9a44f);
}
@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-color: #0e0a0c;
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#181214),
        color-stop(45%, #0e0a0c),
        to(#060505)
      );
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    linear-gradient(180deg, #181214 0%, #0e0a0c 45%, #060505 100%);
  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 .kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #0e0a0c;
  background:
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/kv-bg-xs.jpg)
      center top/100% auto no-repeat,
    #0f1c25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0;
}
@media (min-width: 996px) {
  .project .kv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/kv-bg.jpg)
      center center/cover no-repeat;
  }
}
.project .kv__flex {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "logo logo" "product product" "icons capcom";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  width: 86%;
  margin: 0 auto;
  padding: 38% 0 5%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 6px;
}
@media (min-width: 996px) {
  .project .kv__flex {
    grid-template-columns: 1.15fr 0.7fr 0.1fr;
    grid-template-areas: "product logo ." "icons logo capcom";
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    justify-items: stretch;
    width: 90%;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    row-gap: 0px;
    padding: 5% 0 3%;
  }
}
@media (min-width: 1300px) {
  .project .kv__flex {
    width: 80%;
  }
}
@media (min-width: 1930px) {
  .project .kv__flex {
    width: 67%;
  }
}
.project .kv__product {
  grid-area: product;
  width: 100%;
  padding-bottom: 0;
  justify-self: stretch;
}
@media (min-width: 996px) {
  .project .kv__product {
    -ms-flex-item-align: end;
    align-self: end;
    margin-bottom: -36px;
  }
}
.project .kv__product figure {
  margin: 0;
}
.project .kv__product figure img {
  width: 100%;
  height: auto;
  display: block;
}
.project .kv__logo {
  grid-area: logo;
  display: block;
  margin: 0;
  padding: 0;
  width: 60%;
  justify-self: center;
}
@media (min-width: 996px) {
  .project .kv__logo {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: end;
    height: auto;
    margin-bottom: -20px;
  }
}
.project .kv__logo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.project .kv__icons {
  grid-area: icons;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  justify-self: stretch;
}
@media (min-width: 996px) {
  .project .kv__icons {
    justify-self: center;
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.project .kv__icons img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.project .kv__capcom {
  grid-area: capcom;
  margin: 0;
  max-width: 58px;
  align-self: center;
  justify-self: end;
}
@media (min-width: 996px) {
  .project .kv__capcom {
    width: auto;
    max-width: 88px;
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: end;
  }
}
.project .kv__capcom img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.project .kv__media {
  position: relative;
  inset: 0;
  z-index: 1;
  opacity: 1;
  margin: 0 -50vw;
}
@media (min-width: 996px) {
  .project .kv__media {
    position: absolute;
    margin: 0 auto;
  }
}
.project .kv__media picture,
.project .kv__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.project .kv__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.project .kv__smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  background: #050404;
}
.project .kv__smoke-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.project .kv.is-revealed .kv__smoke {
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.project .kv.is-revealed .kv__product {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project .index {
  text-align: center;
}
.project .index__intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 996px) {
  .project .index__intro-text {
    width: 80%;
    margin: 0 auto;
  }
}
.project .index__intro .dateBox {
  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 .index__intro .dateBox {
    -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;
  }
}
.project .index__intro .dateBox__card {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  border: 1px solid rgba(201, 164, 79, 0.45);
  -webkit-box-shadow:
    0 0 0 1px rgba(201, 164, 79, 0.12) inset,
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 0.08);
  box-shadow:
    0 0 0 1px rgba(201, 164, 79, 0.12) inset,
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 0.08);
}
@media (min-width: 996px) {
  .project .index__intro .dateBox__card {
    min-width: 460px;
  }
}
.project .index__intro .dateBox__card::before {
  background:
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_lt.png)
      no-repeat 0 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_rt.png)
      no-repeat 100% 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_lb.png)
      no-repeat 0 100%,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_rb.png)
      no-repeat 100% 100%,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_line_h.png)
      repeat-x 0 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_line_h.png)
      repeat-x 0 100%,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_line_v.png)
      repeat-y 0 0,
    url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/btn_dec2_line_v.png)
      repeat-y 100% 0;
  background-size:
    1.5625vw 1.5625vw,
    1.5625vw 1.5625vw,
    1.5625vw 1.5625vw,
    1.5625vw 1.5625vw,
    auto 0.1041666667vw,
    auto 0.1041666667vw,
    0.1041666667vw auto,
    0.1041666667vw auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.project .index__intro .dateBox__card h3 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #c9a44f;
  margin-bottom: 10px;
}
.project .index__intro .countBox {
  position: relative;
  gap: 10px;
  padding: 25px 60px;
  margin: 30px auto 0;
  display: inline-block;
  text-align: center;
}
.project .index__intro .countBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/bg_order_long_btn.png)
    no-repeat;
  background-size: 100% 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.project .index__intro .countBox p {
  color: rgba(250, 246, 238, 0.95);
  text-shadow: 0 0 8px rgba(201, 164, 79, 0.3);
  position: relative;
  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;
}
.project .index__intro .countBox p b {
  margin: 0 15px;
  font-size: 150%;
  border-radius: 50%;
  color: #ff5555;
  font-weight: bold;
}
.project .index .redeem {
  position: relative;
  text-align: center;
  padding-top: 3%;
}
.project .index .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 .index .redeem__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 996px) {
  .project .index .redeem__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.project .index .redeem__title {
  font-weight: bold;
  padding: 10px 0;
}
.project .index .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;
}
.project .index .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 .index .redeem__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
.project .index .redeem__more {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.project .index .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 .index .redeem__text {
  text-align: left;
}
.project .index .redeem__text .text--note {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.project .index .redeem__text h4 {
  padding: 10px 0;
  color: #c9a44f;
}
.project .visit {
  padding: 3% 0;
}
.project .visit__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .project .visit__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.project .visit a {
  padding: 1.4% 0.9%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 360px;
  margin: 0 auto;
  -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: brightness(0.8);
  filter: brightness(0.8);
  position: relative;
}
@media (min-width: 996px) {
  .project .visit a {
    max-width: 36%;
    margin: 0;
  }
}
.project .visit a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/bnr_frame.png)
    no-repeat;
  background-size: 100% 100%;
}
.project .visit a:hover {
  -webkit-filter: brightness(1.2) drop-shadow(0 0 10px rgba(201, 164, 79, 0.8));
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(201, 164, 79, 0.8));
  -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;
}
.project .copyright {
  opacity: 0.6;
  padding-bottom: 40px;
  text-align: center;
}
.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: #0e0a0c;
  top: 50%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}
.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;
  -webkit-filter: hue-rotate(110deg);
  filter: hue-rotate(110deg);
}
@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 .about {
  position: relative;
  overflow: visible;
}
.project .about__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  position: relative;
  overflow: visible;
}
.project .about__pic a {
  display: block;
}
.project .about__pic a img {
  -webkit-transition:
    -webkit-transform 0.35s ease,
    -webkit-filter 0.35s ease;
  transition:
    -webkit-transform 0.35s ease,
    -webkit-filter 0.35s ease;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    -webkit-transform 0.35s ease,
    -webkit-filter 0.35s ease;
}
.project .about__pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: -7.5%;
  left: -3.2%;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/spec_frame.png)
    no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}
.project .about__pic:hover a img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: brightness(1.18);
  filter: brightness(1.18);
}
.project .about__pic:hover::before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.project .about__wrap .left {
  margin: 4.6296296296vh 0 0;
  width: 3.7037037037vh;
  height: 30.0925925926vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}
.project .about__wrap .left span {
  width: 3.7037037037vh;
  display: block;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/frame/line_lc.png)
    repeat-y;
  background-size: 100% auto;
}
.project .about__wrap .left::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/frame/line_lb.png)
    no-repeat;
  background-size: auto 100%;
  width: 3.7037037037vh;
  height: 27.7777777778vh;
}
.project .about__wrap .left:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/frame/line_lt.png)
    no-repeat;
  background-size: auto 100%;
  width: 3.7037037037vh;
  height: 30.0925925926vh;
}
.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;
}
.project .about__story p + p {
  padding-top: 20px;
}
.project .about-btn {
  padding-top: 20px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.project .popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #c9c9c9;
  overflow-y: auto;
  display: none;
  font-size: 16px;
  line-height: 1.5;
}
.project .popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project .popup ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.project .popup ul li {
  list-style: disc;
  padding: 5px 0;
}
.project .popup ul li ol {
  margin-top: 5px;
  padding-bottom: 10px;
}
.project .popup ul li ol li {
  list-style: none;
}
.project .popup 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 .popup ul.pds li {
  border: #eee 1px solid;
  padding: 5px;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .project .popup 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 .popup ul.pds li {
    width: calc(33% - 10px);
  }
}
.project .popup b {
  font-size: 18px;
  border-bottom: #eee 3px solid;
}
.project .popup p {
  padding-bottom: 20px;
}
.project .popup a {
  color: #fff;
}
.project .popup a:hover {
  border: none;
}
.project .popup h4 {
  padding-bottom: 10px;
  font-size: 19px;
  color: #fff;
}
.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--dark {
  background-color: #0e0a0c;
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#181214),
        color-stop(45%, #0e0a0c),
        to(#060505)
      );
  background-image:
    radial-gradient(
      ellipse 120% 70% at 50% -10%,
      rgba(139, 31, 31, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 90% 50% at 80% 100%,
      rgba(201, 164, 79, 0.1) 0%,
      transparent 45%
    ),
    linear-gradient(180deg, #181214 0%, #0e0a0c 45%, #060505 100%);
  -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;
  text-align: center;
}
.project .popup__header {
  position: relative;
  text-align: center;
}
.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__body h2 {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fff;
  padding: 15px;
}
.project .popup__close {
  position: fixed;
  right: 30px;
  top: 10px;
  z-index: 10;
  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(110deg);
  filter: hue-rotate(110deg);
  z-index: 10;
}
@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));
}
.project .keyOut .popup__body {
  text-align: center;
  padding: 60px 0;
}
.project .keyOut .popup__body a {
  color: #c43232;
  text-decoration: underline;
}
.project .keyOut .popup__body a:hover {
  text-decoration: none;
}
.project .models .common-container {
  max-width: 650px;
  width: 90%;
}
@media (min-width: 996px) {
  .project .models .common-container {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .project .models .common-container {
    max-width: 1280px;
  }
}
.project .models__box {
  position: relative;
  text-align: center;
  display: none;
}
.project .models__box.active {
  display: block;
}
.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 {
  position: relative;
  display: block;
  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(201, 164, 79, 0));
  filter: brightness(0.9) drop-shadow(0 0 10px rgba(201, 164, 79, 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 #c9a44f);
  filter: brightness(1.2) drop-shadow(0 0 10px #c9a44f);
}
.project .models .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 .models .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: #e8d4a8;
  -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 .models .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(201, 164, 79, 0.08)),
    to(rgba(201, 164, 79, 0.16))
  );
  background: linear-gradient(
    180deg,
    rgba(201, 164, 79, 0.08) 0%,
    rgba(201, 164, 79, 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 .models .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: #c9a44f;
  -webkit-box-shadow: 0 0 8px #c9a44f;
  box-shadow: 0 0 8px #c9a44f;
  -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 .models .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 .models .buynow__filters button:hover,
.project .models .buynow__filters button.active {
  color: #faf6ee;
  -webkit-filter: drop-shadow(0 0 6px #c9a44f);
  filter: drop-shadow(0 0 6px #c9a44f);
  text-shadow:
    0 0 10px rgba(201, 164, 79, 0.9),
    0 0 20px rgba(201, 164, 79, 0.5),
    #000 1px 1px 2px;
}
.project .models .buynow__filters button:hover::before,
.project .models .buynow__filters button.active::before {
  opacity: 1;
}
.project .models .buynow__filters button:hover::after,
.project .models .buynow__filters button.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.project .models .buynow__box {
  text-align: center;
  padding-bottom: 30px;
}
.project .models .buynow__box:not(:first-child) {
  margin-top: 60px;
}
.project .models .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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0px;
}
.project .models .buynow__list .swiper-container {
  overflow: hidden;
}
.project .models .buynow__list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.project .models .buynow__list .slick-slide > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.project .models .buynowPdCard {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
@media (min-width: 768px) {
  .project .models .buynowPdCard {
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media (min-width: 996px) {
  .project .models .buynowPdCard {
    width: calc(33.3333333333% - 10px);
  }
}
.project .models .buynowPdCard:after {
  content: "";
  position: absolute;
  width: 90%;
  inset: 0;
  border-top: 1px solid #e8d4a8;
  border-bottom: 1px solid #e8d4a8;
  margin: 0 auto;
  opacity: 0.4;
}
.project .models .buynowPdCard:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: url(https://storage-asset.msi.com/event/2026/cnd/onimusha-way-of-the-sword/images/edition_frame_line2.png)
    no-repeat;
  background-size: 100% 100%;
}
.project .models .buynowPdCard__btn {
  font-size: 15px;
  gap: 5px;
}
@media (min-width: 996px) {
  .project .models .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 .models .buynowPdCard button {
  position: relative;
  text-align: center;
  padding: 6px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  text-transform: uppercase;
  color: #e8d4a8;
  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 #e8d4a8;
}
.project .models .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(201, 164, 79, 0.06)),
    to(rgba(201, 164, 79, 0.14))
  );
  background: linear-gradient(
    180deg,
    rgba(201, 164, 79, 0.06) 0%,
    rgba(201, 164, 79, 0.14) 100%
  );
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow:
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 0.08);
  box-shadow:
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 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 .models .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: #c9a44f;
  -webkit-box-shadow: 0 0 8px #c9a44f;
  box-shadow: 0 0 8px #c9a44f;
  -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 .models .buynowPdCard button:hover {
  color: #faf6ee;
  -webkit-filter: drop-shadow(0 0 6px #c9a44f);
  filter: drop-shadow(0 0 6px #c9a44f);
  text-shadow:
    0 0 10px rgba(201, 164, 79, 0.9),
    0 0 20px rgba(201, 164, 79, 0.5),
    #000 1px 1px 2px;
}
.project .models .buynowPdCard button:hover::before {
  opacity: 1;
}
.project .models .buynowPdCard button:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.project .models .buynowPdCard a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 6px;
  border: none;
  font-family: var(--font), var(--MSIBodyFont);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e8d4a8;
  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 #e8d4a8;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .project .models .buynowPdCard a {
    margin-top: 0;
  }
}
.project .models .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(201, 164, 79, 0.06)),
    to(rgba(201, 164, 79, 0.14))
  );
  background: linear-gradient(
    180deg,
    rgba(201, 164, 79, 0.06) 0%,
    rgba(201, 164, 79, 0.14) 100%
  );
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow:
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 0.08);
  box-shadow:
    0 0 12px rgba(201, 164, 79, 0.2),
    0 0 24px rgba(201, 164, 79, 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 .models .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: #c9a44f;
  -webkit-box-shadow: 0 0 8px #c9a44f;
  box-shadow: 0 0 8px #c9a44f;
  -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 .models .buynowPdCard a:hover {
  color: #faf6ee;
  -webkit-filter: drop-shadow(0 0 6px #c9a44f);
  filter: drop-shadow(0 0 6px #c9a44f);
  text-shadow:
    0 0 10px rgba(201, 164, 79, 0.9),
    0 0 20px rgba(201, 164, 79, 0.5),
    #000 1px 1px 2px;
}
.project .models .buynowPdCard a:hover::before {
  opacity: 1;
}
.project .models .buynowPdCard a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.project .models .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 .models .buynowPdCard__img {
  position: relative;
  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;
}
@media (min-width: 996px) {
  .project .models .buynowPdCard__img {
    aspect-ratio: 16/10;
    padding: 20px;
  }
}
.project .models .buynowPdCard__img img {
  width: 80%;
  max-width: 250px;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.project .models .buynowPdCard__text {
  padding: 0 20px 20px;
  margin-top: auto;
  position: relative;
  z-index: 10;
}
.project .models .buynowPdCard__title {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .models .buynowPdCard__title {
    font-size: var(--title-md);
  }
}
.project .whyChoose,
.project .whatMakesMsiDifferent {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .whyChoose,
  .project .whatMakesMsiDifferent {
    padding: 25px 0;
  }
}
.project .whyChoose__wrapper,
.project .whatMakesMsiDifferent__wrapper {
  text-align: center;
  margin-bottom: 20px;
  max-width: 650px;
  width: 90%;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper,
  .project .whatMakesMsiDifferent__wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper,
  .project .whatMakesMsiDifferent__wrapper {
    max-width: 1280px;
  }
}
.project .whyChoose__wrapper-sliderBlock,
.project .whatMakesMsiDifferent__wrapper-sliderBlock {
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock,
  .project .whatMakesMsiDifferent__wrapper-sliderBlock {
    margin: 50px 0;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderItem,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem {
  position: relative;
  padding: 0 15px;
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  padding: 20px;
  text-align: left;
  z-index: 50;
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  z-index: 50;
  margin-bottom: 5px;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title,
  .project
    .whatMakesMsiDifferent__wrapper-sliderBlock
    .sliderItem__txtBox-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-title,
  .project
    .whatMakesMsiDifferent__wrapper-sliderBlock
    .sliderItem__txtBox-title {
    font-size: 24px;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderItem__txtBox-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 50;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6666666667);
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text,
  .project
    .whatMakesMsiDifferent__wrapper-sliderBlock
    .sliderItem__txtBox-text {
    font-size: 13px;
    text-shadow: 0 0 10px #000000;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderItem__txtBox-text,
  .project
    .whatMakesMsiDifferent__wrapper-sliderBlock
    .sliderItem__txtBox-text {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6666666667);
  }
}
.project .whyChoose__wrapper-sliderBlock a,
.project .whatMakesMsiDifferent__wrapper-sliderBlock a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project .whyChoose__wrapper-sliderBlock a:hover,
.project .whatMakesMsiDifferent__wrapper-sliderBlock a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.project .whyChoose__wrapper-sliderBlock a:hover .sliderBtn,
.project .whatMakesMsiDifferent__wrapper-sliderBlock a:hover .sliderBtn {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.project .whyChoose__wrapper-sliderBlock .sliderBtn,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 40px;
}
@media (min-width: 996px) {
  .project .whyChoose__wrapper-sliderBlock .sliderBtn,
  .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
    width: 25px;
    right: 15%;
  }
}
@media (min-width: 1600px) {
  .project .whyChoose__wrapper-sliderBlock .sliderBtn,
  .project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn {
    width: 40px;
    right: 10%;
  }
}
.project .whyChoose__wrapper-sliderBlock .sliderBtn img,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .sliderBtn img {
  width: 100%;
}
.project .whyChoose__wrapper-sliderBlock .slick-prev.slick-disabled,
.project .whyChoose__wrapper-sliderBlock .slick-next.slick-disabled,
.project .whatMakesMsiDifferent__wrapper-sliderBlock .slick-prev.slick-disabled,
.project
  .whatMakesMsiDifferent__wrapper-sliderBlock
  .slick-next.slick-disabled {
  display: none !important;
}
.project .whyChoose {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .whyChoose {
    background-size: 100%;
  }
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .innerWrapper
  .popup-text {
  margin: 10px 0 20px;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .popup-bottom {
  margin-top: 0;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group {
  max-width: 1280px;
  margin: 20px auto 0;
  color: #fff;
  padding: 0 10px;
  background: #525252;
}
@media (min-width: 996px) {
  .project
    .whatMakesMsiDifferent-popup
    .popup-whatMakesMsiDifferent01
    .x36-sub-group {
    padding: 0 20px;
  }
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .sub-feature:not(.active) {
  display: none;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  figure {
  margin: 0;
  padding: 0;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .msiText {
  line-height: 1.7;
  font-size: 12px;
  margin: 15px 0;
}
@media (min-width: 996px) {
  .project
    .whatMakesMsiDifferent-popup
    .popup-whatMakesMsiDifferent01
    .x36-sub-group
    .msiText {
    font-size: 14px;
  }
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization,
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ownColor,
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ownColor__txtbox,
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__txtbox {
  max-width: 980px;
  margin: 0 auto 20px;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization__flex {
  margin: 28px auto 0;
}
@media (min-width: 996px) {
  .project
    .whatMakesMsiDifferent-popup
    .popup-whatMakesMsiDifferent01
    .x36-sub-group
    .hdrCustomization__flex {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization__flex
  > div {
  margin-bottom: 30px;
}
@media (min-width: 996px) {
  .project
    .whatMakesMsiDifferent-popup
    .popup-whatMakesMsiDifferent01
    .x36-sub-group
    .hdrCustomization__flex
    > div {
    margin-bottom: 0;
  }
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization__flex-title {
  margin: 0 0 8px;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization
  video {
  width: 100%;
  margin: 16px auto;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .hdrCustomization
  figure
  img {
  width: 100%;
  height: auto;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ownColor__main {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ownColor__main
  img {
  width: 100%;
  height: auto;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img {
  margin-top: 30px;
  position: relative;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img
  img {
  width: 100%;
  height: auto;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img
  figure {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img
  figure.base {
  z-index: 1;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img
  figure.width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-animation: uniformUltrawideFade 3s ease-in-out infinite;
  animation: uniformUltrawideFade 3s ease-in-out infinite;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent01
  .x36-sub-group
  .ultrawide__img
  figure
  figcaption {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 3%;
  color: #c9a44f;
  font-size: 24px;
}
.project
  .whatMakesMsiDifferent-popup
  .popup-whatMakesMsiDifferent03
  .featureBlock {
  margin-bottom: 0;
}
.project .moreInfo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.project .moreInfo-popup__wrapper {
  width: 90%;
  max-width: 1280px;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 50px auto;
  max-height: 90%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
  }
}
.project .moreInfo-popup__wrapper-content {
  position: relative;
  --cut-size: clamp(50px, 3vw, 40px);
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  border: 2px solid rgb(0, 0, 0);
  background: linear-gradient(120deg, #912708, #000 80%);
  overflow: scroll;
  max-height: 90vh;
  scrollbar-width: none;
  clip-path: polygon(
    0 0,
    calc(100% - var(--cut-size)) 0,
    100% var(--cut-size),
    100% 100%,
    0 100%
  );
}
@media (min-width: 768px) {
  .project .moreInfo-popup__wrapper-content {
    --cut-size: clamp(85px, 3vw, 40px);
  }
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper-content {
    --cut-size: clamp(80px, 3vw, 40px);
  }
}
.project .moreInfo-popup__wrapper .innerWrapper {
  position: relative;
  padding: 20px 20px 40px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper {
    padding: 20px 50px 60px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 99.5%;
  height: 99.7%;
  z-index: -1;
}
.project .moreInfo-popup__wrapper .innerWrapper__block {
  margin-top: 20px;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox {
  padding-left: 20px;
  margin: 20px 0;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox b {
  display: block;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox li {
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__block {
    gap: 15px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon {
  width: 25%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon {
    width: 12%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__icon img {
  width: 100%;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__txt {
  width: 70%;
  text-align: left;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-top__txt {
    width: 80%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-title {
  color: #fff;
  font-size: 20pxcee0cf;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-title {
    font-size: 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-text {
    font-size: 17px;
    margin: 10px 0 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-note {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-note {
    font-size: 13px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-bottom-gap: 20px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card {
  text-align: center;
  width: 50%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-middle__card {
    width: 50%;
  }
}
.project
  .moreInfo-popup__wrapper
  .innerWrapper
  .popup-middle__card.fullWidthSty {
  width: 100%;
}
@media (min-width: 996px) {
  .project
    .moreInfo-popup__wrapper
    .innerWrapper
    .popup-middle__card.fullWidthSty {
    width: 80%;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-middle.marginSty {
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-middle.marginSty {
    margin-bottom: 50px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock {
  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;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock {
    margin-bottom: 50px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item {
  text-align: center;
  width: calc((100% - 32px) / 2);
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item {
    width: calc((100% - 32px) / 3);
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .featureBlock__item h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-tag {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  background: #fff;
  color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c43232),
    to(#c9a44f)
  );
  background-image: linear-gradient(to right, #c43232, #c9a44f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 2px;
  padding: 8px 14px;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-tag {
    display: inline-block;
    width: auto;
    min-width: 280px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-bottom {
  text-align: center;
  margin-top: 20px;
}
.project .moreInfo-popup__wrapper-closebox {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin-left: auto;
  width: 11%;
  z-index: 100;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper-closebox {
    width: 7%;
  }
  .project .moreInfo-popup__wrapper-closebox span {
    font-size: 40px;
  }
}
.project .moreInfo-popup__wrapper-closebox:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-bottom: none;
  display: inline-block;
}
.project .moreInfo-popup .btnSty {
  display: inline-block;
  padding: 10px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e8070a),
    to(#f44701)
  );
  background: linear-gradient(to right, #e8070a, #f44701);
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup .btnSty {
    font-size: 16px;
  }
}
.project .moreInfo-popup .btnSty:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f44701),
    to(#e8070a)
  );
  background: linear-gradient(to right, #f44701, #e8070a);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.project .buynow__pager {
  position: relative;
  min-height: 50px;
  margin-top: 32px;
}
.project .buynow__pager .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 4px;
}
.project .slick-dots {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
@media (min-width: 996px) {
  .project .slick-dots {
    bottom: -10%;
  }
}
.project .slick-dots li {
  margin: 0 10px;
}
.project .slick-dots li button {
  background: #999;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  font-size: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.project .slick-dots li button:before {
  content: none;
}
.project .slick-dots li.slick-active button {
  width: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8b1f1f),
    to(#c9a44f)
  );
  background: linear-gradient(to right, #8b1f1f, #c9a44f);
}
.project .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.project .slick-prev,
.project .slick-next {
  display: block;
  width: 26px;
  height: 26px;
  z-index: 5;
}
.project .slick-prev.slick-disabled:hover,
.project .slick-next.slick-disabled:hover {
  -webkit-filter: none;
  filter: none;
}
.project .slick-prev:hover,
.project .slick-next:hover {
  -webkit-filter: drop-shadow(0 0 1px #e8d4a8) drop-shadow(0 0 1px #e8d4a8)
    drop-shadow(0 0 10px #e8d4a8);
  filter: drop-shadow(0 0 1px #e8d4a8) drop-shadow(0 0 1px #e8d4a8)
    drop-shadow(0 0 10px #e8d4a8);
}
.project .slick-prev::before,
.project .slick-next::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background:
    url(https://storage-asset.msi.com/event/2023/Corp/msi-with-adobe-cc/images/arrow-icon-off.png)
      center center no-repeat,
    -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(-20%, #8b1f1f),
        to(#c9a44f)
      );
  background:
    url(https://storage-asset.msi.com/event/2023/Corp/msi-with-adobe-cc/images/arrow-icon-off.png)
      center center no-repeat,
    linear-gradient(to right, #8b1f1f -20%, #c9a44f);
  color: #fff;
  padding: 5px;
  opacity: 1;
}
.project .slick-prev.slick-disabled:before,
.project .slick-next.slick-disabled:before {
  opacity: 1;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.project .slick-prev::before {
  -webkit-transform: rotate(180deg) scaleY(-1);
  transform: rotate(180deg) scaleY(-1);
}
@-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%;
  }
} /*# sourceMappingURL=main.css.map */

.project .badge img {
  text-align: center;
  margin: 3% auto;
  max-width: 60px;
}
