span.green {
  background: rgb(239 145 157);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}



*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
a{
    text-decoration:none;
    cursor:pointer!important
}
p{
    font-family:arial;

}span{
    font-family:arial black,Arial,sans-serif;

}
ul li{
    list-style:none
}
html{
    font-size:55%;
    -webkit-text-size-adjust:100%;
    height:100%
}
img{
    border:0;
    vertical-align:middle;
    max-width:100%
}
iframe{
    position:absolute!important;
    border:0!important;
    width:0!important;
    height:0!important
}
body{
    font-family:arial black,Arial,sans-serif;
    font-size:1.8rem;
    min-width:320px;
    line-height:1.1;
    color:#fff;
    background:#000;
    height:100%;
    padding:3rem 0
}
:focus{
    outline:0
}
.slider-block{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0
}
.slider-item{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center top;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    opacity:0;
    transition:opacity .7s linear
}
.slider-item.active{
    opacity:1
}
.slider-item.item1,.slider-item.item2,.slider-item.item3,.slider-item.item4,.slider-item.item5,.slider-item.item6{
    background-image:url(../images/front.jpg)
}
.header{
    font-size:3.9rem;
    position:relative;
    padding-bottom:10px;
    color:rgb(239 145 157);;
}
.under_header{
    padding: 32px 70px;
    position: relative;
    background-color: rgb(0 0 0 / 65%);
    /* border-radius: 5px; */
}
.under_header p{
    font-size:16px;
    line-height:1.4
}
.center{
    margin:0 auto;
    max-width:900px;
    /* width:90%; */
    z-index:10
}
.step{
    display:none;
    flex-direction:column;
    position:relative;
    vertical-align:middle
}
.step.visible{
    display:flex
}
.step p{
    font-family:arial;
    font-size:2.4rem;
    margin-bottom:1rem
}
.pagination{
    margin:4rem 0 3rem;
    text-align:center
}
.pagination-item{
    width:5.2rem;
    height:5.2rem;
    margin:0 1.6rem 1.6rem;
    background-color:rgb(239 145 157);;
    font-size:2.6rem;
    color:#fff;
    line-height:5rem;
    font-weight:700;
    border-radius:100%;
    display:inline-block;
    box-sizing:content-box;
    transition:all .2s linear;
    position:relative
}
.pagination-item.active{
    background-color:#dd5869;
}
.step-title{
    padding: 30px 30px;
    font-size: 3rem;
    /* margin:1rem 0; */
    background-color: rgb(239 145 157);
    /* border-radius: 5px; */
}
.btn-block{
    margin:4rem auto 2rem;
    text-align:center
}
.btn{
    display:inline-block;
    width:26%;
    max-width:300px;
    margin:1rem;
    text-decoration:none;
    font-family:Arial;
    font-size:2rem;
    color:#fff;
    cursor:pointer
}
.btn.h5{
    width:auto
}
.btn img{
    border-radius:50%;
    display:block;
    margin-bottom:1rem;
    border:5px solid transparent;
    transition:.25s ease;
    
}
.btn h5{
        /* border-radius: 3%; */
        display: inline-block;
        margin-bottom: 1rem;
        border: 5px solid transparent;
        transition: .25s ease;
        font-size: 3rem;
        color: #fff;
        width: 245px;
        height: 60px;
        vertical-align: middle;
        position: relative;
        background-color: rgb(239 145 157);;
}
.btn h5 span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.btn:hover h5,.btn:hover img{
    border:5px solid #bf382e
}

.text-span{
    text-shadow: 0 0 7px black;
    box-shadow: black;
    font-size: 3rem;
}
.btn-start{
    font-size:2.5rem;
    font-weight:700;
    border-radius:10px;
    background:#cb5968;
    color:#fff;
    padding:3rem 5.5rem;
    display:inline-block;
    transition:all .2s linear
}
.btn-start:hover{
    background-color:#bf382e
}
.hidden{
    display:none!important
}
.showing{
    display:flex;
    -webkit-animation-duration:400ms;
    animation-duration:400ms;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
.preload{
    width:1px;
    height:1px;
    overflow:hidden
}
.last{
    line-height: 1.4;
    display: none;
    padding: 32px 70px;
    background-color: rgb(0 0 0 / 65%);
    /* background-color: rgb(255 255 255); */
    color: white;
    padding: 40px 80px;
    border: solid;
    border-color: rgb(239 145 157);
    border-width: 5px;
    width: auto;
}
.thelast h3{
    display:none;
    background-color:rgb(239 145 157);
    color: white;
    padding: 40px 0px;
    display:none;
    border-radius: 5px;
}
.thelast h3.firsth{
    
    display:block;
    width:100%;
    padding:10px 0;
    text-align:center
}

.firsth{
    color:rgb(239 145 157);
    text-align: center;
}
.progress-bar{
    width:100%;
    height:16px;
    max-width:500px;
    margin:50px auto;
    border:2px solid #0026ff;
    background:0 0;
    position:relative;
    padding:1px
}
.progress{
    width:0;
    height:10px;
    background-color:#0026ff;
    transition:width .6s ease-in-out
}
.last h3{
    padding-bottom:10px
}
.last h3:first-of-type{
    padding-top:30px
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@media(max-width:960px){
    html{
        font-size:45%
    }
    .header{
        font-size:3rem
    }
}
@media(max-width:600px){
    html{
        font-size:40%
    }
    body{
        display:flex;
        flex-direction:column
    }
    .step-title{
        font-size:3rem;
    }
    .step p{
        font-size:2.8rem
    }
    .container{
        display:flex;
        flex-grow:1
    }
    .step-inner{
        flex-grow:1
    }
}
@media(max-width:540px){
    .btn{
        width:50%
    }
}

@media(max-width:450px){
    .under_header {
        padding: 20px;
    }

    .under_header p {
        font-size: 14px;
        line-height: 1.4;
    }
    .btn-block {
        margin: 2rem auto 2rem;
        text-align: center;
    }

    .btn {
        width: 27%;
    }
    

    .step-title {
        font-size: 2.5rem;
            padding: 20px;
    }

    .btn h5 {
        font-size: 2.5rem;
    }

    .last {
        padding: 20px;
        border-radius: 25px;
        flex-grow: 0;
    }

    .step p {
        font-size: 2.2rem;
    }

    .thelast h3 {
        padding: 20px 0px;
    }
}
