@charset "UTF-8";
@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }
}

:root {
  --font: "intelone", "Segoe UI", "Microsoft JhengHei", "Noto Sans TC",
    "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: "Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

.basic-txt {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-family: var(--MSIBodyFont);
  font-weight: normal;
  text-align: center;
}
.basic-txt-w {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  font-family: var(--MSIBodyFont);
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}
.basic-link {
  font-size: 18px;
  color: #3a9ef5;
  line-height: 1.5;
}

.basic-link:hover {
  color: rgba(237, 28, 36, 0.6);
}

.bg-light-gray,
.bg-light-gray1 {
  background: url(https://storage-asset.msi.com/event/2024/AU/black-friday-gaming/images/ready-to-go-bg.jpg)
    center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 996px) {
  .bg-light-gray {
    padding: 15% 0 !important;
  }
  .bg-light-gray1 {
    padding: 10% 0 !important;
  }
}
@media screen and (min-width: 1930px) {
  .bg-light-gray {
    padding: 12% 0 !important;
  }
}
.bg-dark-gray {
  background: #181817;
}

.bg-light-red {
  background-color: #3a9ef5;
}

/* .EOFYBusiness2025 .CBlock.bg-dark-red {
  padding-top: 0;
} */

.CBlock.bg-dark-red {
  display: flex;
  flex-direction: column;
}

.CBlock.bg-dark-red figure {
  /* order: 2; */
}

@media screen and (min-width: 996px) {
  .bg-dark-red .CBlock__flexbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .CBlock__flexbox--2 {
    padding: 10% 0;
  }
}
.EOFYBusiness2025 {
  font-family: var(--MSIBodyFont);
  font-weight: 900;
  font-style: normal;
}

.EOFYBusiness2025 h2 {
  color: #3a9ef5;
  font-size: 32px;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 10px;
}

.EOFYBusiness2025 h2 span {
  color: #e81c23;
}

.EOFYBusiness2025 h3 {
  text-transform: uppercase;
  color: #3a9ef5;
  font-size: 20px;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
}

.EOFYBusiness2025 img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.EOFYBusiness2025 a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.EOFYBusiness2025 .common__btn {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  text-transform: uppercase;
  background: #3a9ef5;
  padding: 5px 15px;
  width: auto;
  margin: 25px 0 10%;
  font-weight: normal;
  cursor: pointer;
}

.EOFYBusiness2025 .common__btn:hover {
  background: #57b1ff;
}

.EOFYBusiness2025 .common__btn--black {
  background: #000000;
}

.EOFYBusiness2025 .common__btn .arrow {
  width: fit-content;
  max-width: 15px;
  margin: 0 0 0 10px;
}

.EOFYBusiness2025 .CBlock {
  position: relative;
  margin: -1px 0;
  background-color: #d7d7d7;
}
.EOFYBusiness2025 .CBlock.bg-dark-red {
  padding-top: 0;
}
.EOFYBusiness2025 .CBlock__exclusive {
  text-align: center;
  padding: 3.5% 0 5%;
}

.EOFYBusiness2025 .CBlock__exclusive-title {
  text-align: center;
  margin: 0 auto 10px;
}

.EOFYBusiness2025 .CBlock__exclusive-text {
  text-align: center;
  margin: 0 auto 20px;
}

.EOFYBusiness2025 .exclusive__link {
  margin: 10px auto;
}

.EOFYBusiness2025 .CBlock__flexbox {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5%;
}

.EOFYBusiness2025 .bg-light-gray,
.EOFYBusiness2025 .bg-light-gray1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.EOFYBusiness2025 .CBlock__textbox {
  width: 100%;
  margin: auto;
  text-align: justify;
  text-align: center;
}
@media (min-width: 996px) {
  .EOFYBusiness2025 .CBlock__textbox {
    text-align: left;
  }
}
.EOFYBusiness2025 .CBlock__imgbox {
  padding: 5% 0;
}

.EOFYBusiness2025 .CBlock__imgbox--2 {
  padding: 0;
  width: 70%;
  margin: 0 auto 8%;
}
.EOFYBusiness2025 .CBlock__imgbox--5 {
  padding: 0;
  width: 70%;
  margin: 0 auto;
}
.EOFYBusiness2025 .flexBlock {
  position: relative;
  background: #aaaaaa;
  padding: 5% 0;
  margin: -1px 0;
}

.EOFYBusiness2025 .flexBlock__flexbox {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.EOFYBusiness2025 .flexBlock__flexbox--center {
  justify-content: center;
  align-items: center;
}

.EOFYBusiness2025 .flexBlock__itembox {
  width: 90%;
  margin: 3% auto;
  max-width: 450px;
  text-align: center;
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.EOFYBusiness2025 .flexBlock__imgbox {
  max-width: 600px;
}

.EOFYBusiness2025 .flexBlock__textbox {
  margin: 2% auto;
}

.EOFYBusiness2025 .flexBlock__textbox h4 {
  font-size: 2.2rem;
  line-height: 0.8;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-family: var(--MSIBodyFont);
  font-weight: 900;
  text-transform: uppercase;
}

.EOFYBusiness2025 .flexBlock__textbox h5 {
  font-size: 1.4rem;
  line-height: 0.9;
  font-family: var(--MSIBodyFont);
  color: #c6e4ff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
}

.EOFYBusiness2025 .eligible {
  padding: 5% 0;
  margin: -1px 0;
  background: #000;
}

.EOFYBusiness2025 .eligible__listbox {
  display: table;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 3% auto;
}

.EOFYBusiness2025 .eligible__th {
  display: table-row;
  background: #3a9ef5;
  font-weight: bold;
}

.EOFYBusiness2025 .eligible__row {
  display: table-row;
}

.EOFYBusiness2025 .eligible__cell {
  border: 1px solid #3a9ef5;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 5px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: normal;
}
.EOFYBusiness2025 .eligible__cell.table-pdName a {
  color: #fff;
  pointer-events: none;
}
.EOFYBusiness2025 .eligible__cell:nth-of-type(1) {
  width: 40%;
}
.EOFYBusiness2025 .eligible__cell:nth-of-type(2) {
  width: 20%;
}

.EOFYBusiness2025 .eligible__cell:nth-of-type(3) {
  width: 20%;
}

.EOFYBusiness2025 .wtb {
  position: relative;
  padding: 5% 0;
  margin: -1px 0;
}

.EOFYBusiness2025 .wtb__titlebox {
  text-align: center;
}

.EOFYBusiness2025 .wtb h2 {
  background: none;
  text-align: center;
  margin: auto;
}

.EOFYBusiness2025 .termsBox {
  padding: 5% 0;
}

.EOFYBusiness2025 .termsBox .tAndC__btnarea {
  text-align: center;
}

.EOFYBusiness2025 .termsBox .tAndC__btnarea p {
  color: #3a9ef5;
  border: 1px solid #3a9ef5;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}

.EOFYBusiness2025 .termsBox .tAndC__btnarea p:hover {
  background: #3a9ef5;
  color: #fff;
}

.EOFYBusiness2025 .termsBox .terms {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;

  font-weight: 600;
}

.EOFYBusiness2025 .termsBox .terms p,
.EOFYBusiness2025 .termsBox .terms li {
  font-size: 16px;
  line-height: 1.5;

  font-weight: 100;
}

.EOFYBusiness2025 .termsBox .terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 850px;
  margin: auto;
  overflow-x: hidden;
  padding: 5% 2%;
  font-weight: 600;
  background: #000000;
  color: #fff;
  border: 1px solid #3a9ef5;
  overflow-y: scroll;
  float: left;
}

.EOFYBusiness2025 .termsBox .terms__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.EOFYBusiness2025 .termsBox .terms__area::-webkit-scrollbar {
  width: 4px;
  background-color: #3a9ef5;
}

.EOFYBusiness2025 .termsBox .terms__area::-webkit-scrollbar-thumb {
  background-color: #3a9ef5;
}

.EOFYBusiness2025 .termsBox .terms__area-close {
  position: absolute;
  right: 7px;
  top: 0px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
  color: #3a9ef5;
}

.EOFYBusiness2025 .termsBox .terms__area-title {
  font-size: 28px;
  text-align: center;
}

.EOFYBusiness2025 .termsBox .terms__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}

.EOFYBusiness2025 .termsBox .terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}

.EOFYBusiness2025 .termsBox .terms__area-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  content: "";
  display: block;
  background: #46663d;
  z-index: 99;
  height: 1px;
}

.EOFYBusiness2025 .termsBox .terms__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}

.EOFYBusiness2025 .termsBox .terms__area ul li {
  list-style-type: decimal;
  margin: 20px 0;
}
.EOFYBusiness2025 .CBlock__linkbox {
  text-align: center;
}
@media (min-width: 996px) {
  .EOFYBusiness2025 h2 {
    color: #3a9ef5;
    font-size: 40px;
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 996px) {
  .EOFYBusiness2025 h3 {
    text-transform: uppercase;
    color: #3a9ef5;
    font-size: 25px;
    text-align: left;
  }
}

@media (min-width: 1930px) {
  .EOFYBusiness2025 h3 {
    text-transform: uppercase;
    color: #3a9ef5;
    font-size: 26px;
  }
}

@media (min-width: 414px) {
  .EOFYBusiness2025 .kv__mainbox-item {
    position: absolute;
    top: 48%;
  }
  .EOFYBusiness2025 .kv__mainbox-item--txt p {
    color: #fff;
    font-size: 18px;
  }
  .EOFYBusiness2025 .kv__mainbox-item--link a {
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
  }
  .EOFYBusiness2025 .kv__mainbox-title {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .EOFYBusiness2025 .kv__mainbox-item--txt p {
    color: #fff;
    font-size: 20px;
  }
  .EOFYBusiness2025 .kv__mainbox-item--link a {
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
  }
  .EOFYBusiness2025 .kv__icon {
    width: fit-content;
  }
  .EOFYBusiness2025 .kv__mainbox-link {
    margin: 30px auto 20px;
  }
}

@media (min-width: 996px) {
  .kv__mainbox--title {
    top: 50%;
    transform: translate(-50%, -20%);
  }
  .EOFYBusiness2025 .kv__mainbox-title {
    font-size: 50px;
  }
  .EOFYBusiness2025 .kv__mainbox img {
    margin-left: 0;
  }
  .EOFYBusiness2025 .kv__mainbox-item {
    width: 20.5vw;
    left: 4%;
    top: 55%;
  }
  .EOFYBusiness2025 .kv__mainbox-item--txt p {
    color: #fff;
    font-size: 1.3vw;
  }
  .EOFYBusiness2025 .kv__mainbox-item--link a {
    color: #fff;
    font-size: 1.1vw;
  }
  .EOFYBusiness2025 .kv__mainbox-link {
    margin: 0px auto 0px;
  }
  .EOFYBusiness2025 .kv__mainbox-link a {
    font-size: 25px;
  }

  .EOFYBusiness2025 .kv__mainbox-note {
    position: absolute;
    left: 4%;
    bottom: 3%;
    z-index: 1;
    padding: 0;
  }
  .EOFYBusiness2025 .kv__mainbox-note p {
    color: #b4b4b4;
    font-size: 13px;
    text-shadow: none;
  }
  .EOFYBusiness2025 .kv__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1930px) {
  .EOFYBusiness2025 .kv__mainbox-note p {
    color: #b4b4b4;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .basic-txt-w {
    font-size: 18px;
    text-align: left;
  }
}
@media (min-width: 996px) {
  .EOFYBusiness2025 .CBlock {
    padding-top: 0;
    margin: 0;
  }
  .basic-txt,
  .basic-txt-w {
    text-align: left;
  }
  .EOFYBusiness2025 .CBlock__linkbox {
    text-align: left;
  }
  .EOFYBusiness2025 .CBlock__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
  .EOFYBusiness2025 .CBlock__flexboxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .EOFYBusiness2025 .CBlock__textbox--1 {
    width: 50%;
  }

  .EOFYBusiness2025 .CBlock__textbox--2 {
    width: 37%;
    margin-right: 3%;
  }
  .EOFYBusiness2025 .CBlock__textbox--3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .EOFYBusiness2025 .CBlock__textbox--4 {
    width: 40%;
    margin: 0;
  }
  .EOFYBusiness2025 .CBlock__textbox--3 .basic-txt {
    width: 32%;
  }
  .EOFYBusiness2025 .CBlock__imgbox {
    order: 2;
  }
  .EOFYBusiness2025 .CBlock__imgbox--2 {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 47vw;
    transform: translate(0, -50%);
    margin: 0 auto;
  }
  .EOFYBusiness2025 .CBlock__imgbox--5 {
    position: absolute;
    bottom: 0;
    left: 11%;
    width: 44vw;
  }
  .EOFYBusiness2025 .CBlock__imgbox--3 {
    width: 65%;
  }
  .EOFYBusiness2025 .CBlock__imgbox--4 {
    margin-right: 2%;
    padding: 0;
  }
}
@media (min-width: 1930px) {
  .EOFYBusiness2025 .CBlock__imgbox--2 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 40vw;
    transform: translate(0, -50%);
  }
  .EOFYBusiness2025 .CBlock__imgbox--5 {
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 36vw;
  }
}
@media (min-width: 768px) {
  .EOFYBusiness2025 .flexBlock {
    margin: 0;
  }
  .EOFYBusiness2025 .flexBlock__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .EOFYBusiness2025 .flexBlock__itembox {
    width: calc(50% - 5px);
    max-width: 600px;
    margin: 0 20px;
    text-align: left;
  }
  .EOFYBusiness2025 .flexBlock__itembox:nth-last-child(1) {
    margin-right: 0;
  }
  .EOFYBusiness2025 .flexBlock__textbox {
    margin: 5% 0 0;
  }
}

@media (min-width: 576px) {
  .EOFYBusiness2025 .eligible__cell {
    padding: 15px;
    font-size: initial;
  }
}

@media (min-width: 996px) {
  .EOFYBusiness2025 .eligible {
    margin: 0;
  }
}

@media (min-width: 996px) {
  .EOFYBusiness2025 .wtb {
    margin: 0;
  }
}

@media (min-width: 576px) {
  .EOFYBusiness2025 .termsBox .terms p,
  .EOFYBusiness2025 .termsBox .terms li {
    font-size: 20px;
  }
  .EOFYBusiness2025 .termsBox .terms__area-title {
    font-size: 42px;
  }
  .EOFYBusiness2025 .termsBox .terms__area-subtitle {
    font-size: 32px;
  }
}

.series {
  position: relative;
  width: 100%;
}

.series__wrapBox {
  position: relative;
  width: 100%;
  padding: 5% 0;
}

.series__itemBox {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.series__itemBox img {
  width: 100%;
  height: auto;
  display: block;
}

/* tc */
.EOFYBusiness2025 .popup__wrapper::after {
  background: none;
}
.EOFYBusiness2025 .popup__wrapper::before {
  background: none;
}
.EOFYBusiness2025 .popup__inner {
  background: none;
}
.EOFYBusiness2025 .popup__inner::after {
  background: none;
}
.EOFYBusiness2025 .popup__inner::before {
  background: none;
}
.EOFYBusiness2025 .popup__header {
  background: none;
}
.EOFYBusiness2025 .popup__close {
  -webkit-filter: hue-rotate(220deg);
  filter: hue-rotate(220deg);
}
.EOFYBusiness2025 .popup__close:hover {
  cursor: pointer;
}
.EOFYBusiness2025 .popup__body {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-height: 100vh;
  overflow-y: auto; */
}
.EOFYBusiness2025 .popup__body::-webkit-scrollbar-thumb {
  background: #1056ca;
  border-radius: 20px;
}
.EOFYBusiness2025 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: #1056ca;
}

.EOFYBusiness2025 .common-subtitle {
  font-size: 20px;
  margin-top: 1em;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 1600px) {
  .EOFYBusiness2025 .common-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1600px) and (max-width: 1300px) {
  .EOFYBusiness2025 .common-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 1600px) and (max-width: 1050px) {
  .EOFYBusiness2025 .common-subtitle {
    font-size: 16px;
  }
}

.terms {
  font-size: 18px;
  line-height: 1.5;
}
.terms h3 {
  padding-bottom: 25px;
}
.terms ol li {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style: lower-roman;
}
.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms ul ol li {
  list-style: lower-roman;
}
.terms ul li {
  list-style: disc;
  padding: 8px 0;
}
.terms ul li ol li {
  list-style: lower-roman;
}
.terms ul li span {
  color: #11f9f8;
}
.terms ul li .star {
  color: #ff0000;
}
.terms ul li .note {
  font-size: 16px;
  padding: 10px 0;
  color: #ddd;
}
.terms p {
  padding-bottom: 20px;
}
.terms a {
  color: #3a9ef5;
  border-bottom: #3a9ef5 1px solid;
}
.terms a:hover {
  border: none;
}
.terms .pdList {
  margin: 20px 0;
}
.terms .pdList__title {
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background: #263a4a;
}
.terms .pdList__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #3b4852;
}
.terms .pdList__wrapper-item {
  width: 50%;
  padding: 5px 0;
  color: #fff;
  background: #3b4852;
  font-size: 12px;
  text-align: center;
  border: 1px solid #263a4a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.termsGoods {
  margin-top: 20px;
}
.termsGoods th {
  background-color: #3a9ef5;
  padding: 10px;
}
.termsGoods td {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 5px;
}
@media (min-width: 996px) {
  .terms .pdList__wrapper-item {
    width: 100%;
  }
  .terms .pdList__wrapper-item:nth-child(odd) {
    background: #3b4852;
  }
}

.popup {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}

.popup__header h2 {
  display: block;
  color: #3a9ef5 !important;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  filter: drop-shadow(5px 0 10px rgba(193, 145, 17, 0.5));
  text-transform: uppercase;
  text-align: center;
}

.series__wrapBox--1 {
  background: url(https://storage-asset.msi.com/event/2025/AU/eofy-gaming/images/meg-bg.jpg)
    no-repeat;
  background-size: cover;
}

.series__wrapBox--2 {
  background: url(https://storage-asset.msi.com/event/2025/AU/eofy-gaming/images/mpg-bg.jpg)
    no-repeat;
  background-size: cover;
}

.series__wrapBox--3 {
  background: url(https://storage-asset.msi.com/event/2025/AU/eofy-gaming/images/mag-bg.jpg)
    no-repeat;
  background-size: cover;
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 1 !important;
}

.EOFYBusiness2025 .tc-section__btnBox h2 {
  color: #fff;
}

.EOFYBusiness2025 .eligible__cell a {
  color: #ffffff;
}
.EOFYBusiness2025 .eligible__cell a:hover {
  text-decoration: underline;
}