@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes popupIcon {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
}
@keyframes popupIcon {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
}
.littleNightmares {
  overflow-x: hidden;
  background: url(https://storage-asset.msi.com/event/2025/NB/little-nightmares-3-2025/images/bg.jpg) repeat-y;
  background-size: 100%;
}
.littleNightmares .content {
  position: relative;
}
.littleNightmares .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 5%;
}
.littleNightmares .commonTitleBox h2 {
  background: linear-gradient(45deg, #ff8800, #ffc793, #ff864f);
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 30px;
  display: inline-block;
  font-weight: 400;
}
.littleNightmares .commonTitleBox p {
  color: #d6d6d6;
  font-size: 20px;
  color: #d6d6d6;
  font-size: 20px;
  margin: 3% auto;
}
@media (min-width: 499px) {
  .littleNightmares .commonTitleBox h2 {
    font-size: 36px;
  }
  .littleNightmares .commonTitleBox p {
    color: #d6d6d6;
    font-size: 17px;
    color: #d6d6d6;
    font-size: 17px;
  }
}
@media (min-width: 996px) {
  .littleNightmares .commonTitleBox {
    width: 70%;
  }
  .littleNightmares .commonTitleBox h2 {
    font-size: 55px;
  }
  .littleNightmares .commonTitleBox p {
    color: #d6d6d6;
    font-size: 20px;
    color: #d6d6d6;
    font-size: 20px;
  }
}
.littleNightmares img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.littleNightmares a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.littleNightmares .text-note {
  color: #c4c4c4;
  font-size: 15px;
  margin-top: 1.5%;
  display: block;
}
.littleNightmares .kv {
  position: relative;
  overflow: hidden;
}
.littleNightmares .kv__mainBox {
  position: absolute;
  left: 50%;
  top: 1%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.littleNightmares .kv__textBox h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.littleNightmares .kv__textBox-date {
  color: #ffffff;
  font-size: 4.5vw;
}
.littleNightmares .kv__logoBox {
  width: 75vw;
}
.littleNightmares .kv__imgBox {
  position: absolute;
}
.littleNightmares .kv__imgBox-1 {
  top: 40%;
  right: 14%;
  width: 38vw;
}
.littleNightmares .kv__imgBox-2 {
  top: 53%;
  right: 0;
  width: 45vw;
}
.littleNightmares .kv__imgBox-3 {
  top: 72%;
  right: 0;
  width: 70vw;
}
@media (min-width: 996px) {
  .littleNightmares .kv__mainBox {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
  .littleNightmares .kv__logoBox {
    width: 30vw;
  }
  .littleNightmares .kv__imgBox {
    position: absolute;
  }
  .littleNightmares .kv__imgBox-1 {
    top: 10%;
    right: 17%;
    width: 22vw;
  }
  .littleNightmares .kv__imgBox-2 {
    top: 27%;
    right: 2%;
    width: 27vw;
  }
  .littleNightmares .kv__imgBox-3 {
    top: 58%;
    right: 5%;
    width: 40vw;
  }
}
.littleNightmares .intro__titleBox {
  text-align: center;
  margin-bottom: 4%;
}
.littleNightmares .intro__titleBox-badge {
  max-width: 250px;
  margin: 5% auto 2%;
}
.littleNightmares .intro__titleBox-text h2 {
  color: #ee9b33;
  font-size: 22px;
  font-weight: 600;
}
.littleNightmares .intro__titleBox-txt {
  color: #ffffff;
  font-size: 28px;
}
.littleNightmares .intro__period {
  position: relative;
}
.littleNightmares .intro__period-bg {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
}
.littleNightmares .intro__period .msi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #161c1f;
}
.littleNightmares .intro__period-textBox {
  padding: 5% 0;
}
.littleNightmares .intro__period-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.littleNightmares .intro__period-title p {
  color: #222423;
  font-size: 18px;
  background: #87ad40;
  min-height: 40px;
  font-weight: bold;
  line-height: 40px;
}
.littleNightmares .intro__period-title img {
  height: 40px;
  width: auto;
}
.littleNightmares .intro__period-date {
  color: #ffffff;
  font-size: 20px;
  margin-top: 3%;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 499px) {
  .littleNightmares .intro__titleBox-text h2 {
    color: #ee9b33;
    font-size: 28px;
  }
  .littleNightmares .intro__titleBox-text-txt {
    color: #ffffff;
    font-size: 34px;
  }
  .littleNightmares .intro__period-title p {
    color: #222423;
    font-size: 20px;
  }
  .littleNightmares .intro__period-date {
    color: #ffffff;
    font-size: 26px;
  }
}
@media (min-width: 996px) {
  .littleNightmares .intro__titleBox-text h2 {
    color: #ee9b33;
    font-size: 36px;
  }
  .littleNightmares .intro__titleBox-txt {
    color: #ffffff;
    font-size: 45px;
  }
  .littleNightmares .intro__period .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: none;
  }
  .littleNightmares .intro__period-textBoxWrap {
    width: 50%;
  }
  .littleNightmares .intro__period-textBox {
    margin: 8% 0;
    padding: 0;
  }
  .littleNightmares .intro__period-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .littleNightmares .intro__period-title p {
    color: #222423;
    font-size: 22px;
  }
  .littleNightmares .intro__period-date {
    color: #ffffff;
    font-size: 28px;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .littleNightmares .intro__period-textBoxWrap {
    width: 40%;
  }
  .littleNightmares .intro__period-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .littleNightmares .intro__period-title p {
    color: #222423;
    font-size: 24px;
  }
  .littleNightmares .intro__period-date {
    color: #ffffff;
    font-size: 30px;
  }
}
.littleNightmares .pd img {
  display: block;
}
.littleNightmares .pd__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 5% auto;
}
.littleNightmares .pd__navBox-item {
  position: relative;
  margin: 0 2%;
  min-height: 55px;
}
.littleNightmares .pd__navBox-item--active {
  position: absolute;
  display: none;
}
.littleNightmares .pd__navBox .slick-prev:before {
  content: "";
}
.littleNightmares .pd__navBox .slick-next:before {
  content: "";
}
.littleNightmares .pd__navBox .slick-prev {
  left: 0;
}
.littleNightmares .pd__navBox .slick-next {
  right: 0;
}
.littleNightmares .pd__navBox .slick-list {
  width: 100%;
}
.littleNightmares .pd__navBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.littleNightmares .pd__navBox .slick-current {
  position: relative;
}
.littleNightmares .pd__navBox .slick-current > div {
  min-height: 55px;
}
.littleNightmares .pd__navBox .slick-current .pd__navBox-item--none {
  display: none;
}
.littleNightmares .pd__navBox .slick-current .pd__navBox-item--active {
  display: block !important;
}
.littleNightmares .pd__navBox .slick-current::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #ee9b33;
  width: 100%;
  height: 5px;
}
.littleNightmares .pd__navBox .slick-slide {
  max-width: 120px;
  cursor: pointer;
  margin: auto;
}
.littleNightmares .pd__navBox .slick-slide .pd__navBox-item--none {
  display: block;
}
.littleNightmares .pd__navBox .slick-slide .pd__navBox-item--active {
  display: none;
}
.littleNightmares .pd__contBox-wrapBox {
  position: relative;
}
.littleNightmares .pd__contBox-bgWrap {
  background: url(https://storage-asset.msi.com/event/2025/NB/little-nightmares-3-2025/images/pd-bg.jpg) no-repeat;
  background-size: cover;
  padding: 12% 0;
  position: relative;
}
.littleNightmares .pd__contBox .msi__container {
  position: relative;
}
.littleNightmares .pd__contBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.littleNightmares .pd__contBox-imgWrap {
  position: relative;
  width: 65%;
  margin: auto;
  z-index: 5;
}
.littleNightmares .pd__contBox-imgWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  display: block;
}
.littleNightmares .pd__contBox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  margin: 10% auto 0;
  -webkit-animation: popupIcon 2s ease infinite;
          animation: popupIcon 2s ease infinite;
  height: 50px;
  text-align: center;
}
.littleNightmares .pd__contBox-icon img {
  max-width: 35px;
  margin-right: 6%;
}
.littleNightmares .pd__contBox-icon span {
  color: #ffffff;
  font-size: 15px;
}
.littleNightmares .pd__contBox-imgBg {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.littleNightmares .pd__contBox-img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.littleNightmares .pd__contBox-text {
  width: 80%;
  margin: 8% auto 0;
  text-align: center;
}
.littleNightmares .pd__contBox-name {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5%;
}
.littleNightmares .pd__contBox-name span {
  color: #ffffff;
  font-size: 30px;
}
.littleNightmares .pd__contBox-list li {
  color: #ffffff;
  font-size: 17px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.littleNightmares .pd__contBox-link a {
  color: #ffffff;
  font-size: 32px;
  border-radius: 10px;
  background: #b9632d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}
.littleNightmares .pd__contBox-link a:hover {
  -webkit-box-shadow: 0 0 10px #b9632d;
          box-shadow: 0 0 10px #b9632d;
}
.littleNightmares .pd__contBox-priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 0;
}
.littleNightmares .pd__contBox-prize--new {
  color: #ee9b33;
  font-size: 30px;
  margin-right: 3%;
}
.littleNightmares .pd__contBox-prize--new span {
  color: #ee9b33;
  font-size: 60px;
  font-weight: bold;
}
.littleNightmares .pd__contBox-prize--old {
  color: #ffffff;
  font-size: 18px;
  margin-top: 4%;
  text-decoration: line-through;
}
.littleNightmares .pd__photoBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .littleNightmares .pd__navBox .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
  }
}
@media (min-width: 996px) {
  .littleNightmares .pd__navBox {
    width: 70%;
  }
  .littleNightmares .pd__navBox .slick-current::after {
    content: "";
    position: absolute;
    bottom: -8%;
    height: 10px;
  }
  .littleNightmares .pd__navBox .slick-slide {
    max-width: 177px;
  }
  .littleNightmares .pd__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .littleNightmares .pd__contBox-imgWrap {
    width: 35%;
    margin: 6% 0 0 11%;
  }
  .littleNightmares .pd__contBox-imgBg {
    position: absolute;
    top: -92%;
    left: -17%;
    width: 80%;
    -webkit-transform: none;
            transform: none;
  }
  .littleNightmares .pd__contBox-name {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .littleNightmares .pd__contBox-icon {
    margin: 5% auto 0;
    height: auto;
  }
  .littleNightmares .pd__contBox-icon img {
    max-width: 25px;
    margin-right: 2%;
  }
  .littleNightmares .pd__contBox-text {
    width: 45%;
    margin: 0;
    text-align: left;
  }
  .littleNightmares .pd__contBox-list {
    padding-left: 30px;
  }
  .littleNightmares .pd__contBox-list li {
    color: #ffffff;
    font-size: 17px;
    list-style-type: disc;
    border-bottom: none;
  }
  .littleNightmares .pd__contBox-priceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .littleNightmares .pd__contBox-prize--new {
    color: #ee9b33;
    font-size: 40px;
  }
  .littleNightmares .pd__contBox-prize--new span {
    color: #ee9b33;
    font-size: 80px;
  }
  .littleNightmares .pd__contBox-prize--old {
    color: #ffffff;
    font-size: 26px;
  }
}
.littleNightmares .redeem {
  position: relative;
  margin-top: 5%;
}
.littleNightmares .redeem__bgItem {
  position: absolute;
  right: 5%;
  top: 11%;
  width: 53vw;
}
.littleNightmares .redeem__mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background: #302a25;
}
.littleNightmares .redeem__textBox {
  width: 90%;
  margin: 5% auto 10%;
  text-align: center;
}
.littleNightmares .redeem__howLink a {
  color: #ffffff;
  font-size: 18px;
  background: #1d3c34;
  border: 3px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.littleNightmares .redeem__howLink a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
.littleNightmares .redeem__link {
  margin: 5% 0;
}
.littleNightmares .redeem__link a {
  color: #ffffff;
  font-size: 23px;
  background: #01594d;
  border: 3px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.littleNightmares .redeem__link a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
.littleNightmares .redeem__tc a {
  color: #d9e1e3;
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9e1e3;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.littleNightmares .redeem__tc a:hover {
  color: #ED9B33;
  border-bottom: 2px solid #ED9B33;
}
@media (min-width: 768px) {
  .littleNightmares .redeem__bgItem {
    width: 35vw;
  }
  .littleNightmares .redeem__mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    background: none;
  }
  .littleNightmares .redeem__textBox {
    width: 55%;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 996px) {
  .littleNightmares .redeem__textBox {
    width: 60%;
  }
  .littleNightmares .redeem__howLink a {
    color: #ffffff;
    font-size: 28px;
  }
  .littleNightmares .redeem__link a {
    color: #ffffff;
    font-size: 42px;
  }
  .littleNightmares .redeem__tc a {
    color: #d9e1e3;
    font-size: 20px;
  }
}
.littleNightmares .bundleCopyRight {
  padding: 5% 0;
}
.littleNightmares .bundleCopyRight__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.littleNightmares .bundleCopyRight__itemBox {
  margin: 0 3%;
}
.littleNightmares .bundleCopyRight__itemBox img {
  max-width: 120px;
  max-height: 50px;
}
.littleNightmares .bundleCopyRight-txt {
  margin-top: 3%;
}
.littleNightmares .bundleCopyRight-txt p {
  color: #d9e1e3;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 996px) {
  .littleNightmares .bundleCopyRight__itemBox {
    margin: 0 1%;
  }
  .littleNightmares .bundleCopyRight__itemBox img {
    max-width: 180px;
    max-height: 80px;
  }
  .littleNightmares .bundleCopyRight-txt p {
    color: #d9e1e3;
    font-size: 17px;
  }
}/*# sourceMappingURL=main.css.map */