h1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }
}

.sub-title {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 24px;
  }
}

.main-text {
  font-size: 1.3em;
  color: #fff;
  line-height: 1.4em;
  padding: 2% 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  .main-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.sub-text {
  font-size: 18px;
  color: #000;
  padding: 10px 0;
}

@media screen and (max-width: 480px) {
  .sub-text {
    font-size: 14px;
  }
}

.note {
  color: #919191;
  font-size: 12px;
}

.separator-line {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .separator-line {
    width: 100%;
  }
}

.separator-line::before, .separator-line::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #eee;
}

.separator-line:not(:empty)::before {
  margin-right: .25em;
}

.separator-line:not(:empty)::after {
  margin-left: .25em;
}

.modal-content {
  background: #000 !important;
}

.modal-content .modal-body p:nth-of-type(1) {
  background: #0e44a5 !important;
}

.popup-inner {
  
}

.list-style-lower-roman {
  list-style-type: lower-roman;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*.go-forward-and-upgrade {
      position: relative;
    overflow: hidden;
    background-image: url(../images/bgimage.webp);
    background-position: center;
    background-size: contain;
    background-attachment: scroll;
    background-repeat: repeat-y;
 
}*/

.belowbg {
	  position: relative;
    overflow: hidden;
    /*background-image: url(https://storage-asset.msi.com/event/2025/CND/2025-mlg-landing/images/bg-bottom.jpg);*/
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat-y;
	    z-index: 0;
		    margin: -1px;
    padding: 0;
}
/*.zalivkabg {
	background-color: #000828;

}*/
.go-forward-and-upgrade img {
  width: 100%;
}

.go-forward-and-upgrade .kv {
  width: 100%;
  position: relative;
}

.go-forward-and-upgrade .kv__intel {
  position: absolute;
  right: 0;
  top: 0;
  margin: 2%;
  width: 8%;
}

@media screen and (max-width: 768px) {
  .go-forward-and-upgrade .kv__intel {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .go-forward-and-upgrade .kv__intel {
    left: 0;
  }
}

.go-forward-and-upgrade .kv__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
	    
    position: relative;
}






.go-forward-and-upgrade .intro {
  position: relative;
  padding: 2%;
}

.go-forward-and-upgrade .intro__content {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade .intro__content {
    width: 90%;
  }
}



@media only screen and (max-width: 1024px) {
  .go-forward-and-upgrade .intro__content-text {
    font-size: 24px;
  }
}

.go-forward-and-upgrade .intro__content-text span {
  color: #fff;
  font-size: 55px;
  font-weight: bolder;
}

@media only screen and (max-width: 1024px) {
  .go-forward-and-upgrade .intro__content-text span {
    color: #fff;
    font-size: 26px;
  }
}

.go-forward-and-upgrade .intro__content .main-text {
  padding: 0;
}

.go-forward-and-upgrade .redeem {
 /* background-image: url(https://storage-asset.msi.com/event/2022/cnd/Go-Forward-and-Upgrade/images/redeem-bg.jpg); */
  background-position: center;
  background-size: cover;
}

.go-forward-and-upgrade .redeem__box {
  width: 46%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2%;
}

@media only screen and (max-width: 1024px) {
  .go-forward-and-upgrade .redeem__box {
    /*width: 90%;*/
  }
}

.go-forward-and-upgrade .wtb {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2%;
}

.go-forward-and-upgrade .earn {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2%;
}

.go-forward-and-upgrade .earn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  .go-forward-and-upgrade .earn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.go-forward-and-upgrade .earn__flex figure {
  margin: 1em;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 50%;
  max-width: 600px;
}

@media screen and (max-width: 480px) {
  .go-forward-and-upgrade .earn__flex figure {
    width: 90%;
    margin: 0 auto;
  }
}

.go-forward-and-upgrade .earn__flex figure:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

@-webkit-keyframes glow {
  from {
    text-shadow: 2px 0 10px #8bfcea, 2px 0 10px #1545a9, 2px 0 10px #8bfcea;
  }
  to {
    text-shadow: 2px 0 20px #8bfcea, 2px 0 10px #1545a9, 2px 0 10px #8bfcea;
  }
}
@-webkit-keyframes glow2 {
  from {
    text-shadow: 2px 0 10px #c67bb0, 2px 0 10px #1545a9, 2px 0 10px #c67bb0;
  }
  to {
    text-shadow: 2px 0 20px #c67bb0, 2px 0 10px #c67bb0, 2px 0 10px #c67bb0;
  }
}
@-webkit-keyframes glow3 {
  from {
    text-shadow: 2px 0 10px #03a9f4, 2px 0 10px #03a9f4, 2px 0 10px #03a9f4;
  }
  to {
    text-shadow: 11px 11px 43px #27c15f, 2px 0 10px #27c15f, 2px 0 10px #27c15f;
  }
}
@-webkit-keyframes glow4 {
  from {
    text-shadow: 2px 0 10px #E91E63, 2px 0 10px #E91E63, 2px 0 10px #E91E63;
  }
  to {
    text-shadow: 11px 11px 43px #E91E63, 2px 0 10px #E91E63, 2px 0 10px #E91E63;
  }
}
/*# sourceMappingURL=project.css.map */