#early-bird-event {
  color: #fff;
}
#early-bird-event .common__text {
  color: #eee;
  font-size: var(--title-xl);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
#early-bird-event .common__text span {
  color: #73ecf5;
  font-size: 120%;
}
#early-bird-event .kv {
  background: #050713;
}
#early-bird-event .kv__wrap {
  position: relative;
}
@media (min-width: 996px) {
  #early-bird-event .kv__wrap {
    padding-bottom: 40px;
  }
}
#early-bird-event .kv__wrap--content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 996px) {
  #early-bird-event .kv__wrap--content {
    bottom: 0;
  }
}
@media (min-width: 1930px) {
  #early-bird-event .kv__wrap--content {
    bottom: 15%;
  }
}
#early-bird-event .kv__imgbox {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1930px) {
  #early-bird-event .kv__imgbox {
    width: 100%;
  }
}
#early-bird-event .kv__imgbox-base {
  width: 100%;
  position: relative;
  -webkit-animation: flowupdown 3s infinite ease-in-out;
          animation: flowupdown 3s infinite ease-in-out;
}
#early-bird-event .kv__imgbox-flow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#early-bird-event .kv__imgbox-flow--0 {
  -webkit-animation: flowupdown 3s infinite ease-in-out -1s;
          animation: flowupdown 3s infinite ease-in-out -1s;
}
#early-bird-event .kv__imgbox-flow--1 {
  -webkit-animation: flowupdown 3s infinite ease-in-out -0.75s;
          animation: flowupdown 3s infinite ease-in-out -0.75s;
}
#early-bird-event .kv__imgbox-flow--2 {
  -webkit-animation: flowupdown 3s infinite ease-in-out -0.5s;
          animation: flowupdown 3s infinite ease-in-out -0.5s;
}
#early-bird-event .kv__imgbox-flow--3 {
  -webkit-animation: flowupdown 3s infinite ease-in-out -0.25s;
          animation: flowupdown 3s infinite ease-in-out -0.25s;
}
#early-bird-event .kv__imgbox-flow--4 {
  -webkit-animation: flowupdown 3s infinite ease-in-out 0s;
          animation: flowupdown 3s infinite ease-in-out 0s;
}
#early-bird-event .kv__textbox {
  width: 80%;
  margin: 0 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 5% 0;
}
@media (min-width: 1930px) {
  #early-bird-event .kv__textbox {
    width: 100%;
    margin-top: -15%;
  }
}
#early-bird-event .kv__textbox-dec {
  font-size: var(--title-lg);
  background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), color-stop(#eeeeee), to(#d2d2d2));
  background: linear-gradient(to top, #d2d2d2, #eeeeee, #d2d2d2);
  padding: 5px 20px;
  display: inline-block;
  margin-top: 5%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  border-radius: 5px;
}
#early-bird-event .kv__textbox-dec span {
  color: #000;
  font-weight: bold;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  display: block;
  text-align: center;
}
#early-bird-event .kv__textbox h3 {
  color: #71eef4;
  font-weight: bold;
  margin: 20px 0;
  font-size: var(--title-xl);
}
@media (min-width: 996px) {
  #early-bird-event .kv__textbox h3 {
    font-size: 48px;
  }
}
#early-bird-event .kv__textbox p {
  text-align: center;
  color: #ccc;
  font-weight: 400;
  font-size: var(--text-md);
}
#early-bird-event .kv__textbox a {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.75rem 2.5rem;
  font-size: var(--text-md);
}
#early-bird-event .kv__home {
  position: absolute;
  left: 20px;
  top: 40px;
}
@media (min-width: 768px) {
  #early-bird-event .kv__home {
    top: 5px;
    left: 5px;
  }
}
#early-bird-event .kv__home img {
  width: 120px;
}
#early-bird-event .content__info {
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/content-bg.jpg") top no-repeat #15133a;
  padding: 5% 0;
  background-size: contain;
  position: relative;
  text-align: center;
}
#early-bird-event .content__info::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#15133a), to(transparent));
  background: linear-gradient(to top, #15133a, transparent);
  left: 0;
  height: 18vw;
}
#early-bird-event .content__title {
  margin: 8% auto;
  text-align: center;
}
#early-bird-event .content__title h3 {
  border-radius: 10px;
  padding: 2px 35px;
  text-transform: uppercase;
  font-size: var(--block-title-xl);
  background: -webkit-gradient(linear, left top, right top, from(#1a65a8), color-stop(#21aabc), to(#4185e8));
  background: linear-gradient(to right, #1a65a8, #21aabc, #4185e8);
  color: #fff;
  display: inline-block;
}
#early-bird-event .content__intro {
  margin: 2% 0;
  text-align: center;
}
#early-bird-event .content__giftbox {
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/gift-bg.jpg") top no-repeat #15133a;
  padding: 2% 0 5%;
  background-size: contain;
  position: relative;
  text-align: center;
}
#early-bird-event .content__giftbox--img {
  margin: 0 auto 5%;
  width: 90%;
}
#early-bird-event .content .modelList {
  margin: 3% auto;
  text-align: left;
}
#early-bird-event .content .modelList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--title-lg);
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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-bottom: 20px;
}
@media (min-width: 996px) {
  #early-bird-event .content .modelList__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#early-bird-event .content .modelList p {
  color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  margin-bottom: 5px;
}
@media (min-width: 996px) {
  #early-bird-event .content .modelList p {
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
}
#early-bird-event .content .modelList span {
  color: #73ecf5;
  padding-left: 20px;
}
#early-bird-event .steam {
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/steam-bg.jpg") center no-repeat #15133a;
  padding: 8% 0;
  background-size: cover;
}
#early-bird-event .steam ul {
  width: 90%;
  margin: 3% auto;
  color: #fff;
  font-size: var(--title-lg);
  font-weight: bold;
}
@media (min-width: 1300px) {
  #early-bird-event .steam ul {
    width: 80%;
  }
}
#early-bird-event .steam ul li {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 0%;
  border-top: 2px solid #c98df9;
  border-bottom: 2px solid #c98df9;
}
@media (min-width: 996px) {
  #early-bird-event .steam ul li {
    padding: 30px 10%;
  }
}
#early-bird-event .steam ul li:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
#early-bird-event .steam ul li span {
  color: #71eef4;
  font-size: 120%;
}
#early-bird-event .rule {
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/rule-bg.jpg") center no-repeat #251e6a;
  padding: 6% 0;
  background-size: cover;
}
#early-bird-event .rule h4 {
  color: #83eef8;
  font-size: var(--title-xl);
  text-decoration: underline;
  margin-bottom: 15px;
}
#early-bird-event .rule__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 0;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #early-bird-event .rule__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#early-bird-event .rule__item {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #aa42f4;
  padding: 35px 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#early-bird-event .rule__item ul {
  text-align: left;
}
#early-bird-event .rule__item ul li {
  color: #fff;
  list-style: auto;
  margin-left: 35px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: var(--text-lg);
  line-height: 1.6;
}
#early-bird-event .rule__item ul li span {
  font-weight: normal;
  font-size: 90%;
  display: block;
}
#early-bird-event .rule__item ol {
  margin: 15px auto;
}
#early-bird-event .rule__item ol li {
  padding: 8px 15px;
  background: #2a2180;
  border: 1px solid #ccc;
  text-align: left;
  color: #ccc;
  list-style: none;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: var(--text-lg);
  margin-left: -20px;
}
#early-bird-event .rule .text--note {
  color: #bbb;
  text-align: left;
  margin-left: 16px;
}
#early-bird-event .redeem {
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/redeem-bg.jpg") center no-repeat #251e6a;
  background-size: cover;
  padding: 6% 0;
}
#early-bird-event .redeem a {
  border-bottom: 1px solid #999;
  color: #fff;
}
#early-bird-event .redeem a:hover {
  color: #7b5cae;
  border-bottom: 1px solid #7b5cae;
}
#early-bird-event .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 0;
  gap: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  #early-bird-event .redeem__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#early-bird-event .redeem__item {
  text-align: center;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#early-bird-event .redeem__item::after {
  content: "";
  width: 8%;
  height: 50px;
  background: url(https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/step-arrow.png) center no-repeat;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 996px) {
  #early-bird-event .redeem__item::after {
    right: -5%;
    top: 0;
    height: 50%;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    left: auto;
  }
}
#early-bird-event .redeem__item:last-child::after {
  display: none;
}
#early-bird-event .redeem__item--title {
  background: #7b5cae;
  color: #fff;
  font-size: var(--title-lg);
  margin: 30px 0;
  display: table;
  padding: 3px 40px;
}
#early-bird-event .redeem__item--img {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  #early-bird-event .redeem__item--img {
    width: 60%;
  }
}
#early-bird-event .redeem__item p {
  line-height: 2;
}
#early-bird-event .btnlink {
  margin: 3% auto;
}
#early-bird-event .btnlink a {
  color: #2a2180;
  font-weight: bold;
  font-size: var(--title-xl);
  border-radius: 10px;
  background: #fff;
  padding: 5px 50px;
  display: inline-block;
  cursor: pointer;
}
#early-bird-event .btnlink a:hover {
  background: #2a2180;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#early-bird-event .wtb {
  text-align: center;
  padding: 6% 0;
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/wtb-bg.jpg") center no-repeat fixed;
  background-size: cover;
}
#early-bird-event .wtb__box {
  margin: 5% 0;
}
#early-bird-event .wtb__box h4 {
  font-weight: bold;
  font-size: var(--title-lg);
}
#early-bird-event .wtb__box--shop {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3% auto;
  gap: 10px;
}
@media (min-width: 996px) {
  #early-bird-event .wtb__box--shop {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#early-bird-event .wtb__box a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-weight: 900;
  font-size: 18px;
  color: #302686;
}
@media (min-width: 996px) {
  #early-bird-event .wtb__box a {
    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: 1300px) {
  #early-bird-event .wtb__box a {
    width: 250px;
  }
}
#early-bird-event .wtb__box a:hover {
  background: #2a2180;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#early-bird-event .wtb__box a.w100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1300px) {
  #early-bird-event .wtb__box a.w100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
#early-bird-event .tc {
  text-align: center;
  padding: 6% 0;
  background: url("https://storage-asset.msi.com/event/2024/CN/early-bird-event-nb/images/tc-bg.jpg") center no-repeat;
  background-size: 100%;
}
#early-bird-event .tc ul {
  margin: 2% auto;
  list-style: disc;
}
@media (min-width: 996px) {
  #early-bird-event .tc ul {
    width: 80%;
  }
}
#early-bird-event .tc ul li {
  list-style: disc;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  #early-bird-event .tc ul li {
    font-size: var(--text-xl);
  }
}
#early-bird-event .maintitle {
  border-radius: 10px;
  padding: 2px 35px;
  text-transform: uppercase;
  font-size: var(--title-xl);
  background: -webkit-gradient(linear, left top, right top, from(#1a65a8), color-stop(#21aabc), to(#4185e8));
  background: linear-gradient(to right, #1a65a8, #21aabc, #4185e8);
  color: #fff;
  display: inline-block;
}
#early-bird-event .maintitle.purpleStyle {
  background: -webkit-gradient(linear, left top, right top, from(#8249f6), to(#b540f8));
  background: linear-gradient(to right, #8249f6, #b540f8);
}
#early-bird-event .subtitle {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  text-decoration: none;
  padding: 10px 6vw;
  margin: 15px auto;
  font-size: var(--title-xl);
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  color: #fff;
}
#early-bird-event .subtitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(45deg, rgb(5, 118, 255) 0%, rgb(36, 248, 255) 100%);
  -webkit-box-shadow: 0px 0px 15px rgba(132, 179, 245, 0.5);
          box-shadow: 0px 0px 15px rgba(132, 179, 245, 0.5);
}
#early-bird-event .subtitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #15133a;
  -webkit-box-shadow: 0px 0px 15px rgba(132, 179, 245, 0.5) inset;
          box-shadow: 0px 0px 15px rgba(132, 179, 245, 0.5) inset;
}
@-webkit-keyframes flowupdown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes flowupdown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}/*# sourceMappingURL=main.css.map */