@font-face {
  font-family: main1;
  src: url("https://storage-asset.msi.com/event/2022/cnd/MY-Merdeka/fonts/Exo-ExtraBold.otf");
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.mainarea {
  overflow: hidden;
}



.mainarea .kv {
  width: 100%;
}

.mainarea .kv__bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

.mainarea .kv__bg-cp {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-cp {
    display: none;
  }
}

.mainarea .kv__bg-mb {
  display: none;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-mb {
    display: block;
  }
}

.mainarea .kv__tnc {
  position: absolute;
  bottom: 3%;
  left: 5%;
  font-family: var(--fontC);
  color: #000000;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  .mainarea .kv__tnc {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .kv__tnc {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .kv__tnc {
    font-size: 10px;
  }
}

.mainarea .bundle{
  background-color: #d8c299;
}
.mainarea .bundle h4{
  font-size: 40px;
  padding-top: 40px;
  margin: 0 0 40px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: main1;
}


.mainarea .sec1 {
  background: #000000;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

@media (max-width: 1300px) {
  .mainarea .sec1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mainarea .sec1__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fdca01;
  font-family: main1;
}

.mainarea .sec1__block h2 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block h2 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block h2 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block h2 {
    font-size: 34px;
  }
}

.mainarea .sec1__block p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block p {
    font-size: 14px;
  }
}

.mainarea .sec2 {
  background: -webkit-gradient(linear, right top, left top, from(#fdca01), to(#feb200));
  background: -moz-linear-gradient(right, #fdca01, #feb200);
  background: linear-gradient(270deg, #fdca01, #feb200);
  position: relative;
  overflow: hidden;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

@media (max-width: 1300px) {
  .mainarea .sec2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mainarea .sec2 h4 {
  font-family: main1;
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  padding-bottom: 40px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec2 h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2 h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 h4 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .mainarea .sec2 h4 {
    padding-bottom: 0px;
  }
}

.mainarea .sec2__block {
  position: relative;
}

.mainarea .sec2__block-img img {
  width: 100%;
}

.mainarea .sec2__block-img--cp {
  display: block;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__block-img--cp {
    display: none;
  }
}

.mainarea .sec2__block-img--mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__block-img--mb {
    display: block;
  }
}

.mainarea .sec2__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0%;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mainarea .sec2__box-item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainarea .sec2__box-item div {
  position: relative;
}

.mainarea .sec2__box-item div p {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec2__box-item div p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2__box-item div p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2__box-item div p {
    font-size: 10px;
  }
}

.mainarea .sec2__box-item--1 {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5%;
  }
}

.mainarea .sec2__box-item--1 div:nth-child(1) {
  width: 12%;
  margin: 0 3.1%;
  margin-left: 4.5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 div:nth-child(1) {
    width: 70%;
    margin: 33% 0;
    margin-top: 50%;
  }
}

.mainarea .sec2__box-item--1 div:nth-child(2) {
  width: 9%;
  margin: 0 4.5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 div:nth-child(2) {
    width: 50%;
    margin: 25% 0;
  }
}

.mainarea .sec2__box-item--1 div:nth-child(3) {
  width: 15%;
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 div:nth-child(3) {
    width: 70%;
    margin: 35% 0;
  }
}

.mainarea .sec2__box-item--1 div:nth-child(4) {
  width: 6%;
  margin: 0 4.4%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 div:nth-child(4) {
    width: 30%;
    margin: 17% 0;
  }
}

.mainarea .sec2__box-item--1 div:nth-child(5) {
  width: 15%;
  margin: 0 4%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--1 div:nth-child(5) {
    width: 70%;
    margin: 17% 0;
  }
}

.mainarea .sec2__box-item--2 {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mainarea .sec2__box-item--2 div:nth-child(1) {
  width: 4%;
  margin: 0 5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 div:nth-child(1) {
    width: 25%;
    margin: 20% 0;
    margin-top: 20%;
  }
}

.mainarea .sec2__box-item--2 div:nth-child(1) p {
  width: 250%;
}

.mainarea .sec2__box-item--2 div:nth-child(2) {
  width: 9%;
  margin: 0 4.5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 div:nth-child(2) {
    width: 56%;
    margin: 25% 0;
  }
}

.mainarea .sec2__box-item--2 div:nth-child(2) p {
  width: 170%;
}

.mainarea .sec2__box-item--2 div:nth-child(3) {
  width: 14%;
  margin: 0 3.2%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 div:nth-child(3) {
    width: 70%;
    margin: 40% 0;
  }
}

.mainarea .sec2__box-item--2 div:nth-child(4) {
  width: 10%;
  margin: 0 2.5%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 div:nth-child(4) {
    width: 50%;
    margin: 20% 0;
  }
}

.mainarea .sec2__box-item--2 div:nth-child(5) {
  width: 13%;
  margin: 0 2.4%;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__box-item--2 div:nth-child(5) {
    width: 70%;
    margin: 33% 0;
  }
}

.mainarea .sec3 {
  background: #000000;
  background: linear-gradient(180deg, #d8c299 0%, #eeedec 100%);
  padding-top: 9vh;
  padding-bottom: 9vh;
  position: relative;
}

@media (max-width: 1300px) {
  .mainarea .sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mainarea .sec3__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2b2b2b;
  font-family: main1;
}

.mainarea .sec3__block h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec3__block h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__block h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__block h4 {
    font-size: 34px;
  }
}

.mainarea .sec3__block p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 5px;
}

@media (max-width: 1600px) {
  .mainarea .sec3__block p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__block p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__block p {
    font-size: 14px;
  }
}

.mainarea .sec3__block-box {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__block-box {
    width: 100%;
  }
}

.mainarea .sec3__block-btn {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.7s;
  transition: -webkit-filter 0.7s;
  -moz-transition: filter 0.7s;
  transition: filter 0.7s;
  transition: filter 0.7s, -webkit-filter 0.7s;
  -webkit-filter: contrast(0%);
          filter: contrast(0%);
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__block-btn {
    width: 50%;
  }
}

.mainarea .sec3__block-btn:hover {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

.mainarea .sec3__block-btn:hover p{
  color: #8f0f07;
}

.mainarea .sec3__block-btn img {
  width: 60%;
}

.mainarea .sec3__bottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainarea .sec3__bottom-item {
  width: 42%;
  left: 10%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: left 0.7s;
  -moz-transition: left 0.7s;
  transition: left 0.7s;
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__bottom-item {
    width: 33%;
  }
}

.mainarea .sec3__bottom-item span {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #deceb1;
  height: 50px;
  display: block;
  width: 80px;
}

.mainarea .sec3__bottom-line {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__bottom-line {
    width: 100%;
  }
}

.mainarea .sec4 {
  padding-top: 9vh;
  padding-bottom: 9vh;
  background: #deceb1;
  font-family: main1;
}

@media (max-width: 1300px) {
  .mainarea .sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mainarea .sec4__block {
  display: none;
}

.mainarea .sec4__block--active {
  display: block;
}

.mainarea .sec4__block-clickbtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainarea .sec4__block-clickbtn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  max-width: 400px;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  padding: 0 10px;
  background: #deceb1;
  padding: 15px 30px 10px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  margin: 10px;
  color: #962b234a;
  border: 2px solid #962b236c;
}

@media (max-width: 1600px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 991px) and (max-width: 1600px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) and (max-width: 1300px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) and (max-width: 1050px) {
  .mainarea .sec4__block-clickbtn {
    font-size: 14px;
  }
}

.mainarea .sec4__block-clickbtn:hover {
  color: #ffffff;
  background-color: #962b236c;
  border: 2px solid #962b236c;
}

.mainarea .sec4__block-clickbtn:nth-child(1) {
  /* border: none; */
  /* border: 2px solid #8f0f07; */
}

.mainarea .sec4__block-btn--active {
  color: #ffffff;
  background-color: #8f0f07;
  border: 2px solid #8f0f07;
}

.mainarea .sec4__block-btn--active:hover {
  color: #ffffff;
  background-color: #8f0f07;
  border: 2px solid #8f0f07;
}

.mainarea .sec4__nb-notes {
  margin-top: 20px;
}

.mainarea .sec4__nb-note {
  display: none;
}

.mainarea .sec4__nb-note--active {
  display: block;
}

.mainarea .sec4__nb-note h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__nb-note h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__nb-note h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__nb-note h4 {
    font-size: 34px;
  }
}

.mainarea .sec4__nb-note p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec4__nb-note p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__nb-note p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__nb-note p {
    font-size: 14px;
  }
}

.mainarea .sec4__mnt-notes {
  margin-top: 20px;
}

.mainarea .sec4__mnt-note {
  display: none;
}

.mainarea .sec4__mnt-note--active {
  display: block;
}

.mainarea .sec4__mnt-note h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__mnt-note h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__mnt-note h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__mnt-note h4 {
    font-size: 34px;
  }
}

.mainarea .sec4__mnt-note p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec4__mnt-note p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__mnt-note p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__mnt-note p {
    font-size: 14px;
  }
}

.mainarea .sec4__dt-notes {
  margin-top: 20px;
}

.mainarea .sec4__dt-note {
  display: none;
}

.mainarea .sec4__dt-note--active {
  display: block;
}

.mainarea .sec4__dt-note h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__dt-note h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__dt-note h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__dt-note h4 {
    font-size: 34px;
  }
}

.mainarea .sec4__dt-note p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec4__dt-note p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__dt-note p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__dt-note p {
    font-size: 14px;
  }
}

.mainarea .sec4__dt-seriesnotes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainarea .sec4__dt-seriesnote {
  /* width: -moz-calc( 100% / 3 - 20px); */
  /* width: calc( 100% / 3 - 20px); */
  width: 100%;
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__dt-seriesnote {
    width: -moz-calc( 50% - 20px);
    width: calc( 50% - 20px);
  }
}

@media screen and (max-width: 525px) {
  .mainarea .sec4__dt-seriesnote {
    width: -moz-calc( 100% - 20px);
    width: calc( 100% - 20px);
  }
}

.mainarea .sec4__dt-seriesnote .sec4__appendbuynow-item {
  width: -moz-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
}

.mainarea .sec4__gcg-notes {
  margin-top: 20px;
}

.mainarea .sec4__gcg-note {
  display: none;
}

.mainarea .sec4__gcg-note--active {
  display: block;
}

.mainarea .sec4__gcg-note h4 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__gcg-note h4 {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__gcg-note h4 {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__gcg-note h4 {
    font-size: 34px;
  }
}

.mainarea .sec4__gcg-note p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec4__gcg-note p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__gcg-note p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__gcg-note p {
    font-size: 14px;
  }
}

.mainarea .sec4__motherborad-item {
  width: 100%;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; */
  align-items: center;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__motherborad-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  margin-bottom: 30px;          
  }
}

.mainarea .sec4__motherborad-item:nth-child(2n+1) .sec4__appendbuynow-toparea {
  background: url("../images/Vector Smart Object copy 6.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
  background-size: 80%;
  background-position: left top;
}

.mainarea .sec4__motherborad-left {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__motherborad-left {
    width: 50%;
  }
}

.mainarea .sec4__motherborad-left .sec4__appendbuynow-mainimg {
  width: 100%;
  margin: 50px auto 0;
  display: block;
}

.mainarea .sec4__motherborad-left .sec4__appendbuynow-toparea {
  position: relative;
  background: url("../images/Vector Smart Object copy 3.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
  background-size: 80%;
  background-position: left top;
}

.mainarea .sec4__motherborad-right {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__motherborad-right {
    width: 90%;
  }
}

.mainarea .sec4__motherborad-area {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;    
}

.mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn {
  width: -moz-calc( 100% / 3 - 40px);
  width: calc( 100% / 3 - 40px);
  margin: 20px;
  border: 2px solid #932424;
  padding: 15px 20px 12px;
  background: none;
  -moz-border-radius: 0;
       border-radius: 0;
  color: #110d00;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  transition: opacity 0.7s;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn {
    font-size: 14px;
    width: calc( 100% / 2 - 10px);
    margin: 5px;

  }
}


.mainarea .sec4__motherborad-area .sec4__appendbuynow-buynowbtn:hover {
  /* opacity: 0.5; */
  transition: 0.5s;
  border: 2px solid #932424;
  color: #fff;
}

.mainarea .sec4__appendbuynow-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainarea .sec4__appendbuynow-item {
  width: -moz-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec4__appendbuynow-item {
    width: -moz-calc( 50% - 20px);
    width: calc( 50% - 20px);
  }
}

@media screen and (max-width: 525px) {
  .mainarea .sec4__appendbuynow-item {
    width: -moz-calc( 100% - 20px);
    width: calc( 100% - 20px);
  }
}

.mainarea .sec4__appendbuynow-item:nth-child(6n + 1) .sec4__appendbuynow-toparea {
  background: url("../images/Vector Smart Object copy 6.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
       background-size: 80%;
  background-position: left bottom;
  
}

.mainarea .sec4__appendbuynow-item:nth-child(6n + 2) .sec4__appendbuynow-toparea {
  background: url("../images/Vector Smart Object copy 6.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
       background-size: 80%;
  background-position: left bottom;
}

.mainarea .sec4__appendbuynow-item:nth-child(6n + 3) .sec4__appendbuynow-toparea {
  background: url("../images/Vector Smart Object copy 6.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
       background-size: 80%;
  background-position: left bottom;
}

.mainarea .sec4__appendbuynow-toparea {
  position: relative;
  background: url("../images/Vector Smart Object copy 3.png");
  background-repeat: no-repeat;
  -moz-background-size: 80%;
       background-size: 80%;
  background-position: right bottom;
}

.mainarea .sec4__appendbuynow-mainimg {
  position: relative;
}

.mainarea .sec4__appendbuynow-bundle {
  position: absolute;
  width: 30%;
  top: 55%;
  left: 70%;
}

.mainarea .sec4__appendbuynow-bg {
  position: relative;
}

.mainarea .sec4__appendbuynow-mainbundleimg {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* height: 70%; */
}

.mainarea .sec4__appendbuynow-freetext {
  position: absolute;
  top: 15%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: 3;
  color: #ffffff;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  background-color: #aa2720;
  padding: 0px 15px;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-freetext {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-freetext {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-freetext {
    font-size: 16px;
  }
}

.mainarea .sec4__appendbuynow-bottomarea {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mainarea .sec4__appendbuynow-bottomarea h5 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-bottomarea h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-bottomarea h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-bottomarea h5 {
    font-size: 14px;
  }
}

.mainarea .sec4__appendbuynow-bottomarea ul {
  width: 80%;
  margin: auto;
}

.mainarea .sec4__appendbuynow-bottomarea ul li {
  list-style-type: disc;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-bottomarea ul li {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-bottomarea ul li {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-bottomarea ul li {
    font-size: 8px;
  }
}

.mainarea .sec4__appendbuynow-cutprize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainarea .sec4__appendbuynow-cutprize span:nth-child(1) {
  font-weight: 100;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-bottom: 0px;
  line-height: 1;
  text-decoration: line-through;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(1) {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(1) {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(1) {
    font-size: 8px;
  }
}

.mainarea .sec4__appendbuynow-cutprize span:nth-child(2) {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #d81b0d;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(2) {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(2) {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-cutprize span:nth-child(2) {
    font-size: 14px;
  }
}

.mainarea .sec4__appendbuynow-buynowbtn {
  background: #8f0f07;
  -moz-border-radius: 100px;
       border-radius: 100px;
  display: inline-block;
  margin: auto;
  padding: 10px 30px 7px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .mainarea .sec4__appendbuynow-buynowbtn {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__appendbuynow-buynowbtn {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__appendbuynow-buynowbtn {
    font-size: 14px;
  }
}

.mainarea .sec4__appendbuynow-buynowbtn:hover {
  /* opacity: 0.7; */
  background: #a9160b;
}

@-webkit-keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

@-moz-keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

h1.ml8 {
  font-weight: 900;
  font-size: 4.5em;
  color: #fff;
  width: 3em;
  height: 3em;
  -webkit-transform: scale(0.4);
     -moz-transform: scale(0.4);
          transform: scale(0.4);
}

.ml8 .letters-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25%;
  bottom: 0;
  height: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.ml8 .letters img {
  width: 25px;
}

.ml8 .bang {
  font-size: 0.5em;
  top: auto;
  left: -0.06em;
}

.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ml8 .circle-white {
  width: 3em;
  height: 3em;
  border: 2px dashed white;
  -moz-border-radius: 2em;
       border-radius: 2em;
}

.ml8 .circle-dark {
  width: 2.2em;
  height: 2.2em;
  background-color: #f84478;
  -moz-border-radius: 3em;
       border-radius: 3em;
  z-index: 1;
}

.ml8 .circle-dark-dashed {
  -moz-border-radius: 2.4em;
       border-radius: 2.4em;
  background-color: transparent;
  border: 2px dashed #f84478;
  width: 2.3em;
  height: 2.3em;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  -webkit-transform: translateX(30%);
     -moz-transform: translateX(30%);
          transform: translateX(30%);
  cursor: pointer;
}

.animatetitle {
  background-image: -webkit-gradient(linear, left top, right top, from(#f58bf7), color-stop(#a175f0), color-stop(#5e87e7), color-stop(#6ecae6), color-stop(#f58bf7), color-stop(#a175f0), color-stop(#5e87e7), color-stop(#6ecae6), to(#f58bf7));
  background-image: -moz-linear-gradient(left, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7);
  background-image: linear-gradient(90deg, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7, #a175f0, #5e87e7, #6ecae6, #f58bf7);
  -webkit-background-clip: text;
  -moz-background-size: 1000% 100%;
       background-size: 1000% 100%;
  -moz-background-clip: text;
       background-clip: text;
  color: transparent;
  -webkit-animation: background 5s linear infinite;
     -moz-animation: background 5s linear infinite;
          animation: background 5s linear infinite;
}

@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 20% 200%;
  }
}

@-webkit-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-moz-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.popout {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.popout__block {
  max-width: 760px;
  background: #decdac;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 10px;
       border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.popout__block-close svg {
  width: 100%;
}

.popout__dm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popout__dm a {
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  -moz-border-radius: 5px;
       border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.popout__dm a.hatch__buynows {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popout__dm a.hatch__buynows p {
  background: #d95233;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  min-width: 25%;
  margin: 0;
}

@media (max-width: 1600px) {
  .popout__dm a.hatch__buynows p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popout__dm a.hatch__buynows p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popout__dm a.hatch__buynows p {
    font-size: 10px;
  }
}

.popout__dm a img {
  max-width: 100%;
  max-height: 70px;
}

html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=index.css.map */