@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
@keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.BATTLEFIELD6 {
  overflow: hidden;
  font-family: "source-han-sans-tc-variable", sans-serif;
  font-style: normal;
}
.BATTLEFIELD6 .content {
  position: relative;
}
.BATTLEFIELD6 .commonTitle {
  text-align: center;
}
.BATTLEFIELD6 .commonTitle h2 {
  background: linear-gradient(120deg, #174775 0%, #1174fd 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 2.8rem;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5%;
}
.BATTLEFIELD6 .commonTitle p {
  font-size: 1.6rem;
  margin: 3% auto;
  font-weight: 400;
  color: #00bbf6;
}
.BATTLEFIELD6 .commonTitle b {
  color: #000000;
  font-size: 30px;
}
.BATTLEFIELD6 .commonTitle-flex {
  background: #8970d0;
  position: relative;
  border-bottom: 8px solid #5a488e;
}
.BATTLEFIELD6 .commonTitle-flex img {
  position: absolute;
  top: -26%;
  left: 56%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 6%;
}
@media (min-width: 996px) {
  .BATTLEFIELD6 .commonTitle h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1930px) {
  .BATTLEFIELD6 .commonTitle-flex img {
    width: 4%;
    left: 54%;
  }
}
.BATTLEFIELD6 img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.BATTLEFIELD6 a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BATTLEFIELD6 .kv {
  position: relative;
  overflow: hidden;
}
.BATTLEFIELD6 .kv h1 {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.BATTLEFIELD6 .kv__light {
  display: none;
}
@media (min-width: 996px) {
  .BATTLEFIELD6 .kv__flexBox {
    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;
  }
  .BATTLEFIELD6 .kv__light {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .BATTLEFIELD6 .kv__linkBox {
    margin: 0 10px;
  }
  .BATTLEFIELD6 .kv__linkBox a {
    padding: 1% 2% 3%;
  }
}
.BATTLEFIELD6 .info {
  background: url(https://storage-asset.msi.com/event/2025/TW/BATTLEFIELD6/images/info-bg.jpg) no-repeat top center #000;
  background-size: cover;
  position: relative;
  padding: 3% 0;
}
.BATTLEFIELD6 .info .msi__container {
  padding: 2% 0 1%;
  position: relative;
  z-index: 1;
}
.BATTLEFIELD6 .info__flexBox {
  padding: 5%;
  position: relative;
}
.BATTLEFIELD6 .info__flexBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  border: 12px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(#57edce), to(#009cff));
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(90deg, #57edce, #009cff);
}
.BATTLEFIELD6 .info-title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 5%;
  padding: 5%;
}
.BATTLEFIELD6 .info-title h4 {
  color: #ffffff;
  font-size: clamp(1.5rem, 1.5rem + 2vw, 2rem);
  font-weight: bold;
}
.BATTLEFIELD6 .info-title h2 {
  margin-top: 3%;
  font-size: clamp(1.3rem, 1.3rem + 2vw, 1.8rem);
}
.BATTLEFIELD6 .info-style {
  font-size: clamp(1.5rem, 1.5rem + 2vw, 2rem);
  color: #ffde00;
}
.BATTLEFIELD6 .info-notice {
  margin-top: 3%;
  font-size: 1.1rem;
}
.BATTLEFIELD6 .info__pdBox {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: auto;
}
@media (min-width: 996px) {
  .BATTLEFIELD6 .info__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 5%;
  }
  .BATTLEFIELD6 .info__flexBox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 80%;
    border: 12px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(#57edce), to(#009cff));
    background-image: linear-gradient(to right, #000000, #000000), linear-gradient(90deg, #57edce, #009cff);
  }
  .BATTLEFIELD6 .info__pdBox {
    margin-left: -5%;
    margin-top: -5%;
    width: 42%;
    margin: -10% 0;
  }
  .BATTLEFIELD6 .info-title {
    text-align: left;
    margin-top: 0;
    width: 52%;
    padding: 0;
  }
}
.BATTLEFIELD6 .bonus {
  background: #000;
  padding: 5% 0;
}
.BATTLEFIELD6 .bonus__contBox {
  text-align: center;
  border: 10px solid #1870d5;
  background: #010c20;
  margin-bottom: 5%;
  padding: 4%;
}
.BATTLEFIELD6 .bonus__contBox-txt {
  margin: 3% auto;
  color: #fff;
  font-size: 1.6rem;
}
.BATTLEFIELD6 .bonus__contBox-txt p {
  padding-bottom: 3%;
}
.BATTLEFIELD6 .bonus__txtBox {
  padding: 3%;
  color: #fff;
  text-align: center;
}
.BATTLEFIELD6 .bonus__txtBox h4 {
  font-size: 1.6rem;
  padding-bottom: 5px;
}
@media (min-width: 996px) {
  .BATTLEFIELD6 .bonus__contBox {
    padding: 0;
  }
  .BATTLEFIELD6 .bonus__contBox-txt p {
    padding-bottom: 0;
  }
  .BATTLEFIELD6 .bonus__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 5% auto;
  }
  .BATTLEFIELD6 .bonus__itemBox {
    width: calc(50% - 30px);
  }
}
.BATTLEFIELD6 .redeem {
  background: linear-gradient(290deg, #7d7d8e, #1d1f25);
  background: #585858;
  padding-bottom: 5%;
}
.BATTLEFIELD6 .redeem__titleBox {
  text-align: center;
  margin: auto;
  background: #2c2b31;
  width: 100%;
  padding: 1%;
}
.BATTLEFIELD6 .redeem__titleBox h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.BATTLEFIELD6 .redeem__titleBox span {
  background: -webkit-gradient(linear, left top, right top, from(#ff793c), color-stop(#e9a360), to(#708397));
  background: linear-gradient(to right, #ff793c, #e9a360, #708397);
  background: -webkit-linear-gradient(to right, #ff793c, #e9a360, #708397);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.5rem;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
.BATTLEFIELD6 .redeem__titleBox img {
  max-width: 100px;
}
.BATTLEFIELD6 .redeem__stepBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BATTLEFIELD6 .redeem__stepBox-item {
  text-align: center;
  margin: 3% auto;
  padding: 2% 10px;
  color: #000000;
  background: #fff;
  width: calc(100% - 30px);
}
.BATTLEFIELD6 .redeem__stepBox-item p {
  color: #000;
}
.BATTLEFIELD6 .redeem__stepBox-item5 {
  width: 100%;
}
.BATTLEFIELD6 .redeem__stepBox-item h3 {
  font-size: 2rem;
  margin-bottom: 5%;
  position: relative;
  display: inline-block;
  color: #000;
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(1) .redeem__stepBox-item:nth-of-type(1) h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(255, 169, 199, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(1) .redeem__stepBox-item:nth-of-type(2) h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(209, 178, 232, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(2) .redeem__stepBox-item:nth-of-type(1) h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(169, 214, 255, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(2) .redeem__stepBox-item:nth-of-type(2) h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(255, 169, 199, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(3) {
  background: #fff;
  margin: 15px auto;
  width: calc(100% - 30px);
  padding: 2% 5%;
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(3) .redeem__stepBox-item {
  width: 85%;
  text-align: left;
  margin: 0;
  padding: 1% 0;
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(3) .redeem__stepBox-item5 {
  width: auto;
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(3) .redeem__stepBox-item5 > h3 {
  position: relative;
  font-size: 2rem;
  color: #000000;
  padding: 10px 0;
  margin: 0;
}
.BATTLEFIELD6 .redeem__stepBox-flex:nth-of-type(3) .redeem__stepBox-item5 > h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(209, 178, 232, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.BATTLEFIELD6 .redeem__stepBox-item h3 span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.BATTLEFIELD6 .redeem__stepBox-item a {
  color: #24a5ff;
}
.BATTLEFIELD6 .redeem__stepBox-item a:hover {
  color: #007dd6;
}
.BATTLEFIELD6 .redeem-sop {
  margin-top: 5%;
}
.BATTLEFIELD6 .redeem-sop h3 {
  font-size: 2rem;
  color: #000000;
  padding: 10px 0;
  margin: 0;
}
.BATTLEFIELD6 .redeem-sop ul {
  padding-left: 20px;
}
.BATTLEFIELD6 .redeem-sop ul li {
  color: #000000;
  padding: 3px 0;
  list-style-type: disc;
}
.BATTLEFIELD6 .redeem-sop ul li a {
  color: #24a5ff;
}
.BATTLEFIELD6 .redeem-sop ul li a:hover {
  color: #007dd6;
}
.BATTLEFIELD6 .redeem-txt {
  color: #fff;
  border: 2px solid;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 0;
}
.BATTLEFIELD6 .redeem-notice {
  color: #fff;
}
.BATTLEFIELD6 .redeem-notice a {
  color: #24a5ff;
}
@media (min-width: 996px) {
  .BATTLEFIELD6 .redeem__stepBox {
    padding: 5% 0 0;
  }
  .BATTLEFIELD6 .redeem__stepBox-item {
    text-align: center;
    margin: 15px auto;
    padding: 2% 10px;
    color: #fff;
    width: calc(50% - 30px);
  }
  .BATTLEFIELD6 .redeem-sop {
    margin-top: 0;
  }
}
.BATTLEFIELD6 .notice {
  background: #000;
}
.BATTLEFIELD6 .notice .msi__container {
  padding: 5% 0;
}
.BATTLEFIELD6 .notice__titleBox {
  text-align: center;
}
.BATTLEFIELD6 .notice__titleBox h2 {
  font-size: 3.5rem;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  margin-bottom: 4%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(103, 29, 255, 0.7), 0 0 10px rgba(103, 29, 255, 0.7), 0 0 10px rgba(103, 29, 255, 0.7), 0 0 10px rgba(103, 29, 255, 0.7), 0 0 10px rgba(103, 29, 255, 0.7);
}
.BATTLEFIELD6 .notice__txt ul {
  padding: 0 25px 0 35px;
}
.BATTLEFIELD6 .notice__txt li {
  list-style-type: decimal;
  color: #fff;
  padding: 10px 0;
}/*# sourceMappingURL=main.css.map */