body {
  background-color: #000;
  margin: 0 auto;
  height: auto;
  overflow-x: hidden;
}

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

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

.mainbg {
  background: url(../images/bg.jpg);
  background-repeat: repeat-y;
}

.max-wid {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

.header {
  z-index: 9999;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.header-container {
  width: 100%;
  background-color: #1C1C1C;
  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;
  background-color: #1C1C1C;
}
@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
}
.header-wrap .header-cont .logo {
  width: 270px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .logo {
    width: 220px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
}
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
}
.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: 50px;
  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;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
}
.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  border: 1px solid white;
}
.header-wrap .header-cont .lang.active a {
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #000;
}
.footer .wrap {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.footer .logo {
  padding: 50px 0;
}
.footer .footerlogoimg {
  width: 100%;
  max-width: 200px;
}
.footer .divd {
  border-bottom: 1px solid rgb(54, 54, 54);
}
.footer .footerlinks {
  padding-top: 50px;
  color: white;
  font-weight: 300;
}
.footer .footerlinks a {
  color: white;
  font-weight: 300;
  padding-right: 20px;
}
.footer .footerlinks .copyright {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 40px;
}
.footer .intips {
  padding: 50px 0 15px 0;
  font-size: 12px;
  font-weight: 300;
}

.rules {
  padding: 0px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 576px) {
  .rules {
    padding: 100px 0 50px 0;
  }
}
.rules .list-title {
  font-size: 22px;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .rules .list-title {
    font-size: 18px;
  }
}
.rules .list-cont {
  padding-left: 20px;
}
.rules .list-cont-txt {
  color: #fff;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: left;
  list-style-type: decimal;
}
@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 300;
  }
}

.footerimg {
  width: 100%;
}

button:focus {
  outline: none;
}

.loader {
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 30%;
}
.loader img {
  width: 35%;
}
@media (max-width: 455px) {
  .loader img {
    width: 35%;
  }
}

.loading-text {
  color: #F29794;
  font-size: 18px;
  font-weight: 500;
}

.mask {
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.596);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

body {
  position: relative;
}

.btn-disable {
  cursor: default;
}

/* kv-content */
.logo {
  position: absolute;
  max-width: 320px;
  min-width: 120px;
  width: 40%;
  top: 4%;
  left: 17%;
}
@media (max-width: 2000px) {
  .logo {
    top: 5%;
    left: 5%;
    max-width: 280px;
  }
}
@media (max-width: 1600px) {
  .logo {
    top: 6%;
    left: 5%;
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  .logo {
    top: 5%;
    left: 5%;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .logo {
    top: 5%;
    left: 5%;
    max-width: 230px;
  }
}
@media (max-width: 540px) {
  .logo {
    top: 5%;
    left: 5%;
    max-width: 180px;
  }
}

.solgan {
  position: absolute;
  left: 50%;
  top: 76%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media (max-width: 1600px) {
  .solgan {
    top: 78%;
  }
}
@media (max-width: 1400px) {
  .solgan {
    top: 80%;
  }
}
@media (max-width: 1300px) {
  .solgan {
    top: 83%;
  }
}
@media (max-width: 1024px) {
  .solgan {
    top: 78%;
  }
}
@media (max-width: 900px) {
  .solgan {
    top: 80%;
  }
}
@media (max-width: 600px) {
  .solgan {
    top: 84%;
  }
}
@media (max-width: 330px) {
  .solgan {
    top: 90%;
  }
}

.imgkvbg {
  width: 100%;
}
@media (max-width: 768px) {
  .imgkvbg {
    padding-top: -20px;
  }
}
@media (max-width: 360px) {
  .imgkvbg {
    padding-top: 20px;
  }
}

.kvcon {
  background-color: #000;
}

.calltoaction {
  text-align: center;
  margin: 40px 0 90px 0;
}
@media (max-width: 576px) {
  .calltoaction {
    margin: 40px 0;
  }
}

.ctabtn {
  max-width: 300px;
  min-width: 150px;
  transition: 0.5s ease-in;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 577px) {
  .ctabtn {
    width: 250px;
    margin-top: -20px;
  }
}
@media (max-width: 414px) {
  .ctabtn {
    width: 250px;
    margin-top: -20px;
  }
}
@media (max-width: 390px) {
  .ctabtn {
    width: 200px;
    margin-top: -20px;
  }
}

.ctabtn:hover {
  scale: 1.2;
}

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

.topkv {
  position: relative;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

.tablet {
  display: none;
}
@media (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 600px) {
  .mob {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}

.max-wid {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

/* middle-content */
.middle {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.middle .contentbox {
  padding-top: 30px;
  width: 95%;
  max-width: 900px;
  margin: auto;
  color: #D2D4FF;
  text-align: center;
}
.middle .t1img {
  width: 100%;
}
.middle .t1 {
  color: #D2D4FF;
  padding-bottom: 40px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
  width: 90%;
}
@media (max-width: 1000px) {
  .middle .t1 {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .middle .t1 {
    width: 90%;
    font-size: 15px;
    line-height: 20px;
  }
}
.middle .t1pad {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .middle .t1pad {
    width: 45%;
  }
}
@media (max-width: 1300px) {
  .middle .t1pad {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .middle .t1pad {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .middle .t1pad {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .middle .t1pad {
    width: 90%;
  }
}
@media (max-width: 375px) {
  .middle .t1pad {
    width: 80%;
  }
}

/* rules */
/* .rules-bg {
	width: 100%;
	background-image: url("../images/footerbg.jpg");
	background-position: top center;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: auto;
	height: 700px;
	@media (max-width: 390px) {
		height: 570px;
	}
} */
.rules {
  font-family: "Montserrat", sans-serif !important;
  height: 100%;
  padding: 0 auto 10px auto;
  margin: 0 auto 60px auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
@media (max-width: 576px) {
  .rules {
    padding: 30px 0 10px 0;
  }
}
.rules .list-title {
  color: #9A9A9A;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  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-left: 20px;
}
.rules .list-cont-txt {
  color: #9A9A9A;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: justify;
  list-style-type: decimal;
}
@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;
  }
}

/* header 
.header {
	z-index: 9999;
	width: 90%;
	max-width: 1500px;
	margin: auto;
}
.header-container {
	width: 100%;
	background-color:  #1C1C1C;
	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;
		background-color:  #1C1C1C;
		.logo {
			width: 270px;
		}
		.lang-cont {
			display: flex;
			align-items: center;
		}
		.lang {
			width: 50px;
			height: 50px;
			margin-left: 15px;
			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;
				&:hover {
					border-radius: 50%;
					border: 1px solid white;
				}
			}
		}
		.lang.active {
			border-radius: 50%;
			border: 1px solid  #ffffff;
			a {
				color:  #ffffff;
			}
		}
	}
}
@media (max-width: 768px) {
	.header-wrap {
		.header-cont {
			padding: 20px 0;
			.logo {
				width: 220px;
			}
			.lang {
				width: 40px;
				height: 40px;
				a {
					font-size: 16px;
					line-height: 40px;
				}
			}
		}
	}
}
@media (max-width: 450px) {
	.header-wrap {
		.header-cont {
			.logo {
				width: 170px;
			}
			.lang {
				width: 30px;
				height: 30px;
				a {
					font-size: 14px;
					line-height: 30px;
				}
			}
		}
	}
}*/
/* footer */
.footer {
  width: 90%;
  margin: 0 auto;
}
.footer .footerlogoimg {
  width: 200px;
  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: #fff;
  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: -moz-fit-content;
  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;
}/*# sourceMappingURL=main.css.map */