.page#htp .swiper-container { background: #585757 }
.page#htp .swiper-slide { 
    display: flex;
    align-items: center;   
    /* height: 100vh; */
    height: 138vh;
}
.page#htp .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.page#htp .swiper-pagination .swiper-pagination-bullet-active { background-color: #ff9500; }
/* .page#htp .swiper-pagination { bottom: 40px } */
.page#htp .step {
    width: 85%;
    height: fit-content;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    border-radius: 0.5rem;
    background: #FFFFFF;
}
.page#htp .step .banner { margin: 15% 0 }
.page#htp .step .banner img { width: 100% }
.page#htp .step .step-action {
    margin: 2em 0 1em;
    display: flex;
}
.page#htp .step .step-action .button { 
    width: 50%;
    margin: 0 5px;
}