* {
  padding: 0;
  margin: 0;
}

[class*=grid] {
  display: grid;
}

[class*=flex] {
  display: flex;
  flex-wrap: wrap;
}

.tab_slider .arrow_right, .tab_slider .arrow_left {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 2px;
  top: 6px;
}

.tab-group:after, .tab-group:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.tab_slider ul li a, .remodal .early_box .program li a, .early a {
  transition: all 0.2s linear;
}

.early .day_flex + p, .early .day_flex li p {
  font-size: 1.3rem;
  margin: 15px 0 7%;
  font-weight: 400;
}

.early .rainbow_btn, .banner_basemap .kv_txt .countdownBox .country_button a {
  background-image: url(https://storage-asset.msi.com/event/2022/nb/MSIology-January-2023-The-Leap-to-Singularity/images/btbg.png);
  background-position: center top;
  background-size: cover;
  color: white;
  display: inline-block;
  padding: 5px 40px;
  font-size: 1.03rem;
  font-weight: bolder;
  border: solid 1px;
  border-radius: 8px;
  letter-spacing: 2.5px;
  transition: all 0.2s linear;
  line-height: 45px;
}

img {
  max-width: 100%;
}

.banner_basemap {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/basemap_m.jpg) no-repeat top center/cover, #444c8b;
}
@media (min-width: 768px) {
  .banner_basemap {
    background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/basemap.jpg) no-repeat top center/cover, #34437a;
  }
}
.banner_basemap .banner_grid {
  grid-template-columns: repeat(10, 10%);
  grid-auto-rows: minmax(220px, auto);
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid {
    grid-auto-rows: minmax(257px, auto);
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid {
    grid-auto-rows: minmax(142px, auto);
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid {
    grid-auto-rows: minmax(170px, auto);
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid {
    grid-template-columns: repeat(16, 10%);
    grid-auto-rows: minmax(175px, auto);
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid {
    grid-auto-rows: minmax(200px, auto);
  }
}
@media (min-width: 1930px) {
  .banner_basemap .banner_grid {
    grid-auto-rows: minmax(108px, auto);
  }
}
.banner_basemap .banner_grid .logo_list {
  grid-area: 1/1/1/11;
  display: grid;
  grid-template-columns: repeat(10, 10%);
  grid-template-rows: repeat(5, 20%);
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .logo_list {
    margin: 12% 0 0 12%;
    grid-area: 1/1/1/3;
    padding: 0 30px 0 0;
    display: block;
  }
}
.banner_basemap .banner_grid .logo_list .msi_logo {
  grid-area: 1/1/1/3;
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .logo_list .msi_logo {
    margin: 0px 57% 20% 0;
  }
}
.banner_basemap .banner_grid .logo_list .windows_logo {
  grid-area: 1/7/1/11;
  display: none;
}
.banner_basemap .banner_grid .intel_list {
  grid-area: 3/3/3/10;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .intel_list {
    grid-area: 4/4/4/9;
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .intel_list {
    grid-area: 1/9/1/11;
    display: block;
  }
}
.banner_basemap .banner_grid .intel_list .intel_logo {
  width: 30%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .intel_list .intel_logo {
    margin: 12% 12% 5% 60%;
  }
}
.banner_basemap .banner_grid .intel_list p {
  text-align: left;
  margin: 0px 0% 0 0px;
  width: 70%;
  padding: 0 0 0 0px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .intel_list p {
    text-align: right;
    margin: 0px 12% 0 0px;
    font-size: 0.85rem;
    width: auto;
  }
}
.banner_basemap .banner_grid .dragon {
  grid-area: 1/2/3/10;
  justify-content: center;
  padding: 50px 20% 0;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .dragon {
    grid-area: 1/2/3/10;
    padding: 50px 22% 0;
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .dragon {
    grid-area: 1/3/3/9;
    padding: 50px 21% 0;
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid .dragon {
    grid-area: 1/2/4/10;
    padding: 50px 33% 0;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid .dragon {
    grid-area: 1/2/4/10;
    padding: 50px 36% 0;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid .dragon {
    padding: 30px 37% 0;
  }
}
.banner_basemap .banner_grid .dragon .ball {
  position: relative;
  margin: 4% auto 0;
  animation: halo 3.4s linear infinite;
}
.banner_basemap .banner_grid .dragon .ball img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@keyframes halo {
  0% {
    filter: drop-shadow(0px 0px 0px #fff);
    transform: translateY(0px);
  }
  50% {
    filter: drop-shadow(0px 0px 19px #fff);
    transform: translateY(5px);
  }
  100% {
    filter: drop-shadow(0px 0px 0px #fff);
    transform: translateY(0px);
  }
}
.banner_basemap .banner_grid .product {
  display: grid;
  position: relative;
  animation: nb 2.5s linear infinite;
}
.banner_basemap .banner_grid .product:nth-child(2) {
  grid-area: 3/1/3/4;
  justify-content: center;
  align-content: center;
  padding: 0 23% 0;
}
.banner_basemap .banner_grid .product:nth-child(3) {
  grid-area: 4/2/5/6;
  padding: 0 10% 0 20px;
}
.banner_basemap .banner_grid .product:nth-child(4) {
  grid-area: 2/2/2/5;
  justify-content: center;
  padding: 13px 0 0;
  align-content: flex-start;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .product:nth-child(4) {
    grid-area: 2/2/4/5;
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .product:nth-child(4) {
    grid-area: 1/2/5/5;
    padding: 40px;
    align-content: center;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid .product:nth-child(4) {
    grid-area: 1/3/4/5;
    padding: 45px;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid .product:nth-child(4) {
    grid-area: 1/3/3/5;
    padding: 0px 90px 79px 40px;
  }
}
@media (min-width: 1930px) {
  .banner_basemap .banner_grid .product:nth-child(4) {
    grid-area: 1/3/4/5;
    padding: 0px 57px 0px 108px;
  }
}
.banner_basemap .banner_grid .product:nth-child(5) {
  grid-area: 2/2/3/7;
  justify-content: center;
  align-items: flex-end;
  padding: 143px 6px 0;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    grid-area: 2/2/4/7;
    justify-content: center;
    align-items: center;
    padding: 143px 10px 0;
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    grid-area: 2/2/6/7;
    padding: 19% 0 0 19%;
    align-items: flex-start;
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    align-content: center;
    grid-area: 2/2/6/7;
    padding: 2% 0 0 19%;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    grid-area: 2/3/4/7;
    padding: 0 8% 37px;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    grid-area: 1/3/5/6;
    padding: 0% 15px 0px 55px;
    align-content: center;
  }
}
@media (min-width: 1930px) {
  .banner_basemap .banner_grid .product:nth-child(5) {
    grid-area: 1/3/10/6;
    padding: 0% 15px 34% 84px;
  }
}
.banner_basemap .banner_grid .product:nth-child(6) {
  grid-area: 2/7/3/11;
  padding: 0px 12px 0;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .product:nth-child(6) {
    grid-area: 1/7/5/10;
    align-content: center;
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid .product:nth-child(6) {
    align-items: baseline;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid .product:nth-child(6) {
    grid-area: 1/7/4/10;
    padding: 1% 24px 33px 9%;
    align-content: center;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid .product:nth-child(6) {
    grid-area: 1/7/3/9;
    padding: 0% 1px 32% 5%;
  }
}
@media (min-width: 1930px) {
  .banner_basemap .banner_grid .product:nth-child(6) {
    padding: 25% 0 0 0%;
    grid-area: 1/7/3/9;
  }
}
.banner_basemap .banner_grid .product:nth-child(7) {
  grid-area: 2/6/3/11;
  padding: 0px 22px 31px 11%;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    grid-area: 2/6/4/12;
    align-content: center;
    padding: 0px 19px 31px 11%;
  }
}
@media (min-width: 768px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    grid-area: 3/7/6/11;
    padding: 0px 67px 0 16%;
    align-content: flex-start;
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    padding: 46px 67px 0 16%;
    align-items: baseline;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    grid-area: 2/7/4/10;
    padding: 28% 11% 0 11%;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    padding: 0% 130px 0;
    position: relative;
    top: -58px;
    grid-area: 2/6/4/9;
  }
}
@media (min-width: 1930px) {
  .banner_basemap .banner_grid .product:nth-child(7) {
    grid-area: 2/6/4/9;
    padding: 0px 20% 0 18%;
  }
}
.banner_basemap .banner_grid .product:nth-child(7) picture {
  position: relative;
  left: -21px;
  top: -51px;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .product:nth-child(7) picture {
    left: 0;
    top: 0;
  }
}
@keyframes nb {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(5px);
  }
}
.banner_basemap .banner_grid .kv_element {
  display: grid;
  align-items: flex-end;
  grid-area: 1/1/2/11;
  padding: 7% 2% 0;
}
.banner_basemap .banner_grid .kv_element picture img {
  width: 100%;
}
@media (min-width: 576px) {
  .banner_basemap .banner_grid .kv_element {
    padding: 13% 2% 0;
  }
}
@media (min-width: 996px) {
  .banner_basemap .banner_grid .kv_element {
    padding: 7% 6% 0;
    align-items: flex-start;
  }
}
.banner_basemap .kv_title {
  grid-area: 4/2/6/10;
  padding: 0px 0 50px;
}
@media (min-width: 576px) {
  .banner_basemap .kv_title {
    grid-area: 5/2/6/10;
    padding: 20px 0 50px;
  }
}
@media (min-width: 768px) {
  .banner_basemap .kv_title {
    grid-area: 4/3/7/9;
    padding: 20px 0 0;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_title {
    grid-area: 5/3/7/9;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .kv_title {
    grid-area: 3/4/6/8;
    padding: 160px 0 0;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .kv_title {
    padding: 10px 0 0;
  }
}
@media (min-width: 1930px) {
  .banner_basemap .kv_title {
    grid-area: 4/4/7/8;
  }
}
.banner_basemap .kv_title h1 {
  margin: 0 5% 25px;
}
@media (min-width: 768px) {
  .banner_basemap .kv_title h1 {
    margin: 0 19% 25px;
  }
}
@media (min-width: 1300px) {
  .banner_basemap .kv_title h1 {
    margin: 0 13% 25px;
  }
}
.banner_basemap p {
  text-align: center;
}
.banner_basemap .kv_txt {
  text-align: center;
  padding: 7% 0 58%;
  position: relative;
}
@media (min-width: 768px) {
  .banner_basemap .kv_txt {
    padding: 7% 0;
  }
}
@media (min-width: 1600px) {
  .banner_basemap .kv_txt {
    padding: 0% 0 18%;
  }
}
.banner_basemap .kv_txt h2 {
  font-size: 1.35rem;
  margin: 0 0 15px;
  color: #000;
}
.banner_basemap .kv_txt h3 {
  margin: 0 10% 43px;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt h3 {
    margin: 0 25% 43px;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt h3 {
    margin: 0 33% 43px;
  }
}
.banner_basemap .kv_txt p {
  line-height: 27px;
  margin: 0 0% 8%;
}
.banner_basemap .kv_txt .element_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner_basemap .kv_txt .element_box .element_list {
  position: absolute;
}
.banner_basemap .kv_txt .element_box .element_list:nth-child(1) {
  width: 10%;
  left: 6%;
  top: -185%;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(1) {
    width: 6%;
    left: 14%;
    top: 0%;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(1) {
    left: 6%;
    top: -15%;
  }
}
.banner_basemap .kv_txt .element_box .element_list:nth-child(2) {
  width: 4%;
  right: 25%;
  top: -19%;
}
@media (min-width: 768px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(2) {
    left: 25%;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(2) {
    left: 14%;
  }
}
.banner_basemap .kv_txt .element_box .element_list:nth-child(3) {
  width: 13%;
  right: 5%;
}
@media (min-width: 768px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(3) {
    width: 4%;
    right: 17%;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(3) {
    right: 9%;
    top: -16%;
  }
}
.banner_basemap .kv_txt .element_box .element_list:nth-child(4) {
  width: 12%;
  left: 6%;
}
@media (min-width: 768px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(4) {
    width: 3%;
    right: 12%;
    left: initial;
  }
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .element_box .element_list:nth-child(4) {
    right: 3%;
    top: -17%;
  }
}
.banner_basemap .kv_txt .countdownBox {
  margin-bottom: 20px;
  /* display: none; */
}
.banner_basemap .kv_txt .countdownBox + .countdownBox {
  display: block;
}
.banner_basemap .kv_txt .countdownBox ul {
  display: flex;
  justify-content: center;
  margin: 0 0 17px;
}
.banner_basemap .kv_txt .countdownBox ul li {
  padding: 0 5px;
  position: relative;
  text-align: center;
  font-weight: 600;
  display: block;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .countdownBox ul li {
    padding: 0 10px;
  }
}
.banner_basemap .kv_txt .countdownBox ul li:nth-child(even) {
  margin-top: 6px;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .countdownBox ul li:nth-child(even) {
    font-size: 3.5rem;
  }
}
.banner_basemap .kv_txt .countdownBox ul li:nth-child(even):before {
  content: ":";
  position: absolute;
  right: 0;
  left: 0;
}
.banner_basemap .kv_txt .countdownBox ul li .dateLine__number {
  font-size: 2.7rem;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .countdownBox ul li .dateLine__number {
    font-size: 4.5rem;
  }
}
.banner_basemap .kv_txt .countdownBox ul li p {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .countdownBox ul li p {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
.banner_basemap .kv_txt .countdownBox .country_button {
  margin: 0 0 25px;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .countdownBox .country_button a {
    font-size: 1.3rem;
  }
}
.banner_basemap .kv_txt .countdownBox .country_button a:hover {
  background-image: url(https://storage-asset.msi.com/event/2022/nb/MSIology-January-2023-The-Leap-to-Singularity/images/btbg-hover.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
.banner_basemap .kv_txt .countdownBox .country_button a + small {
  display: block;
}
.banner_basemap .kv_txt .countdownBox .country_button a + small a {
  color: #fff;
  display: inline-block;
  margin: 6px 0 0;
  font-size: 1.25rem;
  background: initial;
  letter-spacing: 0;
  text-decoration: underline;
  border: none;
  font-weight: 400;
  position: relative;
  line-height: 37px;
  padding: 5px 17px;
}
.banner_basemap .kv_txt .countdownBox .country_button a + small a:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 30px;
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/finger_icon.png) no-repeat center/100%;
  left: -6px;
  top: 6px;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .countdownBox .country_button a + small a:before {
    left: -12px;
    font-size: 1.2rem;
  }
}
.banner_basemap .kv_txt .countdownBox .country_button a + small a:hover {
  background: initial;
  text-decoration: none;
}
.banner_basemap .kv_txt .countdownBox .country_button a img {
  vertical-align: sub;
}
.banner_basemap .kv_txt .countdownBox .social .social__flex {
  justify-content: center;
}
.banner_basemap .kv_txt .countdownBox .social .social__flex a {
  display: inline-block;
  width: 16.6%;
  margin: 0 5px;
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .countdownBox .social .social__flex a {
    width: 3.2%;
  }
}
.banner_basemap .kv_txt .countdownBox .social .social__title {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 15px;
}
.banner_basemap .kv_txt .country {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4862745098) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  padding: 0px 20px 24px;
  position: relative;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country {
    padding: 24px 20px;
  }
}
.banner_basemap .kv_txt .country:before {
  content: "";
  position: absolute;
  background-image: radial-gradient(circle at 100% 100%, transparent 7px, rgba(255, 255, 255, 0.7803921569) 7px, rgba(255, 255, 255, 0.7803921569) 10px, transparent 10px), linear-gradient(to right, rgba(255, 255, 255, 0.7803921569), rgba(255, 255, 255, 0.7803921569)), radial-gradient(circle at 0% 100%, transparent 7px, rgba(255, 255, 255, 0.7803921569) 7px, rgba(255, 255, 255, 0.7803921569) 10px, transparent 10px), linear-gradient(to bottom, rgba(255, 255, 255, 0.7803921569), rgba(199, 102, 102, 0)), radial-gradient(circle at 0% 0%, transparent 7px, rgba(199, 102, 102, 0) 7px, rgba(199, 102, 102, 0) 10px, transparent 10px), linear-gradient(to left, rgba(199, 102, 102, 0), rgba(199, 102, 102, 0)), radial-gradient(circle at 100% 0%, transparent 7px, rgba(199, 102, 102, 0) 7px, rgba(199, 102, 102, 0) 10px, transparent 10px), linear-gradient(to top, rgba(199, 102, 102, 0), rgba(255, 255, 255, 0.7803921569));
  background-size: 10px 10px, calc(100% - 20px) 3px, 10px 10px, 3px calc(100% - 20px);
  background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 996px) {
  .banner_basemap .kv_txt .country {
    margin: 0px 15%;
  }
}
.banner_basemap .kv_txt .country .country__txtBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date {
  width: 100%;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date {
    width: 33.3333333333%;
    padding: 0;
  }
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:nth-child(n+1):nth-child(-n+2) {
  border-bottom: solid 2px #fff;
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:nth-child(n+1):nth-child(-n+2):before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  opacity: 1;
  transform: rotate(44deg);
  border-radius: 50%;
  right: -4px;
  top: 0;
  animation: flashing_1 3s linear infinite;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:nth-child(n+1):nth-child(-n+2) {
    border-right: solid 1px #fff;
    border-bottom: none;
  }
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:last-child {
  width: 100%;
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:last-child p {
  font-size: 1.05rem;
  text-align: center;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0px 8% 25px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:last-child p {
    margin: 25px 8%;
  }
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date p {
  font-size: 1.6rem;
  line-height: 33px;
  letter-spacing: 5px;
  margin-bottom: 2px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date p {
    margin-bottom: 10px;
  }
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date span {
  font-size: 1.15rem;
}
.banner_basemap .kv_txt .country .country__txtBox .country__txtBox-date:nth-child(2):before {
  top: auto !important;
  bottom: 0;
}
.banner_basemap .kv_txt .country .country__dot {
  background-color: #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  opacity: 1;
  transform: rotate(44deg);
  border-radius: 50%;
}
.banner_basemap .kv_txt .country .country__dot:nth-child(odd) {
  animation: flashing_1 3s linear infinite;
}
.banner_basemap .kv_txt .country .country__dot:nth-child(even) {
  animation: flashing_1 5s linear infinite;
}
@keyframes flashing_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner_basemap .kv_txt .country .country__dot--1 {
  top: -1%;
  left: 4%;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__dot--1 {
    top: -2%;
  }
}
.banner_basemap .kv_txt .country .country__dot--2 {
  top: -3%;
  left: 19%;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__dot--2 {
    top: -7%;
    left: 10%;
  }
}
.banner_basemap .kv_txt .country .country__dot--3 {
  left: -4px;
  top: 10%;
}
.banner_basemap .kv_txt .country .country__dot--4 {
  right: -4px;
  top: 74%;
}
.banner_basemap .kv_txt .country .country__dot--5 {
  right: 10%;
  top: -1%;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__dot--5 {
    top: -2%;
  }
}
.banner_basemap .kv_txt .country .country__dot--6 {
  right: 3%;
  top: -3%;
}
@media (min-width: 576px) {
  .banner_basemap .kv_txt .country .country__dot--6 {
    top: -7%;
  }
}

.shop_page {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/shop-now_basemap.jpg) no-repeat top center/cover, #33447c;
  color: #fff;
  padding: 17% 0 9%;
}
@media (min-width: 768px) {
  .shop_page {
    padding: 5% 0 9%;
  }
}
@media (min-width: 768px) {
  .shop_page .slider_flex {
    padding: 40px 45px;
  }
}
.shop_page .slider_flex .tabs_list {
  color: black;
  width: 100%;
}
.shop_page .slider_flex .tabs_list:nth-child(n+2):nth-child(-n+3) {
  display: none;
}
@media (min-width: 996px) {
  .shop_page .slider_flex .tabs_list:nth-child(n+2):nth-child(-n+3) {
    display: block;
  }
}
@media (min-width: 996px) {
  .shop_page .slider_flex .tabs_list {
    padding: 3% 28px 5%;
    width: calc(33.3333333333% - 44px);
  }
}
.shop_page .slider_flex .tabs_list ul {
  margin: 15px 0 0 20px;
}
.shop_page .slider_flex .tabs_list ul li {
  font-size: 0.95rem;
  line-height: 29px;
  list-style-type: disc;
  display: list-item;
}
.shop_page .slider_flex .tabs_list .price {
  font-size: 1.4rem;
  margin: 23px 0 28px;
  font-weight: bold;
}
.shop_page .slider_flex .tabs_list .price del {
  font-size: 0.9rem;
  margin: 0 10px;
}
.shop_page .slider_flex .tabs_list .tabs_logo {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.shop_page .slider_flex .tabs_list .tabs_logo li {
  display: flex;
  width: calc(33.3333333333% - 6px);
  background: #fff;
  margin: 3px 3px;
  padding: 6px 15px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .shop_page .slider_flex .tabs_list .tabs_logo li {
    padding: 6px 15px;
  }
}
.shop_page .slider_flex .tabs_list .tabs_logo li a {
  display: flex;
}

.early {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/early_basemap.jpg) no-repeat top center/cover;
  padding: 14% 0 9%;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .early {
    padding: 5% 0 9%;
  }
}
.early .msi_title {
  line-height: 43px;
}
.early h4 {
  margin: 0 0 19px;
  font-size: 1.6rem;
  text-shadow: 0px 0px 6px #fff;
}
.early .day_flex {
  justify-content: center;
  flex-wrap: nowrap;
}
.early .day_flex li {
  padding: 0 10px;
  margin: 0px;
  font-size: 3rem;
  font-weight: bold;
}
.early .day_flex li sup {
  font-size: 1.9rem;
  font-weight: 400;
}
.early .day_flex li small {
  display: block;
  font-size: 1.2rem;
}
.early a {
  color: #fff;
  margin: 16px 12px;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 13px 23px;
  border-radius: 8px;
}
.early a + small {
  display: block;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.4901960784);
}
.early a:hover {
  box-shadow: 0px 0px 12px 0px #fff;
}
.early ul li {
  display: block;
}
@media (min-width: 768px) {
  .early ul li {
    display: inline-block;
  }
}
.early ul li a {
  color: #fff;
  text-decoration: underline;
  margin: 16px 0px;
  display: inline-block;
  font-size: 1.1rem;
  border: none;
  padding: 0 14px;
}
.early ul li a:hover {
  box-shadow: 0px 0px 0px 0px;
  text-decoration: dotted;
}
.early .Early_flex {
  margin: 30px 18%;
}
.early .Early_flex .Early_list {
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .early .Early_flex .Early_list {
    width: 50%;
    margin: 0px;
  }
}
.early .Early_flex .Early_list:last-child {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.5411764706);
  padding: 38px 0 0;
  margin: 23px 0 0px;
}
.early .Early_flex .Early_list .year {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .early .rainbow_btn {
    font-size: 1.3rem;
  }
}

.early_page {
  background: rgba(255, 255, 255, 0.2);
  color: #000;
  text-align: left;
  padding: 20px 20px;
}
.early_page + ul {
  margin: 3% 0;
}
.early_page + ul li a {
  cursor: pointer;
  text-decoration: underline;
}
.early_page + ul li a:hover {
  text-decoration: none;
}
.early_page p {
  margin: 0 0 10px;
  margin: 0 0 20px;
  line-height: 26px;
}
.early_page h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 6px;
}
.early_page a {
  color: #000;
}

.remodal .early_box {
  color: #fff;
  position: relative;
}
.remodal .early_box p {
  font-size: 1rem;
  margin: 8px 0 0;
}
.remodal .early_box .early_flex {
  margin: 45% 0 0;
}
@media (min-width: 768px) {
  .remodal .early_box .early_flex {
    margin: 24% 0 0;
  }
}
.remodal .early_box h3 {
  font-size: 2.5rem;
  margin: 25px 0 23px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.remodal .early_box .program {
  margin: 9% 0 19%;
}
.remodal .early_box .program li {
  display: block;
}
@media (min-width: 768px) {
  .remodal .early_box .program li {
    display: inline-block;
  }
}
.remodal .early_box .program li a {
  display: block;
  color: #fff;
  padding: 13px 28px;
  border: solid 1px #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #fff;
  margin: 0 5px 20px;
}
.remodal .early_box .program li a:hover {
  box-shadow: 0px 0px 12px 0px #fff;
}
@media (min-width: 768px) {
  .remodal .early_box .program li a {
    display: inline-block;
    margin: 0 5px;
  }
}
.remodal .early_box .early_list {
  width: 100%;
  padding: 0 12px;
}
.remodal .early_box .early_list:nth-child(1) {
  margin: 0 0 106px;
}
@media (min-width: 768px) {
  .remodal .early_box .early_list:nth-child(1) {
    margin: 0 0 25px;
  }
}
.remodal .early_box .early_list a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .remodal .early_box .early_list {
    width: 50%;
    padding: 0 40px;
  }
}
.remodal .early_box .early_list h4 {
  position: relative;
  padding: 0 0 10px 23px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .remodal .early_box .early_list h4 {
    text-align: left;
  }
}
.remodal .early_box .early_list h4:before {
  content: "";
  width: 60px;
  height: 96px;
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/early_step1.png) no-repeat top center/100%;
  position: absolute;
  bottom: 8px;
  left: -33px;
}
@media (min-width: 768px) {
  .remodal .early_box .early_list h4:before {
    width: 80px;
    height: 130px;
  }
}
.remodal .early_box .early_list p {
  text-align: center;
}
@media (min-width: 768px) {
  .remodal .early_box .early_list p {
    text-align: left;
  }
}
.remodal .early_box .early_list:nth-child(2) h4:before {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/early_step2.png) no-repeat top center/100%;
}

.Shop_now {
  background: #33447c;
}

.msi_title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .msi_title {
    font-size: 1.8rem;
  }
}

.feature {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/feature_basemap.jpg) no-repeat top center/cover;
  padding: 0 0 8%;
}
.feature .feature_flex {
  color: #fff;
}
.feature .feature_flex .feature_list {
  width: 100%;
  background: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.61), transparent);
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #fff;
  border-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  border-image-slice: 0.5;
  text-align: center;
  padding: 50px 38px 75px;
}
@media (min-width: 768px) {
  .feature .feature_flex .feature_list {
    width: calc(33.3333333333% - 10px);
    padding: 53px 17px 67px;
    margin: 0px 5px;
  }
}
.feature .feature_flex .feature_list figure img {
  border: solid 1px #fff;
}
.feature .feature_flex .feature_list h3 {
  font-size: 1.35rem;
  margin: 39px 0 18px;
}
.feature .feature_flex .feature_list p {
  line-height: 27px;
}
.feature .feature_flex .feature_list p small {
  display: block;
  font-size: 0.6rem;
  line-height: 19px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.568627451);
}

.nv_box {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/nv_basemap.jpg) no-repeat top center/cover;
  padding: 85px 0;
}
.nv_box picture img {
  display: flex;
}
.nv_box .nv_logo_flex {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .nv_box .nv_logo_flex {
    margin: 0 13% 25px;
    flex-wrap: initial;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .nv_box .nv_logo_flex {
    margin: 0 15% 25px;
    flex-wrap: initial;
  }
}
.nv_box .nv_logo_flex + p {
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.nv_box .nv_logo {
  margin: 13px 28%;
}
@media (min-width: 768px) {
  .nv_box .nv_logo {
    margin: 0 26px;
  }
}
.nv_box .msi_title {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 36px;
  font-size: 1.4rem;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .nv_box .msi_title {
    margin: 0 0 0 20px;
    text-align: left;
    line-height: 42px;
    font-size: 1.8rem;
  }
}
.nv_box .nv_flex {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
}
@media (min-width: 768px) {
  .nv_box .nv_flex {
    background: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.3), transparent);
    margin: 0 0 6%;
  }
}
.nv_box .nv_flex + span {
  display: block;
  color: rgba(255, 255, 255, 0.3803921569);
  font-size: 0.85rem;
  text-align: center;
  margin: 0 0 6.5%;
}
.nv_box .nv_list {
  color: #fff;
  padding: 45px 30px;
  position: relative;
  text-align: center;
}
.nv_box .nv_list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 47%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .nv_box .nv_list:before {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5490196078) 47%, rgba(255, 255, 255, 0) 100%);
  }
}
.nv_box .nv_list:nth-child(1):before {
  content: initial;
}
@media (min-width: 768px) {
  .nv_box .nv_list {
    width: 33.3333333333%;
    padding: 38px 35px 0;
    text-align: left;
  }
}
.nv_box .nv_list figure img {
  border: solid 1px #fff;
}
.nv_box .nv_list h3 {
  font-size: 1.35rem;
  margin: 30px 0 20px;
  line-height: 34px;
}
.nv_box .nv_list p {
  line-height: 27px;
}
.nv_box header h3 {
  background: hsla(0deg, 0%, 100%, 0.3);
  text-align: center;
  font-size: 1.5rem;
  padding: 35px 0 12px;
  font-weight: 600;
  color: white;
}
@media (min-width: 996px) {
  .nv_box header h3 {
    font-size: 2.1rem;
  }
}
.nv_box header h3 small {
  display: block;
  font-weight: 400;
  margin: 4px 0 0;
  font-size: 0.95rem;
}
@media (min-width: 996px) {
  .nv_box header h3 small {
    font-size: 1.5rem;
  }
}

.basemap_B {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/intel_basemap.jpg) no-repeat top center/cover;
}

.intel_flex {
  color: #fff;
}
@media (min-width: 768px) {
  .intel_flex {
    flex-wrap: initial;
    padding: 90px 0;
  }
}
.intel_flex .intel_list {
  width: 100%;
  padding: 0 0 55px;
}
@media (min-width: 768px) {
  .intel_flex .intel_list {
    padding: 0 17px;
  }
}
.intel_flex .intel_list:nth-child(1) {
  order: 2;
}
@media (min-width: 768px) {
  .intel_flex .intel_list:nth-child(1) {
    order: 1;
  }
}
.intel_flex .intel_list:nth-child(2) {
  order: 1;
}
@media (min-width: 768px) {
  .intel_flex .intel_list:nth-child(2) {
    order: 2;
  }
}
.intel_flex .intel_list img {
  margin: 0 15px 0px 0;
}
.intel_flex .intel_list h3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .intel_flex .intel_list h3 {
    text-align: left;
    flex-wrap: nowrap;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.intel_flex .intel_list h3 span {
  display: block;
  text-align: center;
  width: 21%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .intel_flex .intel_list h3 span {
    display: inline;
    margin: 0 28px 0 0;
    width: 45%;
    text-align: left !important;
  }
}
@media (min-width: 1300px) {
  .intel_flex .intel_list h3 span {
    width: 25%;
  }
}
.intel_flex .intel_list h3 p {
  display: flex;
  align-items: flex-end;
  text-align: left;
  width: 100%;
}
.intel_flex .intel_list h3 p span {
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .intel_flex .intel_list h3 p span {
    margin: 0 0 5px;
  }
}
.intel_flex p {
  text-align: center;
  line-height: 34px;
}
@media (min-width: 768px) {
  .intel_flex p {
    line-height: 30px;
    text-align: left;
  }
}
.intel_flex p + small {
  display: block;
  text-align: center;
  margin: 20px 0 40px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .intel_flex p + small {
    text-align: left;
  }
}
.intel_flex ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.intel_flex ul li {
  line-height: 40px;
  text-align: center;
  width: calc(50% - 3px);
  margin: 0 0 10px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .intel_flex ul li {
    text-align: left;
    font-size: 1rem;
  }
}
.intel_flex ul li strong {
  font-weight: 400;
  display: block;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .intel_flex ul li strong {
    margin: 0 8px 0 0;
  }
}
@media (min-width: 996px) {
  .intel_flex ul li strong {
    font-size: 2.3rem;
  }
}

.basemap_C {
  background: #111a39;
}
.basemap_C .serives_box {
  padding: 55px 0;
}
.basemap_C .serives_box:nth-child(odd) {
  background: #283255;
}
@media (min-width: 768px) {
  .basemap_C .serives_box:nth-child(odd) .series_list {
    width: 50%;
  }
}
.basemap_C .serives_box:nth-child(odd) .series_list:nth-child(odd) {
  order: 2;
}
@media (min-width: 768px) {
  .basemap_C .serives_box:nth-child(odd) .series_list:nth-child(odd) {
    order: 1;
  }
}
.basemap_C .serives_box:nth-child(odd) .series_list:nth-child(even) {
  order: 1;
}
@media (min-width: 768px) {
  .basemap_C .serives_box:nth-child(odd) .series_list:nth-child(even) {
    order: 2;
  }
}
.basemap_C .serives_box .series_list {
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .basemap_C .serives_box .series_list {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.basemap_C .serives_box .series_list .series_main {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .basemap_C .serives_box .series_list .series_main {
    padding: 30px;
    text-align: left;
  }
}
.basemap_C .serives_box .series_list .series_main figure img {
  margin: 0 0 20px;
  border: none;
  padding: 0px;
}
@media (min-width: 768px) {
  .basemap_C .serives_box .series_list .series_main figure img {
    padding: 0px 28% 0px 0px;
  }
}
.basemap_C .serives_box .series_list .series_main h4 {
  font-size: 1.3rem;
}
.basemap_C .serives_box .series_list .series_main p {
  line-height: 25px;
  margin: 15px 0px 40px;
  color: rgb(185, 185, 185);
}
@media (min-width: 768px) {
  .basemap_C .serives_box .series_list .series_main p {
    margin: 15px 0px;
  }
}
.basemap_C .serives_box .series_list figure img {
  border: solid 1px #fff;
}
.basemap_C .series_flex {
  flex-wrap: wrap;
}
.basemap_C .series_flex ul {
  margin: 20px 0 13%;
  text-align: center;
}
@media (min-width: 768px) {
  .basemap_C .series_flex ul {
    text-align: start;
    margin: 20px 0 0;
  }
}
.basemap_C .series_flex ul li strong {
  display: block;
  margin: 30px 9px 17px 0;
  text-align: left;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .basemap_C .series_flex ul li strong {
    width: 28%;
    display: inline-block;
    font-size: 0.9rem;
    text-align: left;
  }
}
.basemap_C .series_flex ul li strong:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 26px;
  right: 0;
  top: -4px;
}
@media (min-width: 768px) {
  .basemap_C .series_flex ul li strong:before {
    border-right: solid 1px #afafaf;
  }
}
.basemap_C .series_flex ul li .eligible_btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #fff;
  border-radius: 9px;
  position: relative;
  text-align: center;
  margin: 15px 6px;
  padding: 9px 27px;
  text-align: center;
  transition: all 0.2s linear;
}
.basemap_C .series_flex ul li .eligible_btn:hover {
  box-shadow: 0px 0px 12px 0px #fff;
}
@media (min-width: 768px) {
  .basemap_C .series_flex ul li .eligible_btn {
    font-size: 0.8rem;
    width: 27%;
    padding: 8px 35px;
  }
}
@media (min-width: 576px) {
  .basemap_C .series_flex ul li .eligible_btn {
    padding: 10px 5px;
    width: 30%;
  }
}

.basemap_D {
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/banner_basemap_D.jpg) no-repeat top center/cover;
  padding: 0 0 5%;
}
.basemap_D .box {
  padding: 65px 0 13%;
}
@media (min-width: 768px) {
  .basemap_D .box {
    padding: 65px 0 4%;
  }
}
.basemap_D h3 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin: 45px 0 33px;
}

.basemap_E {
  background: #121939;
  position: relative;
}
.basemap_E .disclaimer {
  padding: 10% 0 14%;
  color: #fff;
}
.basemap_E .disclaimer ul li {
  display: inline-block;
  padding: 0 30px 0 0;
  width: 49%;
}
@media (min-width: 768px) {
  .basemap_E .disclaimer ul li {
    width: 18%;
  }
}
.basemap_E .disclaimer h5 {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 26px 0 40px 0px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .basemap_E .disclaimer h5 {
    margin: 26px 35% 40px 0px;
    line-height: 26px;
  }
}
.basemap_E .disclaimer .main_list {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .basemap_E .disclaimer .main_list {
    width: 50%;
    padding: 0 46px 0 0;
  }
}
.basemap_E .disclaimer .main_list:last-child {
  padding: 0px;
}
.basemap_E .disclaimer .main_list p {
  font-size: 0.85rem;
  color: #a6a8ab;
  line-height: 22px;
  margin: 0 0 20px;
  text-indent: 28px;
  text-align: justify;
}
#abgne_float_ad {
  display: block;
  position: fixed;
  z-index: 99;
  right: 1%;
  top: 65%;
}
#abgne_float_ad a {
  font-size: 1rem;
  background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/buy_now.png) no-repeat center/100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 32px 23px 33px;
  font-weight: bolder;
  animation: halo 3.4s linear infinite;
}
@media (min-width: 768px) {
  #abgne_float_ad a {
    font-size: 1.3rem;
  }
}
#abgne_float_ad a img {
  border: none;
}

.transformer-tabs ul {
  list-style: none;
  background: linear-gradient(135deg, #121a3a 0%, #111a39 50%, #121a3a 100%);
}
@media (min-width: 576px) {
  .transformer-tabs ul {
    text-align: center;
  }
}
.transformer-tabs ul li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.transformer-tabs ul li span {
  transform: skewX(0deg);
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .transformer-tabs ul li span {
    transform: skewX(12deg);
  }
}
.transformer-tabs a {
  font-size: 1.5rem;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 0.5rem 20px;
  background: #55596a;
  transform: skewX(-12deg);
  line-height: 48px;
  font-weight: bolder;
}
@media (min-width: 576px) {
  .transformer-tabs a {
    font-size: 1.3rem;
  }
}
.transformer-tabs a.active {
  position: relative;
  background: linear-gradient(45deg, #ab89f7, #c161f6);
}

.transformer-tabs {
  position: relative;
  z-index: 2;
}

.transformer-tabs:before, .transformer-tabs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.transformer-tabs:before {
  top: 0;
}

.transformer-tabs:after {
  bottom: 0;
}

@media (max-width: 700px) {
  .transformer-tabs {
    padding: 0 20px;
    background: #0b1129;
    border-top: solid 1px #a0a3b0;
    border-bottom: solid 1px #a0a3b0;
    display: block;
  }
  .transformer-tabs ul {
    border-bottom: 0;
    font-size: 0.9rem;
    overflow: hidden;
    position: relative;
    background: #666;
    background: linear-gradient(#666, #222);
  }
  .transformer-tabs ul:after {
    content: "";
    position: absolute;
    background: url(https://storage-asset.msi.com/event/2022/nb/RPL-Gaming/css/../images/arrow_down.png) no-repeat;
    width: 27px;
    height: 16px;
    top: 25px;
    right: 10px;
    z-index: 2;
    pointer-events: none;
  }
  .transformer-tabs ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs li {
    display: block !important;
  }
  .transformer-tabs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(0deg);
  }
  .transformer-tabs a.active {
    border: 0;
    z-index: 1;
    /* fallback */
  }
}
.tabs > div {
  display: none;
}

.tabs > .active {
  display: block;
}

@media (min-width: 768px) {
  .show_buy {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show_buy {
    display: block;
  }
  .hide_buy {
    display: none !important;
  }
}
.tab_wrapper {
  margin: 10px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.tab_wrapper > ul {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tab_wrapper > ul li {
  display: block;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 8px;
  border-bottom: 0;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
  margin: 0 0px 0 0;
  background: rgba(255, 255, 255, 0.4784313725);
  transform: skewX(0deg);
}
.tab_wrapper > ul li:nth-child(n+2):nth-child(-n+3) {
  display: none;
}
@media (min-width: 768px) {
  .tab_wrapper > ul li:nth-child(n+2):nth-child(-n+3) {
    display: inline-block;
    margin: 10px 0 0px;
  }
}
@media (min-width: 768px) {
  .tab_wrapper > ul li {
    font-size: 1.2rem;
    display: inline-block;
    transform: skewX(-12deg);
  }
}
@media (min-width: 996px) {
  .tab_wrapper > ul li {
    padding: 15px 30px;
  }
}
@media (min-width: 996px) {
  .tab_wrapper > ul li {
    font-size: 1.3rem;
  }
}
.tab_wrapper > ul li span {
  transform: skewX(0deg);
  display: inline-block;
}
@media (min-width: 768px) {
  .tab_wrapper > ul li span {
    transform: skewX(12deg);
  }
}
.tab_wrapper > ul li.active {
  background: linear-gradient(90deg, #ab8af7, #c162f6);
}
.tab_wrapper > ul li:hover {
  background: linear-gradient(90deg, #ab8af7, #c162f6);
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span .next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  background: rgba(255, 255, 255, 0.3215686275);
}
.tab_wrapper .content_wrapper .tab_content {
  padding: 0px 0px 1px;
}
.tab_wrapper .content_wrapper .tab_content:nth-child(n+2):nth-child(-n+3) {
  display: block;
}
@media (min-width: 768px) {
  .tab_wrapper .content_wrapper .tab_content:nth-child(n+2):nth-child(-n+3) {
    display: none;
  }
}
.tab_wrapper .content_wrapper .tab_content:nth-child(n+2):nth-child(-n+3) .slider_flex {
  display: none;
}
.tab_wrapper .content_wrapper .tab_content .tab_title {
  padding: 17px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 1.3rem;
  background: linear-gradient(45deg, #575aa1, #5f4da1);
}
@media (min-width: 768px) {
  .tab_wrapper .content_wrapper .tab_content .tab_title {
    display: none;
  }
}
.tab_wrapper .content_wrapper .tabs-dots {
  margin: 30px 25% 12%;
  text-align: center;
}
@media (min-width: 768px) {
  .tab_wrapper .content_wrapper .tabs-dots {
    margin: 0px 25% 8%;
  }
}
.tab_wrapper .content_wrapper .tabs-dots li {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4117647059);
  width: 27.3%;
  margin: 0 3px;
  height: 4px;
}
@media (min-width: 768px) {
  .tab_wrapper .content_wrapper .tabs-dots li {
    width: 12.3%;
    height: 4px;
    margin: 0 5px;
  }
}
.tab_wrapper .content_wrapper .tabs-dots li:nth-child(1) {
  background: #fff;
}

.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}

.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 17px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 1.7rem;
  background: linear-gradient(45deg, #575aa1, #5f4da1);
}

.tab_wrapper .content_wrapper .accordian_header.active {
  color: #fff;
  background: linear-gradient(45deg, #ab89f7, #c161f6);
}

.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
}

.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}

.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}

.tab_wrapper.left_side > ul li.active {
  border-color: #ccc;
}

.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #49a4d9;
}

.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}

.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #ccc;
  float: left;
}

.tab_wrapper.left_side .controller {
  top: -50px;
}

.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #ccc;
}

.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}

.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}

.tab_wrapper.right_side > ul li.active {
  border-color: #ccc;
}

.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #49a4d9;
}

.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}

.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
}

.tab_wrapper.right_side .controller {
  top: -50px;
}

.tab_wrapper.accordion .content_wrapper {
  border-color: #ccc;
}

.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}

.tab_wrapper.accordion > ul {
  display: none;
}

.tab_wrapper .active_tab {
  display: none;
  position: relative;
  background: #000000;
  padding: 12px;
  text-align: center;
  padding-right: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
}

.tab_wrapper .active_tab .arrow {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.tab_wrapper .active_tab .arrow:after {
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -8px;
}

.tab_wrapper .active_tab .text {
  text-indent: 39px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .tab_slider ul li {
    width: 100% !important;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
    font-size: 1.3rem;
  }
  .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    border: 0;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -4px 5px #efefef;
    margin-left: -7px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
    display: none;
  }
  .tab_wrapper.show-as-dropdown .active_tab {
    display: block;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: block !important;
    overflow: hidden;
  }
}
.tab_slider {
  background: hsla(0deg, 0%, 100%, 0.53);
  padding: 0 5%;
  position: relative;
}
.tab_slider.a ul li {
  width: 50%;
}
@media (min-width: 996px) {
  .tab_slider {
    padding: 0 13%;
  }
}
.tab_slider .arrow_left {
  transform: rotate(314deg);
  margin-top: 5px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  left: 15px;
}
@media (min-width: 768px) {
  .tab_slider .arrow_left {
    display: none;
  }
}
.tab_slider .arrow_right {
  transform: rotate(134deg);
  margin-top: 5px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  right: 15px;
}
@media (min-width: 768px) {
  .tab_slider .arrow_right {
    display: none;
  }
}
.tab_slider ul {
  display: flex;
  position: relative;
}
.tab_slider ul li {
  width: 33.3%;
  cursor: pointer;
}
.tab_slider ul li a {
  display: block;
  font-weight: bolder;
  font-size: 1.1rem;
  color: #787878;
  text-align: center;
  padding: 10px 7px;
}
.tab_slider ul li a:hover {
  color: #0e2476;
  text-shadow: 0px 0px 8px #fff;
}
@media (min-width: 996px) {
  .tab_slider ul li a {
    padding: 15px;
  }
}
.tab_slider ul li a.active {
  color: #0e2476;
}
@media (min-width: 996px) {
  .tab_slider ul li a {
    font-size: 1.3rem;
  }
}

.panel-control {
  position: absolute;
  opacity: 0;
}

.tab-group {
  text-align: center;
  background: linear-gradient(135deg, #121a3a 0%, #111a39 50%, #121a3a 100%);
  position: relative;
  display: flex;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tab-group {
    display: block;
  }
}
.tab-group:before {
  top: 0;
}
.tab-group:after {
  bottom: 0;
}
.tab-group label {
  border-bottom: none;
  padding: 10px 6px;
  background: #55596a;
  position: relative;
  transform: skewX(0deg);
  color: white;
  font-size: 0.9rem;
  width: 33.3333333333%;
  display: flex;
  cursor: pointer;
  font-weight: bolder;
  justify-items: center;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .tab-group label {
    font-size: 1.2rem;
  }
}
.tab-group label span {
  display: block;
  transform: skewX(0deg);
}
@media (min-width: 768px) {
  .tab-group label span {
    transform: skewX(12deg);
  }
}
@media (min-width: 768px) {
  .tab-group label {
    width: auto;
    transform: skewX(-12deg);
    padding: 10px 30px;
    display: inline-block;
    font-size: 1.3rem;
  }
}

.content {
  display: none;
}

#radio1:checked ~ .tab-group [for=radio1],
#radio2:checked ~ .tab-group [for=radio2],
#radio3:checked ~ .tab-group [for=radio3] {
  background: linear-gradient(45deg, #ab89f7, #c161f6);
}

#radio1:checked ~ .content-group .content1,
#radio2:checked ~ .content-group .content2,
#radio3:checked ~ .content-group .content3 {
  display: block;
}

.card--border {
  background-color: rgba(132, 132, 132, 0.53);
  box-shadow: rgba(255, 255, 255, 0.78) 0px 0px 40px inset;
  border-radius: 12px;
  padding: 25px;
}
.card--border #msi_form {
  overflow-y: auto;
  text-align: center;
  padding: 2% 1%;
  outline: none;
  font-size: 1.2rem;
}
.card--border #msi_form #form-send {
  display: flex;
  flex-wrap: wrap;
}
.card--border #msi_form #form-send .question-group {
  width: 100%;
  margin-bottom: 7%;
}
@media (min-width: 996px) {
  .card--border #msi_form #form-send .question-group {
    margin-bottom: 2.5%;
  }
}
.card--border #msi_form #form-send .question-group:nth-of-type(1) {
  width: 100%;
  padding-right: 1%;
}
@media (min-width: 996px) {
  .card--border #msi_form #form-send .question-group:nth-of-type(1) {
    width: 50%;
  }
}
.card--border #msi_form #form-send .question-group:nth-of-type(2) {
  width: 100%;
}
@media (min-width: 996px) {
  .card--border #msi_form #form-send .question-group:nth-of-type(2) {
    width: 50%;
  }
}
.card--border #msi_form #form-send .question-group input {
  width: 100%;
  background: #eeeeee;
  border: 0px;
  color: #000;
  padding: 5px;
  outline: none;
}
.card--border #msi_form #form-send h6 {
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
}
.card--border #msi_form .checkSty {
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}
.card--border #msi_form .checkSty input {
  width: auto !important;
  margin: 0 5px 0 0;
}
.card--border #msi_form .checkSty a {
  color: #fff !important;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(238, 214, 255, 0.8);
}
.card--border #msi_form button {
  background-image: url(https://storage-asset.msi.com/event/2022/nb/MSIology-January-2023-The-Leap-to-Singularity/images/btbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  display: inline-block;
  font-size: 1.3rem;
  padding: 7px 35px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: Segoe UI;
}

.popCALENDAR__box {
  background-image: url(https://storage-asset.msi.com/event/2022/nb/MSIology-January-2023-The-Leap-to-Singularity/images/btbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  padding: 7px 35px;
  border-radius: 6px;
  border: 2px solid #fff;
  margin: 0 auto 30px;
  width: 100%;
}
@media (min-width: 996px) {
  .popCALENDAR__box {
    width: 350px;
  }
}
.popCALENDAR__box a {
  width: 33.3333333333%;
}
.popCALENDAR__box .popCALENDAR__box--flex {
  justify-items: center;
  align-items: center;
}

.social .social__flex {
  justify-content: center;
}
.social .social__flex a {
  display: inline-block;
  margin: 0px 5px;
  max-width: 40px;
  opacity: 0.8;
  transition: all 0.2s linear;
}
.social .social__flex a:hover {
  transform: scale(1.03);
  opacity: 1;
}
.social .social__title {
  margin: 8px 0 15px !important;
}

.popCALENDAR__crystal {
  position: absolute;
  z-index: 20;
  width: 9%;
}
@media (min-width: 996px) {
  .popCALENDAR__crystal {
    width: auto;
  }
}
.popCALENDAR__crystal.popCALENDAR__crystal--1 {
  left: -18%;
  animation: AniFloat1 3s linear infinite;
}
.popCALENDAR__crystal.popCALENDAR__crystal--2 {
  left: -7%;
  animation: AniFloat3 4s linear infinite;
}
.popCALENDAR__crystal.popCALENDAR__crystal--3 {
  right: 5%;
  animation: AniFloat2 5s linear infinite;
}
.popCALENDAR__crystal.popCALENDAR__crystal--4 {
  right: -15%;
  bottom: 20%;
  animation: AniFloat1 3s linear infinite;
}

@keyframes AniFloat1 {
  0% {
    top: 18%;
  }
  50% {
    top: 16%;
  }
  100% {
    top: 18%;
  }
}
@keyframes AniFloat2 {
  0% {
    top: -8%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: -8%;
  }
}
@keyframes AniFloat3 {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 0%;
  }
}
.mov_box {
  margin: 0 3% 7%;
}
@media (min-width: 576px) {
  .mov_box {
    margin: 0 12% 4%;
  }
}
@media (min-width: 996px) {
  .mov_box {
    margin: 0 17% 4%;
  }
}
.mov_box .mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.mov_box .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.terms {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: black;
  z-index: 5;
  padding: 20px 30px;
  text-align: left;
  max-height: 100%;
  overflow-y: scroll;
  display: none;
}
.terms p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}
.terms p a {
  color: #ccc;
  text-decoration: underline;
}
.terms h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}
.terms .btclose {
  text-align: center;
  padding-top: 30px;
}
.terms .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.terms .btclose button:hover {
  background: #3d2c70;
}
.terms h3 {
  border-bottom: solid 2px;
}

.terms_card {
  background: black;
  z-index: 5;
  padding: 20px 40px;
  text-align: left;
  max-height: 500px;
  overflow-y: scroll;
}
.terms_card h3 {
  font-size: 2rem !important;
}
@media (min-width: 996px) {
  .terms_card h3 {
    font-size: 2.5rem;
  }
}
.terms_card ul li {
  list-style: disc;
  margin: 20px 0;
  line-height: 1.5;
}
.terms_card ul li a {
  text-decoration: underline;
  color: #9d9d9d;
}
.terms_card ul li a:hover {
  text-decoration: none;
}
@media (min-width: 996px) {
  .terms_card {
    max-height: 700px;
  }
}

#msiology .popupBox__area h2 {
  font-family: inherit !important;
}
#msiology #msi_form .form-send button {
  font-family: inherit !important;
}

