.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.DD2 .kv {
  position: relative;
}
.DD2 .kv__subtitle {
  position: absolute;
  top: 92%;
  left: 39%;
  width: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 0.4vw;
  color: #eaedea;
  text-shadow: 0 0 10px #000;
  text-align: start;
  background-size: 100% 100%;
  padding: 1.25vw 3vw 1.25vw 2.5vw;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle {
    font-size: 1vw;
    top: 94%;
    width: 100%;
    left: 50%;
  }
}
.DD2 .intro__lmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .intro__lmn {
    width: 100%;
  }
}
.DD2 .intro__lmn-item {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .intro__lmn-item {
    width: 100%;
  }
}
.DD2 .intro__lmn-td {
  padding: 20px;
  text-align: start;
  width: 100%;
  text-align: center;
}
.DD2 .intro__lmn-td span {
  font-family: var(--fontB);
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #355e8c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-weight: 900;
}
@media (max-width: 1600px) {
  .DD2 .intro__lmn-td span {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .intro__lmn-td span {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .intro__lmn-td span {
    font-size: 16px;
  }
}
.DD2 .findmore {
  padding-top: 6vh;
  padding-bottom: 6vh;
  /* background: url("https://storage-asset.msi.com/event/2025/GNP/tempest-rising/images/TR_GDF_Harvester.jpg") no-repeat center;
  background-size: cover; */
  background: rgba(137, 99, 99, 0.3);
}
@media (max-width: 1300px) {
  .DD2 .findmore {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .DD2 .findmore {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .DD2 .findmore {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .findmore__video {
  width: 60%;
  padding-bottom: 33.75%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .DD2 .findmore__video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.DD2 .findmore__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.DD2 .tablebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #355e8c;
}
.DD2 .tablebox__left {
  width: 50%;
  padding: 20px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #355e8c;
}
.DD2 .tablebox__right {
  width: 50%;
  padding: 20px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DD2 .buynow {
  background: url("https://storage-asset.msi.com/event/2025/CND/Assassin/images/AC_RED_Vista_Autumn.jpg") no-repeat center;
  background-size: cover;
}
.DD2 .buynow .common-title {
  margin: 0;
}
.DD2 .buynow__boxa {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
}
.DD2 .buynow__boxa-btn {
  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;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__boxa-btn {
    margin-top: 10px;
  }
}
.DD2 .buynow__boxa-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #355e8c;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__boxa-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.DD2 .buynow__boxa-item a {
  background: #355e8c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-right: 5px;
}
.DD2 .buynow__boxa-item a:hover {
  background: #000;
  color: #355e8c;
}
.DD2 .buynow__block-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #355e8c;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  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;
}
@media screen and (max-width: 1350px) {
  .DD2 .buynow__block-box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.DD2 .buynow__block-box button {
  background: #355e8c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.DD2 .buynow__block-box button:hover {
  background: #000;
  color: #355e8c;
}
.DD2 .buynow__block-imgbox {
  width: 30%;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-imgbox {
    width: 80%;
  }
}
.DD2 .buynow__block-imgbox img {
  display: none;
}
.DD2 .buynow__block-imgbox img.active {
  display: block;
}
.DD2 .buynow__block-textbox {
  width: 70%;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-textbox {
    width: 100%;
  }
}
.DD2 .buynow__block-textbox .onlybox__ub {
  display: none;
  font-family: var(--fontA);
  font-weight: 900;
  font-size: 1.5em;
}
.DD2 .buynow__block-textbox .onlybox__ub.active {
  display: block;
}
.DD2 .buynow__block-tabs {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.DD2 .buynow__block-tabs a {
  color: #355e8c;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #355e8c;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.DD2 .buynow__block-tabs a.active {
  background: #355e8c;
  color: #fff;
}
.DD2 .buynow__block-tabs a:hover {
  background: #355e8c;
  color: #fff;
}
.DD2 .intro h2.common-title span {
  padding: 0;
  background: linear-gradient(to bottom, #fff 60%, #000 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* color: #fff; */
  -webkit-text-stroke: 1px #222;
}
.DD2 .common-title {
  background: none;
  color: #fff;
}
.DD2 .intro__imgbox {
  width: 60%;
  margin: 0 auto;
}
.DD2 .common-title {
  /* font-family: var(--fontA); */
  font-size: 32px;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .DD2 .common-title {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .DD2 .common-title {
    font-size: 29px;
  }
}
@media (max-width: 1050px) {
  .DD2 .common-title {
    font-size: 25px;
  }
}
/* .DD2 .intro {
  background: url("https://storage-asset.msi.com/event/2025/GNP/tempest-rising/images/TR_PlaneCrash.jpg") no-repeat center;
  background-size: cover;
} */
.DD2 .intro h3 {
  color: #355e8c;
  background: linear-gradient(to bottom, #2d446e 10%, #93c6e4, #2d446e 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.DD2 .intro span {
  display: inline;
  color: #355e8c;
}
.DD2 .intro h1 strong {
  display: inline-block;
}
.DD2 .common-btn {
  background-color: #355e8c;
  -webkit-box-shadow: 0 0 10px #355e8c;
          box-shadow: 0 0 10px #355e8c;
  opacity: 1;
  margin: 10px 20px;
}
.DD2 .common-btn::before {
  border: 3px solid #355e8c;
}
.DD2 .common-title strong {
  border-bottom: #355e8c 1px solid;
}
.DD2 .common-subtitle {
  color: #538ed1;
}
.DD2 .common-p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .DD2 .common-p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .common-p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .common-p {
    font-size: 16px;
  }
}
.DD2 .terms a {
  color: #538ed1;
  border-bottom: #355e8c 1px solid;
}
.DD2 .terms a:hover {
  color: #538ed1de;
}
.DD2 .popup__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  max-height: 100vh;
  overflow-y: auto;
}
.DD2 .popup__body::-webkit-scrollbar-thumb {
  background: #355e8c;
  border-radius: 20px;
}
.DD2 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: #355e8c3d;
}
.DD2 .popup__wrapper {
  background: none;
  border: 1px solid #355e8c;
}
.DD2 .popup__wrapper::after {
  background: none;
}
.DD2 .popup__wrapper::before {
  background: none;
}
.DD2 .popup__inner {
  background: none;
}
.DD2 .popup__inner::after {
  background: none;
}
.DD2 .popup__inner::before {
  background: none;
}
.DD2 .popup__header {
  background: none;
  border-bottom: 1px solid #355e8c;
}
.DD2 .popup__close {
  -webkit-filter: hue-rotate(190deg);
          filter: hue-rotate(190deg);
}
.DD2 .footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 996px) {
  .DD2 .footer__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.DD2 .footer__icons p {
  text-align: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.DD2 .footer__icons img {
  height: 70px !important;
}
.DD2 .footer {
    background: #000000d6;
    z-index: 10;
    position: relative;
}
@media (min-width: 996px) {
  .DD2 .footer {
    padding: 40px 25px;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: #fff 1px solid;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date:first-child {
    border: none;
  }
}

/* .intro {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2025/GNP/tempest-rising/images/Kijimi.jpg") bottom center no-repeat ;
  background-size: cover;
  padding: 25px 0;
  margin-top: -50px;
} */

.pd {
  position: relative;
  /* background: url("https://storage-asset.msi.com/event/2025/GNP/tempest-rising/images/TR_ScoutsInIceland.jpg") bottom center no-repeat ;
  background-size: cover; */
  padding: 5% 0;
  text-align: center;
  background: #04112176;
  z-index: 10;
}


.pd .pd__text {
  width: 100%;
  margin-right: 4%;
  text-align: left;
  margin-top: 30px;
}

.pd .pd__text h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.pd .pd__text ul, .pd .pd__text li {
  list-style-type: disc;
}
.pd .pd__pic {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.pd__btnBox {
  margin: 50px 0 0;
}

.pd .pd__btn {
  margin: 10px 20px;
}

@media (min-width: 996px) {
  .pd .pd__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .pd .pd__text {
    width: 40%;
    margin-top: 0;
  }
  .pd .pd__pic {
    width: 40%;
    margin: 0;
  }
  .pd .pd__text h2 {
    font-size: 35px;
  }
}