* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #afefff;
  padding: 20px 0;
  text-shadow: 0 0 10px #07365f;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 45px;
  }
}

.sub-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 0 25px 20px;
  max-width: 1280px;
  margin: 0 auto;
  text-shadow: 0 0 10px #07365f;
}
@media (min-width: 996px) {
  .sub-title {
    font-size: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #082a63;
  font-family: var(--font);
}
@media (min-width: 996px) {
  .project {
    background-attachment: scroll;
    background-size: 100%;
  }
}
.project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 996px) {
  .project::before {
    background-size: cover;
  }
}
.project::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5647058824);
  z-index: 1;
}
.project img {
  display: block;
}
.project figure {
  padding: 0;
}
.project .kv {
  position: relative;
  width: 100%;
  z-index: 50;
}
.project .kv img {
  width: 100%;
}
.project .kv__lucky, .project .kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .kv__lucky img, .project .kv__title img {
  width: 100%;
}
.project .date {
  position: relative;
  padding: 50px 0;
  z-index: 50;
}
.project .date__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .date__wrapper {
    gap: 50px;
  }
}
.project .date__wrapper-item {
  position: relative;
  width: 50%;
  line-height: 1.5;
  min-height: 120px;
}
@media (min-width: 996px) {
  .project .date__wrapper-item {
    width: 40%;
  }
}
.project .date__wrapper-item figure img {
  width: 100%;
}
.project .date__wrapper-item h4 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .project .date__wrapper-item h4 {
    font-size: 25px;
  }
}
.project .date__wrapper-item h4 span {
  padding: 0 25px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .date__wrapper-item h4 span {
    padding: 0 50px;
  }
}
.project .date__wrapper-item:nth-child(1) h4 {
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/dateBoxbg-01-middle.png);
}
.project .date__wrapper-item:nth-child(2) h4 {
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/dateBoxbg-02-middle.png);
}
.project .checkEligibility {
  position: relative;
  padding: 50px 0;
  z-index: 50;
}
.project .checkEligibility__wrapper-pdLine {
  max-width: 1680px;
  margin: 30px auto;
  position: relative;
}
.project .checkEligibility__wrapper-pdLine a {
  cursor: pointer;
  position: relative;
  z-index: 30;
  display: block;
}
.project .checkEligibility__wrapper-pdLine a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project .checkEligibility__wrapper-pdLine .slick-slide {
  margin: 0px;
  position: relative;
  z-index: 25;
}
@media (min-width: 996px) {
  .project .checkEligibility__wrapper-pdLine .slick-slide {
    margin: 0 20px;
  }
}
.project .checkEligibility__wrapper-pdLine .slick-slide img {
  margin: 0 auto;
  pointer-events: none;
}
.project .checkEligibility__wrapper-pdLine .arrow-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  z-index: 15;
  width: 35px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .checkEligibility__wrapper-pdLine .arrow-prev {
    left: 0;
    width: 50px;
    z-index: 20;
  }
}
.project .checkEligibility__wrapper-pdLine .arrow-prev:hover {
  cursor: pointer;
  opacity: 1;
}
.project .checkEligibility__wrapper-pdLine .arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  z-index: 15;
  width: 35px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .checkEligibility__wrapper-pdLine .arrow-next {
    right: 0;
    width: 50px;
    z-index: 20;
  }
}
.project .checkEligibility__wrapper-pdLine .arrow-next:hover {
  cursor: pointer;
}
.project .pdList-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .pdList-window.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .pdList-window__inner {
  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 .pdList-popup {
  position: relative;
  padding: 40px;
}
.project .pdList-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  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-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .pdList-popup__close {
    font-size: 50px;
  }
}
.project .pdList-popup__close:hover {
  opacity: 1;
  color: #8bddff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project .pdList-popup__content {
  text-align: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/dateBoxbg-01-middle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-color: #29abe2 transparent;
  scrollbar-width: bold;
}
.project .pdList-popup__content::-webkit-scrollbar {
  width: 8px;
}
.project .pdList-popup__content::-webkit-scrollbar-track {
  background: transparent;
}
.project .pdList-popup__content::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #9c59e0, #29abe2);
  border-radius: 4px;
}
.project .pdList-popup__content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #8a4fd1, #1a9bd1);
}
@media (min-width: 996px) {
  .project .pdList-popup__content {
    font-size: 14px;
  }
}
.project .pdList-popup__content h4 {
  font-size: 20px;
  color: #10e4ec;
  text-shadow: 0px 2px 2px #07365f;
}
.project .pdList-popup__content div {
  padding: 5px;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto;
}
.project .pdList-popup__content .pdListBox {
  border-bottom: none;
  margin-bottom: 20px;
  width: 100%;
}
.project .purchaseMonitor {
  position: relative;
  padding: 50px 0 0;
  z-index: 50;
}
.project .purchaseMonitor__wrapper-suggestedModel .pdWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdWrapper {
    gap: 30px;
  }
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem {
  position: relative;
  width: 90%;
  color: #fff;
  padding: 0 20px 50px;
  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;
  -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;
}
@media (min-width: 768px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdItem {
    width: 45%;
  }
}
@media (min-width: 996px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdItem {
    width: 30%;
  }
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5e6ea1), to(#257292));
  background: linear-gradient(#5e6ea1, #257292);
  border-radius: 10px;
  z-index: -1;
}
@media (min-width: 996px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdItem::before {
    height: 80%;
  }
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem::after {
  content: "";
  position: absolute;
  bottom: -1%;
  right: -2%;
  background: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/suggestedModel-border-dec.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__content-txtBox h3 {
  text-align: center;
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__content-txtBox ul {
  padding: 20px 0 20px 20px;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
  line-height: 1.5;
}
@media (min-width: 996px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdItem__content-txtBox ul {
    font-size: 17px;
  }
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__content-txtBox ul li {
  list-style: disc;
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__btn {
  text-align: center;
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__btn a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background: #29abe2;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 996px) {
  .project .purchaseMonitor__wrapper-suggestedModel .pdItem__btn a {
    font-size: 18px;
  }
}
.project .purchaseMonitor__wrapper-suggestedModel .pdItem__btn a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.project .wtb {
  position: relative;
  z-index: 50;
}
.project .eligible {
  position: relative;
  z-index: 50;
  padding: 100px 0 50px;
}
@media (min-width: 996px) {
  .project .eligible {
    padding: 10% 0 5%;
  }
}
.project .eligible__wrapper {
  position: relative;
  z-index: 10;
}
.project .eligible__wrapper-pdLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-pdLine {
    gap: 30px;
  }
}
.project .eligible__wrapper-pdLine .itemBox {
  position: relative;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  width: 45%;
  max-width: 300px;
}
.project .eligible__wrapper-pdLine .itemBox:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.project .eligible__wrapper-pdLine .itemBox.active {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.project .eligible__wrapper-subTitle {
  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;
  margin: 20px 0;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-subTitle {
    margin: 40px 0;
  }
}
.project .eligible__wrapper-subTitle figure {
  margin: 0;
}
.project .eligible__wrapper-subTitle figure img {
  display: block;
  height: auto;
}
.project .eligible__wrapper-subTitle .txtBox {
  color: #fff;
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/purchaseMnt-steam-middle.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  text-shadow: 0px 2px 10px #07365f;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  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;
  text-align: center;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-subTitle .txtBox {
    font-size: 26px;
  }
}
.project .eligible__wrapper-subtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .eligible__wrapper-subtabs .btnSty {
  position: relative;
  width: auto;
  color: rgba(255, 255, 255, 0.3411764706);
  font-weight: bold;
  background: rgba(173, 172, 253, 0.6);
  font-size: 14px;
  border: 1px solid #fff;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-subtabs .btnSty {
    font-size: 20px;
  }
}
.project .eligible__wrapper-subtabs .btnSty:hover {
  color: #fff;
  background: #adacfd;
}
.project .eligible__wrapper-subtabs .btnSty.active {
  color: #fff;
  background: #918ff9;
}
.project .eligible__wrapper-seclectFilter {
  text-align: center;
  margin: 0 0 30px;
}
.project .eligible__wrapper-seclectFilter .newbtn {
  position: relative;
  padding: 20px;
  margin: 10px 0;
  color: rgba(82, 127, 211, 0.6078431373);
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  background: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/filter-bg.png) no-repeat center center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0 5px #000);
          filter: drop-shadow(0 0 5px #000);
}
@media (min-width: 996px) {
  .project .eligible__wrapper-seclectFilter .newbtn {
    font-size: 18px;
  }
}
.project .eligible__wrapper-seclectFilter .newbtn:hover {
  cursor: pointer;
  color: #527fd3;
}
.project .eligible__wrapper-seclectFilter .newbtn.active {
  color: #fff;
}
.project .eligible__wrapper-table {
  position: relative;
  margin: 20px 0;
}
.project .eligible__wrapper-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  z-index: -1;
}
.project .eligible__wrapper-table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #918ff9;
}
.project .eligible__wrapper-table .item:hover {
  -webkit-box-shadow: 0 0 10px #918ff9;
          box-shadow: 0 0 10px #918ff9;
  background: rgba(255, 255, 255, 0.8);
}
.project .eligible__wrapper-table .item .pdNameCol {
  width: 70%;
  border-right: 1px solid #918ff9;
}
.project .eligible__wrapper-table .item .steamCodeCol {
  width: 30%;
}
.project .eligible__wrapper-table .item .steamCodeCol .col-numBox {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  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;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-table .item .steamCodeCol .col-numBox {
    font-size: 20px;
  }
}
.project .eligible__wrapper-table .item .col-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: linear-gradient(45deg, #29abe2, #b566ff);
  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;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-table .item .col-title {
    font-size: 22px;
    padding: 15px;
  }
}
.project .eligible__wrapper-table .item .col-pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-table .item .col-pdBox {
    padding: 20px;
  }
}
.project .eligible__wrapper-table .item .col-pdBox__name {
  font-family: var(--MSIBodyFont);
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  color: #3d3d3d;
  width: 50%;
}
@media (min-width: 996px) {
  .project .eligible__wrapper-table .item .col-pdBox__name {
    font-size: 20px;
    margin-right: 20px;
    width: 40%;
  }
}
.project .eligible__wrapper-table .item .col-pdBox__btn {
  color: #fff;
  background: linear-gradient(45deg, #29abe2, #b566ff);
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
  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 .eligible__wrapper-table .item .col-pdBox__btn {
    padding: 10px 15px;
    font-size: 16px;
    width: auto;
    min-width: 160px;
  }
}
.project .eligible__wrapper-table .item .col-pdBox__btn:hover {
  cursor: pointer;
  background: linear-gradient(45deg, rgba(44, 35, 206, 0.7921568627), rgba(181, 102, 255, 0.8431372549));
}
.project .eligible__wrapper-table .setbuynowData .item {
  -webkit-animation: showup 1s ease-in-out;
          animation: showup 1s ease-in-out;
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.project .eligible .leftNum {
  position: relative;
  margin: 100px 0 0;
}
.project .eligible .leftNum__priceBox {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  background: linear-gradient(45deg, #29abe2, #b566ff);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 60%;
}
@media (min-width: 768px) {
  .project .eligible .leftNum__priceBox {
    top: -30%;
    width: 30%;
  }
}
@media (min-width: 996px) {
  .project .eligible .leftNum__priceBox {
    top: -50%;
  }
}
.project .eligible .leftNum__priceBox span {
  font-size: 18px;
  color: #fff;
}
@media (min-width: 996px) {
  .project .eligible .leftNum__priceBox span {
    font-size: 30px;
  }
}
.project .eligible .leftNum__codeBox {
  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;
  text-align: center;
}
.project .eligible .leftNum__codeBox figure {
  margin: 0;
}
.project .eligible .leftNum__codeBox figure img {
  display: block;
  height: auto;
}
.project .eligible .leftNum__codeBox-txtBox {
  color: #fff;
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/purchaseMnt-steam-middle.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  text-shadow: 0px 2px 10px #07365f;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  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 .eligible .leftNum__codeBox-txtBox {
    font-size: 26px;
  }
}
.project .redeem {
  position: relative;
  z-index: 50;
}
.project .redeem__wrapper-btns {
  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;
  margin: 20px auto;
  gap: 50px;
}
@media (min-width: 996px) {
  .project .redeem__wrapper-btns {
    gap: 150px;
  }
}
.project .redeem__wrapper-btns a {
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  z-index: 20;
}
@media (min-width: 996px) {
  .project .redeem__wrapper-btns a {
    font-size: 20px;
    width: 180px;
    height: 180px;
  }
}
.project .redeem__wrapper-btns a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  z-index: -1;
  background: url(https://storage-asset.msi.com/event/2026/cnd/visuals-built-for-victory/images/redeem-btn-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.project .redeem__wrapper-btns a:nth-child(2)::before {
  -webkit-transform: translate(-50%, -50%) rotate(282deg);
          transform: translate(-50%, -50%) rotate(282deg);
  -webkit-transform-origin: 46% 50%;
          transform-origin: 46% 50%;
}
.project .redeem__wrapper-btns a:nth-child(3)::before {
  -webkit-transform: translate(-50%, -50%) rotate(100deg);
          transform: translate(-50%, -50%) rotate(100deg);
  -webkit-transform-origin: 46% 50%;
          transform-origin: 46% 50%;
}
.project .redeem__wrapper-btns a:hover {
  cursor: pointer;
}
.project .redeem__wrapper-btns span {
  background: rgba(22, 114, 164, 0.7411764706);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  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-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 996px) {
  .project .redeem__wrapper-btns span {
    width: 150px;
    height: 150px;
  }
}
.project .redeem__wrapper-btns span:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 5px #1672a4);
          filter: drop-shadow(0 0 5px #1672a4);
}
.project .why500hz, .project .whymsi {
  position: relative;
  z-index: 50;
}
.project .why500hz .main-title {
  -webkit-animation: dropShadowGlow 1s ease-in-out infinite;
          animation: dropShadowGlow 1s ease-in-out infinite;
}
@-webkit-keyframes dropShadowGlow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 5px rgb(255, 255, 255));
            filter: drop-shadow(0 0 5px rgb(255, 255, 255));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #29abe2);
            filter: drop-shadow(0 0 5px #29abe2);
  }
}
@keyframes dropShadowGlow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 5px rgb(255, 255, 255));
            filter: drop-shadow(0 0 5px rgb(255, 255, 255));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #29abe2);
            filter: drop-shadow(0 0 5px #29abe2);
  }
}
.project .slider__popup, .project .sliderPopup {
  color: #fff;
}
.project .visitMore {
  position: relative;
  padding: 50px 0;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .visitMore {
    padding: 100px 0;
  }
}
.project .visitMore__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .project .visitMore__wrapper-content {
    gap: 50px;
  }
}
.project .visitMore__wrapper-content a {
  width: 80%;
}
@media (min-width: 996px) {
  .project .visitMore__wrapper-content a {
    width: 33.33%;
  }
}
.project .visitMore__wrapper-content a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .visitMore__wrapper-content a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}/*# sourceMappingURL=main.css.map */