body {
  margin: 0 auto;
  height: auto;
  overflow-x: hidden;
}

*, body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

.a {
  color: #fff;
}

a:hover, a:link, a:-webkit-any-link {
  color: #fff;
  text-decoration: none;
}

a::after, a:link, a:-webkit-any-link {
  color: #fff;
  text-decoration: none;
}

/* header */
.header {
  z-index: 9999;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.header-container {
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.header-wrap .header-cont .logo {
  width: 270px;
}
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
}
.header-wrap .header-cont .lang a:hover {
  border-radius: 50%;
  border: 1px solid white;
}
.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.header-wrap .header-cont .lang.active a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
  .header-wrap .header-cont .logo {
    width: 220px;
  }
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
} /* footer */
.footer {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footerlogoimg {
  width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .divd {
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: 1px solid #1a2025;
}

.fd-wp {
  max-width: 1600px;
  margin: 0 auto;
}

.fd-copy {
  justify-content: space-between;
  color: #ffffff;
  padding: 35px 0;
  font-size: 14px;
}

.fd-copy,
.fd-copy .links {
  display: flex;
  align-items: center;
  color: #fff;
}

.fd-copy .links span {
  margin: 0 24px;
}

.fd-info {
  background-color: #1f2b39;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding: 40px 35px 50px;
}

.g-snv {
  position: fixed;
  right: 50px;
  bottom: 5%;
  width: 88px;
  font-size: 0;
  z-index: 2;
}

.cook-policy {
  padding: 50px 0 46px;
  background-color: #566677;
  opacity: 0.96;
  z-index: 2;
}

.cook-desc {
  flex: 1;
  font-size: 16px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.cook-btn {
  margin-left: 14px;
  width: 122px;
  line-height: 52px;
  background-color: #1f2b39;
  border-radius: 0 5px;
}

@media only screen and (max-width: 1200px) {
  .fd-copy {
    padding: 15px 0;
    font-size: 14px;
  }
  .fd-copy .links span {
    margin: 0 12px;
    color: #868686;
  }
  .fd-info {
    font-size: 14px;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 968px) {
  .fd-copy {
    display: block;
    font-size: 12px;
    padding: 15px 0;
  }
  .fd-copy .links {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .fd-info {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.flx {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.flx .fit {
  width: fit-content;
}
.flx.is-row {
  display: flex;
  flex-direction: row;
}
.flx.is-row.v-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flx.is-row.v-center-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.flx.is-row.h-center {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.flx.is-row.h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flx.is-row.b-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.flx.is-row.b-center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.flx.is-row.b-right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.flx.is-row.stretch {
  align-items: stretch;
}

.mainbg {
  background-size: cover;
  background-image: url(../images/bgcolour.jpg);
  margin: 0 auto;
}

.solgan {
  position: absolute;
  left: 25%;
  top: 66%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media (max-width: 1700px) {
  .solgan {
    left: 26%;
    top: 66%;
  }
}
@media (max-width: 1600px) {
  .solgan {
    top: 68%;
  }
}
@media (max-width: 1450px) {
  .solgan {
    left: 27%;
    top: 69%;
  }
}
@media (max-width: 1300px) {
  .solgan {
    top: 69%;
  }
}
@media (max-width: 1100px) {
  .solgan {
    left: 28%;
    top: 70%;
  }
}
@media (max-width: 1000px) {
  .solgan {
    top: 70%;
  }
}
@media (max-width: 900px) {
  .solgan {
    left: 50%;
    top: 54%;
  }
}
@media (max-width: 576px) {
  .solgan {
    top: 56%;
  }
}

.ctabtn {
  width: 200px;
  transition: 0.6s ease-in;
}
.ctabtn:hover {
  scale: 1.1;
  width: 200px;
}
@media (max-width: 1300px) {
  .ctabtn {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .ctabtn {
    width: 150px;
  }
}
@media (max-width: 900px) {
  .ctabtn {
    width: 220px;
  }
}
@media (max-width: 600px) {
  .ctabtn {
    width: 150px;
  }
}

.imgkvbg {
  padding-top: 5px;
  width: 100%;
}
@media (max-width: 1300px) {
  .imgkvbg {
    padding-top: 50px;
  }
}

.calltoaction {
  width: 100%;
  text-align: center;
  margin: 20px 0 80px 0;
}
@media (max-width: 576px) {
  .calltoaction {
    margin: 0 0 0 0;
    width: 50%;
  }
}

.kv-desktop {
  display: block;
}
@media (max-width: 900px) {
  .kv-desktop {
    visibility: hidden;
    display: none;
  }
}

.kv-mob {
  display: none;
}
@media (max-width: 900px) {
  .kv-mob {
    visibility: visible;
    display: block;
  }
}

.con-desktop {
  display: block;
}
@media (max-width: 1200px) {
  .con-desktop {
    visibility: hidden;
    display: none;
  }
}

.con-mob {
  display: none;
}
@media (max-width: 1200px) {
  .con-mob {
    visibility: visible;
    display: block;
  }
}

.tp-desktop {
  display: block;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .tp-desktop {
    visibility: hidden;
    display: none;
  }
}

.tp-mob {
  display: none;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 900px) {
  .tp-mob {
    visibility: visible;
    display: block;
  }
}

.container-main {
  width: 100%;
  background-color: #FFDBD6;
}
@media (max-width: 992px) {
  .container-main {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .container-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-wrap {
  position: absolute;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  top: 770px;
  z-index: 999;
  left: calc(50vw - 332px);
}
@media (max-width: 1800px) {
  .container-wrap {
    top: 690px;
  }
}
@media (max-width: 1650px) {
  .container-wrap {
    top: 600px;
  }
}
@media (max-width: 1500px) {
  .container-wrap {
    top: 500px;
  }
}
@media (max-width: 1350px) {
  .container-wrap {
    top: 460px;
  }
}
@media (max-width: 1230px) {
  .container-wrap {
    top: 400px;
  }
}
@media (max-width: 1110px) {
  .container-wrap {
    top: 360px;
  }
}
@media (max-width: 1030px) {
  .container-wrap {
    top: 330px;
  }
}
@media (max-width: 920px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 860px) {
  .container-wrap {
    top: 300px;
  }
}
@media (max-width: 830px) {
  .container-wrap {
    top: 260px;
  }
}
@media (max-width: 768px) {
  .container-wrap {
    position: initial;
    width: 92%;
    margin: auto;
  }
}
.container-wrap .title {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px 0;
}
.container-wrap .content {
  padding: 0px 60px;
}
.container-wrap .content ol {
  list-style: decimal;
}
.container-wrap .content li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
}
.container-wrap .remark {
  color: #F48DB4;
  font-size: 13px;
  font-weight: 300;
  list-style-type: decimal;
  padding-left: 45px;
  padding-bottom: 50px;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .container-wrap .remark {
    padding-bottom: 30px;
  }
}

.container-wrap.rules {
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.middle {
  width: 100%;
  margin: 0 auto;
  background: url(../assets/images/bg.png);
  background-repeat: repeat-y repeat-x;
}
.middle .contentbox {
  margin: auto;
  color: #FFF9DD;
  text-align: center;
}
.middle .t1 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 26px 78px 60px 78px;
  color: #0472bd;
}
@media (max-width: 576px) {
  .middle .t1 {
    width: 90%;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 10px;
    padding-bottom: 40px;
  }
}
.middle .t1 .highlight {
  font-size: 25px;
  font-weight: bold;
}
.middle .t1 .highlight-b {
  font-weight: bold;
}
.middle .t1img2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .middle .t1img2 {
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .middle .t1img2 {
    width: 85%;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .middle .t1img2 {
    width: 100%;
    margin: auto;
    padding-top: 50px;
  }
}
.middle .t1pad {
  font-size: 60px;
  margin: 0 auto;
  text-align: center;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .middle .t1pad {
    font-size: 40px;
  }
}
.middle .t1remarks {
  font-size: 13px;
  margin-top: 30px;
  color: #8a8a8a;
}
@media (max-width: 576px) {
  .middle .t1remarks {
    font-size: 12px;
  }
}
.middle .t2 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 5px;
  margin-top: 100px;
}
@media (max-width: 576px) {
  .middle .t2 {
    width: 90%;
    font-size: 18px;
    letter-spacing: 4px;
  }
}
.middle .t2 .pop {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #FFD800;
}
.middle .t2img {
  width: 90%;
}
.middle .t3img {
  width: 100%;
  max-width: 680px;
  margin-bottom: 40px;
}

.calltoaction {
  width: 100%;
  text-align: center;
  margin: 50px 0 100px 0;
}
@media (max-width: 576px) {
  .calltoaction {
    margin: 50px 0 10px 0;
  }
}
.calltoaction .cta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
.calltoaction .cta:hover {
  color: white;
  background: rgb(166, 207, 233);
  background: linear-gradient(177deg, rgb(166, 207, 233) 0%, rgb(155, 192, 225) 50%, rgb(134, 162, 217) 100%);
  box-shadow: 0px 7px white;
}

.footerimg {
  width: 100%;
}

@media (max-width: 768px) {
  .hidden-para {
    display: none;
  }
}

.kvtitle-top {
  width: 50vw;
  max-width: 600px !important;
}
@media (max-width: 576px) {
  .kvtitle-top {
    width: 80vw;
  }
}

.topkv {
  position: relative;
  padding: 50px 0 0 0;
}
@media (max-width: 900px) {
  .topkv {
    padding: 0;
  }
}

.t1img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .t1img {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .t1img {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .t1img {
    width: 100%;
  }
}

.campaign-title {
  width: 70%;
}

@font-face {
  font-family: "Genwan";
  src: url("../font/GenWanMin-EL.ttc") format("opentype");
}
.container > div {
  text-align: center !important;
  margin: auto;
}
@media (max-width: 576px) {
  .container > div {
    width: 100%;
  }
}
.container p {
  text-align: center !important;
  line-height: 20px;
}

.ndbox {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .ndbox {
    margin-top: 30px;
  }
}

.mauto {
  margin: auto;
  margin-top: 0px;
}
@media (max-width: 576px) {
  .mauto {
    margin-top: 50px;
  }
}

.hqr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding: 6px;
  background-color: #373B3C;
  color: white;
  text-align: center;
  font-size: 10px;
}
.hqr .img {
  width: 120px;
}
.hqr .txt {
  padding-top: 5px;
}

.kvtxt {
  color: #39485F;
  font-size: 14px;
}

.kvtxt-lg {
  font-size: 28px;
  font-weight: 600;
  color: #3358A3;
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .kvtxt-lg {
    margin-top: 20px;
  }
}

.kvbb {
  width: 100%;
  text-align: center;
  position: relative;
}

.kv-cta {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 576px) {
  .kv-cta {
    top: 78%;
  }
}

.kv-mid {
  background: url("../images/kv_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.kv-mid .conn {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.kv-mid .mid-remark {
  text-align: left;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 40px;
}
.kv-mid .mid-divider {
  border-bottom: white 1px solid;
}
.kv-mid .mid-2nd {
  margin-top: 40px;
}
.kv-mid .mid-2nd .bold {
  font-weight: bold;
}

.tabm {
  width: 95% !important;
  margin: auto;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

li {
  display: table;
  counter-increment: item;
}

li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li li {
  margin: 0;
}

li li:before {
  content: counters(item, ".") ". ";
}

/* rules */
.rules-b-bg {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.rules-g {
  max-width: 920px;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .rules-g {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .rules-g {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .rules-g {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .rules-g {
    width: 100%;
  }
}

.rules {
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.rules .list-title {
  color: #e40051;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .rules .list-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .rules .list-title {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .rules .list-title {
    font-size: 14px;
  }
}
.rules .list-cont {
  padding: 0px;
}
.rules .list-cont-txt {
  color: #1a1b2b;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.36px;
  text-align: left;
}
@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 390px) {
  .rules .list-cont-txt {
    font-size: 12px;
    line-height: 16px;
  }
}

.rules-flex {
  display: flex;
}
.rules-flex div {
  background-color: white;
}
.rules-flex-side {
  width: 35px;
}

.tc-box {
  width: 100%;
}
.tc-box-top {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
}

.black-box {
  position: relative;
  z-index: 1;
  height: 900px;
}

.btn-cta {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: 0px;
}
@media (max-width: 900px) {
  .btn-cta {
    margin-top: 0px;
    padding-bottom: 30px;
  }
}

.part1-tp {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.part1-2-bg {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
  object-fit: cover;
}

.part2-bg {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .part2-bg {
    padding-top: 40px;
  }
}

.part3-bg {
  width: 100%;
  margin: 0 auto;
}

.part4-bg {
  width: 100%;
  margin: 0;
  background: url("../images/footerbg.jpg") no-repeat center top;
  background-color: #113558;
}

.box-1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .box-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.box-2 {
  margin: 0 auto 0 auto;
  width: 80%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .box-2 {
    width: 90%;
  }
}

.step {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.step-main {
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.step .screen {
  max-width: 280px;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.step .desc2 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.step .desc2 .highlight {
  color: #FFC5C2;
}

/* Create four equal columns that floats next to each other */
.g4-1 {
  float: left;
  text-align: center;
  margin: 0 auto;
}

.g4 {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

/* Clear floats after the columns */
.g4:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1300px) {
  .g4-1 {
    width: 33%;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .g4-1 {
    width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .g4-1 {
    width: 50%;
  }
}
.shop-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.shop-content {
  color: #fff;
  align-items: center;
  margin: 0 auto;
}
.shop-content .heading {
  font-size: 21px;
  font-weight: 500;
  padding-top: 20px;
}
.shop-content .desc {
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.shop-mainflex {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .shop-mainflex {
    display: block;
  }
}
@media (max-width: 1000px) {
  .shop-mainflex {
    flex-wrap: wrap;
  }
}
.shop-flex {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .shop-flex {
    flex-wrap: wrap;
  }
}
.shop-flex .shopcard {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .shop-flex .shopcard {
    width: 80%;
    margin: 0 auto;
  }
}
.shop-img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .shop-img {
    width: 100%;
    max-width: 400px;
  }
}

* {
  box-sizing: border-box;
}

.title-img {
  width: 60%;
  text-align: center;
}
@media (max-width: 920px) {
  .title-img {
    width: 95%;
  }
}

/*# sourceMappingURL=main.css.map */
