.kv__title h1 {
  font-size: 8vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6);
}
.kv__title h1 span {
  display: inline-block;
  color: #fff;
}
.kv__title h1.break {
  display: block;
  height: 0.7em;
  opacity: 0;
}

:root {
  --color-gray-300: #cccccc;
  --fontT: "NVIDIASans_W_Rg", sans-serif;
  --widthPosition: calc( 50% - 640px);
}

.project {
  font-size: var(--text-md);
  color: var(--color-white);
  line-height: var(--line-height-lg);
  overflow-x: hidden;
  position: relative;
  background: #000;
}
.project p {
  color: var(--color-gray-300);
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .project .msi__container {
    max-width: 1080px;
  }
}
@media (min-width: 1600px) {
  .project .msi__container {
    max-width: 1280px;
  }
}
.project .headerbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0px;
  backdrop-filter: blur(20px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(11, 51, 82, 0.1)), to(rgba(5, 19, 29, 0.1)));
  background-image: linear-gradient(to right, rgba(11, 51, 82, 0.1), rgba(5, 19, 29, 0.1));
  border-radius: 6px;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 5px 60px 0px 0px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 996px) {
  .project .headerbar {
    margin: 11px 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
  }
}
.project .headerbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 20%, rgba(110, 212, 231, 0.2), transparent 80%);
  -webkit-animation: shimmer 4s infinite;
          animation: shimmer 4s infinite;
  z-index: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.project .headerbar a {
  color: #6ed4e7;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background: rgba(110, 212, 231, 0.05);
  backdrop-filter: blur(10px);
}
@media (min-width: 996px) {
  .project .headerbar a {
    font-size: var(--text-md);
    padding: 3px 18px;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: auto;
  }
}
.project .headerbar a:first-child {
  position: relative;
}
.project .headerbar a:first-child::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgb(110, 212, 231)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgb(110, 212, 231), transparent 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project .headerbar a:hover {
  color: #fff;
  background: rgba(44, 184, 210, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-shadow: 0 0 8px #2cb8d2, 0 0 15px #2cb8d2, 0 0 25px #6ed4e7;
}
.project .headerbar a:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.project .headerbar a:active::before {
  opacity: 0.7;
}
.project .headerbar a:focus {
  outline: none;
}
.project .headerbar a:focus::before {
  opacity: 0.8;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.project .headerbar a:focus-visible {
  outline: 2px solid rgba(110, 212, 231, 0.8);
  outline-offset: 2px;
}
.project .common__title {
  font-size: var(--title-xl);
  line-height: 1.4;
  margin: 12px 0 30px;
  text-align: center;
  font-family: var(--fontT);
}
@media (min-width: 996px) {
  .project .common__title {
    margin: 12px 0 20px;
  }
}
.project .common__sub {
  font-size: var(--title-md);
  font-weight: bold;
  color: #2cb8d2;
  margin: 12px 0 20px;
}
.project .common__list {
  font-size: var(--text-md);
}
.project .hatch-prev, .project .hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: -5px;
}
@media (min-width: 996px) {
  .project .hatch-prev, .project .hatch-next {
    top: 50%;
  }
}
.project .hatch-prev figure, .project .hatch-next figure {
  border: 1px solid #6ed4e7;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .hatch-prev figure, .project .hatch-next figure {
    width: 38px;
    height: 38px;
  }
}
.project .hatch-prev figure img, .project .hatch-next figure img {
  width: 10px;
  -webkit-filter: drop-shadow(0 0 5px #6ed4e7);
          filter: drop-shadow(0 0 5px #6ed4e7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 996px) {
  .project .hatch-prev figure img, .project .hatch-next figure img {
    width: 13px;
  }
}
.project .hatch-prev:hover, .project .hatch-next:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 5px #6ed4e7);
          filter: drop-shadow(0 0 5px #6ed4e7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.project .hatch-prev:hover figure, .project .hatch-next:hover figure {
  background: #6ed4e7;
}
.project .hatch-prev:hover img, .project .hatch-next:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.project .hatch-prev {
  right: calc(3% + 40px);
  left: auto;
}
@media (min-width: 996px) {
  .project .hatch-prev {
    left: -5%;
  }
}
.project .hatch-prev figure img {
  margin-left: -5px;
}
.project .hatch-next {
  right: 3%;
}
@media (min-width: 996px) {
  .project .hatch-next {
    right: -5%;
  }
}
.project .hatch-next figure img {
  margin-right: -5px;
}
.project .kv {
  position: relative;
  overflow: hidden;
  padding-bottom: 140%;
}
@media (min-width: 768px) {
  .project .kv {
    padding-bottom: 100%;
  }
}
@media (min-width: 996px) {
  .project .kv {
    padding-bottom: 40.25%;
  }
}
@media (min-width: 1930px) {
  .project .kv {
    padding-bottom: 33%;
  }
}
.project .kv__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.project .kv__bjn {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project .kv iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400%;
  height: 400%;
}
@media (min-width: 768px) {
  .project .kv iframe {
    width: 250%;
    height: 250%;
  }
}
@media (min-width: 996px) {
  .project .kv iframe {
    width: 100%;
    height: 100%;
  }
}
.project .kv__title {
  position: absolute;
  z-index: 50;
  text-align: center;
  width: 100%;
  height: 100%;
  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 .kv__title h1 {
  font-size: 8vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: var(--fontT);
}
@media (min-width: 996px) {
  .project .kv__title h1 {
    font-size: 70px;
  }
}
@media (min-width: 1930px) {
  .project .kv__title h1 {
    font-size: 4vw;
  }
}
.project .rtx50Intro {
  background: url(https://storage-asset.msi.com/event/2025/GNP/shape-your-ai-pc-with-msi-rtx-graphics-card/images/bg-0.jpg) no-repeat fixed;
  background-size: cover;
  text-align: center;
  padding-bottom: 3.5%;
}
.project .rtx50Intro__title {
  padding: 4% 0 2.5%;
}
.project .rtx50Intro__bar {
  background: -webkit-gradient(linear, left top, right top, from(#20487d), to(#27889a));
  background: linear-gradient(to right, #20487d, #27889a);
  font-size: var(--text-lg);
}
.project .rtx50Intro__bar .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .project .rtx50Intro__bar .slick-track {
    padding: 15px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.project .rtx50Intro__bar .slick-track .slick-slide {
  border-bottom: 1px solid #689ead;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  cursor: pointer;
  color: #000;
  padding: 10px 0;
  font-weight: 500;
}
@media (min-width: 996px) {
  .project .rtx50Intro__bar .slick-track .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    border-right: 1px solid var(--color-gray-700);
    border-bottom: 0px;
    padding: 0;
  }
}
.project .rtx50Intro__bar .slick-track .slick-slide:last-child {
  border-right: 0px;
  border-bottom: 0px;
}
@media (min-width: 996px) {
  .project .rtx50Intro__bar .slick-track .slick-slide:nth-child(2) {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.project .rtx50Intro__bar .slick-track .slick-slide.slick-current {
  text-shadow: 0 0 5px #2cb8d2, 0 0 5px #27889a, 0 0 15px #27889a, 0 0 25px #6ed4e7, 0 0 25px #6ed4e7, 0 0 30px #2cb8d2;
  color: #fff;
}
.project .rtx50Intro .nvfeature {
  margin: 0 auto;
}
.project .rtx50Intro .nvfeature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 30px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .project .rtx50Intro .nvfeature__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .rtx50Intro .nvfeature__flex article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .project .rtx50Intro .nvfeature__flex article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333333% - 30px);
            flex: 0 1 calc(33.3333333333% - 30px);
  }
}
@media (min-width: 768px) {
  .project .rtx50Intro .nvfeature__flex article h3 {
    margin: 10px 0 15px;
  }
}
.project .slick-dots li {
  width: 15px;
  height: 15px;
}
.project .slick-dots li.slick-active button {
  border: 1px solid #2cb8d2;
  background: #2cb8d2;
}
.project .slick-dots li button {
  font-size: 0;
  background: none;
  border-radius: 100px;
  width: auto;
  height: auto;
  background: #6c6c6c;
}
.project .slick-dots li button::before {
  font-size: 0;
  display: none;
}
.project .tableblock {
  background: url(https://storage-asset.msi.com/event/2025/GNP/shape-your-ai-pc-with-msi-rtx-graphics-card/images/bg-gray.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .tableblock {
    padding: 5% 0;
  }
  .project .tableblock .hatch-next, .project .tableblock .hatch-prev {
    top: 55%;
  }
}
.project .tableblock h2 {
  text-align: center;
}
.project .tableblock__box table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #2c2c2c;
  padding: 0 30px;
  color: #eee;
  margin-top: 5%;
  font-size: 12px;
}
@media (min-width: 996px) {
  .project .tableblock__box table {
    font-size: var(--text-md);
  }
}
@media (min-width: 996px) {
  .project .tableblock__box table:nth-child(2) th:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.project .tableblock__box table:nth-child(2) td:first-child {
  color: #2cb8d2;
}
@media (min-width: 996px) {
  .project .tableblock__box table:nth-child(2) td:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.project .tableblock__box table tr {
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .tableblock__box table tr:last-child {
  border-bottom: 0px;
}
.project .tableblock__box table th {
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #92e7f6;
  background: rgba(34, 82, 118, 0.6);
  border-bottom: 1px solid #4b5d69;
}
@media (min-width: 996px) {
  .project .tableblock__box table th {
    font-size: 20px;
  }
}
.project .tableblock__box table th, .project .tableblock__box table td {
  padding: 10px 5px;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 996px) {
  .project .tableblock__box table th, .project .tableblock__box table td {
    padding: 25px 15px;
  }
}
.project .tableblock__box table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(16, 41, 60, 0.8);
}
.project .tableblock__box table td:first-child {
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  color: #92e7f6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(11, 51, 82, 0.8)), to(rgba(5, 19, 29, 0.8)));
  background: linear-gradient(to right, rgba(11, 51, 82, 0.8), rgba(5, 19, 29, 0.8));
  position: relative;
}
.project .tableblock__box table td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#256577), color-stop(50%, #40b3c3), to(#26697a));
  background: linear-gradient(to top, #256577, #40b3c3 50%, #26697a);
}
@media (min-width: 996px) {
  .project .tableblock__box table td:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    font-size: 18px;
    padding: 20px;
  }
}
.project .tableblock__box table td:not(:first-child) {
  text-align: center;
}
.project .tableblock__title {
  margin-bottom: 20px;
}
.project .tableblock__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991.98px) {
  .project .tableblock__scroll {
    padding-bottom: 20px;
  }
  .project .tableblock__scroll::-webkit-scrollbar {
    height: 8px;
  }
  .project .tableblock__scroll::-webkit-scrollbar-track {
    background: #2c2c2c;
    border-radius: 4px;
  }
  .project .tableblock__scroll::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 4px;
  }
  .project .tableblock__scroll table {
    min-width: 800px;
  }
  .project .tableblock__scroll table tbody {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .project .tableblock__scroll table tbody:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .project .tableblock__scroll table tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #070707;
    pointer-events: none;
  }
  .project .tableblock__scroll table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
}
.project .design {
  background: url(https://storage-asset.msi.com/event/2025/GNP/shape-your-ai-pc-with-msi-rtx-graphics-card/images/bg-0.jpg) no-repeat fixed;
  background-size: cover;
  text-align: center;
  padding: 5% 0;
}
.project .design__block {
  margin: 50px 0 0;
}
@media (min-width: 996px) {
  .project .design__block {
    margin: 5% 0 0;
  }
}
.project .design__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .design__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .design__flex--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
.project .design__flex--txt {
  text-align: left;
}
.project .design__flex--txt h3 {
  margin-bottom: 10px;
  font-size: var(--title-lg);
  font-weight: bold;
}
.project .design__flex--txt p {
  color: var(--color-gray-300);
}
.project .nvgpu {
  background: #111111;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .nvgpu {
    padding: 5% 0 3%;
  }
}
@-webkit-keyframes barAni {
  from {
    width: 0px;
  }
}
@keyframes barAni {
  from {
    width: 0px;
  }
}
.project .nvgpu__wrap {
  margin: 3% auto 0;
}
@media (min-width: 1300px) {
  .project .nvgpu__wrap {
    width: 80%;
  }
}
@media (min-width: 1930px) {
  .project .nvgpu__wrap {
    width: 100%;
  }
}
.project .nvgpu .pd .nav ul li {
  list-style: none;
  white-space: normal;
  background: none;
  border: 3px solid #dadada;
  color: #dadada;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.project .nvgpu .pd .nav ul li .nav--active {
  color: #1a373a;
  background-color: #dddddd;
  -webkit-box-shadow: 5px 5px 7px #000;
          box-shadow: 5px 5px 7px #000;
}
.project .nvgpu .pd .boxsub {
  opacity: 0;
  top: 0;
  position: absolute;
  z-index: 99;
}
.project .nvgpu .pd .boxsub--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}
.project .nvgpu .tabs {
  margin: 3% auto;
  width: 90%;
}
@media (min-width: 996px) {
  .project .nvgpu .tabs .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.project .nvgpu .tabs__item {
  border-bottom: 2px solid #4e4e4e;
  cursor: pointer;
  outline-style: none;
  font-size: var(--text-lg);
}
.project .nvgpu .tabs .slick-current .tabs__item {
  border-bottom: 2px solid #82BC00;
  font-weight: bold;
}
.project .nvgpu .slick-slide.slick-active .table__rows--bar p {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.project .nvgpu .slick-slide.slick-active .table.delighter.started .table__rows--bar .greenbar p {
  width: 0%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-animation: barAni 0.7s linear forwards;
          animation: barAni 0.7s linear forwards;
}
@keyframes barAni {
  to {
    width: 100%;
  }
}
.project .nvgpu .nvslider {
  position: relative;
}
.project .nvgpu .nvslider__legend {
  margin-bottom: 10px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.project .nvgpu .nvslider__legend-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .nvgpu .nvslider__legend-entry small {
  font-size: 12px;
}
.project .nvgpu .nvslider__legend-square {
  width: 10px;
  margin-top: 1px;
  height: 10px;
  float: left;
  margin-right: 5px;
  margin-left: 20px;
  background: var(--color-gray-500);
}
.project .nvgpu .nvslider__legend-square.green100 {
  background: #82BC00;
}
.project .nvgpu .nvslider__content {
  position: relative;
  padding-bottom: 30px;
}
.project .nvgpu .nvslider__content .table {
  position: relative;
  z-index: 2;
  padding-top: 3px;
}
.project .nvgpu .nvslider__content .table.delighter .table__rows--bar .greenbar p {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 0px;
}
.project .nvgpu .nvslider__content .table.delighter.started .table__rows--bar .greenbar p {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.project .nvgpu .nvslider__content .table__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  gap: 10px;
}
.project .nvgpu .nvslider__content .table__rows--name {
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: right;
  font-size: var(--text-xs);
}
.project .nvgpu .nvslider__content .table__rows--bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
}
.project .nvgpu .nvslider__content .table__rows--bar p {
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
  color: #fff;
  width: 0;
}
.project .nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w216 {
  width: 22%;
}
.project .nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w166 {
  width: 17%;
}
.project .nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w137 {
  width: 15%;
}
.project .nvgpu .nvslider__content .table__rows--bar .lightgreenbar p {
  background: #b6d375;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar {
  min-height: 19px;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w5 {
  width: 5%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w5 p span {
  opacity: 0;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w38 {
  width: 45%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w26 {
  width: 35%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w23 {
  width: 30%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w4 {
  width: 66.5%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w21 {
  width: 35%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w56 {
  width: 93%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w20 {
  width: 33.2%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w359 {
  width: 91%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w106 {
  width: 27%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w829 {
  width: 84%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w677 {
  width: 69%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar.w188 {
  width: 19%;
}
.project .nvgpu .nvslider__content .table__rows--bar .greenbar p {
  background: #82BC00;
}
.project .nvgpu .nvslider__content .table__rows--bar .graybar {
  background: var(--color-gray-500);
  width: 20%;
  min-height: 19px;
}
.project .nvgpu .nvslider__content .table__rows--bar .graybar.w10 {
  width: 10%;
}
.project .nvgpu .nvslider__content .table__rows--bar .graybar.w30 {
  width: 30%;
}
.project .nvgpu .nvslider__content .table__rows--bar .graybar.w90 {
  width: 90%;
}
.project .nvgpu .nvslider__content .label {
  top: 0;
  right: 0;
  width: calc(80% - 10px);
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-left: 1px solid var(--color-gray-500);
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
}
.project .nvgpu .nvslider__content .label.minTxt p {
  margin-right: -18px;
}
.project .nvgpu .nvslider__content .label__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.project .nvgpu .nvslider__content .label__item::before {
  background: var(--color-gray-400);
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
}
.project .nvgpu .nvslider__content .label__item:last-child::before {
  display: none;
}
.project .nvgpu .nvslider__content .label__item:last-child p {
  margin-right: 0px;
}
.project .nvgpu .nvslider__content .label p {
  text-align: right;
  margin-bottom: -30px;
  font-size: 12px;
  margin-right: -6px;
}
.project .nvgpu .nvslider__txt {
  margin: 3% auto;
  width: 90%;
  text-align: center;
}
.project .nvgpu .nvslider__txt p {
  font-size: var(--note-sm);
}
.project .AIEra {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .AIEra {
    padding: 5% 0;
  }
  .project .AIEra .hatch-next {
    top: -5px;
    right: 10%;
  }
  .project .AIEra .hatch-prev {
    top: -5px;
    left: auto;
    right: calc(10% + 50px);
  }
}
@media (min-width: 996px) {
  .project .AIEra .slick-dots {
    bottom: 25px;
  }
}
.project .AIEra__flex {
  margin-top: 20px;
}
@media (min-width: 996px) {
  .project .AIEra__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1%;
  }
}
.project .AIEra__flex.wbg {
  background: #fdfdfd;
}
.project .AIEra__flex.wbg .AIEra__txtbox {
  background: -webkit-gradient(linear, left top, right top, from(rgba(197, 197, 197, 0.56)), to(rgba(255, 255, 255, 0.56)));
  background: linear-gradient(to right, rgba(197, 197, 197, 0.56), rgba(255, 255, 255, 0.56));
}
.project .AIEra__flex.wbg h3 {
  color: #1775b9;
}
.project .AIEra__flex.wbg p {
  color: #000;
}
.project .AIEra__txtbox {
  background: -webkit-gradient(linear, left top, right top, from(rgba(59, 66, 76, 0.2)), to(rgba(127, 144, 147, 0.2)));
  background: linear-gradient(to right, rgba(59, 66, 76, 0.2), rgba(127, 144, 147, 0.2));
  position: relative;
  text-align: center;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .AIEra__txtbox {
    margin-right: -8%;
    width: 70%;
    text-align: left;
    padding: 3% 25px 3% var(--widthPosition);
  }
}
@media (min-width: 1930px) {
  .project .AIEra__txtbox {
    width: 60%;
  }
}
.project .AIEra__txtbox a {
  margin-top: 2em;
  color: #000;
  display: inline-block;
  font-size: var(--text-xs);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #6ed4e7;
  padding: 0px 15px 2px;
  border-radius: 5px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .project .AIEra__txtbox a {
    margin-top: 7%;
  }
}
.project .AIEra__txtbox a span {
  display: inline-block;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.project .AIEra__txtbox a span img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: arrow-move-x 0.7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
          animation: arrow-move-x 0.7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
.project .AIEra__txtbox a:hover {
  text-shadow: 0 0 10px #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: drop-shadow(0 0 8px #6ed4e7);
          filter: drop-shadow(0 0 8px #6ed4e7);
}
.project .AIEra__txtbox h3 {
  color: #2cb8d2;
  font-size: var(--title-lg);
  margin: 12px 0 20px;
}
.project .qa {
  padding: 50px 0;
  background: url(https://storage-asset.msi.com/event/2025/GNP/shape-your-ai-pc-with-msi-rtx-graphics-card/images/qa-bg.jpg) no-repeat top fixed;
  background-size: contain;
  letter-spacing: 0.5px;
  position: relative;
}
.project .qa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 996px) {
  .project .qa {
    padding: 5% 0;
  }
}
.project .qa__toggle {
  color: #000;
  margin-left: 12px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: var(--title-xl);
  font-weight: lighter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: bold;
  z-index: 10;
}
.project .qa__toggle::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #6ed4e7;
  border-radius: 100px;
  top: 3px;
  z-index: -1;
}
.project .qa__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.project .qa__toolbar .is-active {
  color: #2cb8d2 !important;
}
.project .qa__expand, .project .qa__collapse {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: var(--title-md);
  font-weight: 500;
}
.project .qa__expand:hover, .project .qa__collapse:hover {
  color: #2cb8d2;
}
.project .qa__divider {
  color: #fff;
  opacity: 0.5;
  font-weight: normal;
}
.project .qa__list {
  margin-top: 32px;
}
.project .qa__item {
  padding: 30px 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(59, 66, 76, 0.2)), to(rgba(127, 144, 147, 0.1)));
  background: linear-gradient(to right, rgba(59, 66, 76, 0.2), rgba(127, 144, 147, 0.1));
  border-radius: 10px;
  margin-bottom: 20px;
}
.project .qa__q {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.project .qa__q b {
  display: contents;
  font-weight: normal;
  font-size: 130%;
}
.project .qa__a {
  padding-right: 40px;
  line-height: 1.5;
  display: none;
  color: var(--color-gray-300);
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.project .qa__a b {
  font-weight: normal;
  font-size: 120%;
  display: block;
  margin-top: -3px;
}
@-webkit-keyframes arrow-move-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes arrow-move-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes glow-pulse {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes glow-pulse {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.project .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #20487d 0%, #20487d 20%, #3cadc1 50%, #20487d 80%, #20487d 100%);
  background-size: 300% 100%;
  background-position: -100% 0%;
  border: none;
  border-radius: 50%;
  color: #fff;
  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;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease, background-position 0.6s ease-out;
  transition: all 0.3s ease, background-position 0.6s ease-out;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.project .back-to-top:hover {
  -webkit-transform: translateY(0) scale(1.1);
          transform: translateY(0) scale(1.1);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background-position: 100% 0%;
}
.project .back-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.project .back-to-top svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.project .back-to-top:hover svg {
  -webkit-animation: arrow-float 1s ease-in-out infinite;
          animation: arrow-float 1s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .back-to-top {
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
  .project .back-to-top svg {
    width: 28px;
    height: 28px;
  }
}
.project .news {
  padding: 5% 0;
}
.project .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .news-block .newsBox {
  margin: 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  padding: 10px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 996px) {
  .project .news-block .newsBox {
    width: calc(33.3333333333% - 20px);
    padding: 20px;
  }
}
.project .news-block .newsBox:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5607843137);
  -webkit-animation: float-up 0.5s ease-in-out;
          animation: float-up 0.5s ease-in-out;
}
@-webkit-keyframes float-up {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float-up {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.project .news-block .newsBox figure {
  width: 80px;
}
.project .news-block .newsBox .newsBox__moreBtn {
  color: #fff;
  font-size: var(--note-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 10px;
}
.project .media {
  padding: 0% 0 4%;
  position: relative;
}
.project .media .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.project .media .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .media .slick-track .slick-slide > div {
  width: 100%;
}
.project .media__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.project .media__itemBox {
  -webkit-transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
}
.project .media__itemBox::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, transparent, rgba(20, 47, 67, 0), rgba(44, 91, 125, 0));
  border-radius: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.project .media__itemBox:hover {
  z-index: 2;
}
.project .media__itemBox:hover::before {
  opacity: 1;
  background: linear-gradient(45deg, rgba(20, 47, 67, 0.4), rgba(44, 91, 125, 0.6), rgba(20, 47, 67, 0.4));
  -webkit-box-shadow: 0 0 20px rgba(44, 91, 125, 0.3);
          box-shadow: 0 0 20px rgba(44, 91, 125, 0.3);
}
.project .media__itemBox:hover .media-logo {
  -webkit-animation: logolight 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: logolight 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  top: -100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.project .media__itemBox:hover .media-txt {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.project .media__itemBox:hover .media-txt p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
}
.project .media__itemBox a {
  height: 100%;
  display: block;
  position: relative;
}
.project .media-logo {
  height: 100px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.project .media-logo img {
  height: 100%;
  display: inline-block;
}
@-webkit-keyframes logolight {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  filter: brightness(2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 0;
  visibility: hidden;
}
@keyframes logolight {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  30% {
    -webkit-filter: brightness(2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    filter: brightness(2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 0;
    visibility: hidden;
  }
}
.project .media-txt {
  color: #fff;
  text-align: center;
  font-size: var(--text-xs);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  left: 0;
  padding: 0 15px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.project .media-txt b {
  font-weight: 500;
}
.project .media-txt p {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.project .media-txt h4 {
  font-size: var(--text-lg);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}/*# sourceMappingURL=main.css.map */