@charset "UTF-8";
.theme {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/mb-meg-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-meg-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-meg-bg-390px.jpg);
  }
}
.theme .mb {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.theme .mb img {
  max-width: 100%;
}
.theme .mb__Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5% 1%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1366px) {
  .theme .mb__Group {
    padding: 7% 1%;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme .mb__leftword {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  font-family: "industry-inc-base", sans-serif;
  bottom: 0;
  text-transform: uppercase;
  font-size: 70px;
  opacity: 0.1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .theme .mb__leftword {
    display: none;
  }
}
.theme .mb__sideMenu {
  display: block;
  position: relative;
  font-family: "industry-inc-base", sans-serif;
  width: 20%;
  max-width: 300px;
  text-align: left;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__sideMenu {
    right: 200px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    background: #000000;
    position: absolute;
  }
}
.theme .mb__sideMenu-fake {
  max-height: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu-fake {
    max-height: none;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu--fixed {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 3;
  }
}
.theme .mb__sideMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme .mb__sideMenu ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 2;
  color: #999;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .theme .mb__sideMenu ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu ul li {
    text-align: center;
    border-bottom: 1px solid #666;
    font-size: 18px;
  }
}
.theme .mb__sideMenu ul li:hover, .theme .mb__sideMenu ul li:focus {
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  padding-left: 10px;
}
.theme .mb__sideMenu ul li:hover::before, .theme .mb__sideMenu ul li:focus::before {
  content: "—";
  font-size: 18px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  line-height: 1.5;
  color: #f2d8a7;
}
.theme .mb__sideMenu ul li.active {
  color: #FFF;
}
.theme .mb__sideMenu ul li.active::before {
  content: "—";
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  font-size: 18px;
  line-height: 1.5;
  color: #dba34e;
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu {
    width: 100%;
    margin: 0 auto;
  }
}
.theme .mb__featureBlock {
  position: relative;
  width: 80%;
  max-width: 1280px;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__featureBlock {
    right: 150px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 1600px) {
  .theme .mb__featureBlock {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1366px) {
  .theme .mb__featureBlock {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1280px) {
  .theme .mb__featureBlock {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .theme .mb__featureBlock {
    max-width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBlock {
    width: 100%;
    max-width: 960px;
  }
}
.theme .mb__featureBox {
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.theme .mb__featureBox--active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox {
    width: 100%;
    margin: 0 auto;
  }
}
.theme .mb__featureBox .topMenu {
  display: block;
  width: 100%;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox .topMenu {
    display: none;
  }
}
.theme .mb__featureBox .topMenu .slick-next:before {
  content: "→";
  font-weight: bold;
  font-size: 25px;
  color: rgb(238, 238, 238);
}
.theme .mb__featureBox .topMenu .slick-prev:before {
  content: "←";
  font-weight: bold;
  font-size: 25px;
  color: rgb(238, 238, 238);
}
.theme .mb__featureBox .topMenu ul {
  width: 100%;
  margin: 0 auto;
  margin: 0px;
  text-align: center;
  margin: auto;
}
.theme .mb__featureBox .topMenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
  color: #636363;
}
.theme .mb__featureBox .topMenu ul li:hover {
  color: #e0b873;
  cursor: pointer;
}
.theme .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #e0b873;
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .topMenu ul li.active {
  color: #dba34e;
}
.theme .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .featureContainer {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
}
.theme .mb__featureBox .featureContainer__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox .featureContainer__box {
    position: relative;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
  }
}
.theme .mb__featureBox .featureContainer__box--active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}

.theme-meg {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/mb-meg-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme-meg {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-meg-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme-meg {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-meg-bg-390px.jpg);
  }
}
.theme-meg .mb__Group {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-meg .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-meg .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme-meg .mb__sideMenu ul li:hover::before, .theme-meg .mb__sideMenu ul li:focus::before {
  color: #dba34e;
}
.theme-meg .mb__sideMenu ul li.active::before {
  color: #dba34e;
}
.theme-meg .mb__featureBox .topMenu ul li:hover {
  color: #e0b873;
  cursor: pointer;
}
.theme-meg .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #e0b873;
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme-meg .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme-meg .mb__featureBox .topMenu ul li.active {
  color: #dba34e;
}
.theme-meg .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme-meg .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}

.theme-mpg {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/mb-mpg-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme-mpg {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-mpg-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme-mpg {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-mpg-bg-390px.jpg);
  }
}
.theme-mpg .mb__Group {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-mpg .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-mpg .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme-mpg .mb__sideMenu ul li:hover::before, .theme-mpg .mb__sideMenu ul li:focus::before {
  color: #ba195d;
}
.theme-mpg .mb__sideMenu ul li.active::before {
  color: #ba195d;
}
.theme-mpg .mb__featureBox .topMenu ul li:hover {
  color: #a21653;
  cursor: pointer;
}
.theme-mpg .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #a21653;
  background: radial-gradient(circle, rgba(229, 8, 168, 0.87) 9%, rgba(249, 39, 214, 0.457) 37%, rgba(250, 74, 188, 0.412) 53%, rgba(253, 111, 191, 0.44) 74%, rgba(34, 15, 239, 0.79) 100%);
}
.theme-mpg .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #a21653;
  background: radial-gradient(circle, rgba(229, 8, 168, 0.87) 9%, rgba(249, 39, 214, 0.457) 37%, rgba(250, 74, 188, 0.412) 53%, rgba(253, 111, 191, 0.44) 74%, rgba(34, 15, 239, 0.79) 100%);
}
.theme-mpg .mb__featureBox .topMenu ul li.active {
  color: #ba195d;
}
.theme-mpg .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #ba195d;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 121, 249, 0.7)), color-stop(42%, rgb(212, 31, 236)), color-stop(53%, rgb(255, 0, 189)), to(rgb(73, 118, 250)));
  background: linear-gradient(90deg, rgba(27, 121, 249, 0.7) 0%, rgb(212, 31, 236) 42%, rgb(255, 0, 189) 53%, rgb(73, 118, 250) 100%);
}
.theme-mpg .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #ba195d;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 121, 249, 0.7)), color-stop(42%, rgb(212, 31, 236)), color-stop(53%, rgb(255, 0, 189)), to(rgb(73, 118, 250)));
  background: linear-gradient(90deg, rgba(27, 121, 249, 0.7) 0%, rgb(212, 31, 236) 42%, rgb(255, 0, 189) 53%, rgb(73, 118, 250) 100%);
}

.theme-mag {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/mb-mag-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme-mag {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-mag-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme-mag {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-mag-bg-390px.jpg);
  }
}
.theme-mag .mb__Group {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-mag .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-mag .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme-mag .mb__sideMenu ul li:hover::before, .theme-mag .mb__sideMenu ul li:focus::before {
  color: #7f8a21;
}
.theme-mag .mb__sideMenu ul li.active::before {
  color: #7f8a21;
}
.theme-mag .mb__featureBox .topMenu ul li:hover {
  color: #aab92c;
  cursor: pointer;
}
.theme-mag .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #aab92c;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}
.theme-mag .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #aab92c;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}
.theme-mag .mb__featureBox .topMenu ul li.active {
  color: #7f8a21;
}
.theme-mag .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #7f8a21;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}
.theme-mag .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #7f8a21;
  background: radial-gradient(circle, rgba(211, 231, 54, 0.75116) 9%, rgba(211, 231, 54, 0.457042) 37%, rgba(211, 231, 54, 0.412224) 53%, rgba(211, 231, 54, 0.440235) 74%, rgba(211, 231, 54, 0.0200674) 100%);
}

.theme-pro {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/mb-pro-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme-pro {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-mpg-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme-pro {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2022/images/msi-pro-bg-390px.jpg);
  }
}
.theme-pro .mb__Group {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-pro .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-pro .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme-pro .mb__sideMenu ul li:hover::before, .theme-pro .mb__sideMenu ul li:focus::before {
  color: #58a4eb;
}
.theme-pro .mb__sideMenu ul li.active::before {
  color: #58a4eb;
}
.theme-pro .mb__featureBox .topMenu ul li:hover {
  color: #61b5ff;
  cursor: pointer;
}
.theme-pro .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #61b5ff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 118, 163)), color-stop(47%, rgb(0, 212, 255)), to(rgb(60, 111, 159)));
  background: linear-gradient(90deg, rgb(70, 118, 163) 0%, rgb(0, 212, 255) 47%, rgb(60, 111, 159) 100%);
}
.theme-pro .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #61b5ff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 118, 163)), color-stop(47%, rgb(0, 212, 255)), to(rgb(60, 111, 159)));
  background: linear-gradient(90deg, rgb(70, 118, 163) 0%, rgb(0, 212, 255) 47%, rgb(60, 111, 159) 100%);
}
.theme-pro .mb__featureBox .topMenu ul li.active {
  color: #58a4eb;
}
.theme-pro .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #58a4eb;
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 118, 163)), color-stop(47%, rgb(0, 212, 255)), to(rgb(60, 111, 159)));
  background: linear-gradient(90deg, rgb(70, 118, 163) 0%, rgb(0, 212, 255) 47%, rgb(60, 111, 159) 100%);
}
.theme-pro .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #58a4eb;
  background: -webkit-gradient(linear, left top, right top, from(rgb(70, 118, 163)), color-stop(47%, rgb(0, 212, 255)), to(rgb(60, 111, 159)));
  background: linear-gradient(90deg, rgb(70, 118, 163) 0%, rgb(0, 212, 255) 47%, rgb(60, 111, 159) 100%);
}

.theme-gaming {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2023/images/mb-gaming-bg-pc.jpg);
}
@media screen and (max-width: 960px) {
  .theme-gaming {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2023/images/mb-gaming-bg-960px.jpg);
  }
}
@media screen and (max-width: 480px) {
  .theme-gaming {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/template/2023/images/mb-gaming-bg-390px.jpg);
  }
}
.theme-gaming .mb__Group {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-gaming .mb__Group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-gaming .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.theme-gaming .mb__sideMenu ul li:hover::before, .theme-gaming .mb__sideMenu ul li:focus::before {
  color: #ff0016;
}
.theme-gaming .mb__sideMenu ul li.active::before {
  color: #ff0016;
}
.theme-gaming .mb__featureBox .topMenu ul li:hover {
  color: #ff0016;
  cursor: pointer;
}
.theme-gaming .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #ff0016;
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 86, 90)), color-stop(47%, rgb(255, 0, 22)), to(rgb(84, 86, 90)));
  background: linear-gradient(90deg, rgb(84, 86, 90) 0%, rgb(255, 0, 22) 40%, rgb(84, 86, 90) 100%);
}
.theme-gaming .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #ff0016;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgb(255, 0, 22)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgb(255, 0, 22) 35%, transparent 100%);
}
.theme-gaming .mb__featureBox .topMenu ul li.active {
  color: #fff;
}
.theme-gaming .mb__featureBox .topMenu ul li.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #ff0016;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgb(255, 0, 22)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgb(255, 0, 22) 35%, transparent 100%);
}
.theme-gaming .mb__featureBox .topMenu ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #ff0016;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgb(255, 0, 22)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgb(255, 0, 22) 35%, transparent 100%);
}
/*# sourceMappingURL=mb_templat2022.css.map */