@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
*{
  margin:0;
  padding:0}
:focus{
  outline:0}
img{
  border:none max-width: 100%}
html,body{
  height:100%}
ol,ul{
  list-style:none}
html{
  font-size:62.5%;
  -webkit-text-size-adjust:none}
body{
  background:-webkit-radial-gradient(transparent 70%, rgba(255,255,255,1)) center 0 no-repeat;
  font-family:Montserrat, sans-serif;
  color:#000;
  font-size:1.9rem;
  line-height:1.5;
  background-image: url(photo.webp);
  background-position: center;
  background-size:auto 100%;
  background-color: #fff;
}
.container{
  text-align:center;
  height:100%}
.container:before{
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle}
.step-block{
  max-width:400px;
  width:95%;
  display:inline-block;
  vertical-align:middle;
  margin:2rem 0;
  background:rgba(0, 0, 0, 0.6);
  color:#fff;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius:5px;
  text-align:left}
.step{
  display:none}
.step:first-child{
  display:block}
.step-header{
  text-align:center;
  padding:2rem 1rem 0}
.step-header h2{
  font-weight:bolder;
  font-size:2rem;
  color: #fffd00;
}
.step-header li{
  display:inline-block;
  margin:0 .8rem;
  border-radius:50%;
  height:35px;
  width:35px;
  /* padding: 5px 12px; */
  line-height:35px;
  text-align:center;
  color: #000;
  background:#fff;
  font-size:20px;
}
.step-header li:first-child{
	/* padding:5px 13px */
}
.step-header li.active{
  background: #fffd00;
}
.step_title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:1.5rem;
  background:rgba(7, 94, 84, .7);
  font-weight:bold;
  text-align:center;
  font-size:2.2rem;
  color:#fff}
.step-inner{
  padding:2rem 2rem 1rem;
}
.step p{
  margin-bottom:1rem}
.load-step p{
  float:left;
  font-size:2.2rem;
  width:60%}
.load-step .loader{
  float:right;
  display:none;
  width:40%;
  max-width:100px;
  margin:0 0 2rem}
.highlight{
  color:#fffd00;
}
.made-blue .highlight2 {
  color:#fb7777 !important; /* 32ff31 */
}
.made-blue .highlight,
.made-blue .step-header h2 {
  color:#4194ee !important;
}
.btn-block{
  padding: .5rem 0 1.5rem;
  text-align:center}

.made-blue .btn{
  background:#007aff !important;
  color:#fff !important;
}

.btn{
  display:inline-block;
  font-size:2rem;
  text-transform:uppercase;
  padding:1rem 0;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  font-weight:bold;
  background:#fffd00;
  color:#000;
  width:40%;
  max-width:130px;
  margin:0 1%;
  border:none}
.btn-finish {
  width: 65%;
  max-width:220px;
}
.btn-no{
  background:#fff;
}
.notice{
  text-align:center;
  margin-bottom:1.5rem}
.options{
  max-width:200px;
  margin:auto}
.option-item{
  position:relative;
  padding-left:4.5rem;
  margin-bottom:2rem;
  cursor:pointer;
  line-height:3rem}
.option-item:before{
  content:'';
  display:block;
  width:30px;
  height:30px;
  position:absolute;
  top:0;
  left:0;
  border:1px solid #fff}
.option-item.checked:before{
  background:#6c5b7b;
}
.option-item.checked:after{
  content:'';
  display:block;
  position:absolute;
  top:2px;
  left:9px;
  border:6px solid #fff;
  border-left:0;
  border-top:0;
  width:8px;
  height:17px;
  transform:rotate(45deg)}
@media (max-width:800px){
  html{
    font-size:55%}
  body {
    background-size: contain;
  }
}
@media (max-width:600px){
  html{
    font-size:50%}
  .option-item{
    line-height:4rem}
}
