html {
  scroll-behavior: smooth;
}

.bodyLocking {
  position: fixed;
  width: 100%;
}

.bg_gray_dark {
  background-color: #000;
}

.reward-christmas {
  background: url(https://storage-asset.msi.com/event/2020/cnd/reward-christmas/images/bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 1em;
  color: #fff;
  /* Modal Content */
  /* Add Animation */
  /* popup */
  /* Terms and Conditions */
}

@media (max-width: 960px) {
  .reward-christmas {
    font-size: 0.9em;
  }
}

@media (max-width: 500px) {
  .reward-christmas {
    font-size: 0.8em;
  }
}

@-webkit-keyframes textFlashing {
  0% {
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffffd3);
            filter: drop-shadow(0 0 5px #ffffffd3);
  }
  100% {
  }
}

@keyframes textFlashing {
  0% {
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffffd3);
            filter: drop-shadow(0 0 5px #ffffffd3);
  }
  100% {
  }
}

@-webkit-keyframes textSize2 {
  0% {
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffffd3);
            filter: drop-shadow(0 0 5px #ffffffd3);
  }
  100% {
  }
}

@keyframes textSize2 {
  0% {
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffffd3);
            filter: drop-shadow(0 0 5px #ffffffd3);
  }
  100% {
  }
}

@-webkit-keyframes ballActive {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes ballActive {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  90% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.reward-christmas .kv {
  width: 100%;
}

.reward-christmas .kv__figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.reward-christmas .kv__figure-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .kv__figure-ball {
  width: 12%;
  -webkit-animation: ballActive 8s infinite;
          animation: ballActive 8s infinite;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 10;
}

.reward-christmas .kv__figure-amdLogo {
  width: 8%;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 5;
}

.reward-christmas .kv .show-on-mobile {
  display: none;
}

.reward-christmas .kv__btn {
  width: 100%;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
  background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
  font-weight: 900;
  font-size: 1.5em;
  cursor: pointer;
  width: 300px;
  color: #ffffff;
  margin: 50px auto 0;
  padding: 0.5% 0;
  border-radius: 10px;
}

.reward-christmas .kv__btn:hover {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
  -webkit-box-shadow: 0 0 5px #ffff;
          box-shadow: 0 0 5px #ffff;
}

.reward-christmas .kv__link {
  position: absolute;
  left: 50%;
  bottom: 13%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  color: #ffe96e;
  text-decoration: none;
  font-size: 1.5em;
  -webkit-animation: textFlashing 1s infinite;
          animation: textFlashing 1s infinite;
}

@media (max-width: 1200px) {
  .reward-christmas .kv__link {
    bottom: 14%;
    font-size: 1.2em;
  }
}

@media (max-width: 960px) {
  .reward-christmas .kv .show-on-desktop {
    display: none;
  }
  .reward-christmas .kv .show-on-mobile {
    display: block;
  }
  .reward-christmas .kv__figure-amdLogo {
    width: 20%;
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 5;
  }
  .reward-christmas .kv__btn {
    width: 100%;
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
    background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
    font-weight: 900;
    font-size: 1.5em;
    cursor: pointer;
    width: 300px;
    color: #ffffff;
    margin: 50px auto 0;
    padding: 1.5% 0;
    border-radius: 10px;
  }
  .reward-christmas .kv__btn:hover {
    color: #fff;
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
    -webkit-box-shadow: 0 0 5px #ffff;
            box-shadow: 0 0 5px #ffff;
  }
  .reward-christmas .kv__link {
    bottom: 15%;
    font-size: 1.5em;
  }
}

.reward-christmas .wish {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5% 0;
}

.reward-christmas .wish__h1 {
  font-size: 4em;
  color: #f5c46d;
  padding-bottom: 30px;
}

.reward-christmas .wish__h2 {
  font-size: 1.8em;
  color: #f5c46d;
  padding-bottom: 30px;
}

.reward-christmas .wish__p {
  font-size: 1.3em;
  width: 90%;
  margin: 0 auto;
  color: #f5c46d;
}

.reward-christmas .wish__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
  background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
  font-weight: 900;
  font-size: 1.5em;
  cursor: pointer;
  width: 300px;
  color: #ffffff;
  margin: 50px auto 0;
  padding: 15px 0;
  border-radius: 10px;
}

.reward-christmas .wish__btn:hover {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
  -webkit-box-shadow: 0 0 5px #ffff;
          box-shadow: 0 0 5px #ffff;
}

.reward-christmas .wish__h3 {
  color: #f5c46d;
}

.reward-christmas .anchorPoint {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #f5c46d;
  font-size: 2em;
  padding: 5% 0;
  text-transform: uppercase;
}

.reward-christmas .anchorPoint_btn {
  display: block;
  text-decoration: none;
  color: #f5c46d;
  cursor: pointer;
  width: 250px;
  margin: 2% 5%;
  padding: 10px 0;
  border-top: 1px solid #f5c46d;
  border-bottom: 1px solid #f5c46d;
}

.reward-christmas .anchorPoint_btn:hover {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

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

.reward-christmas .works {
  width: 100%;
}

.reward-christmas .works__h1 {
  text-transform: uppercase;
  font-size: 4em;
  color: #f5c46d;
  padding-bottom: 0;
}

.reward-christmas .works__step {
  cursor: pointer;
  color: #f5c46d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reward-christmas .works__step .step {
  margin: 2% 5%;
  width: 250px;
}

.reward-christmas .works__step .step__a {
  text-decoration: none;
}

.reward-christmas .works__step .step__a-num {
  color: #f5c46d;
  font-size: 5em;
}

.reward-christmas .works__step .step__a-figure {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.reward-christmas .works__step .step__a-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .works__step .step__a-text {
  color: #f5c46d;
  font-size: 2em;
  margin: 10px 0;
}

.reward-christmas .works__step .step__a-text .googleFontCtrl {
  font-family: 'Castoro', serif;
}

.reward-christmas .works__step .step__a-text .textSmall {
  font-size: 0.7em;
}

.reward-christmas .works__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
  background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
  border-radius: 10px;
  text-decoration: none;
  display: block;
  font-weight: 900;
  font-size: 1.5em;
  cursor: pointer;
  width: 300px;
  color: #ffffff;
  margin: 50px auto 0;
  padding: 15px;
}

.reward-christmas .works__btn:hover {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
  -webkit-box-shadow: 0 0 5px #ffff;
          box-shadow: 0 0 5px #ffff;
}

.reward-christmas .point {
  padding: 5% 0;
  width: 100%;
  background: rgba(148, 12, 12, 0.548);
  margin: 5% auto;
  padding: 5%;
}

.reward-christmas .point__h1 {
  text-transform: uppercase;
  font-size: 4em;
  color: #f5c46d;
  padding-bottom: 10px;
}

.reward-christmas .point__smallText {
  font-size: 1.5em;
  color: #ffffff;
  padding-bottom: 20px;
}

.reward-christmas .point__subStandard {
  font-size: 3.5em;
  color: #f5c46d;
  padding-bottom: 30px;
  padding-top: 50px;
  -webkit-animation: textSize2 1.5s infinite;
          animation: textSize2 1.5s infinite;
  padding-bottom: 0;
}

.reward-christmas .point__subStandard2 {
  font-size: 3.5em;
  color: #f5c46d;
  padding-bottom: 30px;
  padding-top: 100px;
  padding-bottom: 0;
  -webkit-animation: textSize2 1.5s infinite;
          animation: textSize2 1.5s infinite;
}

.reward-christmas .point .title {
  padding-top: 100px;
}

.reward-christmas .point__text {
  text-align: left;
  margin: 0 auto;
  max-width: 1440px;
  margin-top: 50px;
  color: #f5c46d;
  font-size: 1.3em;
}

.reward-christmas .point__productBlock {
  padding: 50px;
  border: 1px solid #f5c46d;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.712);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.712);
  max-width: 1440px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  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;
}

.reward-christmas .point__productBlock-two {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.712);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.712);
  padding: 50px;
  border: 1px solid #f5c46d;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.reward-christmas .point__productBlock-two .productTwo {
  margin: 100px 0;
}

.reward-christmas .point .productFifty {
  width: calc(80%/3);
  max-width: 400px;
  margin: 20px;
}

.reward-christmas .point .productFifty__figure {
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
}

.reward-christmas .point .productFifty__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .point .productFifty__P {
  text-decoration: none;
  display: block;
  color: #f5c46d;
  font-size: 1.3em;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.reward-christmas .point .productFifty__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
  background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
  border-radius: 10px;
  font-size: 1.3em;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #ffffff;
  padding: 2% 10%;
}

.reward-christmas .point .productFifty__btn:focus {
  outline: none;
}

.reward-christmas .point .productFifty__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}

.reward-christmas .point .HundredTitle {
  display: block;
  margin-bottom: 50px;
  color: #f5c46d;
  font-size: 3em;
  text-decoration: none;
}

.reward-christmas .point .HundredTitle:hover {
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}

.reward-christmas .point .productHundred {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  width: 100%;
}

.reward-christmas .point .productHundred__figure {
  cursor: pointer;
  display: block;
  margin-right: 5%;
  width: 45%;
  overflow: hidden;
}

.reward-christmas .point .productHundred__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .point .productHundred__content {
  color: #fff;
  width: 50%;
}

.reward-christmas .point .productHundred__content-note {
  color: #f5c46d;
  font-size: 2em;
  text-align: left;
}

.reward-christmas .point .productHundred__content-text {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.3em;
  text-align: left;
}

.reward-christmas .point .productHundred__content-text:hover {
  color: #fbff00;
}

.reward-christmas .point .productHundred__content-text2 {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1.3em;
  text-align: left;
}

.reward-christmas .point .productHundred__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reward-christmas .point .productHundred__flex-btn {
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #0e8687), color-stop(51%, #0d8e93), to(#50b7b7));
  background: linear-gradient(#ffffff 0%, #0e8687 50%, #0d8e93 51%, #50b7b7 100%);
  border-radius: 10px;
  font-size: 1.3em;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #ffffff;
  padding: 2% 10%;
}

.reward-christmas .point .productHundred__flex-btn:focus {
  outline: none;
}

.reward-christmas .point .productHundred__flex-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}

@media (max-width: 1200px) {
  .reward-christmas .point .productFifty__P {
    font-size: 1.3em;
    height: 70px;
  }
}

@media (max-width: 1050px) {
  .reward-christmas .point__productBlock {
    padding: 10px;
    border: 1px solid #f5c46d;
    max-width: 1440px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    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;
  }
  .reward-christmas .point__productBlock-two {
    padding: 10px 20px;
    border: 1px solid #f5c46d;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
  .reward-christmas .point .productFifty {
    padding: 0 5%;
    width: 300px;
    max-width: 400px;
    margin: 20px;
  }
  .reward-christmas .point .productFifty__figure {
    width: 100%;
    overflow: hidden;
  }
  .reward-christmas .point .productFifty__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reward-christmas .point .productFifty__P {
    display: block;
    height: 40px;
    margin-bottom: 50px;
  }
  .reward-christmas .point .productFifty__btn {
    font-size: 1.3em;
    cursor: pointer;
    text-decoration: none;
    padding: 2% 10%;
  }
  .reward-christmas .point .productFifty__btn:focus {
    outline: none;
  }
  .reward-christmas .point .productFifty__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
  }
  .reward-christmas .point .productHundred {
    padding: 0 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    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;
    width: 100%;
  }
  .reward-christmas .point .productHundred__figure {
    margin-right: 5%;
    width: 500px;
    overflow: hidden;
  }
  .reward-christmas .point .productHundred__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reward-christmas .point .productHundred__content {
    width: 100%;
  }
  .reward-christmas .point .productHundred__content-title {
    text-align: left;
  }
  .reward-christmas .point .productHundred__content-note {
    text-align: left;
    font-size: 2em;
  }
  .reward-christmas .point .productHundred__content-text {
    text-align: left;
    font-size: 1.3em;
  }
  .reward-christmas .point .productHundred__flex-btn {
    font-size: 1.3em;
    cursor: pointer;
    text-decoration: none;
    padding: 2% 10%;
    text-align: center;
    margin: 30px auto 0;
  }
  .reward-christmas .point .productHundred__flex-btn:focus {
    outline: none;
  }
  .reward-christmas .point .productHundred__flex-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
  }
}

@media (max-width: 960px) {
  .reward-christmas .point .productFifty {
    padding: 0 5%;
    width: 300px;
    max-width: 400px;
    margin: 20px;
  }
  .reward-christmas .point .productFifty__figure {
    width: 100%;
    overflow: hidden;
  }
  .reward-christmas .point .productFifty__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reward-christmas .point .productFifty__P {
    display: block;
    height: 40px;
    margin-bottom: 10px;
  }
  .reward-christmas .point .productFifty__btn {
    font-size: 1.3em;
    cursor: pointer;
    text-decoration: none;
    padding: 2% 10%;
  }
  .reward-christmas .point .productFifty__btn:focus {
    outline: none;
  }
  .reward-christmas .point .productFifty__btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
  }
}

.reward-christmas .santa {
  width: 100%;
  padding: 2% 0 5%;
  max-width: 1440px;
  margin: 0 auto;
}

.reward-christmas .santa__h1 {
  text-transform: uppercase;
  font-size: 4em;
  color: #f5c46d;
  padding-bottom: 50px;
}

.reward-christmas .santa .box {
  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;
}

.reward-christmas .santa .box__figure {
  width: 50%;
  overflow: hidden;
  max-width: 800px;
}

.reward-christmas .santa .box__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .santa .box__text {
  width: 50%;
  padding: 0 2%;
  font-size: 1.5em;
}

.reward-christmas .santa .box__text-three {
  padding-bottom: 30px;
}

.reward-christmas .santa .box__text-three .text-color {
  color: #f5c46d;
}

.reward-christmas .santa .box__text-btn {
  display: block;
  width: 250px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #f5c46d;
  color: #f5c46d;
  background: transparent;
  padding: 2% 0;
  margin: 0 auto 30px;
}

.reward-christmas .santa .box__text-btn:focus {
  outline: none;
}

.reward-christmas .santa .box__text-btn:hover {
  background: #972121;
}

.reward-christmas .santa .box__text-four .text-color2 {
  color: #f5c46d;
  font-weight: 800;
}

.reward-christmas .santa__join {
  font-size: 1.5em;
  margin: 50px auto;
  width: 100%;
  padding: 2%;
  background: #f5c36db2;
}

.reward-christmas .santa__join .contentFlex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reward-christmas .santa__join .contentFlex__content {
  text-align: left;
}

.reward-christmas .santa__join .contentFlex__link {
  display: block;
  width: 250px;
  cursor: pointer;
  text-decoration: none;
  color: #f5c46d;
  background: #222222;
  padding: 10px 0;
}

.reward-christmas .santa__join .contentFlex__link:focus {
  outline: none;
}

@media (max-width: 960px) {
  .reward-christmas .santa .box {
    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;
  }
  .reward-christmas .santa .box__figure {
    width: 100%;
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 5%;
  }
  .reward-christmas .santa .box__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reward-christmas .santa .box__text {
    width: 100%;
    font-size: 1.5em;
  }
  .reward-christmas .santa__join {
    font-size: 1.5em;
    margin: 50px auto;
    width: 100%;
    padding: 2%;
    background: #f5c36db2;
  }
  .reward-christmas .santa__join .contentFlex {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reward-christmas .santa__join .contentFlex__content {
    text-align: center;
    margin: 0 auto;
  }
  .reward-christmas .santa__join .contentFlex__link {
    display: block;
    width: 250px;
    cursor: pointer;
    text-decoration: none;
    color: #f5c46d;
    background: #222222;
    padding: 10px 0;
    margin: 0 auto 20px;
  }
  .reward-christmas .santa__join .contentFlex__link:hover {
    color: #ffffff;
    background: #972121;
  }
  .reward-christmas .santa__join .contentFlex__link:focus {
    outline: none;
  }
}

.reward-christmas .logoDisplay {
  padding: 0 5% 5%;
}

.reward-christmas .logoDisplay__figure {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.reward-christmas .logoDisplay__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .logoDisplay__flex {
  width: 100%;
  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;
  margin: 2%;
}

.reward-christmas .logoDisplay__flex-figure {
  display: block;
  width: 300px;
  overflow: hidden;
}

.reward-christmas .logoDisplay__flex-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .pointBox {
  display: none;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
  z-index: 200;
  width: 150px;
  padding: 10px 10px;
  position: fixed;
  right: 0;
  top: 80%;
  background: #972121;
  font-size: 1em;
  color: #f5c46d;
  border-radius: 30px;
}

.reward-christmas .pointBox__title {
  padding: 10px;
  font-weight: 900;
}

.reward-christmas .pointBox__points {
  font-size: 1.6em;
  border-radius: 30px;
  color: black;
  padding: 10px;
  background: white;
  min-height: 30px;
  line-height: 30px;
}

@media (max-width: 600px) {
  .reward-christmas .pointBox {
    width: 100px;
    right: 0;
    top: 60%;
  }
  .reward-christmas .pointBox__title {
    padding: 0 10px 10px;
    font-weight: 900;
  }
  .reward-christmas .pointBox__points {
    font-size: 1.3em;
    border-radius: 30px;
    color: black;
    padding: 10px;
    background: white;
    min-height: 30px;
    line-height: 30px;
  }
}

.reward-christmas .modalCtrl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(17, 17, 17, 0.767);
}

.reward-christmas .modalCtrl::-webkit-scrollbar {
  width: 0 !important;
}

.reward-christmas .modalCtrl__content {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
  max-width: 1000px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.reward-christmas .modalCtrl__content-header {
  color: white;
}

.reward-christmas .modalCtrl__content-header .close {
  color: #7c7c7c;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.reward-christmas .modalCtrl__content-header .close:hover, .reward-christmas .modalCtrl__content-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.reward-christmas .modalCtrl__content-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #b42d2d;
  font-size: 1.3em;
  color: white;
  height: 100%;
  padding: 30px 3% 2px;
  min-width: 500px;
  width: 850px;
  margin: 0 auto;
}

.reward-christmas .modalCtrl__content-body figure {
  margin: 0 auto 20px;
  width: 200px;
  overflow: hidden;
}

.reward-christmas .modalCtrl__content-body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .modalCtrl__content-body .tBtnFlex {
  margin: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.reward-christmas .modalCtrl__content-body .tBtnFlex .yBtn {
  font-size: 1.3em;
  padding: 10px 20px;
  background: #f5c46d;
  border-radius: 10px;
  cursor: pointer;
}

.reward-christmas .modalCtrl__content-body .tBtnFlex .nBtn {
  font-size: 1.3em;
  padding: 10px 20px;
  background: #000000;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.reward-christmas .modalCtrl__content-body .bodyTitle {
  padding-top: 20px;
  font-size: 1.3em;
}

.reward-christmas .modalCtrl__content-body .bodyTitleLogoin {
  padding-top: 20px;
  font-size: 2em;
  color: #f5c46d;
  text-transform: uppercase;
}

.reward-christmas .modalCtrl__content-body .nBtnbodyTitleLogoin {
  text-decoration: none;
  display: block;
  width: 100px;
  margin: 20px auto 20px;
  font-size: 1.3em;
  padding: 10px 20px;
  background: #f5c46d;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.reward-christmas .modalCtrl__content-body .bodyTitleNopoints {
  padding-top: 20px;
  font-size: 2em;
  color: #f5c46d;
}

.reward-christmas .modalCtrl__content-body .bodyTitleNopoints .aLinkStyle {
  text-decoration: none;
  color: #852828;
}

.reward-christmas .modalCtrl__content-body .errormessage {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  font-size: 1.2em;
  color: #f5c46d;
}

.reward-christmas .modalCtrl__content-body .errormessage .aLinkStyle {
  text-decoration: none;
  color: #ffffff !important;
}

@media (max-width: 800px) {
  .reward-christmas .modalCtrl__content-body .bodyTitleNopoints {
    padding-top: 20px;
    font-size: 1.3em;
    color: #f5c46d;
  }
}

.reward-christmas .modalCtrl__content-body .inputCtrl {
  padding: 2px 5px;
}

.reward-christmas .modalCtrl__content-body .bodtBtn {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  background: #f5c46d;
  padding: 2px 72px;
  text-align: center;
  margin: 30px auto 0;
}

.reward-christmas .modalCtrl__content-body .bodtBtn:focus {
  outline: none;
}

.reward-christmas .modalCtrl__content-body .hColor {
  color: #f5c46d;
  -webkit-animation: textFlashing 1s infinite;
          animation: textFlashing 1s infinite;
}

.reward-christmas .modalCtrl__content-body .wtb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
  min-width: 500px;
  max-width: 1440px;
  margin: 0 auto 20px;
  font-weight: 900;
}

.reward-christmas .modalCtrl__content-body .wtb__box {
  margin: 0 auto;
  width: 100%;
}

.reward-christmas .modalCtrl__content-body .wtb__box a {
  display: block;
  width: 100%;
}

.reward-christmas .modalCtrl__content-body .wtb__box a img {
  width: 100%;
}

.reward-christmas .modalCtrl__content-body .wtb__box figure {
  width: 100%;
  overflow: hidden;
}

.reward-christmas .modalCtrl__content-body .wtb__box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-christmas .modalCtrl__content-body .wtb__box-title {
  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;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.reward-christmas .modalCtrl__content-body .wtb__box-title li {
  list-style: none;
  text-align: left;
  color: #f5c46d;
}

.reward-christmas .modalCtrl__content-body .wtb__box-title li:nth-child(1) {
  width: 40%;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-title li:nth-child(2) {
  width: 30%;
  margin: 10px;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-title li:nth-child(3) {
  width: 30%;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-content {
  font-weight: 900;
  color: #f5c46d;
  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;
  margin: 20px 0;
}

.reward-christmas .modalCtrl__content-body .wtb__box-content li {
  list-style: none;
  text-align: left;
  color: #ffffff;
}

.reward-christmas .modalCtrl__content-body .wtb__box-content li:nth-child(1) {
  width: 40%;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-content li:nth-child(2) {
  width: 30%;
  margin: 10px;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-content li:nth-child(3) {
  width: 30%;
  min-width: 200px;
}

.reward-christmas .modalCtrl__content-body .wtb__box-yellowStyle li {
  list-style: none;
  text-align: left;
  color: #ddcf93;
}

@media (max-width: 1200px) {
  .reward-christmas .modalCtrl__content-body .wtb {
    font-size: 0.8em;
  }
}

.reward-christmas .modalCtrl__content-body .closeBox {
  cursor: pointer;
  margin: 0 auto 20px;
  width: 100px;
  border-radius: 10px;
  padding: 5px;
  background: #f5c46d;
}

@media (max-width: 960px) {
  .reward-christmas .modalCtrl__content {
    position: relative;
    margin: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 300px;
    max-width: 1000px;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .reward-christmas .modalCtrl__content {
    font-size: 1.1em;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: scroll;
  }
}

.reward-christmas #noLogoinMessage {
  display: block;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.reward-christmas .popup-inner a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.reward-christmas .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(27, 27, 27, 0.603) !important;
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.reward-christmas .popup::-webkit-scrollbar {
  width: 0 !important;
}

.reward-christmas .popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.reward-christmas .popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: #852828;
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #fff;
  border: 3px solid #f5c46d;
  font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  .reward-christmas .popup-inner {
    padding: 40px 20px;
  }
}

.reward-christmas .popup-inner h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.reward-christmas .popup-inner p {
  font-size: 24px;
  font-weight: 400;
}

.reward-christmas .popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
}

.reward-christmas .popup-close:after,
.reward-christmas .popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reward-christmas .popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.reward-christmas .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.reward-christmas .popup-close:hover:after,
.reward-christmas .popup-close:hover:before {
  background: #fff;
}

@media (max-width: 950px) {
  .reward-christmas .popup-inner {
    max-width: 900px;
    width: 90%;
  }
}

.reward-christmas .redeem-modal > h5 {
  font-size: 1.5em !important;
  text-align: center;
  font-weight: 900;
  color: #e7a324;
}

.reward-christmas .modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #852828;
}

.reward-christmas .modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: white;
}

.reward-christmas .modal-title2 {
  text-decoration: underline;
}

.reward-christmas .modal-content .modal-body {
  text-align: left;
}

.reward-christmas .modal-content .modal-body ul:nth-of-type(1) {
  list-style-type: none;
}

.reward-christmas .modal-content .modal-body p:nth-of-type(1) {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  background: #f5c46d;
  padding: 10px;
}

.reward-christmas .modal-content .modal-body p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
}

.reward-christmas .modal-content .modal-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.reward-christmas .modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.reward-christmas .modal-content .modal-body ul li ol {
  padding: 0 0 0 5px;
}

.reward-christmas .modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal;
}

.reward-christmas .modal-content .modal-body ul li ol.list-symbol li {
  list-style-type: disc;
}

.reward-christmas .modal-content .modal-body ul li ol.list-symbol li ul li {
  list-style-type: none;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
  list-style-type: none;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style li {
  color: #831810fa;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style-sub {
  list-style: square;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style-sub li {
  font-weight: normal;
  color: #80b8e0;
  font-size: 16px;
  padding-left: 0;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
  list-style-type: disc;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style-sub li:first-child {
  padding-top: 15px;
}

.reward-christmas .modal-content .modal-body .draw-prize .list-style-sub li:last-child {
  list-style-type: none;
}

.reward-christmas .modal-content .modal-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.reward-christmas .modal-content .modal-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.reward-christmas .lower-roman {
  list-style: lower-roman;
}

.reward-christmas .lower-alpha {
  list-style: lower-alpha;
}

.reward-christmas .product-item {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.reward-christmas .product-item tr:nth-of-type(1) td:nth-of-type(1) {
  color: #fff;
}

.reward-christmas .product-item td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #a1a1a1;
}

.reward-christmas a.btn-s {
  position: absolute;
  color: #1670f0;
  padding: 30px 60px;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */