.gradient-text-with-border {
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
  text-align: center;
}
.gradient-text-with-border span:nth-child(1) {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1edff), to(#5a86b5));
  background: linear-gradient(180deg, #c1edff, #5a86b5);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-text-with-border span:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-shadow: 0 0 5px #000, 0 0 10px #000;
}

.kv__blockti {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 70%;
}
@media screen and (max-width: 991px) {
  .kv__blockti {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .kv__blockti .gradient-text-with-border {
    position: absolute;
    top: 63%;
    font-size: 6vw;
  }
}
.kv__blockti h5 {
  font-size: 1.5vw;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5effc), to(#bed7f3));
  background: linear-gradient(180deg, #e5effc, #bed7f3);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 991px) {
  .kv__blockti h5 {
    font-size: 3vw;
    position: absolute;
    top: 80%;
    left: 52%;
    width: 40%;
    text-align: center;
  }
}

.DD2 .intro span {
  color: #4e91d8;
}

.DD2 .intro h3 {
  color: #4e91d8;
}

@media (min-width: 996px) {
  .DD2 .intro__date {
    border-left: #4e91d8 1px solid;
  }
}
.DD2 .intro {
  background: url(https://storage-asset.msi.com/event/2025/CND/Equippedbuild/images/56212.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.intro__note {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.DD2 .common-btn {
  background-color: #4e91d8 !important;
  -webkit-box-shadow: 0 0 10px #4e91d8;
  box-shadow: 0 0 10px #4e91d8;
}

.DD2 .common-btn::before {
  border: 3px solid #4e91d8;
}

.shout__item figure img {
  width: 40%;
  -webkit-filter: hue-rotate(230deg);
          filter: hue-rotate(230deg);
}

.findmore__block {
  width: 60%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .findmore__block {
    -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;
  }
}
.findmore__block a {
  width: 48%;
  margin: 0 1% 0 0;
}
@media screen and (max-width: 991px) {
  .findmore__block a {
    width: 100%;
    margin: 5% 0;
  }
}

.DD2 .findmore {
  background: #000;
}

.shout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .shout__flex {
    width: 100%;
    -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;
  }
}
.shout__flex .shout__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 991px) {
  .shout__flex .shout__item {
    width: 100%;
    margin: 10px 0;
  }
}
.shout__flex .shout__item h4 {
  font-size: 20px;
}
.shout__flex .shout__item p {
  font-size: 16px;
}

.compatibility {
  padding: 40px 0 80px 0;
}
.compatibility .common-title {
  padding: 0;
  margin: 0;
}
.compatibility__desc {
  font-size: 16px;
  text-align: center;
}
.compatibility__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .compatibility__block {
    -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;
  }
}
.compatibility__block-title {
  position: absolute;
  top: -2%;
  right: 5%;
  font-style: italic;
  font-weight: 900;
  font-size: 64px;
  color: #222222;
  text-shadow: 5px 5px 0px #000, 5px 5px 0px #000, 5px 5px 0px #000, 5px 5px 0px #000, 5px 5px 0px #000, 5px 5px 0px #000;
}
.compatibility__block-item {
  width: calc(25% - 10px);
  margin: 5px;
}
@media screen and (max-width: 991px) {
  .compatibility__block-item {
    width: 100%;
  }
}
.compatibility__block-item p {
  color: #4e91d8;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}
.compatibility__block-item p span {
  font-size: 40px;
}
.compatibility__block-item--div {
  background: #212121;
  overflow: hidden;
  position: relative;
}
.compatibility__block-sub {
  position: absolute;
  top: 55%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
}
.compatibility__block-line {
  position: absolute;
  top: 85%;
  left: 5%;
  width: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.compatibility__block-other {
  width: 100%;
  background: #000;
  overflow: hidden;
  margin-top: 20px;
}
.compatibility__block-other img {
  border-radius: 24px;
  overflow: hidden;
}
.compatibility__block-other p {
  padding: 12px 0;
}/*# sourceMappingURL=addn2.css.map */