@charset "UTF-8";
@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes titleLine {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes titleLine {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes serieslight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400% 0;
  }
}
@keyframes serieslight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400% 0;
  }
}
@-webkit-keyframes exclusiveBlobDrift {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(36px, -28px) scale(1.06);
            transform: translate(36px, -28px) scale(1.06);
  }
  100% {
    -webkit-transform: translate(-22px, 32px) scale(0.97);
            transform: translate(-22px, 32px) scale(0.97);
  }
}
@keyframes exclusiveBlobDrift {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(36px, -28px) scale(1.06);
            transform: translate(36px, -28px) scale(1.06);
  }
  100% {
    -webkit-transform: translate(-22px, 32px) scale(0.97);
            transform: translate(-22px, 32px) scale(0.97);
  }
}
@-webkit-keyframes exclusiveArrowBounce {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
@keyframes exclusiveArrowBounce {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes fadebtn {
  0% {
    -webkit-box-shadow: inset 0 0 1px #ff28ff;
            box-shadow: inset 0 0 1px #ff28ff;
    opacity: 0.92;
  }
  100% {
    -webkit-box-shadow: inset 0 0 10px #ff6bff, 0 0 14px rgba(255, 40, 255, 0.35);
            box-shadow: inset 0 0 10px #ff6bff, 0 0 14px rgba(255, 40, 255, 0.35);
    opacity: 1;
  }
}
@keyframes fadebtn {
  0% {
    -webkit-box-shadow: inset 0 0 1px #ff28ff;
            box-shadow: inset 0 0 1px #ff28ff;
    opacity: 0.92;
  }
  100% {
    -webkit-box-shadow: inset 0 0 10px #ff6bff, 0 0 14px rgba(255, 40, 255, 0.35);
            box-shadow: inset 0 0 10px #ff6bff, 0 0 14px rgba(255, 40, 255, 0.35);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes chooseListBorderSweep {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes chooseListBorderSweep {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes chooseSpecH3ArrowDrift {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
}
@keyframes chooseSpecH3ArrowDrift {
  0% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
}
@-webkit-keyframes pcmagTxtboxLinkGlow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(226, 232, 240, 0)) drop-shadow(0 0 0 rgba(186, 230, 253, 0));
            filter: drop-shadow(0 0 0 rgba(226, 232, 240, 0)) drop-shadow(0 0 0 rgba(186, 230, 253, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px rgba(90, 90, 90, 0.5)) drop-shadow(0 0 22px rgba(226, 232, 240, 0.45)) drop-shadow(0 2px 8px rgba(148, 163, 184, 0.2));
            filter: drop-shadow(0 0 10px rgba(90, 90, 90, 0.5)) drop-shadow(0 0 22px rgba(226, 232, 240, 0.45)) drop-shadow(0 2px 8px rgba(148, 163, 184, 0.2));
  }
}
@keyframes pcmagTxtboxLinkGlow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(226, 232, 240, 0)) drop-shadow(0 0 0 rgba(186, 230, 253, 0));
            filter: drop-shadow(0 0 0 rgba(226, 232, 240, 0)) drop-shadow(0 0 0 rgba(186, 230, 253, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px rgba(90, 90, 90, 0.5)) drop-shadow(0 0 22px rgba(226, 232, 240, 0.45)) drop-shadow(0 2px 8px rgba(148, 163, 184, 0.2));
            filter: drop-shadow(0 0 10px rgba(90, 90, 90, 0.5)) drop-shadow(0 0 22px rgba(226, 232, 240, 0.45)) drop-shadow(0 2px 8px rgba(148, 163, 184, 0.2));
  }
}
@-webkit-keyframes pcmagTxtboxArrowDrift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes pcmagTxtboxArrowDrift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes kvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kvPdZoomThenFade {
  0% {
    -webkit-transform: scale(0.62);
            transform: scale(0.62);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes kvPdZoomThenFade {
  0% {
    -webkit-transform: scale(0.62);
            transform: scale(0.62);
    opacity: 0.25;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes kvTxtFadeDelayed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvTxtFadeDelayed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes supportBtnGlow {
  0%, 100% {
    -webkit-box-shadow: 0 8px 28px rgba(98, 0, 237, 0.38), 0 0 0 0 rgba(196, 107, 219, 0.35);
            box-shadow: 0 8px 28px rgba(98, 0, 237, 0.38), 0 0 0 0 rgba(196, 107, 219, 0.35);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-box-shadow: 0 12px 36px rgba(98, 0, 237, 0.52), 0 0 0 6px rgba(196, 107, 219, 0.22);
            box-shadow: 0 12px 36px rgba(98, 0, 237, 0.52), 0 0 0 6px rgba(196, 107, 219, 0.22);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes supportBtnGlow {
  0%, 100% {
    -webkit-box-shadow: 0 8px 28px rgba(98, 0, 237, 0.38), 0 0 0 0 rgba(196, 107, 219, 0.35);
            box-shadow: 0 8px 28px rgba(98, 0, 237, 0.38), 0 0 0 0 rgba(196, 107, 219, 0.35);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-box-shadow: 0 12px 36px rgba(98, 0, 237, 0.52), 0 0 0 6px rgba(196, 107, 219, 0.22);
            box-shadow: 0 12px 36px rgba(98, 0, 237, 0.52), 0 0 0 6px rgba(196, 107, 219, 0.22);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
html {
  scroll-behavior: smooth;
}

.project {
  background-color: #05030f;
  background-image: radial-gradient(ellipse 100% 70% at 8% -8%, rgba(0, 14, 224, 0.26) 0%, transparent 56%), radial-gradient(ellipse 90% 65% at 92% 102%, rgba(220, 146, 255, 0.2) 0%, transparent 52%), linear-gradient(165deg, #030208 0%, #05030f 45%, #0a0618 100%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: "neuzeit-grotesk", "novecento-sans", sans-serif;
}
.project .msi-carousel-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.project .msi-carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}
.project .msi-carousel-arrow:focus-visible {
  outline: 2px solid rgba(147, 197, 253, 0.85);
  outline-offset: 2px;
}
.project .msi-carousel-arrow.slick-disabled, .project .msi-carousel-arrow.swiper-button-disabled {
  opacity: 0.28;
  pointer-events: none;
}
.project .msi-carousel-arrow .msi-carousel-arrow__icon {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .msi-carousel-arrow.msi-carousel-arrow--prev .msi-carousel-arrow__icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 3px;
}
.project .msi-carousel-arrow.msi-carousel-arrow--next .msi-carousel-arrow__icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 2px;
}
.project .msi-carousel-arrow--prev {
  left: 6px;
  right: auto;
}
.project .msi-carousel-arrow--next {
  right: 6px;
  left: auto;
}
.project .slick-arrow::before {
  display: none !important;
}
@media (max-width: 995px) {
  .project {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
}
.project p, .project ul li {
  font-family: var(--MSIBodyFont);
}
.project .core, .project .choose, .project .game, .project .intro, .project .exclusive, .project .pcmag, .project .support, .project .series, .project .faq {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}
.project .commonTitle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 1% 0;
}
.project .commonTitle h2 {
  margin: 2% auto;
  font-size: clamp(24px, 2vw, 3vw);
  color: #fff;
}
.project .commonTitle h3 {
  background: linear-gradient(-20deg, rgb(0, 14, 224), rgb(220, 146, 255));
  background: linear-gradient(-20deg, rgb(255, 96, 20), rgb(167, 11, 255));
  background: linear-gradient(-20deg, rgb(10, 191, 255), rgb(227, 0, 255));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: clamp(20px, 1.5vw, 2vw);
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 0 2%;
}
.project .commonTitle h3::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #d30fff;
  display: inline-block;
}
.project .commonTitle h3::after {
  content: "";
  position: absolute;
  right: -5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #ff6014;
  border-right: 10px solid #1dafff;
  display: inline-block;
}
.project .commonTitle p {
  color: #ffffff;
  font-size: 17px;
  margin: 3% auto;
}
@media (max-width: 995px) {
  .project .commonTitle h2 {
    font-size: clamp(20px, 5vw, 26px);
  }
}
@media (min-width: 996px) {
  .project .commonTitle {
    width: 70%;
  }
  .project .commonTitle p {
    font-size: clamp(17px, 3.2vw, 0.9vw);
    color: #d6d6d6;
  }
}
@media (min-width: 1930px) {
  .project .commonTitle h2 {
    font-size: 40px;
  }
  .project .commonTitle h3 {
    font-size: 32px;
  }
  .project .commonTitle p {
    font-size: 17px;
  }
}
.project .gdt {
  padding: 2% 0 6%;
}
.project .gdt .gdt__list {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .project .gdt .gdt__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (min-width: 996px) {
  .project .gdt .gdt__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.project .gdt .gdt__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.project .gdt .gdt__list li:hover {
  border-color: rgba(220, 146, 255, 0.35);
  -webkit-box-shadow: 0 12px 32px rgba(98, 0, 237, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 12px 32px rgba(98, 0, 237, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.project .gdt .gdt__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  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;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(98, 0, 237, 0.38) 0%, rgba(196, 107, 219, 0.22) 100%);
  color: rgba(240, 230, 255, 0.95);
  font-size: 1rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.project .gdt .gdt__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.45;
  font-weight: 600;
  color: rgba(232, 226, 248, 0.94);
}
.project img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.project a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project nav {
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 100%;
  isolation: isolate;
  -webkit-box-shadow: 0 3px 10px rgba(124, 40, 255, 0.6);
          box-shadow: 0 3px 10px rgba(124, 40, 255, 0.6);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
.project nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 14, 224, 0.5)), color-stop(80%, rgb(0, 14, 224)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 5%, rgba(0, 14, 224, 0.5) 50%, rgb(0, 14, 224) 80%);
  background: rgb(0, 14, 224);
  background: rgb(0, 20, 183);
}
.project nav::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: #dc92ff;
  background: rgb(255, 107, 53);
}
.project .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.project .navBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 14, 224)), to(rgb(220, 146, 255)));
  background: linear-gradient(90deg, rgb(0, 14, 224) 0%, rgb(220, 146, 255) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 20, 183)), to(rgb(255, 107, 53)));
  background: linear-gradient(90deg, rgb(0, 20, 183) 0%, rgb(255, 107, 53) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 20, 183)), color-stop(50%, rgb(164, 13, 236)), to(rgb(255, 107, 53)));
  background: linear-gradient(90deg, rgb(0, 20, 183) 0%, rgb(164, 13, 236) 50%, rgb(255, 107, 53) 100%);
}
.project .navBox-item a {
  font-size: clamp(16px, 1.3vw, 2vw);
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.project .navBox-item a:hover {
  color: #dc92ff;
}
@media (min-width: 1930px) {
  .project .navBox-item a {
    font-size: 17px;
  }
}
.project #section-buying-guide,
.project #section-find-your-rig,
.project #section-why-choose-msi {
  scroll-margin-top: 56px;
}
@media (min-width: 996px) {
  .project #section-buying-guide,
  .project #section-find-your-rig,
  .project #section-why-choose-msi {
    scroll-margin-top: 60px;
  }
}
.project .pcmag {
  background: #d2d7e3;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.project .pcmag__img {
  position: relative;
  width: 100%;
}
.project .pcmag__img img {
  width: 100%;
}
.project .pcmag__txtbox {
  color: var(--color-black);
  display: grid;
  gap: 20px;
}
.project .pcmag__txtbox-icon {
  max-width: 200px;
  margin: auto !important;
}
.project .pcmag__txtbox-txt {
  text-align: center;
}
.project .pcmag__txtbox-txt h2 {
  font-weight: 700;
  color: var(--color-black);
  text-transform: uppercase;
}
.project .pcmag__txtbox-txt p {
  font-weight: 500;
  font-size: clamp(17px, 3.2vw, 0.9vw);
}
@media (min-width: 1930px) {
  .project .pcmag__txtbox-txt p {
    font-size: 17px;
  }
}
.project .pcmag__txtbox-right {
  text-align: right;
}
.project .pcmag__txtbox-list {
  display: grid;
  gap: 35px;
  margin-bottom: 30px;
}
@media (min-width: 996px) {
  .project .pcmag__txtbox-list {
    gap: 20px;
  }
}
.project .pcmag__txtbox-list a {
  display: block;
  background: url(https://storage-asset.msi.com/event/2026/cnd/best-gaming-desktop-pc/images/pcmag-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 5%;
  text-align: center;
  color: #000;
  position: relative;
  -webkit-animation: pcmagTxtboxLinkGlow 2.35s ease-in-out infinite;
          animation: pcmagTxtboxLinkGlow 2.35s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.22s ease, -webkit-filter 0.28s ease;
  transition: -webkit-transform 0.22s ease, -webkit-filter 0.28s ease;
  transition: transform 0.22s ease, filter 0.28s ease;
  transition: transform 0.22s ease, filter 0.28s ease, -webkit-transform 0.22s ease, -webkit-filter 0.28s ease;
  font-size: clamp(17px, 3.2vw, 0.9vw);
}
@media (min-width: 1930px) {
  .project .pcmag__txtbox-list a {
    font-size: 17px;
  }
}
.project .pcmag__txtbox-list a:hover, .project .pcmag__txtbox-list a:focus-visible {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 6px 14px rgba(203, 213, 225, 0.4)) drop-shadow(0 0 12px rgba(191, 219, 254, 0.35));
          filter: drop-shadow(0 6px 14px rgba(203, 213, 225, 0.4)) drop-shadow(0 0 12px rgba(191, 219, 254, 0.35));
}
@media (prefers-reduced-motion: reduce) {
  .project .pcmag__txtbox-list a {
    -webkit-animation: none;
            animation: none;
    -webkit-filter: none;
            filter: none;
  }
  .project .pcmag__txtbox-list a:hover, .project .pcmag__txtbox-list a:focus-visible {
    -webkit-filter: none;
            filter: none;
  }
}
.project .pcmag__txtbox-list a::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/best-gaming-desktop-pc/images/pcmag-btn-arrow.png) no-repeat center center;
  width: 20px;
  height: 12px;
  background-size: 100%;
  -webkit-animation: pcmagTxtboxArrowDrift 1.65s ease-in-out infinite;
          animation: pcmagTxtboxArrowDrift 1.65s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .project .pcmag__txtbox-list a::after {
    -webkit-animation: none;
            animation: none;
  }
}
.project .pcmag__txtbox-list a:hover::after, .project .pcmag__txtbox-list a:focus-visible::after {
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 996px) {
  .project .pcmag {
    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 .pcmag .msi__container {
    position: absolute;
  }
  .project .pcmag__txtbox {
    width: 60%;
    display: grid;
    gap: 30px;
  }
  .project .pcmag__txtbox-icon {
    margin: 0 !important;
  }
  .project .pcmag__txtbox-txt {
    width: 86%;
    text-align: left;
  }
  .project .pcmag__txtbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    margin-bottom: 0;
  }
}
.project .kv {
  position: relative;
  overflow: hidden;
}
.project .kv__imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.project .kv__imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.project .kv__shadowBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: kvFadeIn 0.36s ease-out 0.84s forwards;
          animation: kvFadeIn 0.36s ease-out 0.84s forwards;
  will-change: opacity;
}
.project .kv__shadowBox img {
  display: block;
  width: 100%;
  height: auto;
}
.project .kv__pdBox {
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: kvPdZoomThenFade 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          animation: kvPdZoomThenFade 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  will-change: transform, opacity;
}
.project .kv__pdBox img {
  display: block;
  width: 100%;
  height: auto;
}
.project .kv__txtBox {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  width: 90%;
  margin: auto;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: kvTxtFadeDelayed 1.2s ease-out 1s forwards;
          animation: kvTxtFadeDelayed 1.2s ease-out 1s forwards;
  will-change: opacity;
}
.project .kv__txtBox h1 {
  color: #ffffff;
  font-size: 10vw;
}
.project .kv__txtBox span {
  color: #ffffff;
  font-size: 6vw;
  display: block;
}
.project .kv__txtBox p {
  color: #ffffff;
  font-size: 3vw;
}
@media (prefers-reduced-motion: reduce) {
  .project .kv__shadowBox, .project .kv__pdBox {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    will-change: auto;
  }
  .project .kv__txtBox {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    will-change: auto;
  }
}
@media (max-width: 995px) {
  .project .kv__txtBox h1 {
    font-size: clamp(26px, 7.5vw, 40px);
  }
  .project .kv__txtBox span {
    font-size: clamp(15px, 4.2vw, 20px);
  }
  .project .kv__txtBox p {
    font-size: clamp(17px, 3.2vw, 0.9vw);
  }
}
@media (min-width: 996px) {
  .project .kv__txtBox {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    width: auto;
    margin: 0;
    z-index: 4;
  }
  .project .kv__txtBox h1 {
    color: #ffffff;
    font-size: 4.6vw;
    color: #ffffff;
    font-size: 3.8vw;
  }
  .project .kv__txtBox span {
    color: #ffffff;
    font-size: 2.3vw;
    color: #ffffff;
    font-size: 1.8vw;
    display: block;
  }
  .project .kv__txtBox p {
    color: #ffffff;
    font-size: 1.4vw;
    color: #ffffff;
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__txtBox p {
    font-size: 17px;
  }
}
.project .kvTxt {
  background: #000;
  padding: 1% 0;
}
.project .kvTxt p {
  font-size: clamp(17px, 3.2vw, 0.9vw);
  color: #fff;
  padding: 2% 0;
  text-align: center;
}
@media (min-width: 1930px) {
  .project .kvTxt p {
    font-size: 17px;
  }
}
.project .cateGap {
  position: relative;
  text-align: center;
  margin: 0 auto 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(8, 6, 22, 0.72);
  background-image: radial-gradient(ellipse 90% 60% at 50% -10%, rgba(98, 0, 237, 0.36) 0%, transparent 55%), linear-gradient(168deg, rgba(18, 12, 38, 0.94) 0%, rgba(8, 6, 22, 0.9) 60%, rgba(10, 8, 28, 0.9) 100%);
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 40px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 40px rgba(0, 0, 0, 0.35);
}
@media (min-width: 996px) {
  .project .cateGap {
    margin: 0 auto 2%;
  }
}
.project .cateGap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#05030f), color-stop(12%, rgba(5, 3, 15, 0)), color-stop(88%, rgba(5, 3, 15, 0)), to(#05030f));
  background: linear-gradient(90deg, #05030f 0%, rgba(5, 3, 15, 0) 12%, rgba(5, 3, 15, 0) 88%, #05030f 100%);
}
.project .cateGap h4 {
  font-size: clamp(18px, 0.7vw, 1vw);
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  background: linear-gradient(160deg, #ab7bff, #8a21ff);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 995px) {
  .project .intro__txtBox {
    width: 92%;
  }
  .project .intro__txtBox h2 {
    font-size: clamp(20px, 5vw, 26px);
  }
}
.project .intro__txtBox {
  text-align: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 996px) {
  .project .intro__txtBox {
    width: 80%;
  }
}
.project .core__slickBox {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 5%;
  overflow: hidden;
}
.project .core .core-slider__frame {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 48px;
  padding: 0 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 768px) {
  .project .core .core-slider__frame {
    max-width: 720px;
    padding: 0 0 28px;
  }
}
@media (min-width: 996px) {
  .project .core .core-slider__frame {
    max-width: 880px;
  }
}
.project .core .core-slider__nav {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.project .core .core-slider__nav .msi-carousel-arrow {
  pointer-events: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
.project .core .core-slider__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  gap: 12px;
  height: 60vh;
  background: #c1a4f9;
  background: #e3d5ff;
  border-radius: 24px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 14px 40px rgba(34, 35, 58, 0.15);
          box-shadow: 0 14px 40px rgba(34, 35, 58, 0.15);
}
.project .core .core-slider__card::before {
  content: "";
  position: absolute;
  top: -28%;
  left: -20%;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 32% 32%, rgba(98, 0, 237, 0.38) 0%, rgba(0, 14, 224, 0.14) 38%, rgba(220, 146, 255, 0.12) 55%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.project .core .core-slider__card::after {
  content: "";
  position: absolute;
  bottom: -24%;
  right: -16%;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 68% 68%, rgba(255, 130, 70, 0.26) 0%, rgba(220, 146, 255, 0.14) 42%, rgba(98, 0, 237, 0.08) 58%, transparent 74%);
  pointer-events: none;
  z-index: 0;
}
.project .core .core-slider__card > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .project .core .core-slider__card {
    gap: 20px;
    padding: 24px 28px;
  }
}
@media (min-width: 996px) {
  .project .core .core-slider__card {
    height: 400px;
  }
}
.project .core .core-slider__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .project .core .core-slider__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.project .core .core-slider__body > .core-slider__swiper.swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
}
.project .core .core-slider__pagination-slot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  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-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 768px) {
  .project .core .core-slider__pagination-slot {
    width: 36px;
  }
}
.project .core .core-slider__swiper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.project .core .core-slider__swiper.swiper {
  overflow: hidden !important;
  min-height: 0;
}
.project .core .core-slider__swiper.swiper-vertical .core-slider__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .core .core-slider__swiper .core-slider__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .core .core-slider__swiper .core-slider__swiper-slide {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.project .core .core-slider__swiper .core-slider__slide {
  height: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 12px;
}
@media (min-width: 996px) {
  .project .core .core-slider__swiper .core-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 25px;
  }
}
.project .core .core-slider__swiper .core-slider__img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.project .core .core-slider__swiper .core-slider__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .project .core .core-slider__swiper .core-slider__img {
    width: 50%;
    margin: 0;
    max-width: 250px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.project .core .core-slider__swiper .core-slider__pane {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .project .core .core-slider__swiper .core-slider__pane {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 996px) {
  .project .core .core-slider__swiper .core-slider__pane {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.project .core .core-slider__swiper .core-slider__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  color: #ffffff;
  color: #5c16e7;
  line-height: 1.2;
  margin-bottom: 8px;
}
.project .core .core-slider__swiper .core-slider__detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(194, 169, 240, 0.95) rgba(255, 255, 255, 0.14);
  scrollbar-gutter: stable;
}
@media (max-width: 995px) {
  .project .core .core-slider__swiper .core-slider__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 0;
  }
}
@media (min-width: 996px) {
  .project .core .core-slider__swiper .core-slider__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    max-height: clamp(160px, 17vw, 280px);
  }
}
.project .core .core-slider__swiper .core-slider__detail::-webkit-scrollbar {
  width: 2px;
}
.project .core .core-slider__swiper .core-slider__detail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  margin: 4px 0;
}
.project .core .core-slider__swiper .core-slider__detail::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(140, 58, 255)), to(rgb(196, 107, 219)));
  background: linear-gradient(180deg, rgb(140, 58, 255) 0%, rgb(196, 107, 219) 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.project .core .core-slider__swiper .core-slider__detail::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(120, 30, 250)), to(rgb(210, 130, 235)));
  background: linear-gradient(180deg, rgb(120, 30, 250) 0%, rgb(210, 130, 235) 100%);
}
.project .core .core-slider__swiper .core-slider__text {
  color: #ffffff;
  color: #3c359e;
  margin-bottom: 12px;
  line-height: 1.55em;
  font-size: clamp(17px, 3.2vw, 0.9vw);
}
@media (min-width: 1930px) {
  .project .core .core-slider__swiper .core-slider__text {
    font-size: 17px;
  }
}
.project .core .core-slider__swiper .core-slider__text:last-child {
  margin-bottom: 0;
}
.project .core .core-slider__frame .core-slider__pagination {
  position: relative !important;
  z-index: 2;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  pointer-events: none;
}
.project .core .core-slider__frame .core-slider__pagination.swiper-pagination-horizontal, .project .core .core-slider__frame .core-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal, .project .core .core-slider__frame .core-slider__pagination.swiper-pagination-vertical, .project .core .core-slider__frame .core-slider__pagination.swiper-pagination-bullets.swiper-pagination-vertical {
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}
.project .core .core-slider__frame .core-slider__pagination .swiper-pagination-bullet {
  pointer-events: auto;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.45;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
}
.project .core .core-slider__frame .core-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0 !important;
}
.project .core .core-slider__frame .core-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(180deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .choose__listBox {
  margin: 0 auto 5%;
  max-width: 1100px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  position: relative;
  isolation: isolate;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
}
.project .choose__listBox::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background: conic-gradient(from 0deg, rgba(80, 60, 130, 0.35) 0deg, rgba(80, 60, 130, 0.2) 55deg, rgba(67, 0, 83, 0.95) 72deg, rgba(0, 14, 224, 0.9) 80deg, rgba(13, 7, 70, 0.85) 88deg, rgba(0, 0, 0, 0.35) 100deg, rgba(80, 60, 130, 0.35) 360deg);
  -webkit-animation: chooseListBorderSweep 3s linear infinite;
          animation: chooseListBorderSweep 3s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .project .choose__listBox::after {
    -webkit-animation: none;
            animation: none;
    background: linear-gradient(135deg, rgba(50, 21, 134, 0.45) 0%, rgba(255, 255, 255, 0.6) 100%);
  }
}
.project .choose__listBox::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  height: 2px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
  border-radius: 2px;
}
.project .choose__listBox-inner {
  position: relative;
  z-index: 1;
  border-radius: 17px;
  overflow: hidden;
  background-color: rgba(10, 6, 24, 0.96);
  background-image: radial-gradient(ellipse 95% 70% at 12% 0%, rgba(98, 0, 237, 0.22) 0%, transparent 52%), radial-gradient(ellipse 75% 55% at 92% 88%, rgba(0, 14, 224, 0.16) 0%, transparent 48%), radial-gradient(ellipse 50% 40% at 50% 50%, rgba(220, 146, 255, 0.06) 0%, transparent 62%), linear-gradient(168deg, rgba(26, 16, 48, 0.98) 0%, rgba(12, 8, 26, 0.99) 42%, rgba(18, 12, 40, 0.98) 100%);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.project .choose__listBox-items {
  position: relative;
}
@media (min-width: 996px) {
  .project .choose__listBox-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "t1 t2 t3 t4" "p p p p";
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.project .choose__listBox-items .slick-slide {
  outline: none;
}
.project .choose__listBox-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 995px) {
  .project .choose__listBox-unit {
    padding: clamp(18px, 4vw, 26px) clamp(16px, 4vw, 24px);
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-unit {
    display: contents;
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-tab--col0 {
    grid-area: t1;
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-tab--col1 {
    grid-area: t2;
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-tab--col2 {
    grid-area: t3;
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-tab--col3 {
    grid-area: t4;
  }
}
.project .choose__listBox-slickDotsHost {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
  margin: 10px 0 0;
  min-height: 18px;
}
@media (min-width: 996px) {
  .project .choose__listBox-slickDotsHost {
    display: none !important;
    margin: 0;
    min-height: 0;
  }
}
.project .choose__listBox-slickDotsHost .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.project .choose__listBox-slickDotsHost .slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.project .choose__listBox-slickDotsHost .slick-dots li button {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.project .choose__listBox-slickDotsHost .slick-dots li.slick-active button {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .choose__listBox-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: min(100%, 140px);
  margin: 0;
  padding: clamp(14px, 2.2vw, 22px) clamp(10px, 1.5vw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  cursor: pointer;
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: rgba(200, 192, 220, 0.55);
  -webkit-transition: color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 996px) {
  .project .choose__listBox-tab:last-of-type {
    border-right: 0;
  }
}
@media (max-width: 995px) {
  .project .choose__listBox-tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-width: 0;
    border-right: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: clamp(16px, 4.2vw, 20px);
    color: transparent;
    background: linear-gradient(100deg, #fff4e0 0%, #ffc363 45%, #ffb35c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 996px) {
  .project .choose__listBox-tab:hover {
    color: rgba(245, 242, 255, 0.85);
  }
}
.project .choose__listBox-tab:focus-visible {
  outline: 2px solid rgba(255, 195, 99, 0.75);
  outline-offset: -2px;
  z-index: 1;
}
.project .choose__listBox-tab--active {
  color: transparent;
  background: linear-gradient(100deg, #fff4e0 0%, #ffc363 45%, #ffb35c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 179, 92, 0.85);
          box-shadow: inset 0 -1px 0 rgba(255, 179, 92, 0.85);
}
@media (max-width: 995px) {
  .project .choose__listBox-tab--active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.project .choose__listBox-panel {
  padding: clamp(18px, 3vw, 26px) clamp(16px, 3vw, 28px);
  color: rgba(245, 242, 255, 0.92);
  text-align: center;
}
@media (min-width: 996px) {
  .project .choose__listBox-panel {
    grid-area: p;
  }
}
.project .choose__listBox-panel[hidden] {
  display: none !important;
}
.project .choose__listBox p {
  margin: 0;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  line-height: 1.6;
  color: rgba(230, 225, 245, 0.88);
}
@media (min-width: 1930px) {
  .project .choose__listBox p {
    font-size: 17px;
  }
}
.project .choose__pdCarouselShell {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.project .choose__pdCarouselShell > .slick-arrow.msi-carousel-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project .choose__itemBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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 .choose__itemBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 65%;
    margin: auto;
  }
}
.project .choose__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  margin: auto;
}
@media (max-width: 995px) {
  .project .choose__itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .project .choose__itemBox-block.choose__img.choose__img--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    width: auto;
    min-width: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .project .choose__itemBox-block.choose__carouselBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    max-width: none;
    width: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 -5% 0 -2%;
  }
  .project .choose__itemBox-block.choose__img.choose__img--right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: clamp(12px, 3vw, 24px);
  }
}
@media (min-width: 996px) {
  .project .choose__itemBox {
    width: 66%;
    margin-right: -6%;
    margin-left: 8%;
  }
}
.project .choose__itemBox-block {
  width: 90%;
  margin: auto;
}
@media (min-width: 996px) {
  .project .choose__itemBox-block {
    width: calc(33.3333333333% - 10px);
    margin: 0;
  }
}
.project .choose__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 995px) {
  .project .choose__img {
    height: auto;
    max-height: none;
    min-height: 0;
  }
}
.project .choose__img--left {
  width: 30%;
  margin-top: 7%;
  margin-right: -8%;
  margin-top: 10%;
}
@media (max-width: 995px) {
  .project .choose__img--left {
    width: 100%;
    max-width: 100%;
    margin-right: -8%;
  }
}
.project .choose__img p:nth-of-type(1) {
  position: absolute;
  top: 25%;
  top: 19%;
  left: 2%;
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 996px) {
  .project .choose__img p:nth-of-type(1) {
    font-size: 1vw;
  }
}
@media (min-width: 1930px) {
  .project .choose__img p:nth-of-type(1) {
    font-size: 17px;
  }
}
.project .choose__img p:nth-of-type(2) {
  position: absolute;
  top: 25%;
  top: 19%;
  left: 19%;
  color: #fff;
  font-size: 2.7vw;
  height: 25px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .choose__img p:nth-of-type(2) {
    font-size: 18px;
  }
}
.project .choose__img picture {
  display: block;
  width: 92.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .project .choose__img picture {
    width: 94.5%;
  }
}
@media (min-width: 996px) {
  .project .choose__img picture {
    width: 31.5%;
  }
}
.project .choose__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 995px) {
  .project .choose__img img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 995px) {
  .project .choose__img--left picture {
    width: 31.5%;
    height: auto;
    aspect-ratio: 83/495;
  }
}
.project .choose__spec {
  position: relative;
  text-align: center;
  min-height: 9.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10% auto 6%;
}
@media (min-width: 768px) {
  .project .choose__spec {
    min-height: 10.5em;
  }
}
@media (min-width: 996px) {
  .project .choose__spec {
    margin: 2% auto;
    margin-right: -10%;
  }
}
.project .choose__spec h3 {
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 996px) {
  .project .choose__spec h3 {
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .project .choose__spec h3 {
    font-size: 22px;
  }
}
.project .choose__spec p {
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 996px) {
  .project .choose__spec p {
    font-size: 1vw;
  }
}
@media (min-width: 1930px) {
  .project .choose__spec p {
    font-size: 17px;
  }
}
.project .choose__spec .choose__specItem {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 0;
}
.project .choose__spec .choose__specItem--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.project .choose__spec .choose__specItem:has(h3 > a) h3 {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: none;
  background: radial-gradient(ellipse 100% 130% at 20% -5%, rgba(125, 211, 252, 0.35) 0%, transparent 46%), radial-gradient(ellipse 75% 95% at 90% 100%, rgba(167, 139, 250, 0.4) 0%, transparent 48%), linear-gradient(122deg, #6366f1 0%, #7c3aed 22%, #4f46e5 44%, #2563eb 66%, #06b6d4 88%, #8b5cf6 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), inset 0 -12px 28px rgba(30, 27, 75, 0.22), 0 4px 24px rgba(37, 99, 235, 0.35), 0 0 40px rgba(124, 58, 237, 0.28), 0 0 64px rgba(56, 189, 248, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), inset 0 -12px 28px rgba(30, 27, 75, 0.22), 0 4px 24px rgba(37, 99, 235, 0.35), 0 0 40px rgba(124, 58, 237, 0.28), 0 0 64px rgba(56, 189, 248, 0.18);
  font-size: clamp(15px, 3.5vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 0 20px rgba(186, 230, 253, 0.25);
}
@media (min-width: 996px) {
  .project .choose__spec .choose__specItem:has(h3 > a) h3 {
    font-size: clamp(14px, 1.05vw, 18px);
  }
}
@media (min-width: 1930px) {
  .project .choose__spec .choose__specItem:has(h3 > a) h3 {
    font-size: 18px;
  }
}
.project .choose__spec .choose__specItem:has(h3 > a) h3 a {
  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;
  gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 8px 15px;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, text-shadow 0.25s ease;
  transition: opacity 0.2s ease, text-shadow 0.25s ease;
}
.project .choose__spec .choose__specItem:has(h3 > a) h3 a:hover {
  opacity: 1;
  text-shadow: 0 0 24px rgba(165, 243, 252, 0.55), 0 0 8px rgba(56, 189, 248, 0.35);
}
.project .choose__spec .choose__specItem:has(h3 > a) h3 a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.45em;
  height: 0.45em;
  border-right: 2px solid #e0f2fe;
  border-bottom: 2px solid #e0f2fe;
  -webkit-box-shadow: 2px 2px 10px rgba(56, 189, 248, 0.45);
          box-shadow: 2px 2px 10px rgba(56, 189, 248, 0.45);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.98;
  -webkit-animation: chooseSpecH3ArrowDrift 1.65s ease-in-out infinite;
          animation: chooseSpecH3ArrowDrift 1.65s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .project .choose__spec .choose__specItem:has(h3 > a) h3 a::after {
    -webkit-animation: none;
            animation: none;
  }
}
.project .choose__spec .choose__specItem:has(h3 > a) p {
  font-size: 2.5vw;
  line-height: 1.45;
  background: rgba(79, 65, 218, 0.1);
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 996px) {
  .project .choose__spec .choose__specItem:has(h3 > a) p {
    font-size: 0.82vw;
  }
}
@media (min-width: 1930px) {
  .project .choose__spec .choose__specItem:has(h3 > a) p {
    font-size: 14px;
  }
}
.project .choose__spec .choose__specItem:has(h3 > a) p b {
  display: inline-block;
  font-weight: 700;
  font-size: 4vw;
  background: radial-gradient(ellipse 90% 110% at 25% 8%, rgba(255, 247, 237, 0.95) 0%, rgba(254, 215, 170, 0.5) 28%, transparent 48%), radial-gradient(ellipse 70% 95% at 85% 92%, rgba(116, 175, 253, 0.7) 0%, transparent 46%), linear-gradient(120deg, #fff7ed 0%, #ffedd5 14%, #8274fd 30%, #9d74ff 48%, #ae4aff 64%, #c774ff 80%, #d122fd 94%, #fed7aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .project .choose__spec .choose__specItem:has(h3 > a) p b {
    font-size: 1.2vw;
  }
}
@media (min-width: 1930px) {
  .project .choose__spec .choose__specItem:has(h3 > a) p b {
    font-size: 24px;
  }
}
.project .choose__spec .choose__specItem:has(h3 > a) p:nth-last-of-type(1) {
  border: 0;
}
.project .choose__carouselBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  overflow: visible;
  margin: 0 -5% 0 -2%;
}
@media (min-width: 996px) {
  .project .choose__carouselBlock {
    max-width: none;
  }
}
@media (max-width: 995px) {
  .project .choose__carouselBlock {
    max-width: none;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.project .choose__slickBox--slider.slick-slider, .project .choose__slickBox--slider {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  touch-action: pan-x pinch-zoom;
  -ms-touch-action: pan-x pinch-zoom;
}
.project .choose__slickBox--slider .slick-list {
  overflow: hidden;
  margin: 0;
}
@media (max-width: 995px) {
  .project .choose__slickBox--slider .slick-list {
    min-height: var(--choose-mob-picture-h) !important;
    height: var(--choose-mob-picture-h) !important;
  }
}
.project .choose__slickBox--slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 995px) {
  .project .choose__slickBox--slider .slick-track {
    min-height: var(--choose-mob-picture-h) !important;
    height: 100% !important;
  }
}
.project .choose__slickBox--slider .slick-slide {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 995px) {
  .project .choose__slickBox--slider .slick-slide {
    min-height: var(--choose-mob-picture-h) !important;
    height: var(--choose-mob-picture-h) !important;
  }
}
.project .choose__slickBox--slider .slick-slide > div {
  margin: 0;
  padding: 0;
}
@media (max-width: 995px) {
  .project .choose__slickBox--slider .slick-slide > div {
    height: 100%;
    min-height: var(--choose-mob-picture-h);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .choose__slickBox .choose__slickBox-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 0;
}
@media (max-width: 995px) {
  .project .choose__slickBox .choose__slickBox-slide {
    height: 100%;
    min-height: var(--choose-mob-picture-h);
    max-height: var(--choose-mob-picture-h);
  }
}
.project .choose__slickBox-item {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .project .choose__slickBox-item {
    padding: 10px 12px 0;
    padding: 0;
  }
}
@media (max-width: 995px) {
  .project .choose__slickBox-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-height: 100%;
  }
}
.project .choose__slickBox-item picture {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 500/417;
  height: auto;
}
@media (max-width: 995px) {
  .project .choose__slickBox-item picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 500/417;
  }
}
.project .choose__slickBox-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 995px) {
  .project .choose__slickBox-item img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.project .choose__slickBox--slider .choose__slickBox-slide--5 .choose__slickBox-item picture, .project .choose__slickBox--slider .choose__slickBox-slide--6 .choose__slickBox-item picture, .project .choose__slickBox--slider .choose__slickBox-slide--7 .choose__slickBox-item picture {
  aspect-ratio: 500/417;
  height: auto;
}
.project .choose__slickDots--manual {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  margin-top: 8px;
  pointer-events: auto;
}
.project .choose__slickDots--manual li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.project .choose__slickDots-manualBtn {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.project .choose__slickDots-manualBtn--active {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .choose__txtSlick.swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.project .choose__txtSlick-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .choose__txtSlick-txt {
  text-align: center;
  margin: 10% auto 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .choose__txtSlick-txt p {
  color: #ffffff;
  line-height: 1.55em;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  margin: 0;
}
@media (min-width: 1930px) {
  .project .choose__txtSlick-txt p {
    font-size: 17px;
  }
}
.project .game {
  overflow: hidden;
  padding: 5% 0;
}
@media (min-width: 996px) {
  .project .game {
    padding: 0;
  }
}
.project .game__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin: 1% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .project .game__navBox {
    gap: 16px;
    margin-bottom: 15px;
  }
}
.project .game__navBox-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(88, 72, 140, 0.55);
  border-radius: 14px;
  background: rgba(24, 18, 48, 0.6);
  color: rgba(220, 210, 255, 0.88);
  text-align: center;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .game__navBox-item h3 {
  margin: 0;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.3;
}
.project .game__navBox-item:hover:not(.project .game__navBox-item--active) {
  border-color: rgba(140, 110, 200, 0.45);
  color: #f0eaff;
}
.project .game__navBox-item:focus-visible {
  outline: 2px solid rgb(196, 107, 219);
  outline-offset: 2px;
}
.project .game__navBox-item--active {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, rgb(120, 48, 255) 0%, rgb(98, 0, 237) 42%, rgb(196, 107, 219) 100%);
  -webkit-box-shadow: 0 8px 28px rgba(98, 0, 237, 0.35);
          box-shadow: 0 8px 28px rgba(98, 0, 237, 0.35);
}
.project .game__specFilter {
  padding: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(14px, 1.1vw, 17px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .game__specFilter p {
  margin: 0;
}
.project .game__searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 3% auto;
  padding: 22px 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(140, 110, 220, 0.5);
  background: linear-gradient(165deg, rgba(26, 16, 48, 0.95) 0%, rgba(8, 6, 22, 0.92) 45%, rgba(14, 10, 32, 0.96) 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(98, 0, 237, 0.18), 0 10px 36px rgba(0, 0, 0, 0.4), 0 0 56px rgba(98, 0, 237, 0.14);
          box-shadow: 0 0 0 1px rgba(98, 0, 237, 0.18), 0 10px 36px rgba(0, 0, 0, 0.4), 0 0 56px rgba(98, 0, 237, 0.14);
  overflow: hidden;
}
.project .game__searchBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 14, 224)), color-stop(50%, rgb(196, 107, 219)), to(rgb(255, 145, 90)));
  background: linear-gradient(90deg, rgb(0, 14, 224) 0%, rgb(196, 107, 219) 50%, rgb(255, 145, 90) 100%);
  opacity: 0.95;
  pointer-events: none;
}
@media (min-width: 996px) {
  .project .game__searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 26px 26px;
    gap: 8px 12px;
  }
}
.project .game__searchBox-txt {
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .project .game__searchBox-txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    text-align: left;
    max-width: 650px;
  }
}
.project .game__searchBox-txt p {
  margin: 0 0 14px;
  font-size: clamp(17px, 1vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  background: linear-gradient(100deg, #ffffff 0%, #e8d8ff 55%, #c4b5fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(196, 107, 219, 0.35);
}
@media (min-width: 996px) {
  .project .game__searchBox-txt p {
    margin: 0;
  }
}
.project .game__searchBox-input {
  width: 100%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 996px) {
  .project .game__searchBox-input {
    margin: 0;
  }
}
.project .game__searchBox-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: clamp(15px, 1.05vw, 17px);
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.project .game__searchBox-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.project .game__searchBox-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.project .game__searchBox-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.project .game__searchBox-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.project .game__searchBox-input input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.project .game__searchBox-input input:focus {
  border-color: rgba(196, 107, 219, 0.85);
  -webkit-box-shadow: 0 0 0 3px rgba(98, 0, 237, 0.28);
          box-shadow: 0 0 0 3px rgba(98, 0, 237, 0.28);
}
.project .game__searchBox-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 14px 0 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: clamp(15px, 1.05vw, 17px);
}
@media (min-width: 996px) {
  .project .game__searchBox-btn {
    margin: 0;
  }
}
.project .game__searchBox-btn button {
  cursor: pointer;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: inherit;
  letter-spacing: 0.03em;
  background-image: linear-gradient(135deg, rgb(120, 48, 255) 0%, rgb(98, 0, 237) 40%, rgb(196, 107, 219) 72%, rgb(255, 145, 90) 100%);
  background-size: 220% 220%;
  background-position: 0% 40%;
  -webkit-box-shadow: 0 6px 22px rgba(98, 0, 237, 0.45);
          box-shadow: 0 6px 22px rgba(98, 0, 237, 0.45);
  -webkit-transition: background-position 0.22s ease, -webkit-box-shadow 0.25s ease;
  transition: background-position 0.22s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, background-position 0.22s ease;
  transition: box-shadow 0.25s ease, background-position 0.22s ease, -webkit-box-shadow 0.25s ease;
}
.project .game__searchBox-btn button:hover {
  -webkit-box-shadow: 0 8px 32px rgba(98, 0, 237, 0.6);
          box-shadow: 0 8px 32px rgba(98, 0, 237, 0.6);
  background-position: 8% 45%;
}
.project .game__searchBox-btn button:active {
  background-position: 92% 58%;
}
.project .game__panel {
  width: 100%;
  margin: 0 auto 5%;
}
@media (min-width: 996px) {
  .project .game__panel {
    width: 80%;
  }
}
.project .game__bundleShell {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(44px, 5.5vw, 64px);
  padding-right: clamp(44px, 5.5vw, 64px);
}
.project .game__bundleBox.game__bundleSwiper {
  position: relative;
  width: 100%;
  padding-bottom: 44px;
}
.project .game .game__bundleShell .game__bundleBox-button-prev.msi-carousel-arrow--prev {
  left: 4px;
}
.project .game .game__bundleShell .game__bundleBox-button-next.msi-carousel-arrow--next {
  right: 4px;
}
.project .game__bundleBox .game__bundleBox-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .game__bundleBox .game__bundleBox-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .project .game__bundleBox .game__bundleBox-page {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
}
.project .game__bundleBox-item {
  height: 100%;
}
.project .game__bundleBox-txt {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #fff;
  text-align: center;
  margin: 2% auto;
}
.project .game__bundleBox-img img {
  width: 100%;
  height: auto;
  display: block;
}
.project .game__bundleBox-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  text-align: center;
}
.project .game__bundleBox-pagination.swiper-pagination-horizontal, .project .game__bundleBox-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 6px !important;
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
}
.project .game__bundleBox-pagination .swiper-pagination-bullet {
  pointer-events: auto;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.45;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
}
.project .game__bundleBox-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 0 6px !important;
}
.project .game__bundleBox-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .game__bundleBox-button-prev, .project .game__bundleBox-button-next {
  margin-top: 0;
}
.project .explore__slickBox.swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 12px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .project .explore__slickBox.swiper {
    padding: 0 16px 8px;
  }
}
.project .explore__slickBox .explore__slickBox-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.project .explore__slickBox .explore__slickBox-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .explore__slickBox-item {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  padding: 20px 18px;
}
.project .explore__slickBox-item picture,
.project .explore__slickBox-item img {
  display: block;
  width: 100%;
  height: auto;
}
.project .explore__itemBox-feature h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 75px;
  margin: 0 0 12px;
  padding: 12px 14px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(160, 190, 255, 0.4);
  background: linear-gradient(118deg, rgb(26, 18, 120) 0%, rgb(62, 0, 180) 32%, rgb(0, 72, 210) 62%, rgb(110, 40, 200) 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 6px 18px rgba(30, 0, 90, 0.45);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 6px 18px rgba(30, 0, 90, 0.45);
}
.project .explore__itemBox-name h5 {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
.project .explore__itemBox-pd {
  margin: 12px 0;
}
.project .explore__itemBox-txt {
  position: relative;
  margin-top: 4px;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .explore__itemBox-txt-trigger {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 8px;
  padding: 2px 6px;
  border-radius: 6px;
  background: #5f00f7;
  border: 1px solid #895dba;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #d9c2ff;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.25s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.25s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.25s ease;
}
.project .explore__itemBox-txt-trigger:focus-visible {
  outline: 2px solid rgba(180, 160, 255, 0.85);
  outline-offset: 2px;
}
.project .explore__itemBox-txt-detail {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #d0d0d0;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  line-height: 1.55;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  -webkit-transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
  transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
  text-align: center;
}
@media (min-width: 1930px) {
  .project .explore__itemBox-txt-detail {
    font-size: 17px;
  }
}
.project .explore__itemBox-txt--open .explore__itemBox-txt-trigger {
  background: linear-gradient(145deg, rgb(0, 150, 230) 0%, rgb(130, 70, 255) 100%);
  border-color: rgba(160, 230, 255, 0.65);
  color: #ffffff;
  -webkit-box-shadow: 0 0 14px rgba(80, 180, 255, 0.45), 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 14px rgba(80, 180, 255, 0.45), 0 2px 10px rgba(0, 0, 0, 0.3);
}
.project .explore__itemBox-txt--open .explore__itemBox-txt-detail {
  max-height: 28em;
  opacity: 1;
  padding: 4px 0 0;
}
.project .explore__slickBox-pagination {
  position: relative !important;
  margin-top: 20px;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .explore__slickBox-pagination.swiper-pagination-horizontal, .project .explore__slickBox-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto !important;
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
}
.project .explore__slickBox-pagination .swiper-pagination-bullet {
  pointer-events: auto;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.45;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
}
.project .explore__slickBox-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 0 6px !important;
}
.project .explore__slickBox-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .explore__slickBox-button-prev, .project .explore__slickBox-button-next {
  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;
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.project .explore__slickBox-button-prev::after, .project .explore__slickBox-button-next::after {
  display: none;
}
.project .explore__slickBox-button-prev:hover, .project .explore__slickBox-button-next:hover {
  background: rgba(255, 255, 255, 0.22);
}
.project .explore__slickBox-button-prev.swiper-button-disabled, .project .explore__slickBox-button-next.swiper-button-disabled {
  opacity: 0.28;
  pointer-events: none;
}
.project .explore__slickBox-button-prev {
  left: 4px;
}
.project .explore__slickBox-button-next {
  right: 4px;
}
.project .exclusive {
  position: relative;
  overflow: hidden;
  padding: 0 0 6%;
  isolation: isolate;
}
.project .exclusive .msi__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .project .exclusive__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project .exclusive__flexBox .exclusive__contBox-title {
    width: 52%;
  }
  .project .exclusive__flexBox .exclusive__contBox-block-img {
    width: 40%;
  }
}
.project .exclusive__contBox-title {
  margin: 3% auto 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .exclusive__contBox-title {
    width: 70%;
  }
}
.project .exclusive__contBox-title h6 {
  font-size: clamp(18px, 1.2vw, 22px);
  color: #da91ff;
}
@media (min-width: 1930px) {
  .project .exclusive__contBox-title h6 {
    color: #da91ff;
    font-size: 20px;
  }
}
.project .exclusive__contBox-title h4 {
  font-size: clamp(24px, 1.6vw, 30px);
  color: #ffffff;
  margin: 10px auto 3%;
}
@media (min-width: 1930px) {
  .project .exclusive__contBox-title h4 {
    color: #ffffff;
    font-size: 26px;
  }
}
.project .exclusive__contBox-title p {
  font-size: clamp(17px, 3.2vw, 0.9vw);
  color: rgba(232, 224, 255, 0.94);
  line-height: 1.65;
}
@media (min-width: 1930px) {
  .project .exclusive__contBox-title p {
    font-size: 17px;
  }
}
.project .exclusive__contBox-title p a {
  color: #dc92ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.project .exclusive__contBox-title p a:hover {
  color: #ffffff;
}
.project .exclusive__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.project .exclusive__cell > .exclusive__itemBox {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 22px 16px 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  outline: none;
  -webkit-transition: background 0.38s ease, border-color 0.38s ease, opacity 0.32s ease, -webkit-transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.15), -webkit-box-shadow 0.38s ease;
  transition: background 0.38s ease, border-color 0.38s ease, opacity 0.32s ease, -webkit-transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.15), -webkit-box-shadow 0.38s ease;
  transition: transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.15), box-shadow 0.38s ease, background 0.38s ease, border-color 0.38s ease, opacity 0.32s ease;
  transition: transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.15), box-shadow 0.38s ease, background 0.38s ease, border-color 0.38s ease, opacity 0.32s ease, -webkit-transform 0.38s cubic-bezier(0.22, 0.68, 0, 1.15), -webkit-box-shadow 0.38s ease;
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .project .exclusive__cell > .exclusive__itemBox {
    background: rgba(26, 20, 48, 0.92);
  }
}
.project .exclusive__cell > .exclusive__itemBox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
  z-index: 1;
}
.project .exclusive__cell > .exclusive__itemBox::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.06) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.38s ease;
  transition: opacity 0.38s ease;
  pointer-events: none;
  z-index: 2;
}
.project .exclusive__cell > .exclusive__itemBox:hover::after {
  opacity: 1;
}
.project .exclusive__cell > .exclusive__itemBox:hover {
  -webkit-transform: translateY(-6px) scale(1.02);
          transform: translateY(-6px) scale(1.02);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 22px 52px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(220, 146, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.35);
          box-shadow: 0 22px 52px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(220, 146, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.project .exclusive__cell > .exclusive__itemBox:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 14, 224, 0.55), 0 12px 36px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 3px rgba(0, 14, 224, 0.55), 0 12px 36px rgba(0, 0, 0, 0.4);
}
.project .exclusive__cell--active {
  z-index: 2;
}
.project .exclusive__contBox-block {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}
.project .exclusive__contBox-block--active {
  display: block;
  z-index: 3;
  width: 100%;
  max-width: none;
  margin: 0;
}
.project .exclusive__contBox-block-inner {
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  padding: clamp(18px, 2.2vw, 30px) clamp(16px, 2vw, 28px);
  background: rgba(14, 10, 32, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-transition: border-color 0.4s ease, -webkit-box-shadow 0.45s ease;
  transition: border-color 0.4s ease, -webkit-box-shadow 0.45s ease;
  transition: border-color 0.4s ease, box-shadow 0.45s ease;
  transition: border-color 0.4s ease, box-shadow 0.45s ease, -webkit-box-shadow 0.45s ease;
}
.project .exclusive__contBox-block--active .exclusive__contBox-block-inner {
  border-color: rgba(196, 107, 219, 0.5);
  -webkit-box-shadow: 0 18px 52px rgba(98, 0, 237, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
          box-shadow: 0 18px 52px rgba(98, 0, 237, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.project .exclusive__contBox-block-img {
  width: 70%;
  margin: 5% auto;
  position: relative;
}
.project .exclusive__videoBtn {
  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;
  margin-top: clamp(14px, 2vw, 22px);
  position: relative;
  z-index: 5;
}
.project .exclusive__videoBtn a,
.project .exclusive__videoBtn a.videoBtn {
  position: relative;
  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;
  gap: 0.55em;
  padding: 0.65em 1.35em 0.65em 1.05em;
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(255, 244, 232, 0.98);
  text-shadow: 0 0 20px rgba(255, 120, 55, 0.55), 0 0 36px rgba(255, 90, 40, 0.25);
  border-radius: 2px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  border: 1px solid rgba(255, 149, 72, 0.75);
  background: linear-gradient(102deg, transparent 0%, rgba(255, 130, 60, 0.18) 40%, rgba(255, 94, 0, 0.14) 52%, transparent 100%), linear-gradient(148deg, rgba(26, 12, 28, 0.92) 0%, rgba(14, 8, 22, 0.94) 45%, rgba(28, 14, 18, 0.9) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 200, 150, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 100, 45, 0.28), 0 4px 22px rgba(0, 0, 0, 0.5), 0 0 32px rgba(255, 110, 48, 0.32), 0 0 56px rgba(255, 80, 30, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 200, 150, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 100, 45, 0.28), 0 4px 22px rgba(0, 0, 0, 0.5), 0 0 32px rgba(255, 110, 48, 0.32), 0 0 56px rgba(255, 80, 30, 0.12);
  -webkit-transition: border-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.project .exclusive__videoBtn a::before,
.project .exclusive__videoBtn a.videoBtn::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 0.06em;
  border-style: solid;
  border-width: 0.34em 0 0.34em 0.56em;
  border-color: transparent transparent transparent #ffb04a;
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 140, 60, 0.95));
          filter: drop-shadow(0 0 8px rgba(255, 140, 60, 0.95));
}
.project .exclusive__videoBtn a:hover,
.project .exclusive__videoBtn a.videoBtn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #ffffff;
  text-shadow: 0 0 26px rgba(255, 140, 70, 0.75), 0 0 48px rgba(255, 100, 40, 0.35);
  border-color: rgba(255, 180, 100, 0.92);
  background: linear-gradient(102deg, transparent 0%, rgba(255, 150, 70, 0.28) 38%, rgba(255, 100, 45, 0.22) 55%, transparent 100%), linear-gradient(148deg, rgba(34, 16, 32, 0.94) 0%, rgba(18, 10, 26, 0.96) 45%, rgba(36, 18, 22, 0.92) 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 220, 180, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 140, 80, 0.45), 0 8px 36px rgba(0, 0, 0, 0.55), 0 0 44px rgba(255, 120, 50, 0.45), 0 0 72px rgba(255, 90, 35, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 220, 180, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 140, 80, 0.45), 0 8px 36px rgba(0, 0, 0, 0.55), 0 0 44px rgba(255, 120, 50, 0.45), 0 0 72px rgba(255, 90, 35, 0.2);
}
.project .exclusive__videoBtn a:active,
.project .exclusive__videoBtn a.videoBtn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-color: rgba(255, 120, 55, 0.65);
  text-shadow: 0 0 14px rgba(255, 110, 50, 0.45);
}
.project .exclusive__videoBtn a:focus-visible,
.project .exclusive__videoBtn a.videoBtn:focus-visible {
  outline: 2px solid rgba(255, 160, 80, 0.95);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .project .exclusive__videoBtn a,
  .project .exclusive__videoBtn a.videoBtn {
    -webkit-transition: none;
    transition: none;
  }
  .project .exclusive__videoBtn a:hover,
  .project .exclusive__videoBtn a.videoBtn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.project .exclusive__itemBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .exclusive__txtBox {
  position: relative;
  z-index: 3;
}
.project .exclusive__txtBox p {
  margin: 0 0 0.35em;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #da91ff;
}
.project .exclusive__txtBox h4 {
  margin: 0;
  font-size: clamp(20px, 1.2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
}
.project .exclusive__txtBox-arrow {
  display: block;
  width: 9px;
  height: 9px;
  margin: 14px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: exclusiveArrowBounce 1.45s ease-in-out infinite;
          animation: exclusiveArrowBounce 1.45s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 0 6px rgba(220, 146, 255, 0.35));
          filter: drop-shadow(0 0 6px rgba(220, 146, 255, 0.35));
}
@media (prefers-reduced-motion: reduce) {
  .project .exclusive__txtBox-arrow {
    -webkit-animation: none;
            animation: none;
  }
}
.project .exclusive__btnBox {
  position: relative;
  z-index: 3;
}
.project .exclusive__itemBox--inactive {
  opacity: 0.4;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-filter: saturate(0.75);
          filter: saturate(0.75);
}
.project .exclusive__itemBox--inactive:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}
.project .exclusive__itemBox--inactive::after {
  opacity: 0;
}
.project .exclusive__itemBox--inactive .exclusive__txtBox-arrow {
  opacity: 0.35;
  -webkit-animation: none;
          animation: none;
}
.project .exclusive__itemBox--expanded {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(196, 107, 219, 0.5);
  -webkit-transform: translateY(-4px) scale(1.03);
          transform: translateY(-4px) scale(1.03);
  -webkit-box-shadow: 0 0 0 1px rgba(196, 107, 219, 0.35), 0 20px 50px rgba(98, 0, 237, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38);
          box-shadow: 0 0 0 1px rgba(196, 107, 219, 0.35), 0 20px 50px rgba(98, 0, 237, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}
.project .exclusive__itemBox--expanded:hover {
  -webkit-transform: translateY(-4px) scale(1.03);
          transform: translateY(-4px) scale(1.03);
}
.project .exclusive__itemBox--expanded::after {
  opacity: 0.85;
}
.project .exclusive__itemBox--expanded .exclusive__txtBox-arrow {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 1;
  border-right-color: rgba(220, 146, 255, 0.95);
  border-bottom-color: rgba(220, 146, 255, 0.95);
}
@media (min-width: 996px) {
  .project .exclusive__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 576px) and (max-width: 995px) {
  .project .exclusive__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
.project .exclusive .exclusive__itemBoxWrap > .exclusive__cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 995px) {
  .project .exclusive .exclusive__itemBoxWrap > .exclusive__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 996px) {
  .project .exclusive .exclusive__itemBoxWrap > .exclusive__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}
.project .exclusive #exclusive-block-2 .aihmi {
  width: 100%;
  position: relative;
  padding: 0 0 50px;
  overflow: hidden;
}
.project .exclusive #exclusive-block-2 .aihmi .msi__container {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .exclusive #exclusive-block-2 .aihmiSlider {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 56px) 0;
  overflow: hidden;
  position: relative;
}
.project .exclusive #exclusive-block-2 .aihmiSlider h2.title--main {
  text-align: center;
  margin-bottom: 24px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  margin: 5px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox h3 {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox .slickhr::after {
  content: "";
  display: block;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MEG-Vision-X/hr-bg.png") no-repeat;
  background-size: cover;
  width: 80%;
  height: 5px;
  border: none;
  margin: 15px auto 10px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox p {
  font-size: 16px;
  color: #fff;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox a {
  color: #ccc;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video {
  width: 100%;
  padding: 10px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video .video-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video .video-container iframe,
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video .video-container object,
.project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .exclusive #exclusive-block-2 .aihmi__img {
  width: 100%;
  position: relative;
}
.project .exclusive #exclusive-block-2 .aihmi__img-video {
  position: absolute;
  z-index: 2;
  width: 37.6%;
  top: 13.7%;
  left: 33.6%;
}
.project .exclusive #exclusive-block-2 .aihmi__img-video video {
  width: 100%;
  max-height: 100%;
}
.project .exclusive #exclusive-block-2 .aihmi__img-base {
  position: relative;
  z-index: 1;
  margin: 0;
}
.project .exclusive #exclusive-block-2 .aihmi__img-base picture,
.project .exclusive #exclusive-block-2 .aihmi__img-base img {
  display: block;
  width: 100%;
  height: auto;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 0;
  list-style: none;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li {
  width: auto;
  display: inline-block;
  margin: 0 !important;
  list-style: none;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li button {
  pointer-events: auto;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.45;
  border-radius: 8px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease, background 0.3s ease;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li button::before {
  display: none;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li.slick-active button {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-prev,
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-next {
  z-index: 10;
}
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-prev::before,
.project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-next::before {
  display: none;
}
.project .exclusive #exclusive-block-2 .aihmiSlider .slick-prev.msi-carousel-arrow {
  left: 6px;
}
.project .exclusive #exclusive-block-2 .aihmiSlider .slick-next.msi-carousel-arrow {
  right: 6px;
}
@media (min-width: 996px) {
  .project .exclusive #exclusive-block-2 .aihmi {
    padding: 8% 0;
  }
  .project .exclusive #exclusive-block-2 .aihmi .msi__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick {
    width: 95%;
  }
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick-item {
    margin: 10px 5px;
  }
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick-item .txtbox {
    min-height: 200px;
    padding: 0 20px;
  }
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li button {
    width: 12px;
  }
  .project .exclusive #exclusive-block-2 .aihmiSlider__slick .slick-dots li.slick-active button {
    width: 30px;
  }
}
.project .exclusive #exclusive-block-3 .ezUpgrade {
  padding: 8px 0 4px;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__grid {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__card {
  position: relative;
  border-radius: 18px;
  padding: 18px 16px 20px;
  background: linear-gradient(160deg, rgba(31, 18, 56, 0.75) 0%, rgba(10, 9, 34, 0.9) 100%);
  -webkit-box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
          box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.5s ease, border-color 0.35s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.35s ease;
  transition: opacity 0.5s ease, border-color 0.35s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, border-color 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.35s ease;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__card h4 {
  margin: 10px 0 8px;
  font-size: clamp(17px, 1.35vw, 24px);
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__card p {
  margin: 0;
  color: rgba(236, 230, 255, 0.92);
  font-size: clamp(17px, 3.2vw, 0.9vw);
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1930px) {
  .project .exclusive #exclusive-block-3 .ezUpgrade__card p {
    font-size: 17px;
  }
}
.project .exclusive #exclusive-block-3 .ezUpgrade__card a {
  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;
  margin: 14px auto 0;
  min-width: 132px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__card--show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__media {
  margin: 0 auto;
  width: min(100%, 360px);
}
.project .exclusive #exclusive-block-3 .ezUpgrade__media picture,
.project .exclusive #exclusive-block-3 .ezUpgrade__media img {
  display: block;
  width: 100%;
  height: auto;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__switch {
  position: relative;
  overflow: hidden;
}
.project .exclusive #exclusive-block-3 .ezUpgrade__switch .switch-on {
  position: absolute;
  inset: 0;
  -webkit-animation: fade 2s ease-in-out infinite;
          animation: fade 2s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .exclusive #exclusive-block-3 .ezUpgrade {
    padding: 16px 0 8px;
  }
  .project .exclusive #exclusive-block-3 .ezUpgrade__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .project .exclusive #exclusive-block-3 .ezUpgrade__card {
    padding: 22px 20px 24px;
    min-height: 100%;
  }
  .project .exclusive #exclusive-block-3 .ezUpgrade__card:nth-child(2) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .project .exclusive #exclusive-block-3 .ezUpgrade__card:nth-child(2).ezUpgrade__card--show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.project .exclusive #exclusive-block-5 .exclusive__contBox-block-inner {
  overflow: visible;
}
.project .exclusive #exclusive-block-5 #engine {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.project .exclusive #exclusive-block-5 #engine::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
}
.project .exclusive #exclusive-block-5 #engine h2.title--main {
  text-align: center;
  margin: 30px auto 20px;
  color: #fff;
}
.project .exclusive #exclusive-block-5 #engine h2 {
  text-align: center;
  margin: 30px auto 20px;
}
.project .exclusive #exclusive-block-5 #engine .contentBox {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
}
.project .exclusive #exclusive-block-5 #engine .contentBox--active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  height: auto;
}
.project .exclusive #exclusive-block-5 #engine .textBox__figure {
  width: 100px;
  margin: 0 auto;
}
.project .exclusive #exclusive-block-5 #engine .textBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .exclusive #exclusive-block-5 #engine .textBox__firstTxt {
  margin: 20px 0;
  text-align: center;
  color: #fff;
}
.project .exclusive #exclusive-block-5 #engine .textBox__firstTxt span {
  display: block;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn {
  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;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 5px 10px;
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
  padding: 10px 20px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#bd346d), to(#543dc6));
  background: linear-gradient(to right, #bd346d 0%, #543dc6 100%);
}
.project .exclusive #exclusive-block-5 #engine .engine__btn--active {
  color: #fff;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item1.engine__btn--active,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item1:hover {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-X3-AI-2nd/engine__btn-item1-bg.png") center center no-repeat;
  background-size: cover;
  border-color: rgba(0, 0, 0, 0);
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item1.engine__btn--active span,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item1:hover span {
  background: linear-gradient(45deg, #a9ffde, #fff, #ff88ff, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item2.engine__btn--active,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#c8bbaa), color-stop(#ceb7a4), to(#cda28f));
  background: linear-gradient(to right, #c8bbaa, #ceb7a4, #cda28f);
  border-color: #fff;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item2.engine__btn--active span {
  color: #fff;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item4.engine__btn--active,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item4:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
  border-color: #454748;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item4.engine__btn--active span,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item4:hover span {
  color: #454748;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item3.engine__btn--active,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item3:hover {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/desktop/MPG-Infinite-X3-AI-2nd/engine__btn-item3-bg.jpg") center center no-repeat;
  background-size: cover;
  border-color: #fff;
}
.project .exclusive #exclusive-block-5 #engine .engine__btn-item3.engine__btn--active span,
.project .exclusive #exclusive-block-5 #engine .engine__btn-item3:hover span {
  background: linear-gradient(45deg, #eaccf3, #daf8f7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.project .exclusive #exclusive-block-5 #engine.engine--noShow {
  display: none;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__video {
  position: absolute;
  top: 51.5%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  z-index: 2;
}
.project .exclusive #exclusive-block-5 #engine .moveBox {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  min-height: clamp(500px, 28vw, 58vw);
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg > figure:first-of-type {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg > figure:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg-position {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  pointer-events: none;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg-position picture {
  display: block;
  width: 100%;
  height: 100%;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg-position img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
}
.project .exclusive #exclusive-block-5 #engine .moveBox__bg-active {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
@media (max-width: 995px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox__bg-position img {
    -o-object-position: center 38%;
       object-position: center 38%;
  }
}
@media (min-width: 996px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox__bg-position img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.project .exclusive #exclusive-block-5 #engine .moveBox .artist {
  position: relative;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene {
  max-width: 1920px;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.7);
          transform: translate(-50%, -50%) scale(1.7);
  width: 29.5vw;
  margin: 0 auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 5;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene__figure {
  width: 30vw;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -0.5%);
          transform: translate(-50%, -0.5%);
  z-index: 10;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .leftBtn {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -9%;
  cursor: pointer;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .leftBtn:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .leftBtn::after {
  font-size: 2.5vw;
  content: "❮";
  color: #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .rightBtn {
  position: absolute;
  z-index: 2;
  top: 30%;
  right: -9%;
  cursor: pointer;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .rightBtn:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .rightBtn::after {
  font-size: 2.5vw;
  content: "❯";
  color: #252525;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.project .exclusive #exclusive-block-5 #engine .moveBox .scene .animationActive {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 415px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene {
    top: 25%;
  }
}
@media (min-width: 576px) {
  .project .exclusive #exclusive-block-5 #engine .engine__btn-item {
    width: auto;
    margin: 5px;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox__bg {
    width: 100%;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene {
    max-width: 1920px;
    top: 25%;
    left: 50%;
    width: 29.5vw;
    z-index: 5;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene__figure {
    width: 30.5vw;
    top: 0%;
    left: 50%;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene .leftBtn {
    top: 35%;
    left: -7%;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene .rightBtn {
    top: 35%;
    right: -7%;
  }
}
@media (min-width: 996px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene {
    top: 12%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox__video {
    width: 55%;
    top: 52%;
    left: 48.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 575px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox {
    min-height: 360px;
  }
}
@media (min-width: 1930px) {
  .project .exclusive #exclusive-block-5 #engine .moveBox {
    max-width: 100%;
  }
  .project .exclusive #exclusive-block-5 #engine .moveBox .scene {
    top: 12%;
  }
}
.project .exclusive #exclusive-block-5 #engine .carousel {
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(-288px);
          transform: translateZ(-288px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell {
  position: absolute;
  width: 29.8vw;
  left: -0.2vw;
  top: 0vw;
  font-weight: bold;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(1) {
  -webkit-transform: rotateY(0deg) translateZ(288px);
          transform: rotateY(0deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(2) {
  -webkit-transform: rotateY(40deg) translateZ(288px);
          transform: rotateY(40deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(3) {
  -webkit-transform: rotateY(80deg) translateZ(288px);
          transform: rotateY(80deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(4) {
  -webkit-transform: rotateY(120deg) translateZ(288px);
          transform: rotateY(120deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(5) {
  -webkit-transform: rotateY(160deg) translateZ(288px);
          transform: rotateY(160deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(6) {
  -webkit-transform: rotateY(200deg) translateZ(288px);
          transform: rotateY(200deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(7) {
  -webkit-transform: rotateY(240deg) translateZ(288px);
          transform: rotateY(240deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell:nth-child(8) {
  -webkit-transform: rotateY(280deg) translateZ(288px);
          transform: rotateY(280deg) translateZ(288px);
}
.project .exclusive #exclusive-block-5 #engine .carousel__cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .exclusive #exclusive-block-5 #engine .carousel .cell-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.project .exclusive #exclusive-block-5 #engine .carousel .cell-opacityHalf {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
}
@media (min-width: 576px) {
  .project .exclusive #exclusive-block-5 #engine .carousel__cell {
    width: 30.2vw;
    top: 0.1vw;
  }
}
.project .exclusive #exclusive-block-5 #engine .carousel-options {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.project .exclusive #exclusive-block-6 .software {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
  background: transparent;
}
.project .exclusive #exclusive-block-6 .software__flex {
  display: grid;
  gap: 30px;
  margin: 30px auto;
}
.project .exclusive #exclusive-block-6 .software__flex-item {
  position: relative;
}
.project .exclusive #exclusive-block-6 .software__flex-item .icon {
  max-width: 150px;
  margin: 30px auto;
}
.project .exclusive #exclusive-block-6 .software__flex-item a {
  display: block;
  color: #fff;
  font-size: 17px;
  width: 80%;
  margin: 30px auto;
  padding: 10px;
  border-radius: 40px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: inset 0 0 1px #ff28ff;
          box-shadow: inset 0 0 1px #ff28ff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: fadebtn 0.5s infinite alternate ease-in-out;
          animation: fadebtn 0.5s infinite alternate ease-in-out;
}
.project .exclusive #exclusive-block-6 .software__flex-item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project .exclusive #exclusive-block-6 .software__flex-item p {
  color: #fff;
  font-size: clamp(17px, 3.2vw, 0.9vw);
}
@media (min-width: 1930px) {
  .project .exclusive #exclusive-block-6 .software__flex-item p {
    font-size: 17px;
  }
}
.project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::before, .project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#8918fb), color-stop(#e97cfc), color-stop(#802bf8), color-stop(#d634fe), color-stop(#9c5df9), color-stop(#f67efb), to(#febdfb));
  background: linear-gradient(to left, #8918fb, #e97cfc, #802bf8, #d634fe, #9c5df9, #f67efb, #febdfb);
}
.project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::before {
  top: -5px;
  left: 50%;
}
.project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::after {
  bottom: -30px;
  left: 50%;
}
@media (min-width: 996px) {
  .project .exclusive #exclusive-block-6 .software__flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 80px auto;
  }
  .project .exclusive #exclusive-block-6 .software__flex-item a {
    width: 50%;
    margin: 40px auto 0;
  }
  .project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::before,
  .project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(#030208), color-stop(#1d114d), color-stop(#16103d), to(#030208));
    background: linear-gradient(to bottom, #030208, #1d114d, #16103d, #030208);
  }
  .project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::before {
    top: 50%;
    left: -30px;
  }
  .project .exclusive #exclusive-block-6 .software__flex-item:nth-child(2)::after {
    top: 50%;
    right: -30px;
    left: auto;
  }
}
.project .support {
  padding: 0 0 5%;
}
.project .support__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .support__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1%;
  padding: 14px 5px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(88, 72, 140, 0.55);
  border-radius: 14px;
  background: rgba(24, 18, 48, 0.6);
  color: rgba(220, 210, 255, 0.88);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(135deg, rgb(120, 48, 255) 0%, rgb(98, 0, 237) 42%, rgb(196, 107, 219) 100%);
  -webkit-box-shadow: 0 8px 28px rgba(98, 0, 237, 0.35);
          box-shadow: 0 8px 28px rgba(98, 0, 237, 0.35);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 400px;
  width: 50%;
  -webkit-animation: supportBtnGlow 2.6s ease-in-out infinite;
          animation: supportBtnGlow 2.6s ease-in-out infinite;
  will-change: transform, box-shadow;
}
@media (min-width: 996px) {
  .project .support__btnBox {
    min-width: 300px;
    width: auto;
    padding: 14px 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project .support__btnBox {
    -webkit-animation: none;
            animation: none;
  }
}
.project .support__btnBox a {
  font-size: clamp(18px, 1.1vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.project .support__btnBox:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: 0 0 15px rgba(66, 0, 158, 0.7), 0 0 28px rgba(192, 82, 255, 0.7);
          box-shadow: 0 0 15px rgba(66, 0, 158, 0.7), 0 0 28px rgba(192, 82, 255, 0.7);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.project .series__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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 .series__flexBox {
    width: 60%;
    margin: auto;
  }
}
.project .series__itemBox-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.project .series__itemBox-img::after {
  content: "";
  position: absolute;
  inset: -1%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(60deg, transparent 18%, rgba(56, 189, 248, 0.5) 32%, rgba(168, 85, 247, 0.55) 48%, rgba(196, 107, 219, 0.45) 55%, rgba(34, 197, 94, 0.35) 68%, transparent 100%);
  background-size: 400% 100%;
  background-position: 0 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.2;
  mix-blend-mode: screen;
  -webkit-animation: serieslight 8s infinite;
          animation: serieslight 8s infinite;
}
.project .series__itemBox-img a {
  display: block;
  line-height: 0;
}
.project .series__itemBox-img picture,
.project .series__itemBox-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.project .series__itemBox-img img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.project .series__itemBox-img:hover::after {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}
.project .series__itemBox-img:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.project .faq {
  padding: 5% 0;
}
.project .faq__itemBoxWrap {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .project .faq__itemBoxWrap {
    gap: 16px;
  }
}
.project .faq__itemBox {
  border: 1px solid rgba(126, 114, 156, 0.38);
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 24, 40, 0.9)), to(rgba(16, 14, 24, 0.95)));
  background: linear-gradient(180deg, rgba(28, 24, 40, 0.9) 0%, rgba(16, 14, 24, 0.95) 100%);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transition: border-color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.project .faq__itemBox h5 {
  margin: 0;
  padding: 16px 56px 16px 18px;
  font-size: clamp(18px, 1.1vw, 24px);
  line-height: 1.4;
  font-weight: 600;
  color: rgba(245, 242, 255, 0.5);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.project .faq__itemBox h5:hover {
  color: rgba(245, 242, 255, 0.95);
}
.project .faq__itemBox h5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(150, 138, 182, 0.55);
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(13, 11, 20, 0.75);
  -webkit-transition: border-color 0.25s ease, background 0.25s ease;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.project .faq__itemBox h5::after {
  content: "+";
  position: absolute;
  top: 52%;
  right: 28px;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  font-size: 16px;
  line-height: 1;
  color: rgba(212, 204, 236, 0.9);
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}
.project .faq__itemBox h5:focus-visible {
  outline: 2px solid rgba(168, 151, 214, 0.7);
  outline-offset: -2px;
}
@media (min-width: 1930px) {
  .project .faq__itemBox h5 {
    font-size: 20px;
  }
}
.project .faq__itemBox p {
  margin: 0;
  padding: 0 18px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  line-height: 1.7;
  color: rgba(228, 224, 240, 0.92);
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}
@media (min-width: 1930px) {
  .project .faq__itemBox p {
    font-size: 17px;
  }
}
.project .faq__itemBox p a {
  color: #c7b5ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(199, 181, 255, 0.6);
}
.project .faq__itemBox p a:hover {
  color: #ded2ff;
}
.project .faq__itemBox--open {
  border-color: rgba(168, 151, 214, 0.62);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 52, 0.92)), to(rgba(20, 17, 30, 0.96)));
  background: linear-gradient(180deg, rgba(36, 31, 52, 0.92) 0%, rgba(20, 17, 30, 0.96) 100%);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}
.project .faq__itemBox--open h5 {
  color: #ffffff;
}
.project .faq__itemBox--open h5::before {
  border-color: rgba(186, 171, 227, 0.72);
  background: rgba(44, 34, 70, 0.65);
}
.project .faq__itemBox--open h5::after {
  content: "–";
  color: rgba(236, 230, 252, 0.95);
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%);
}
.project .faq__itemBox--open p {
  padding: 0 18px 18px;
  max-height: 420px;
  opacity: 1;
}
.project #toolbar {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 10, 28, 0.88)), to(rgba(5, 3, 15, 0.94)));
  background: linear-gradient(180deg, rgba(14, 10, 28, 0.88) 0%, rgba(5, 3, 15, 0.94) 100%);
  -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
          box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.project #toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.project #toolbar ul img {
  width: 20px;
  margin: 0 auto;
}
.project #toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.project #toolbar ul li a {
  display: block;
  padding: 10px 6px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.35s ease, color 0.3s ease, -webkit-box-shadow 0.35s ease, -webkit-transform 0.3s ease;
  transition: background 0.35s ease, color 0.3s ease, -webkit-box-shadow 0.35s ease, -webkit-transform 0.3s ease;
  transition: background 0.35s ease, box-shadow 0.35s ease, color 0.3s ease, transform 0.3s ease;
  transition: background 0.35s ease, box-shadow 0.35s ease, color 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.35s ease, -webkit-transform 0.3s ease;
}
.project #toolbar ul li a:hover {
  color: rgba(255, 245, 235, 0.95);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 65, 0.24)), color-stop(32%, rgba(255, 98, 50, 0.2)), color-stop(55%, rgba(255, 88, 48, 0.16)), to(rgba(36, 18, 26, 0.5)));
  background: linear-gradient(180deg, rgba(255, 118, 65, 0.24) 0%, rgba(255, 98, 50, 0.2) 32%, rgba(255, 88, 48, 0.16) 55%, rgba(36, 18, 26, 0.5) 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 160, 100, 0.18), 0 4px 22px rgba(255, 95, 40, 0.14);
          box-shadow: 0 0 0 1px rgba(255, 160, 100, 0.18), 0 4px 22px rgba(255, 95, 40, 0.14);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.project #toolbar ul #gotop a {
  cursor: pointer;
}
.project #toolbar ul #gotop a:focus-visible {
  outline: 2px solid rgba(255, 160, 90, 0.9);
  outline-offset: 2px;
}
@media (min-width: 996px) {
  .project #toolbar {
    z-index: 300;
    left: auto;
    width: auto;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    right: 0;
    bottom: 0;
    top: auto;
    background: none;
  }
  .project #toolbar ul {
    display: block;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project #toolbar ul li {
    margin: 2px 0;
  }
  .project #toolbar ul li a {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(230, 226, 240, 0.55);
    background: linear-gradient(165deg, rgba(16, 12, 28, 0.55) 0%, rgba(10, 8, 20, 0.72) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 14px rgba(0, 0, 0, 0.28);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 14px rgba(0, 0, 0, 0.28);
    padding: 14px 15px;
    -webkit-transition: border-color 0.32s ease, background 0.32s ease, color 0.28s ease, -webkit-box-shadow 0.32s ease, -webkit-transform 0.32s ease;
    transition: border-color 0.32s ease, background 0.32s ease, color 0.28s ease, -webkit-box-shadow 0.32s ease, -webkit-transform 0.32s ease;
    transition: border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease, transform 0.32s ease, color 0.28s ease;
    transition: border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease, transform 0.32s ease, color 0.28s ease, -webkit-box-shadow 0.32s ease, -webkit-transform 0.32s ease;
  }
  .project #toolbar ul li a:hover {
    color: rgba(255, 248, 240, 0.98);
    border-color: rgba(255, 160, 95, 0.45);
    background: linear-gradient(200deg, rgba(255, 132, 80, 0.34) 0%, rgba(255, 108, 58, 0.24) 26%, rgba(255, 92, 48, 0.16) 48%, rgba(72, 36, 38, 0.72) 76%, rgba(12, 10, 22, 0.94) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 200, 160, 0.14), 0 0 0 1px rgba(255, 145, 85, 0.22), 0 8px 30px rgba(255, 90, 40, 0.18);
            box-shadow: inset 0 1px 0 rgba(255, 200, 160, 0.14), 0 0 0 1px rgba(255, 145, 85, 0.22), 0 8px 30px rgba(255, 90, 40, 0.18);
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.project #filterbox {
  padding: 0 25px 60px;
}
.project #filterbox .container {
  max-width: 1200px;
  margin: 0 auto;
}
.project #filterbox h2 {
  font-size: var(--title-xl);
  text-transform: uppercase;
  font-weight: bold;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(236, 65, 241, 0.3)), color-stop(55%, rgba(236, 65, 241, 0.5)), color-stop(80%, rgba(236, 65, 241, 0.3)), to(rgba(236, 65, 241, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(236, 65, 241, 0.3) 30%, rgba(236, 65, 241, 0.5) 55%, rgba(236, 65, 241, 0.3) 80%, rgba(236, 65, 241, 0) 100%);
  padding: 15px 20px;
  border-radius: 5px;
  display: block;
  position: relative;
  text-align: center;
}
.project #filterbox h2::before, .project #filterbox h2::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(45%, rgba(236, 65, 241, 0.6)), color-stop(55%, rgba(236, 65, 241, 0.6)), to(rgba(255, 51, 51, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(236, 65, 241, 0.6) 45%, rgba(236, 65, 241, 0.6) 55%, rgba(255, 51, 51, 0) 100%);
}
.project #filterbox h2::before {
  top: 0;
  -webkit-animation: 3s titleLine infinite ease;
          animation: 3s titleLine infinite ease;
}
.project #filterbox h2::after {
  bottom: 0;
  -webkit-animation: 3s titleLine 0.2s infinite ease;
          animation: 3s titleLine 0.2s infinite ease;
}
.project #filterbox .nosp,
.project #filterbox h3,
.project #filterbox h4 {
  font-size: var(--title-lg);
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 45px 0 20px;
}
.project #filterbox h3 {
  text-align: center;
}
.project #filterbox h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.project #filterbox #show-ad-filter {
  width: 40px;
  height: 40px;
  border: #ec41f1 1px solid;
  border-radius: 40px;
  font-size: 30px;
  color: #ec41f1;
  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;
  margin: 0 auto 20px;
}
.project #filterbox #show-ad-filter span:last-child {
  display: none;
}
.project #filterbox .main-model li {
  border: #fff 1px solid;
  border-radius: 10px;
  margin: 10px 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
.project #filterbox .main-model label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  position: relative;
  padding: 25px;
  background: rgba(0, 0, 0, 0.6);
}
.project #filterbox .main-model label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: #fff 1px solid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-top: 8px;
}
.project #filterbox .main-model label span {
  display: block;
  margin-left: 8px;
}
.project #filterbox .main-model label b {
  display: block;
}
.project #filterbox .main-model input[type=checkbox] {
  display: none;
}
.project #filterbox .main-model input[type=checkbox]:checked + label {
  color: #ec41f1;
}
.project #filterbox .main-model input[type=checkbox]:checked + label::before {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/images/icon-check.png") top center no-repeat;
  background-size: cover;
  background-color: #ec41f1;
  border-color: #ec41f1;
}
.project #filterbox .main-model input[type=checkbox]:disabled ~ label {
  color: #999;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.01);
}
.project #filterbox .main-model input[type=checkbox]:disabled + label::before {
  color: #999;
  cursor: not-allowed;
  border-color: #999;
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/images/icon-del.png") top center no-repeat;
  background-size: cover;
}
.project #filterbox #ad-filter {
  display: none;
}
.project #filterbox #ad-filter .tr {
  border: #333 1px solid;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px auto;
}
.project #filterbox #ad-filter .th {
  background: #444;
  text-align: center;
  padding: 8px;
}
.project #filterbox #ad-filter .td {
  padding: 15px;
}
.project #filterbox #ad-filter .td li {
  padding: 8px;
}
.project #filterbox #ad-filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.project #filterbox #ad-filter label:hover {
  color: #ec41f1;
}
.project #filterbox #ad-filter label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: #fff 1px solid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-top: 8px;
}
.project #filterbox #ad-filter label span {
  display: block;
  margin-left: 8px;
}
.project #filterbox #ad-filter input[type=checkbox] {
  display: none;
}
.project #filterbox #ad-filter input[type=checkbox]:checked ~ label {
  color: #ec41f1;
}
.project #filterbox #ad-filter input[type=checkbox]:checked + label::before {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/images/icon-check.png") top center no-repeat;
  background-size: cover;
  background-color: #ec41f1;
  border-color: #ec41f1;
}
.project #filterbox #ad-filter input[type=checkbox]:disabled ~ label {
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}
.project #filterbox #ad-filter input[type=checkbox]:disabled + label::before {
  color: #666;
  cursor: not-allowed;
  border-color: #999;
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/images/icon-del.png") top center no-repeat;
  background-size: cover;
}
.project #filterbox #ad-filter-bt {
  text-align: center;
  padding-top: 25px;
  display: none;
}
.project #filterbox #ad-filter-bt button {
  text-transform: uppercase;
  padding: 15px 25px;
  border: #ec41f1 1px solid;
  color: #ec41f1;
  outline: none;
  font-size: 100%;
}
.project #filterbox #ad-filter-bt button:hover {
  background: #ec41f1;
  color: #fff;
}
.project #filterbox #result-pd {
  color: #fff;
}
.project #filterbox #result-pd input[type=checkbox] {
  display: none;
}
.project #filterbox #result-pd .pd {
  margin: 45px auto;
  text-align: center;
}
.project #filterbox #result-pd .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto 0;
}
.project #filterbox #result-pd .bt button {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 16px;
  outline: none;
  text-transform: uppercase;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  text-align: center;
  width: 100%;
}
.project #filterbox #result-pd .bt button label {
  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;
  padding: 10px;
  cursor: pointer;
}
.project #filterbox #result-pd .bt button label .compare {
  width: 10px;
  height: 2px;
  margin-right: 5px;
  background: #fff;
  position: relative;
}
.project #filterbox #result-pd .bt button label .compare::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.project #filterbox #result-pd .bt button img {
  width: 10px;
  margin-right: 5px;
}
.project #filterbox #result-pd .bt button:last-child {
  background: rgba(255, 255, 255, 0.5);
}
.project #filterbox #result-pd .bt button input[type=checkbox] {
  display: none;
}
.project #filterbox #result-pd .bt button input[type=checkbox]:checked + label {
  background: #ec41f1;
}
.project #filterbox #result-pd .bt button input[type=checkbox]:checked + label .compare::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.project #filterbox #result-pd .bt button:hover {
  background: #ec41f1;
}
.project #filterbox #bt-more-result button {
  text-transform: uppercase;
  padding: 15px 25px;
  border: #ec41f1 1px solid;
  color: #ec41f1;
  outline: none;
  font-size: 100%;
  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;
  margin: 0 auto;
}
.project #filterbox #bt-more-result button:hover {
  background: #ec41f1;
  color: #fff;
}
.project #filterbox #bt-more-result .plus {
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 5px;
  background: #ec41f1;
  position: relative;
}
.project #filterbox #bt-more-result .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #ec41f1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .project #filterbox #result-pd .pd {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 25px 10px;
    background: rgba(34, 34, 34, 0.8);
  }
  .project #filterbox #result-pd .pd:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background: rgba(236, 65, 241, 0.1);
    border-color: #ec41f1;
    -webkit-box-shadow: #ec41f1 0 0 20px;
            box-shadow: #ec41f1 0 0 20px;
  }
  .project #filterbox #result-pd .pd:hover .bt button {
    background: rgba(236, 65, 241, 0.1);
  }
  .project #filterbox #result-pd .pd:hover .bt button:last-child {
    background: rgba(236, 65, 241, 0.3);
  }
  .project #filterbox #result-pd .pd:hover .bt button:hover {
    background: rgba(236, 65, 241, 0.8);
  }
  .project #filterbox #result-pd .pd .img {
    padding: 15px;
    margin-top: 25px;
  }
}
@media (min-width: 996px) {
  .project #filterbox #ad-filter,
  .project #filterbox #ad-filter-bt {
    display: block;
  }
  .project #filterbox #show-ad-filter {
    display: none;
  }
  .project #filterbox .main-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project #filterbox .main-model li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 25px;
  }
  .project #filterbox .main-model li:last-child {
    margin-right: 0;
  }
  .project #filterbox #ad-filter .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .project #filterbox #ad-filter .th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    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: #111;
  }
  .project #filterbox #ad-filter .td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
    background: rgba(51, 51, 51, 0.9);
    text-align: left;
  }
  .project #filterbox #ad-filter .td ul {
    width: 100%;
  }
  .project #filterbox #ad-filter .td li {
    display: inline-block;
    width: calc(25% - 10px);
    margin-right: 8px;
  }
  .project #filterbox #ad-filter .td li:nth-child(4n) {
    margin-right: 0;
  }
  .project #filterbox #result-pd .pd {
    width: calc(25% - 40px);
    margin: 25px 20px;
  }
  .project #filterbox h3 {
    padding: 60px 0 10px;
  }
  .project #filterbox #bt-more-result {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

#comparedrawer {
  overflow: visible;
}

#comparedrawer .container-fluid {
  overflow: visible;
}

#comparedrawer .btn-close {
  z-index: 30;
  pointer-events: auto;
}

#comparedrawer-container.comparedrawer-fully-closed {
  display: none !important;
  pointer-events: none;
}

#comparedrawer-container.has-collapse:not(.in):not(.has-collapsing) {
  display: none !important;
  pointer-events: none;
}

@media (min-width: 992px) {
  #comparedrawer .container-fluid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #comparedrawer .container-fluid > .row > [class*=col-]:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: min(320px, 24vw);
  }
  #comparedrawer .container-fluid > .row > [class*=col-]:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  #comparedrawer .comparedrawer-title.h1,
  #comparedrawer h1.comparedrawer-title {
    text-align: left;
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.2;
    margin: 0 0 6px;
  }
  #comparedrawer .comparedrawer-description {
    text-align: left;
    font-size: 12px;
    line-height: 1.35;
    margin: 0;
    max-width: 280px;
  }
}
.project.project--index5 .projectBox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #030208;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#05030f), color-stop(45%, #030208), to(#020106));
  background-image: linear-gradient(180deg, #05030f 0%, #030208 45%, #020106 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.project.project--index5 .projectBox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 56px, #000 min(22%, 220px), #000 max(78%, 100% - 200px), rgba(0, 0, 0, 0.55) calc(100% - 56px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 56px, #000 min(22%, 220px), #000 max(78%, 100% - 200px), rgba(0, 0, 0, 0.55) calc(100% - 56px), transparent 100%);
}
.project.project--index5 .projectBox > section,
.project.project--index5 .projectBox > .cateGap {
  position: relative;
  z-index: 1;
}
.project.project--index5 .projectBox--1 {
  background-image: linear-gradient(180deg, #000000 0%, #030208 min(8vw, 100px), #04030c min(14vw, 160px), #05030f 38%, #030208 58%, #030208 max(82%, 100% - 140px), #02040a 92%, #020106 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.project.project--index5 .projectBox--1::before {
  background: radial-gradient(ellipse 48% 40% at 5% 12%, rgba(59, 130, 246, 0.38) 0%, transparent 58%), radial-gradient(ellipse 44% 38% at 96% 88%, rgba(139, 92, 246, 0.32) 0%, transparent 55%), radial-gradient(ellipse 36% 30% at 70% 16%, rgba(96, 165, 250, 0.18) 0%, transparent 52%);
}
.project.project--index5 .projectBox--3 {
  background-image: linear-gradient(180deg, #020106 0%, #030208 min(9vw, 110px), #05030f 32%, #030208 52%, #04030c 72%, #05030f 86%, #07051a 94%, #0a0618 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.project.project--index5 .projectBox--3::before {
  background: radial-gradient(ellipse 44% 36% at 50% 4%, rgba(251, 146, 60, 0.3) 0%, transparent 56%), radial-gradient(ellipse 46% 40% at 10% 80%, rgba(59, 130, 246, 0.22) 0%, transparent 58%), radial-gradient(ellipse 38% 32% at 94% 70%, rgba(251, 113, 133, 0.16) 0%, transparent 54%);
}
.project.project--index5 .core__slickBox--grid {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  margin-top: 2%;
}
@media (min-width: 768px) {
  .project.project--index5 .core__slickBox--grid {
    padding: 0 24px 56px;
  }
}
.project.project--index5 .core__slickBox-mobileShell {
  position: relative;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  margin: auto;
}
@media (min-width: 996px) {
  .project.project--index5 .core__slickBox-mobileShell {
    display: none;
  }
}
.project.project--index5 .core__slickBox-mobileShell > .slick-arrow.msi-carousel-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project.project--index5 .core__slickBox-mobileShell > .slick-prev.msi-carousel-arrow {
  left: clamp(-44px, -5vw, -6px);
  right: auto;
}
.project.project--index5 .core__slickBox-mobileShell > .slick-next.msi-carousel-arrow {
  right: clamp(-44px, -5vw, -6px);
  left: auto;
}
.project.project--index5 .core__slickBox-mobile {
  display: block;
  position: relative;
}
@media (min-width: 997px) {
  .project.project--index5 .core__slickBox-mobile {
    display: none;
  }
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick {
  width: 100%;
  overflow: visible;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .slick-list {
  overflow: hidden;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .core__slickBox-slide {
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .core-grid__item {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.project.project--index5 .core__slickBox-mobile .core__slickBox-slick .core__slickBox-slide {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}
.project.project--index5 .core__slickBox-mobile .core-grid__item {
  margin: 0;
}
.project.project--index5 .core__slickBox-mobile .core-grid__detail,
.project.project--index5 .core__slickBox-mobile .core-grid__txt {
  max-height: none !important;
  overflow: visible !important;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost {
  margin-top: 10px;
  min-height: 18px;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost .slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost .slick-dots li button {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  color: transparent;
  background: #ffffff;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost .slick-dots li button::before {
  display: none !important;
}
.project.project--index5 .core__slickBox-mobile .core__slickDotsHost .slick-dots li.slick-active button {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}
.project.project--index5 .core-grid {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 997px) {
  .project.project--index5 .core-grid {
    display: grid;
  }
}

.pcmag {
  margin-bottom: 0 !important;
}
.pcmag h2.title--main {
  color: #000 !important;
}

.quality {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/desktop/MAG-Infinite-S3-14th/Quality_bg.jpg) no-repeat;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-size: cover;
  color: #fff;
}
@media (min-width: 996px) {
  .quality {
    padding: 5% 0 3%;
  }
}
.quality::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(34, 34, 34, 0.6);
  top: 0;
  content: "";
  left: 0;
}
.quality__txt {
  position: relative;
  z-index: 2;
  color: #fff;
}
.quality .title--main {
  color: #fff;
}
.quality__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 3%;
}
.quality__item {
  background: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10px);
          flex: 0 0 calc(100% - 10px);
}
@media (min-width: 996px) {
  .quality__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
.quality__item--txt {
  margin-top: -3vw;
  text-align: left;
  padding: 4%;
  color: #fff;
}
.quality__btnBox {
  margin-top: 30px;
}
.quality__btnBox a {
  border: 1px solid #ccc;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quality__btnBox a:hover {
  background: #222;
  border-color: #222;
}
.quality h3.title--sub {
  text-transform: none;
}

html.msi-vd-popup--open {
  overflow: hidden;
}

.msi-vd-popup {
  position: fixed;
  inset: 0;
  z-index: 100050;
  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;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.msi-vd-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.msi-vd-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}
.msi-vd-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: 90vh;
}
.msi-vd-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  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;
}
.msi-vd-popup__close:hover {
  background: rgba(0, 0, 0, 0.85);
}
.msi-vd-popup__iframeWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.msi-vd-popup__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.project.project--index5 .feature__subnav {
  list-style: none;
  margin: 0 0 18px;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(120% 160% at 10% 10%, rgba(98, 0, 237, 0.22) 0%, rgba(98, 0, 237, 0) 55%), radial-gradient(120% 160% at 90% 20%, rgba(255, 140, 60, 0.16) 0%, rgba(255, 140, 60, 0) 58%), -webkit-gradient(linear, left top, left bottom, from(rgba(14, 10, 28, 0.82)), to(rgba(6, 4, 14, 0.92)));
  background: radial-gradient(120% 160% at 10% 10%, rgba(98, 0, 237, 0.22) 0%, rgba(98, 0, 237, 0) 55%), radial-gradient(120% 160% at 90% 20%, rgba(255, 140, 60, 0.16) 0%, rgba(255, 140, 60, 0) 58%), linear-gradient(180deg, rgba(14, 10, 28, 0.82) 0%, rgba(6, 4, 14, 0.92) 100%);
  -webkit-box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.07);
          box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 768px) {
  .project.project--index5 .feature__subnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project.project--index5 .feature__subnav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: rgba(235, 232, 255, 0.8);
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.project.project--index5 .feature__subnav li:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(220, 146, 255, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 0, 237, 0.16)), to(rgba(196, 107, 219, 0.1)));
  background: linear-gradient(180deg, rgba(98, 0, 237, 0.16) 0%, rgba(196, 107, 219, 0.1) 100%);
  color: rgba(255, 255, 255, 0.92);
}
.project.project--index5 .feature__subnav li.active {
  border-color: rgba(220, 146, 255, 0.55);
  background: linear-gradient(135deg, rgba(98, 0, 237, 0.36) 0%, rgba(196, 107, 219, 0.22) 55%, rgba(255, 140, 60, 0.14) 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(220, 146, 255, 0.22), 0 18px 46px rgba(98, 0, 237, 0.22);
          box-shadow: 0 0 0 1px rgba(220, 146, 255, 0.22), 0 18px 46px rgba(98, 0, 237, 0.22);
}
.project.project--index5 .feature__subnav li:focus-visible {
  outline: 2px solid rgba(180, 160, 255, 0.85);
  outline-offset: 2px;
}

.exclusive__dotsHost {
  margin-top: 10px;
  min-height: 18px;
}
@media (min-width: 996px) {
  .exclusive__dotsHost {
    display: none !important;
  }
}
.exclusive__dotsHost .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exclusive__dotsHost .slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.exclusive__dotsHost .slick-dots li button {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.exclusive__dotsHost .slick-dots li.slick-active button {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}

.choose__formFactor {
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
  position: relative;
}
.choose__formFactor .choose__formDotsHost {
  margin-top: 10px;
  min-height: 18px;
}
@media (min-width: 576px) {
  .choose__formFactor .choose__formDotsHost {
    display: none !important;
  }
}
.choose__formFactor .choose__formDotsHost .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choose__formFactor .choose__formDotsHost .slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.choose__formFactor .choose__formDotsHost .slick-dots li button {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  color: transparent;
  background: #ffffff;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.choose__formFactor .choose__formDotsHost .slick-dots li button::before {
  display: none !important;
}
.choose__formFactor .choose__formDotsHost .slick-dots li.slick-active button {
  opacity: 1;
  width: 26px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(98, 0, 237)), to(rgb(196, 107, 219)));
  background: linear-gradient(90deg, rgb(98, 0, 237) 0%, rgb(196, 107, 219) 100%);
}

.choose__formGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 80%;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 995px) {
  .choose__formGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .choose__formGrid {
    display: block;
  }
}
@media (min-width: 996px) {
  .choose__formGrid {
    width: auto;
    margin: 0;
  }
}

.choose__formCard {
  position: relative;
  height: 100%;
  padding: 18px 16px 16px;
  border-radius: 18px;
  background: rgba(18, 12, 42, 0.78);
  background-image: radial-gradient(ellipse 95% 75% at 12% 0%, rgba(98, 0, 237, 0.24) 0%, transparent 60%), radial-gradient(ellipse 80% 60% at 92% 88%, rgba(0, 14, 224, 0.16) 0%, transparent 55%), radial-gradient(ellipse 55% 45% at 55% 55%, rgba(251, 146, 60, 0.08) 0%, transparent 62%), linear-gradient(168deg, rgba(42, 26, 76, 0.92) 0%, rgba(22, 14, 44, 0.9) 42%, rgba(28, 18, 58, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  background-image: radial-gradient(ellipse 95% 75% at 12% 0%, rgba(255, 151, 118, 0.24) 0%, transparent 60%), radial-gradient(ellipse 80% 60% at 92% 88%, rgba(32, 18, 255, 0.16) 0%, transparent 55%), radial-gradient(ellipse 55% 45% at 55% 55%, rgba(0, 0, 0, 0.08) 0%, transparent 62%), linear-gradient(168deg, rgba(0, 0, 0, 0.92) 0%, rgba(14, 10, 24, 0.9) 42%, rgba(58, 38, 126, 0.92) 100%);
}
.choose__formCard ul {
  padding-left: 25px;
  margin-top: 5%;
}
.choose__formCard li {
  color: rgba(247, 250, 255, 0.95) !important;
  list-style: disc;
}
.choose__formCard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  background: radial-gradient(ellipse 38% 30% at 10% 10%, rgba(59, 130, 246, 0.18) 0%, transparent 60%), radial-gradient(ellipse 34% 28% at 88% 78%, rgba(251, 146, 60, 0.14) 0%, transparent 56%);
}
.choose__formCard > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .choose__formCard {
    margin: 0 0 0;
  }
}
.choose__formCard .choose__formName {
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  color: transparent;
  background: linear-gradient(100deg, #93c5fd 0%, #c4b5fd 45%, #fdba74 100%);
  background: #0effd8;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(16px, 3.8vw, 20px);
}
.choose__formCard .choose__formDesc {
  color: rgba(238, 242, 255, 0.9);
  font-size: clamp(17px, 3.2vw, 0.9vw);
  line-height: 1;
}
.choose__formCard .choose__formDesc ul {
  margin: 10px 0 0;
  padding-left: 18px;
}
.choose__formCard .choose__formDesc li {
  margin: 6px 0;
  color: rgba(247, 250, 255, 0.95) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.choose__formCard .choose__formDesc li::marker {
  color: rgba(147, 197, 253, 0.9);
}
@media (min-width: 1930px) {
  .choose__formCard .choose__formDesc {
    font-size: 20px;
  }
}
.choose__formCard .core-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}
@media (max-width: 995px) {
  .choose__formCard .core-grid__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}
.choose__formCard .core-grid__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.choose__formCard .core-grid__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose__formCard .core-grid__pane {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.choose__formCard .core-grid__title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(100deg, #ff850e, #ffb451);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.choose__formCard .core-grid__detail {
  max-height: none;
  overflow: visible;
  list-style: disc;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .choose__formCard .core-grid__detail {
    max-height: clamp(200px, 22vw, 320px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}
.choose__formCard .core-grid__text {
  color: rgba(237, 242, 255, 0.92);
  margin: 0 0 10px;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  list-style-type: disc;
  list-style: disc;
}
.choose__formCard .core-grid__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 1930px) {
  .choose__formCard .core-grid__text {
    font-size: 17px;
  }
}

.project.project--index5 .core-grid {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 997px) {
  .project.project--index5 .core-grid {
    display: grid;
  }
}
.project.project--index5 .core-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}
.project.project--index5 .core-grid__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.project.project--index5 .core-grid__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.project.project--index5 .core-grid__pane {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.project.project--index5 .core-grid__title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(100deg, #ff850e, #ffb451);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.project.project--index5 .core-grid__detail {
  max-height: none;
  overflow: visible;
  list-style: disc;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .project.project--index5 .core-grid__detail {
    max-height: clamp(200px, 22vw, 320px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}
.project.project--index5 .core-grid__text {
  color: rgba(237, 242, 255, 0.92);
  margin: 0 0 10px;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  list-style: disc;
}
.project.project--index5 .core-grid__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 1930px) {
  .project.project--index5 .core-grid__text {
    font-size: 17px;
  }
}
.project.project--index5 .core-grid__txt {
  color: rgba(237, 242, 255, 0.92);
  margin: 0 0 10px;
  font-size: clamp(17px, 3.2vw, 0.9vw);
}
.project.project--index5 .core-grid__txt b {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: linear-gradient(60deg, rgb(255, 96, 20), rgb(226, 164, 30));
  font-size: clamp(15px, 2vw, 0.7vw);
  border-radius: 10px;
  margin: 3% 0 1%;
}
@media (min-width: 1930px) {
  .project.project--index5 .core-grid__txt b {
    font-size: 15px;
  }
}
@media (min-width: 1930px) {
  .project.project--index5 .core-grid__txt {
    font-size: 17px;
  }
}
.project.project--index5 .check {
  padding: 2% 0;
}
.project.project--index5 .check__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}
.project.project--index5 .check__listBox {
  width: 100%;
  margin: 3% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}
.project.project--index5 .check__listBox ul {
  padding-left: 25px;
  list-style: disc;
}
.project.project--index5 .check__listBox li {
  list-style: disc;
  font-size: clamp(17px, 3.2vw, 0.9vw);
  color: rgba(237, 242, 255, 0.92);
  margin: 0 0 10px;
}
@media (min-width: 1930px) {
  .project.project--index5 .check__listBox li {
    font-size: 17px;
  }
}
.project.project--index5 .check__listBox h3 {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(100deg, #ff850e, #ffb451);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .project.project--index5 .check__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project.project--index5 .check__listBox {
    width: calc(50% - 10px);
    margin: 2% 10px 0;
  }
}

#comparedrawer-container {
  z-index: 300 !important;
}/*# sourceMappingURL=main.css.map */