@import url("https://use.typekit.net/pvp1dzx.css");
@import url("https://storage-asset.msi.com/frontend/css/common-creation-font.css");
@-webkit-keyframes kv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.CubiNuc {
  overflow: hidden;
}
.CubiNuc h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 26px;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 996px) {
  .CubiNuc h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
  }
}
@media (min-width: 1930px) {
  .CubiNuc h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 26px;
  }
}
.CubiNuc h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.CubiNuc h4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25%;
  height: 2px;
  background: #000;
}
.CubiNuc img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.CubiNuc a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.CubiNuc .kv {
  position: relative;
}
.CubiNuc .kv h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 7vw;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 1px 15px rgba(0, 0, 0, 0.3), 0 1px 15px rgba(0, 0, 0, 0.2);
}
.CubiNuc .kv__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: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.CubiNuc .kv__imgbox {
  width: 100%;
}
.CubiNuc .kv__iconbox {
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 26vw;
}
.CubiNuc .kv__textbox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: kv 2.5s linear infinite;
          animation: kv 2.5s linear infinite;
}
.CubiNuc .kv__textbox figure {
  width: 48%;
}
@media (min-width: 996px) {
  .CubiNuc .kv h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 5.4vw;
  }
  .CubiNuc .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;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .CubiNuc .kv__textbox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .CubiNuc .kv__iconbox {
    position: absolute;
    left: 64%;
    top: 70%;
    z-index: 1;
    width: 14vw;
  }
}
@media (min-width: 1300px) {
  .CubiNuc .kv h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 78px;
  }
  .CubiNuc .kv__iconbox {
    max-width: 230px;
    width: auto;
  }
}
.CubiNuc .tab {
  padding: 3% 0 1%;
}
.CubiNuc .tab__nav {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 10px;
}
.CubiNuc .tab__nav li {
  border-bottom: 2px solid #ccc;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.CubiNuc .tab__nav li.active {
  position: relative;
  color: #000;
  font-weight: bold;
}
.CubiNuc .tab__nav li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  width: 60%;
  height: 5px;
  background: #000;
}
.CubiNuc .tab__item {
  color: #ccc;
}
.CubiNuc .tab__content {
  display: none;
}
.CubiNuc .tab__content--active {
  display: block;
}
@media (min-width: 996px) {
  .CubiNuc .tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .tab__nav li {
    padding-bottom: 10px;
  }
}
.CubiNuc .taBox {
  padding: 0 0 3% 0;
}
.CubiNuc .taBox__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;
  background: #e7e7e7;
  padding: 1%;
}
.CubiNuc .taBox__linkbox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CubiNuc .taBox__linkbox a {
  color: #fff;
  font-size: 16px;
  display: block;
  background: #000;
  padding: 8px 20px;
}
.CubiNuc .taBox h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.CubiNuc .taBox h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -15%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 2px;
  background: #000;
  width: 35%;
}
.CubiNuc .taBox__textbox {
  width: 90%;
  margin: 5% auto;
}
.CubiNuc .taBox__textbox p {
  margin: 4% 0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 996px) {
  .CubiNuc .taBox__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .taBox__imgbox {
    width: 50%;
  }
  .CubiNuc .taBox h2 {
    text-transform: uppercase;
    color: #000000;
    font-size: 40px;
    text-align: left;
  }
  .CubiNuc .taBox h2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -15%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 2px;
    background: #000;
    width: 35%;
  }
  .CubiNuc .taBox__textbox {
    width: 48%;
    margin: 0;
  }
  .CubiNuc .taBox__textbox p {
    text-align: left;
  }
  .CubiNuc .taBox__linkbox {
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .CubiNuc .taBox__linkbox a {
    color: #fff;
    font-size: 16px;
    display: block;
    background: #000;
    padding: 8px 20px;
  }
}
.CubiNuc .GBox {
  background: #2d2c2d;
  padding: 3% 0;
}
.CubiNuc .GBox__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% auto;
}
.CubiNuc .GBox__itembox {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  margin: 2% auto;
  padding: 0 2% 5% 2%;
}
.CubiNuc .GBox__num {
  background: #cc0000;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
          clip-path: polygon(0 0, 50% 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  width: 65%;
  margin: auto;
  padding: 5% 2% 8%;
}
.CubiNuc .GBox__num p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.CubiNuc .GBox__txtbox {
  text-align: center;
}
.CubiNuc .GBox__txtbox p:nth-of-type(1) {
  font-weight: bold;
}
.CubiNuc .GBox__linkbox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.CubiNuc .GBox__linkbox-txt {
  width: 80%;
  margin: auto;
}
.CubiNuc .GBox__linkbox-txt a {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px #202020;
          box-shadow: 0 0 5px #202020;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(175, 179, 179)), to(rgb(222, 222, 220)));
  background: linear-gradient(to bottom, rgb(175, 179, 179) 1%, rgb(222, 222, 220) 100%);
  padding: 10px 20px;
  margin: 2% 0;
  text-align: center;
  font-weight: bold;
  border: 2px solid #2d2c2d;
}
.CubiNuc .GBox__linkbox-txt a:hover {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #555555), to(#747474));
  background: linear-gradient(to bottom, #555555 1%, #747474 100%);
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  border: 2px solid #fff;
}
.CubiNuc .GBox__imgbox img {
  -webkit-animation: float 2s infinite ease;
          animation: float 2s infinite ease;
}
.CubiNuc .GBox__titlebox {
  text-align: center;
}
.CubiNuc .GBox__titlebox p {
  text-transform: uppercase;
  color: #fff12c;
  font-size: 18px;
  margin: 1% auto 2%;
}
@media (min-width: 768px) {
  .CubiNuc .GBox__linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .GBox__linkbox-txt {
    width: calc(50% - 20px);
  }
  .CubiNuc .GBox__linkbox-txt a {
    margin: 0 2%;
  }
}
@media (min-width: 996px) {
  .CubiNuc .GBox__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .GBox__itembox {
    width: calc(33.3333333333% - 100px);
    margin: 0 1%;
    padding: 0 2% 2% 2%;
  }
  .CubiNuc .GBox__num {
    padding: 3% 2% 8%;
  }
  .CubiNuc .GBox__linkbox-txt {
    width: 25%;
    margin: 0;
  }
}
.CubiNuc .pdSpec {
  padding: 3% 0;
}
.CubiNuc .pdSpec__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% auto;
}
.CubiNuc .pdSpec__titlebox {
  text-align: center;
}
.CubiNuc .pdSpec ul {
  margin: 6% auto 5%;
}
.CubiNuc .pdSpec ul li {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 16px;
  padding: 5px 0;
}
.CubiNuc .pdSpec h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.CubiNuc .pdSpec__itembox {
  margin: 2% 0;
}
.CubiNuc .pdSpec__textbox {
  text-align: center;
}
@media (min-width: 996px) {
  .CubiNuc .pdSpec__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .pdSpec__itembox {
    width: calc(33.3333333333% - 50px);
    padding: 2%;
    margin: 0;
  }
  .CubiNuc .pdSpec h2 {
    text-transform: uppercase;
    color: #000000;
    font-size: 40px;
  }
}
.CubiNuc .wtb {
  position: relative;
  padding: 3% 0;
  background: #151515;
}
.CubiNuc .wtb__titlebox {
  text-align: center;
}
.CubiNuc .wtb h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.CubiNuc .wtb__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% auto;
}
.CubiNuc .wtb__iconbox {
  max-width: 180px;
  margin: 2% 0;
}
.CubiNuc .wtb__iconbox a {
  display: block;
}
.CubiNuc .wtb__iconbox a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (min-width: 996px) {
  .CubiNuc .wtb__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .CubiNuc .wtb h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
  }
  .CubiNuc .wtb__iconbox {
    max-width: 220px;
    margin: 0 2%;
  }
}
.CubiNuc .termsBox {
  padding: 5% 0;
}
.CubiNuc .termsBox .tAndC__btnarea {
  text-align: center;
}
.CubiNuc .termsBox .tAndC__btnarea p {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}
.CubiNuc .termsBox .tAndC__btnarea p:hover {
  background: #ed1c24;
  color: #fff;
}
.CubiNuc .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;
}
.CubiNuc .termsBox .terms p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}
.CubiNuc .termsBox .terms li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}
.CubiNuc .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 #ed1c24;
  overflow-y: scroll;
  float: left;
}
.CubiNuc .termsBox .terms__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.CubiNuc .termsBox .terms__area::-webkit-scrollbar {
  width: 4px;
  background-color: #ed1c24;
}
.CubiNuc .termsBox .terms__area::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
}
.CubiNuc .termsBox .terms__area-close {
  position: absolute;
  right: 7px;
  top: 0px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
  color: #ed1c24;
}
.CubiNuc .termsBox .terms__area-title {
  font-size: 28px;
  text-align: center;
}
.CubiNuc .termsBox .terms__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}
.CubiNuc .termsBox .terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.CubiNuc .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;
}
.CubiNuc .termsBox .terms__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}
.CubiNuc .termsBox .terms__area ul li {
  list-style-type: decimal;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .CubiNuc .termsBox .terms p {
    font-size: 20px;
  }
  .CubiNuc .termsBox .terms li {
    font-size: 20px;
  }
  .CubiNuc .termsBox .terms__area-title {
    font-size: 42px;
  }
  .CubiNuc .termsBox .terms__area-subtitle {
    font-size: 32px;
  }
}/*# sourceMappingURL=main.css.map */