
body::before{
  position: absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content: url(../assets/bg1.jpg) url(../assets/bg2b.jpg) url(../assets/bg3.jpg) url(../assets/bg4.jpg) url(../assets/bg5.jpg) url(../assets/mobile/bg1.jpg) url(../assets/mobile/bg2b.jpg) url(../assets/mobile/bg3.jpg) url(../assets/mobile/bg4.jpg) url(../assets/mobile/bg5.jpg) url(../assets/p8_1.jpg) url(../assets/p8_2.jpg) url(../assets/p8_3.jpg) url(../assets/p8_4.jpg) url(../assets/p8_5.jpg) url(../assets/p9_1.jpg) url(../assets/p9_2.jpg) url(../assets/p9_3.jpg) url(../assets/p9_4.jpg) url(../assets/p9_5.jpg);
}    
* {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus {
  outline: unset;
}
html, body, h1, p, a, div, form, input, ul, li {
  margin: 0 auto;
  padding: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
html {height: 100%;}
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding: 1px 1px 50px 1px;
}
body::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
/*bg*/
.bg_slider div  {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-position: 29% top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  display: none;
}
.bg_slider div.bg_1 {
  background-image: url(../assets/bg1.jpg);
  display: block;
}
.bg_slider div.bg_2 {
  background-image: url(../assets/bg2b.jpg);
}
.bg_slider div.bg_3 {
  background-image: url(../assets/bg3.jpg);
}
.bg_slider div.bg_4 {
  background-image: url(../assets/bg4.jpg);
}
.bg_slider div.bg_5 {
  background-image: url(../assets/bg5.jpg);
}
.main_model{display: none;}
/*content*/
.item {
  margin-top: 163px;
  padding: 0;
  position: relative;
  width: 631px;
  background: #e1e8f2;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  text-align: center;
  display: none;
}
.item01 {
  display: block;
}
.item01,
.item02 {
  padding-top: 0;
  width: 579px;
}
.img-questions,
.access-page {
  margin-top: 90px;
}
.line {
  border-top: 1px solid rgb(112 114 171 / 0.1);
}
.item01 .line,
.item02 .line {
  border-top: 1px solid rgb(92 16 141 / 0.5);
}
.init-questions .line {
  margin-top: 55px;
}
.img-questions .line {
  margin-top: 22px;
}
.item h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  color: #600979;
}
small {
  color: #600979;	
}
.item01 h1 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 700;
}
.item02 h1 {
  padding-top: 16px;
  font-size: 42px;
  text-transform: uppercase;
}
.img-questions h1 {
  padding: 0 50px;
}
.item p {
  padding: 18px 60px 0;
  font-size: 22px;
  color: #525252;
  clear: both;
}
.item01 p,
.item02 p {
  padding-left: 52px;
  padding-right: 52px;
}
.item02 p {
  padding-top: 10px;
}
.item02 p span {
  text-decoration: underline;
  font-weight: 600;
}
.item i {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #600979;
  display: block;
}
.item i::first-letter {text-transform: uppercase;}
.question_num {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  font-size: 18px;
  color: #600979;
  font-weight: 800;
  text-transform: uppercase;
}
.question_num li {
  width: 51px;
  height: 37px;
  background: rgb(112 114 171 / 0.2);
  list-style-type: none;
  line-height: 37px;
}
.question_num li:first-child {
  margin-right: 13px;
  width: auto;
  background: none;
}
.question_num li.active {
  background: #600979;
  color: #fff;
}
.question_num span {
  float: left;
}
.select_wrap {
  margin-top: 28px;
  width: 532px;
}
.select_wrap li {
  margin-right: 17px;
  float: left;
  position: relative;
  width: 166px;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.select_wrap li:nth-child(3),
.select_wrap li:nth-child(5) {
  margin-right: 0;
}
.select_wrap li:nth-child(4) {
  margin-left: 83px;
  clear: both;
}
.select_wrap li:nth-child(4), 
.select_wrap li:nth-child(5) {
  margin-bottom: 0;
}
.select_wrap li.selected {
  color: #600979;
}
.select_wrap li.selected:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 161px;
  height: 161px;
  display: block;
  border: 4px solid #600979;
  border-radius: 30px;
  box-sizing: unset;
}
.select_wrap li span {
  margin-top: 5px;
  min-height: 60px;
  line-height: 24px;
  display: block;
}
#cupid_distance ul {
  margin-top: 40px;
  margin-left: 83px;
}
#cupid_distance ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 22px;
  color: #525252;
  text-align: left;
  display: block;
  cursor: pointer;
}
#cupid_distance ul li:before {
  content: '';
  margin-right: 9px;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  border: 2px solid #525252;
  border-radius: 2px;
}
#cupid_distance ul li.selected {
  font-weight: 700;
  color: #600979;
}
#cupid_distance ul li.selected:before {
  width: 22px;
  height: 22px;
  border: 3px solid #600979;
}
#cupid_distance ul li.selected:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #600979;
  z-index: 1;
}
.access-page {
  padding-left: 30px;
  padding-right: 30px;
  width: 794px;
}
.access-page h1 {
  padding-top: 20px;  
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
.access-page h2 {
  margin: 15px;
  color: #525252;
}
.access-page p {
  padding-top: 0;
  padding-bottom: 20px;
}
.access-page ul {
  padding: 23px 26px 23px 43px;
  border-radius: 20px;
  border: 2px solid #600979;
  text-align: left;
}
.access-page li {
  font-size: 18px;
  color: #525252;
  line-height: 27px;
  list-style-type: decimal;
}
.access-page li span {
  margin-left: 11px;
  display: block;
}
/*btn*/
.item_btn {
  clear: both;
  padding: 30px 0 40px;
}
.btn {
  padding: 10px 3px;
  min-width: 200px;
  height: 55px;
  display: inline-block;
  background: linear-gradient(0deg, #920eb8 0%, #600979 100% );
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #4a4a4a;
  border-radius: 10px;
}

.img-questions .btn {
  padding-left: 14px;
}
.btn:hover {
  background: linear-gradient(0deg, #600979 0%, #920eb8 100% );
}
.btn.btn_no {
  margin-right: 15px;
  background: #717171;
  color: rgb(255 255 255 / 0.3);
}
.btn.btn_no:hover {
  background: #3b3b3b;
}
.btn_no.mobile {
  display: none;
}
.btn.disable {
  background: linear-gradient(0deg, #600979 0%, #920eb8 100% );
  color: rgb(255 255 255 / 0.5);
  cursor: not-allowed;
}
.btn.disable img {
  opacity: 0.5;
}
.header-box {
  display: flex;
  width: 100%;
  padding: 10px 0;
  min-height: 75px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(92 16 141 / 0.5);
}

.only-portrait {display: block;}
.only-landscape {display: none;}

@media only screen and (max-width: 1024px) {
  body::after{font-size: 13px;}
  /*bg*/
  .bg_slider div.bg_1 {background-image: url(../assets/mobile/bg1.jpg);display: block;}
  .bg_slider div.bg_2 {background-image: url(../assets/mobile/bg2b.jpg);}
  .bg_slider div.bg_3 {background-image: url(../assets/mobile/bg3.jpg);}
  .bg_slider div.bg_4 {background-image: url(../assets/mobile/bg4.jpg);}
  .bg_slider div.bg_5 {background-image: url(../assets/mobile/bg5.jpg);}
  /*content*/
  .wraper {
    padding: 0 20px;
  }
  .logo {
    width: 226px;
  }
  .line {
    border-top: 2px solid rgb(112 114 171 / 0.3);
  }
  .init-questions .line {
    margin-top: 50px;
  }
  .main_model {
    margin: 0 auto;
    display: block;
  }
  .item {
    margin-top: 74px;
    width: 100%;
  }
  .item01 {
    margin-top: 26px;
  }
  .item01 h1 {
    padding: 10px 19px 0;
    font-size: 30px;
    line-height: 31px;
  }
  .item02 h1 {
    margin: 5px 0 10px;
    font-size: 40px;
    font-weight: 600;
  }
  .img-questions h1, 
  .#cupid_distance h1 {
    padding: 0 20px;
  }
  .item p {
    font-size: 16px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .item01 p {
    padding-top: 0;
    font-size: 14px;
  }
  .item02 p {
    padding-top: 6px;
  }
  .question_num li:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .question_num li:nth-child(5) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .select_wrap {
    margin-top: 28px;
    width: calc(100% - 22px);
  }
  .select_wrap li {
    margin-right: 9px;
    width: calc(33.3% - 6px);
  }
  .select_wrap li:nth-child(4) {
    margin-left: 18%;
  }
  .select_wrap li img {
    width: 100%;
  }
  .select_wrap li.selected img {
    border: 3px solid #600979;
    border-radius: 20px;
  }
  .select_wrap li.selected:before {
    display: none;
  }
  .select_wrap li {
    font-size: 16px;
  }
  .dutch .item09 .select_wrap li {
    font-size: 13px;
  }
  .select_wrap li span {
    margin-top: 4px;
    margin-bottom: 8px;
    min-height: 45px;
    line-height: 18px;
  }        
  #cupid_distance ul {
    margin-top: 32px;
    margin-left: 33px;
  }
  #cupid_distance ul li {
    font-size: 18px;
  }
  #cupid_distance ul li:before {
    top: 5px;
  }    
  .access-page {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 55px;
  }
  .access-page h1 {
    font-size: 33px;
    font-weight: 600;
  }
  .access-page h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .access-page p {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -1px;
  }
  .access-page ul {
    padding: 15px 8px 23px 27px;
    border-radius: 10px;
    border-width: 1px;
  }
  .access-page li {
    font-size: 14px;
    line-height: 24px;
  }
  .access-page li span {
    margin-left: 6px;
  }
  /*btn*/
  .btn:nth-child(3) {
    margin-top: 20px;
  }
  .btn_no {
    /*display: none; */
  }
  .btn {
  	margin-top: 1rem;	
  }
  .btn_no.mobile {
    margin-right: 0;
    display: inline-block;
  }

  .item_btn {
    padding: 15px 0 30px;
  }

  /* for landscape mobile */
  @media only screen and (orientation:landscape){    
    html,body{-webkit-text-size-adjust: none;/* Prevent font scaling in landscape while allowing user zoom */}
    .only-portrait {display: none;}
    .only-landscape {display: block;}

    body {
      height: calc(var(--vh, 1vh) * 100);
    }

    .bg_slider div.bg_1 {background-image: url(../assets/bg1.jpg);}
    .bg_slider div.bg_2 {background-image: url(../assets/bg2.jpg);}
    .bg_slider div.bg_3 {background-image: url(../assets/bg3.jpg);}
    .bg_slider div.bg_4 {background-image: url(../assets/bg4.jpg);}
    .bg_slider div.bg_5 {background-image: url(../assets/bg5.jpg);}
    .bg_slider div {background-position: center;}

    .wraper {
      position: absolute;
      text-align: center;
      width: 100%;
      height: calc(var(--vh, 1vh) * 100);
      overflow: auto;
      left: 0;
      bottom: 0;
      padding: 0;
      margin: 0;
      padding-left: env(safe-area-inset-left);
    }
    .item {
      position: relative;
      margin: 18px auto!important;
      width: calc(100% - 28px);
      min-height: calc((var(--vh, 1vh) * 100) - 36px);
      height: auto;
      padding-bottom: 70px;
    }

    .logo.only-landscape{height: 26px;}
    .main_model{display: none;}

    .item01 {padding-bottom: 0;}

    .item01 .landspace-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .s1-txtbox {
      width: 100%;
    }

    .left-box {
      margin: 0;
      width: 240px;
      background-image: url(../assets/mobile/img1.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }
    .right-box {
      position: relative; 
      width: 360px;
      min-height: calc((var(--vh, 1vh) * 100) - 111px);
      max-width:calc(100% - 240px);
      margin: 0;
      padding-bottom: 70px;
    }

    .item_btn {
      position: absolute;
      width: 100%;
      bottom: 10px;
      padding: 13px 0 0;
    }

    .item01 h1 {
      padding: 20px 0;
      line-height: 30px;
    }

    .item01 p {padding: 0;}

    .item02 h1 {
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      margin: 0;
      padding: 20px 0 0;
    }

    .btn_no {display: inline-block;}
    .btn_no.mobile{display: none;}
    .item02 p, .init-questions p {padding: 20px 40px 0;}
    .select_wrap {
      display: flex;
      margin-top: 20px;
      width: calc(100% - 80px);
    }

    .select_wrap li {
      width: calc((100% - 80px)/5);
      margin-right: 20px!important;
    }
    .select_wrap li:last-child{margin-right: 0!important;}
    .select_wrap li span {margin-bottom: 0;}

    .select_wrap li:nth-child(4) {
      margin-left: 0;
      clear: none;
    }

    #cupid_distance ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 24px 50px 0;
    }

    #cupid_distance ul li {
      width: 50%;
      height: 30px;
      box-sizing: border-box;
    }
    .access-page {padding: 0}
    .access-page .landspace-box {
      padding: 0 40px 70px;
      max-height: calc((var(--vh, 1vh) * 100) - 88px);
      height: calc((var(--vh, 1vh) * 100) - 88px);
      overflow: auto;
    }
  }
}
#cupid_eval{padding:15px 5% 30px}#cupid_eval h1{font-size:30px}#cupid_eval .loading p{max-width:100%}
.process_bar{width:100%;height:20px;background:none;border:1px solid #596163;border-radius:10px;margin-top:15px;overflow:hidden} .process_bar:before{content:'';background:#04b0ef;height:100%;display:block;transition:all ease-in-out 1s;width:0} .process_bar[process="1"]:before{width:20%} .process_bar[process="2"]:before{width:40%} .process_bar[process="3"]:before{width:60%} .process_bar[process="4"]:before{width:80%} .process_bar[process="5"]:before{width:100%}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.item label {
	cursor: pointer;
}
.item select {
	background: blue url(data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>) no-repeat;
    background-position: right 7px top 52%;
    background-color: white;
    cursor: pointer;
padding: 7px 7px;
    width: 100%;
    border-radius: 5px;
	min-height: calc(1.5em + 1rem + 2px);
	font-size: 1.25rem;
	margin-top: 1rem;
}
.item .date {
	width:28%; display:inline-block;
}
.alert-danger {
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert {
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.button-page .btn { margin-left: 15px; margin-right: 15px; }
.form-page input {
	padding: 7px 7px;
    width: 100%;
	max-width: 300px;
    border-radius: 5px;
	    text-align: center!important;
	min-height: calc(1.5em + 1rem + 2px);
	font-size: 1.25rem;
	color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
#cupid_email ul, #cupid_email p {
	color: #212529;	text-align:left;
	    padding: 18px 60px 0;
}
#cupid_email li { padding: 4px; }
button { cursor: pointer; }
.form-page textarea::placeholder { font-style: italic; }



