.DD2 {
  background: #000;
  font-family: var(--font);
  color: #fff;
  position: relative;
  overflow-x: hidden;
}
.DD2 picture {
  display: grid;
}
.DD2 img {
  max-width: 100%;
  vertical-align: bottom;
}
.DD2 .particle {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
  pointer-events: none;
  inset: 0;
}
.DD2 .particle video {
  width: 100%;
  display: none;
}
@media (min-width: 996px) {
  .DD2 .particle {
    display: block;
  }
  .DD2 .particle video {
    display: block;
  }
}
.DD2 .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .DD2 .common__container {
    max-width: 1600px;
  }
}
.DD2 .common-title {
  font-size: min(max(3.5vw, 28px), 60px);
  font-weight: bold;
  background-color: #ffffff;
  background-size: auto 100%;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.DD2 .common-title span {
  display: block;
}
.DD2 .common-title strong {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: #11f9f8 1px solid;
}
@media (min-width: 996px) {
  .DD2 .common-title {
    padding-bottom: 40px;
  }
}
.DD2 .common-subtitle {
  color: #11f9f8;
  font-size: min(max(3.5vw, 24px), 30px);
}
.DD2 .common-subtitle span {
  padding: 0 0px;
  display: inline-block;
}
.DD2 .common-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: #11f9f8;
  box-shadow: 0 0 40px rgba(17, 249, 249, 0.5);
  background-size: 100%;
  color: #000;
  font-size: min(max(2vw, 20px), 20px);
  font-family: var(--font);
  width: 100%;
  max-width: 300px;
  transform: skewX(-10deg);
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .DD2 .common-btn {
    margin-bottom: 0;
    margin: 0 8px;
  }
}
.DD2 .common-btn p {
  position: relative;
  z-index: 10;
  color: #fff;
}
.DD2 .common-btn::before {
  z-index: 0;
  content: "";
  width: 98%;
  height: 95%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #11f9f8;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.2s;
}
.DD2 .common-btn:hover.common-btn::before {
  border: 3px solid #fff;
  top: 50%;
}
.DD2 .common-btn:hover {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 40px #ffffff;
  color: #000;
}
.DD2 .common-btn:hover p {
  color: #000;
}

.DD2 .common-btn--xs {
  font-size: 18px;
  height: 60px;
}
.DD2 .ytBlock {
  background: url("https://storage-asset.msi.com/event/2024/CND/star-wars-outlaws/images/vd-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 45px 25px 95px;
}
.DD2 .ytBlock__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.DD2 .ytBlock__vd__box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.DD2 .ytBlock__vd__box img {
  width: 100%;
}
.DD2 .ytBlock__vd__mask {
  position: absolute;
  width: 97.6%;
  height: 98%;
  top: 1%;
  left: 1.3%;
  -webkit-mask: url("https://storage-asset.msi.com/event/2024/CND/star-wars-outlaws/images/intro-nb-mask.png") top center no-repeat;
  mask: url("https://storage-asset.msi.com/event/2024/CND/star-wars-outlaws/images/intro-nb-mask.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  overflow: hidden;
}
.DD2 .ytBlock .vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.DD2 .ytBlock .vd-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.DD2 .ytBlock__txt {
  padding-top: 25px;
}
@media (min-width: 996px) {
  .DD2 .ytBlock {
    padding: 150px 25px 150px;
  }
  .DD2 .ytBlock__vd__box {
    text-align: left;
  }
  .DD2 .ytBlock__vd__mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .DD2 .ytBlock__txt {
    padding-top: 25px;
  }
}
.DD2 .footer {
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/footer.png") top center no-repeat ;
  background-size: cover;
  padding: 50px 0px;
  margin-top: -50px;
}
@media (min-width: 996px) {
  .DD2 .footer {
    padding: 100px 25px;
  }
}
.DD2 .footer__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DD2 .footer__icons img {
  height: 80px;
  margin: 15px;
}
.DD2 .footer__icons img:last-child {
  height: 50px;
}
.DD2 .footer .copyright {
  padding-top: 30px;
  font-size: 17px;
  color: #999;
}

.DD2 .footer p {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
}

.DD2 .footer img {
  height: 70px;
  margin: 30px 10px 10px;
}



.kv {
  position: relative;
  z-index: 5;
  background-size: cover;
}
.kv img {
  width: 100%;
}
.kv__icon {
  position: absolute;
  bottom: 4%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.kv__icon img {
  object-fit: contain;
  width: 75%;
}
.kv__logo {
  position: absolute;
  top: 4%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.kv__pd {
  position: absolute;
  bottom: 16%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media (min-width: 996px) {
  .kv__icon {
    position: absolute;
    bottom: 6%;
    width: 50%;
    left: 0%;
    transform: translate(0%, 0);
  }
  .kv__icon img {
    object-fit: contain;
    width: 60%;
  }
  .kv__logo {
    position: absolute;
    width: 28.5%;
    top: 5.5%;
    left: 48.2%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .kv__pd {
    position: absolute;
    bottom: 6%;
    width: 30%;
    right: 13%;
    left: unset;
    text-align: center;
    transform: translate(0, 0);
    max-width: 650px;
  }
}

.intro {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/Kijimi.jpg") bottom center no-repeat ;
  background-size: cover;
  padding: 25px 0;
  margin-top: 0px;
}
@media (min-width: 996px) {
  .intro {
    padding: 50px 0;
  }
}
.intro h3 {
  font-size: min(max(2.5vw, 22px), 30px);
  padding-bottom: 20px;
  color: #11f9f8;
  font-weight: bold;
}
.intro__date {
  padding-top: 25px;
  font-size: min(max(2vw, 20px), 26px);
  text-shadow: #000 2px 2px 3px;
}
.intro__date span {
  display: block;
}
.intro__btns {
  padding-top: 10px;
}
.intro .monster {
  position: absolute;
  z-index: 2;
  right: -5vw;
  bottom: -15vw;
  width: 48%;
  opacity: 0.7;
}
.intro__box {
  background-color: #00000076;
  padding: 0 0 20px;
  margin-top: 25px;
}
@media (min-width: 996px) {
  .intro__box {
    display: flex;
    justify-content: center;
    padding: 60px;
    
    
  }
  .intro__date {
    flex: 1;
    border-left: #11f9f8 1px solid;
  }
  .intro__date:first-child {
    border: none;
  }
  .intro__btns {
    padding-top: 45px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: center;
  }
}





.popup {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: var(--font);
  overflow-y: auto;
  display: none;
}
.popup.show {
  display: flex;
  align-items: center;
}
.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/texture_common.png") center center repeat;
}
.popup__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/line.png") center center repeat-x;
}
.popup__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/line.png") center center repeat-x;
}
.popup__inner {
  position: relative;
}
.popup__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/line-v.png") top center repeat-y;
}
.popup__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/line-v.png") top center repeat-y;
}
.popup__header {
  padding: 25px;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/line.webp") bottom center repeat-x;
}
.popup__header h2 {
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: bold;
  background-color: #f4dda3;
  background: url(https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/site_pattern.png) left center repeat-x;
  background-size: auto 100%;
  background-clip: text;
  color: #ffffff;
  line-height: 1.2;
  filter: drop-shadow(5px 0 10px rgba(193, 145, 17, 0.5));
  text-transform: uppercase;
  text-align: center;
}
.popup__body {
  padding: 35px;
  background-color: #000;
}
@media (min-width: 996px) {
  .popup__body {
    flex: 0 0 calc(100% - 300px);
    max-height: 100vh;
    overflow-y: auto;
  }
  .popup__body::-webkit-scrollbar-thumb {
    background: #11f9f8;
    border-radius: 20px;
  }
  .popup__body::-webkit-scrollbar {
    width: 10px;
    background: #334c56;
  }
}
.popup__close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url("https://storage-asset.msi.com/event/2024/CND/star-wars-outlaws/images/close.png") center center no-repeat ;
  background-size: cover;
  opacity: 0.6;
}
.popup__close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .popup__close {
    width: 90px;
    height: 90px;
  }
}

.lang .popup__header {
  padding-top: 20px;
}
@media (min-width: 996px) {
  .lang .popup__header {
    padding-top: 40px;
  }
}
@media (min-width: 996px) {
  .lang .popup__body {
    min-height: 400px;
  }
}
.lang__nav {
  text-align: center;
}
.lang__nav li {
  padding: 15px;
  border-bottom: #444 5px solid;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.lang__nav li.lang__nav--active, .lang__nav li:hover {
  border-color: #11f9f8;
  color: #11f9f8;
}
@media (min-width: 768px) {
  .lang__nav {
    display: flex;
  }
  .lang__nav li {
    flex: 1;
    margin-right: 10px;
  }
  .lang__nav li:last-child {
    margin-right: 0;
  }
}
.lang__list {
  padding-top: 25px;
}
.lang__list li {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 5px;
}
@media (min-width: 768px) {
  .lang__list li {
    width: calc(25% - 13px);
  }
}
.lang__list a {
  display: block;
  background: #444;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.lang__list a:hover {
  background: #11f9f8;
  color: #000;
}
.lang__list-box {
  display: none;
}
.lang__list-box:first-child {
  display: block;
}

.redeem {
  text-align: center;
}
.redeem__step {
  padding-top: 35px;
  padding-bottom: 25px;
}
.redeem__step:first-child {
  margin-top: 0;
}
.redeem ul {
  padding: 30px;
  font-size: 18px;
  text-align: left;
}
.redeem ul li {
  display: flex;
  font-size: min(max(1.5vw, 17px), 20px);
  margin: 10px 0;
}
.redeem ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("https://storage-asset.msi.com/event/2025/GNP/roadcraft/images/flower_icon.webp") center center no-repeat ;
  background-size: cover;
  flex: 0 0 15px;
  margin-right: 8px;
}
.redeem__btn {
  text-align: center;
  padding: 35px 0;
}
.redeem__note {
  font-size: 18px;
  color: #999;
  line-height: 1.6;
}

.terms {
  font-size: 18px;
  line-height: 1.5;
}
.terms h3 {
  padding-bottom: 25px;
}
.terms ol li {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style: lower-roman;
}
.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms ul ol li {
  list-style: lower-roman;
}
.terms ul li {
  list-style: disc;
  padding: 8px 0;
}
.terms ul li ol li {
  list-style: lower-roman;
}
.terms ul li span {
  color: #11f9f8;
}
.terms p {
  padding-bottom: 20px;
}
.terms a {
  color: #11f9f8;
  border-bottom: #11f9f8 1px solid;
}
.terms a:hover {
  border: none;
}
.terms .pdList {
  margin: 20px 0;
}
.terms .pdList__title {
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background: #263a4a;
}
.terms .pdList__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #3b4852;
}
.terms .pdList__wrapper-item {
  width: 50%;
  padding: 5px 0;
  color: #fff;
  background: #3b4852;
  font-size: 12px;
  text-align: center;
  border: 1px solid #263a4a;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 996px) {
  .terms .pdList__wrapper-item {
    width: 100%;
  }
  .terms .pdList__wrapper-item:nth-child(odd) {
    background: #3b4852;
  }
}

.e-tailer .popup__inner {
  align-items: center;
}
.e-tailer .popup__header {
  padding-top: 20px;
}
.e-tailer__list {
  text-align: center;
}
.e-tailer__list a {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 10px;
  border: #fff 3px solid;
  color: #000;
}
.e-tailer__list a img {
  margin: 0 auto;
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .e-tailer__list a {
    display: inline-block;
    width: calc(50% - 22px);
  }
  .e-tailer__list a:hover {
    border-color: #11f9f8;
  }
}

.keyOut .popup__body {
  flex: 0 0 100%;
  text-align: center;
  font-size: 22px;
  padding-bottom: 60px;
}
.keyOut h2 {
  padding: 25px 0;
}