html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  background: #fff !important;
}

a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 2200px;
  margin: 0 auto;
  width: 90%;
}

.textAlign {
  text-align: center;
}

.align-right {
  text-align: right;
}

.mainTitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.commonTitle {
  color: #e9e2cf;
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'din_pro_bold';
  margin: 1.5% 0;
  display: inline-block;
  border-top: 1px solid #e9e2cf;
  border-bottom: 2px solid #e9e2cf;
  padding: 6px 0;
}

@media (max-width: 960px) {
  .commonTitle {
    color: #e9e2cf;
    font-size: 60px;
  }
}

.commonTitle1 {
  color: #1c1c1c;
  font-size: 2.1vw;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-family: 'din_pro_bold';
  line-height: 36px;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

@media (max-width: 960px) {
  .commonTitle1 {
    color: #1c1c1c;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
  }
}

.commonTitle2 {
  color: #1c1c1c;
  font-size: 50px;
  font-weight: 600;
  padding: 15px 0;
  font-family: 'din_pro_bold';
  text-align: center;
  display: inline-block;
  border-top: 1px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  padding: 6px 0;
  margin: 5% 0;
}

@media (max-width: 960px) {
  .commonTitle2 {
    color: #1c1c1c;
    font-size: 36px;
  }
}

.commonTitle3 {
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 600;
  font-family: 'din_pro_bold';
  text-align: center;
}

@media (max-width: 960px) {
  .commonTitle3 {
    color: #1c1c1c;
    font-size: 24px;
  }
}

.commonText {
  color: #1c1c1c;
  font-size: 1.6vw;
  line-height: 2vw;
  font-family: 'DINPro-Regular';
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  .commonText {
    line-height: 30px;
  }
}

@media (max-width: 960px) {
  .commonText {
    color: #1c1c1c;
    font-size: 24px;
  }
}

.commonText1 {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 3% auto;
}

@media (max-width: 500px) {
  .commonText1 {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 22px;
  }
}

.commonText2 {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .commonText2 {
    text-align: center;
  }
}

.commonText3 {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .commonText3 {
    text-align: center;
  }
}

.commonText4 {
  color: #1c1c1c;
  font-size: 1.1vw;
  line-height: 1.8vw;
  text-align: center;
}

@media (max-width: 1366px) {
  .commonText4 {
    color: #1c1c1c;
    font-size: 1.5vw;
    line-height: 2.2vw;
  }
}

@media (max-width: 960px) {
  .commonText4 {
    color: #1c1c1c;
    font-size: 2vw;
    line-height: 3vw;
  }
}

@media (max-width: 768px) {
  .commonText4 {
    color: #1c1c1c;
    font-size: 2.3vw;
    line-height: 3.3vw;
  }
}

@media (max-width: 500px) {
  .commonText4 {
    color: #1c1c1c;
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

.commonNote {
  color: #1c1c1c;
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin: 0;
  font-weight: bold;
  padding: 2px 0;
}

@media (max-width: 960px) {
  .commonNote {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 22px;
  }
}

.commonNote1 {
  color: #1c1c1c;
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin: 0;
  font-weight: bold;
  padding: 2px 0;
}

@media (max-width: 960px) {
  .commonNote1 {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 22px;
  }
}

.hatch-btn {
  color: #ff0000 !important;
  background: transparent !important;
  font-size: 0.8vw !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none;
}

.cRED {
  color: #ff0000;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #d80000;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: rgba(216, 0, 0, 0.5);
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

.flexP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

/* kv */
.kv {
  position: relative;
}

.kv__wrap img {
  width: 100%;
  display: block;
}

/* intro */
.intro {
  position: relative;
  overflow: hidden;
}

.intro .videoMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .intro .videoMedia {
    height: 100%;
  }
}

.intro .videoMedia video {
  width: 100%;
}

@media (max-width: 960px) {
  .intro .videoMedia video {
    height: 100%;
    width: auto;
  }
}

.intro__wrap {
  margin: 0 auto;
  width: 90%;
}

.intro__itemblock {
  width: 63%;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}

@media (max-width: 960px) {
  .intro__itemblock {
    width: 100%;
    position: inherit;
    -webkit-transform: none;
            transform: none;
    margin: 3% 0;
  }
}

.intro__flexbox {
  position: relative;
  height: 34vw;
}

@media (max-width: 1200px) {
  .intro__flexbox {
    height: 45vw;
  }
}

@media (max-width: 960px) {
  .intro__flexbox {
    height: auto;
    text-align: center;
  }
}

.intro__flexbox figure {
  width: 38%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 960px) {
  .intro__flexbox figure {
    width: 100%;
    position: inherit;
    margin-bottom: -10px;
  }
}

.intro__flexbox figure img {
  display: block;
}

.intro__codebox_text {
  color: #000;
  font-size: 2vw;
  background: #f00;
  padding: 10px 20px;
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
}

@media (max-width: 960px) {
  .intro__codebox_text {
    color: #000;
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .intro__codebox_text {
    color: #000;
    font-size: 22px;
  }
}

.intro__codebox_text .numbox {
  color: #fff;
}

.intro__codebox_text .numbox1 {
  color: #fff;
}

.fixedBg {
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/wtb_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 960px) {
  .fixedBg {
    background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/wtb_bg.jpg") center center;
    background-attachment: fixed;
    background-size: cover;
  }
}

/* model */
.model {
  overflow: hidden;
}

.model__textbox {
  text-align: center;
}

.model__block {
  position: relative;
}

.model__block .videoMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.model__block .videoMedia video {
  width: 125%;
}

@media (min-width: 1358px) {
  .model__block .videoMedia video {
    width: 105%;
  }
}

@media (min-width: 1550px) {
  .model__block .videoMedia video {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .model__block .videoMedia video {
    width: auto;
  }
}

.model__block__bg {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 588px) {
  .model__block__bg {
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.model__block__bg img {
  width: 100%;
}

@media (max-width: 588px) {
  .model__block__bg img {
    height: 100%;
    width: auto;
  }
}

.model__contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0.3)), color-stop(69%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 31%, rgba(255, 255, 255, 0.3) 69%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 1vw;
  position: relative;
  width: 90%;
  padding: 1% 0;
}

@media (max-width: 960px) {
  .model__contentbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
}

.model__contentbox figure {
  text-align: center;
}

.model__contentbox figure img {
  width: 65%;
  margin: auto;
}

.model__contentbox_text {
  width: 70%;
}

@media (max-width: 1366px) {
  .model__contentbox_text {
    width: 85%;
  }
}

@media (max-width: 960px) {
  .model__contentbox_text {
    width: 100%;
  }
}

.model__flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .model__flexblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__flexblock-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5%;
}

@media (max-width: 960px) {
  .model__flexblock-list {
    margin-right: 0;
  }
}

.model__flexblock-list ul .listext {
  width: 100%;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .model__flexblock-list ul .listext {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.model__flexblock-list ul .listext a {
  color: #ffffff;
  font-size: 1.1vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding-right: 5px;
}

@media (max-width: 1366px) {
  .model__flexblock-list ul .listext a {
    color: #ffffff;
    font-size: 1.3vw;
  }
}

@media (max-width: 960px) {
  .model__flexblock-list ul .listext a {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }
}

.model__flexblock-list ul .listext a:hover {
  text-decoration: none;
  color: #1c1c1c;
}

.model__flexblock-list ul .listext .hatchA:hover {
  color: #fff;
}

/* video */
.video {
  max-width: none;
  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;
  margin: 100px 0;
}

.video__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .video__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video__wrap {
  width: 80%;
  max-width: 1440px;
  margin: auto;
}

.video__box {
  position: relative;
  width: 40%;
}

@media (max-width: 960px) {
  .video__box {
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.video__box img:nth-of-type(2) {
  width: 100%;
  border: 2px solid #e9e2cf;
}

.video__box h2 {
  text-align: center;
}

.video__textbox {
  width: 55%;
}

@media (max-width: 960px) {
  .video__textbox {
    width: 90%;
    margin: auto;
  }
}

.video__textbox-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}

.video__textbox-link a {
  color: #1c1c1c;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  margin: 20px;
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
  font-family: 'din_pro_bold';
  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;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-bg.png") top center no-repeat;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 960px) {
  .video__textbox-link a {
    width: 100%;
    margin: 2% auto;
  }
}

.video__textbox-link a:hover {
  color: #1c1c1c;
  font-size: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-hover-bg.png") top center no-repeat;
}

.video .btplay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* redeem */
.redeem {
  padding: 0;
  text-align: center;
  position: relative;
}

.redeem__wrap {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.redeem__stepbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .redeem__stepbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.redeem__stepbox a {
  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: 22%;
}

@media (max-width: 960px) {
  .redeem__stepbox a {
    width: 80%;
    margin: auto;
  }
}

.redeem__stepbox a:hover {
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
  text-decoration: none;
}

.redeem__stepbox .arrow {
  position: relative;
  width: 4%;
  min-height: 204px;
}

@media (max-width: 960px) {
  .redeem__stepbox .arrow {
    margin: auto;
    width: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 5% 0;
    min-height: auto;
  }
}

.redeem__stepbox .arrow i {
  color: #1c1c1c;
  font-size: 30px;
  position: absolute;
  top: 30%;
}

@media (max-width: 960px) {
  .redeem__stepbox .arrow i {
    position: inherit;
  }
}

.redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3% 0;
}

@media (max-width: 768px) {
  .redeem__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.redeem__btn-link {
  color: #1c1c1c;
  font-size: 16px;
  width: calc( 100%/4 - 50px);
  text-transform: uppercase;
  margin: 20px;
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
  font-family: 'din_pro_bold';
  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;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-bg.png") top center no-repeat;
  -webkit-transition: none;
  transition: none;
  background-size: cover;
}

@media (max-width: 960px) {
  .redeem__btn-link {
    width: 100%;
    margin: 2% auto;
  }
}

.redeem__btn-link:hover {
  color: #1c1c1c;
  font-size: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-hover-bg.png") top center no-repeat;
}

/* Extra  Bonus Offer */
.extra {
  text-align: center;
  padding-bottom: 8%;
}

.extra__wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
}

.extra__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .extra__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.extra__flexbox-text {
  width: 45%;
  border-right: 1px solid #6d9c93;
}

@media (max-width: 960px) {
  .extra__flexbox-text {
    width: 90%;
    margin: 3% auto;
    border-right: 0;
  }
}

.extra__flexbox-text:nth-last-of-type(1) {
  border: none;
}

.extra__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: auto;
}

.extra__link a {
  color: #1c1c1c;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  margin: 20px;
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
  font-family: 'din_pro_bold';
  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;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-bg.png") top center no-repeat;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 960px) {
  .extra__link a {
    width: 100%;
    margin: 2% auto;
  }
}

.extra__link a:hover {
  color: #1c1c1c;
  font-size: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/btn-hover-bg.png") top center no-repeat;
}

/* WTB */
.wtb {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5% 0 2% 0;
  background: url("https://storage-asset.msi.com/event/2021/cnd/FarCry6-Game-Bundle/images/fc6-bg2.jpg") top center;
  background-size: cover;
}

.wtb__bg {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1040px) {
  .wtb__bg {
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.wtb__bg img {
  width: 100%;
}

@media (max-width: 1040px) {
  .wtb__bg img {
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.wtb__wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}

/* copyright */
.crbox {
  margin: 5% auto;
  position: relative;
}

.crbox__wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
}

.crbox__flexbox {
  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;
}

.crbox__flexbox figure {
  text-align: center;
}

.crbox__flexbox figure img {
  width: 70%;
  margin: auto;
}

.crbox__flexbox figure:nth-of-type(2) img {
  width: 60%;
}

.crbox__flexbox figure:nth-of-type(3) img {
  width: 48%;
}
/*# sourceMappingURL=main.css.map */