* {
  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 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  z-index: 20;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 25px;
  text-shadow: 0 0 10px #222c1d;
  z-index: 50;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 36px;
  }
}
.main-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-text {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .main-text {
    font-size: 17px;
  }
}

.main-note {
  text-align: center;
  color: #bcbcbc;
  font-size: 16px;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .main-note {
    font-size: 17px;
  }
}

.btnBox {
  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) {
  .btnBox {
    gap: 40px;
  }
}
.btnBox a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 100%, 5% 100%, 0 76%);
          clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 100%, 5% 100%, 0 76%);
  border-bottom: 3px solid #c8ad81;
  background: url(../images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .btnBox a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.btnBox a::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(250deg);
          filter: hue-rotate(250deg);
  z-index: 1;
}
.btnBox a::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(250deg);
          filter: hue-rotate(250deg);
  z-index: 1;
}
.btnBox a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  background: #000;
  background: url(https://storage-asset.msi.com/event/2026/cnd/crimson-desert/images/bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(rgba(0, 0, 0, 0.168627451)), to(#000000));
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.168627451), #000000);
}

.kv {
  position: relative;
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
}

.intro {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .intro {
    padding: 100px 0 80px;
  }
}
.intro__wrapper-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.intro__wrapper-title span {
  color: #ffe3a9;
}
@media (min-width: 996px) {
  .intro__wrapper-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .intro__wrapper-dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.intro__wrapper-dateBox .item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#584427), color-stop(#3b3735), to(transparent));
  background: linear-gradient(to bottom, #584427, #3b3735, transparent);
  color: #fff;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item {
    width: 40%;
  }
}
.intro__wrapper-dateBox .item__title {
  position: relative;
  font-size: 16px;
  font-style: italic;
  z-index: 50;
  text-align: center;
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item__title {
    font-size: 18px;
  }
}
.intro__wrapper-dateBox .item__title::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(250deg);
          filter: hue-rotate(250deg);
  z-index: 1;
}
.intro__wrapper-dateBox .item__title::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(250deg);
          filter: hue-rotate(250deg);
  z-index: 1;
}
.intro__wrapper-dateBox .item__title span {
  display: block;
  padding: 10px 25px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/crimson-desert/images/btn-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro__wrapper-dateBox .item__text {
  position: relative;
  padding: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  z-index: 50;
}
@media (min-width: 996px) {
  .intro__wrapper-dateBox .item__text {
    font-size: 25px;
  }
}
.intro__wrapper .leftNum {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
}
@media (min-width: 996px) {
  .intro__wrapper .leftNum {
    font-size: 28px;
    margin: 40px 0;
  }
}
.intro__wrapper .leftNum span {
  color: #ffb464;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .intro__wrapper .leftNum span {
    font-size: 36px;
  }
}

.eligibleModel {
  background: url(https://storage-asset.msi.com/event/2026/cnd/crimson-desert/images/bg-mountain.webp) no-repeat center center;
  background-size: cover;
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .eligibleModel {
    padding: 0 0 100px;
  }
}
.eligibleModel__logo {
  width: 200px;
  margin: 30px auto 0;
}
@media (min-width: 996px) {
  .eligibleModel__logo {
    width: 300px;
  }
}
.eligibleModel__wrapper {
  text-align: center;
}
.eligibleModel__wrapper-content .eligibleModel__button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__button-group {
    margin: 50px auto;
    gap: 40px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn {
  font-size: 16px;
  padding: 5px 10px;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn {
    font-size: 20px;
    padding: 10px 25px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.eligibleModel__wrapper-content .eligibleModel__btn.active {
  -webkit-filter: opacity(1) brightness(1.1);
          filter: opacity(1) brightness(1.1);
}
.eligibleModel__wrapper-content .eligibleModel__btn img {
  max-width: 110px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn img {
    max-width: 150px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn figure {
  position: relative;
  padding: 5px 10px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn figure {
    padding: 15px 30px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__btn figure img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.eligibleModel__wrapper-content .eligibleModel__btn span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 10px;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__btn span {
    font-size: 20px;
  }
}
.eligibleModel__wrapper-content .eligibleModel__content-wrapper {
  position: relative;
}
.eligibleModel__wrapper-content .eligibleModel__content {
  display: none;
  color: #fff;
}
.eligibleModel__wrapper-content .eligibleModel__content--active {
  display: block !important;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px;
  padding: 0 20px;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn {
  display: inline-block;
  width: calc(100% - 10px);
  margin: 5px 5px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn:hover {
  background: #efe7da;
  color: #000;
}
.eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn:hover a {
  color: #000;
}
@media (min-width: 996px) {
  .eligibleModel__wrapper-content .eligibleModel__content-innerWrapper .pdBox__btn {
    width: calc(50% - 10px);
  }
}

.newTech {
  padding: 0 0 30px;
}
@media (min-width: 996px) {
  .newTech {
    padding: 0 0 100px;
  }
}
.newTech__wrapper-content {
  margin: 50px auto 0;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .newTech__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;
    margin: 70px auto 0;
  }
}
.newTech__wrapper-content .cardItem {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 213, 213, 0.5725490196)), color-stop(#353b38), to(transparent));
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0.5725490196), #353b38, transparent);
  z-index: 50;
  padding: 20px;
  text-shadow: 0 0 10px #000;
  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: 768px) {
  .newTech__wrapper-content .cardItem {
    width: 45%;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem {
    width: 30%;
  }
}
.newTech__wrapper-content .cardItem h5 {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
  z-index: 50;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem h5 {
    font-size: 18px;
  }
}
.newTech__wrapper-content .cardItem h5::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.newTech__wrapper-content .cardItem h5::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-dec.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.newTech__wrapper-content .cardItem h5 span {
  display: block;
  padding: 10px 25px;
  background: url(https://storage-asset.msi.com/event/2026/cnd/level-up-double-victory/images/btn-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.newTech__wrapper-content .cardItem .videobox-wrapper {
  width: 90%;
  margin: 0 auto;
  border: 6px solid;
  border-image-source: linear-gradient(45deg, #567f18, #5cb9c1);
  border-image-slice: 1;
  border-radius: 5px;
}
@media (min-width: 996px) {
  .newTech__wrapper-content .cardItem .videobox-wrapper {
    width: 100%;
  }
}
.newTech__wrapper-content .cardItem .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.newTech__wrapper-content .cardItem .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 996px) {
  .wtb__wrapper-content {
    padding: 50px 0 0;
  }
}
.wtb .msi_wtb_widget {
  padding: 0;
}

.btns {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .btns {
    padding: 50px 0 100px;
  }
}

.howToRedeem {
  padding: 0 0 30px;
}
@media (min-width: 996px) {
  .howToRedeem {
    padding: 0 0 100px;
  }
}
.visitMore {
  background: url(https://storage-asset.msi.com/event/2026/cnd/crimson-desert/images/bg-rocks.webp) no-repeat center top;
  background-size: cover;
}
.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;
  padding: 0 0 50px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  z-index: 50;
}
@media (min-width: 996px) {
  .visitMore__wrapper-content {
    gap: 40px;
    padding: 30px 0 70px;
  }
}
.visitMore__wrapper-content a {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .visitMore__wrapper-content a {
    width: 30%;
    margin: 0;
  }
}
.visitMore__wrapper-content a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  text-align: center;
  padding: 20px 20px 50px;
}
.footer__logo {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo--small {
  height: 25px;
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 20px;
}
.footer p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 996px) {
  .footer p {
    font-size: 14px;
  }
}

@-webkit-keyframes float-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */