.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: #F3BD12;
  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/roadcraft/images/RoadCraft_Screenshot-2.jpg") no-repeat center;
  background-size: cover;
}
@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 #F3BD12;
}
.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 #F3BD12;
}
.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 #F3BD12;
  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: #F3BD12;
  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: #F3BD12;
}
.DD2 .buynow__block-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #F3BD12;
  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: #F3BD12;
  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: #F3BD12;
}
.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: #F3BD12;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #F3BD12;
  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: #F3BD12;
  color: #fff;
}
.DD2 .buynow__block-tabs a:hover {
  background: #F3BD12;
  color: #fff;
}
.DD2 .intro h1.common-title {
  padding: 0;
}
.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: 20px;
  }
}
.DD2 .intro {
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/RoadCraft_Screenshot-1.jpg") no-repeat center;
  background-size: cover;
}
.DD2 .intro h3 {
  color: #F3BD12;
}
.DD2 .intro span {
  display: inline;
  color: #F3BD12;
}
.DD2 .intro h1 strong {
  display: inline-block;
}
.DD2 .common-btn {
  background-color: #F3BD12;
  -webkit-box-shadow: 0 0 10px #F3BD12;
          box-shadow: 0 0 10px #F3BD12;
  opacity: 1;
  margin: 10px 20px;
}
.DD2 .common-btn::before {
  border: 3px solid #F3BD12;
}
.DD2 .common-title strong {
  border-bottom: #F3BD12 1px solid;
}
.DD2 .common-subtitle {
  color: #F3BD12;
}
.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: #F3BD12;
  border-bottom: #F3BD12 1px solid;
}
.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: #F3BD12;
  border-radius: 20px;
}
.DD2 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: #80640a;
}
.DD2 .popup__wrapper {
  background: none;
  border: 1px solid #F3BD12;
}
.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 #F3BD12;
}
.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: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0;        
}
.DD2 .footer__icons p {
  text-align: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.DD2 .footer__icons img {
  height: 70px !important;
  margin: 10px;
}

@media (max-width: 996px) {
  .DD2 .common-btn {
    margin: 10px auto;
  }
  .DD2 .footer__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
  }
  .DD2 .footer__icons img {
    height: 50px !important;
    margin: 10px;
  }
}

@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: #F3BD12 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 {
  /* background: url("https://storage-asset.msi.com/event/2025/GNP/tempest-rising/images/TR_ScoutsInIceland.jpg") bottom center no-repeat ; */
  background-size: cover;
  padding: 30px 0;
  text-align: center;
}
.pd picture{
  margin-bottom: 50px;
}

.pd picture img{
  width: 100%;
}


.pd .pd__text {
  width: 100%;
  text-align: center;
  margin: 30px auto 10px;
  font-size: 18px;
}


.pd .pd__btn {
  margin: 0px auto 0;
  width: 200px
}

@media (min-width: 996px) {
  .pd .pd__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    /* flex-direction: row-reverse; */
  }
  .pd .pd__text {
    width: 50%;
    margin-top: 0;
  }
  .pd .pd__pic {
    width: 40%;
    margin: 0;
  }
  .pd .pd__text{
    text-align: left;
    font-size: 25px;
  }
  .pd .pd__btn {
    margin: 0px auto 0;
    min-width: 300px
  }
}