<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider *,
#slider ::after,
#slider ::before {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.content{
 width: 94vw;
 padding: 25px 3vw 0;
 margin: 0 auto;
/* overflow-x: hidden; */
 max-width: 980px;
 min-width: 450px;
}
.title{
	text-align: center;
	color: #50b848;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}
#slider{
	display: table;
	width: 100%;
	padding-bottom: 30px;
}
#slider #tabs{
	display: table-cell;
	position: relative;
	width: 280px;
}
#slider #tab{
	display: table-cell;
	position: relative;
	padding-left: 25px;
}
#slider #tabs div.active{
	padding: 24px 25px 24px 75px;
	border-right: 10px solid #50b848;
	cursor: default;
}
#slider #tabs &gt; div{
	height: 48px;
	font-size: 18px;
	line-height: 24px;
	color: #636c6c;
	padding: 24px 25px 24px 75px;
	width: 170px;
	margin: 25px 0;
	cursor: pointer;
}
#slider #tabs .mob{background: url( 'images/mobile-op.png' ) no-repeat 8px center;}
#slider #tabs .card{background: url( 'images/card-op.png' ) no-repeat left center;}
#slider #tabs .watch{background: url( 'images/watch-op.png' ) no-repeat 5px center;}
#slider #tabs .pay{background: url( 'images/pay-op.png' ) no-repeat left center;}
#slider #tabs .mob.active{background: url( 'images/mobile.png' ) no-repeat 8px center;}
#slider #tabs .card.active{background: url( 'images/card.png' ) no-repeat left center;}
#slider #tabs .watch.active{background: url( 'images/watch.png' ) no-repeat 5px center;}
#slider #tabs .pay.active{background: url( 'images/pay.png' ) no-repeat left center;}

#tab &gt; div{width: 100%; display: none;}
#tab &gt; div.tab-active{display: block;}
#tab .sll,
#tab .slr{
	width: 24px;
	height: 46px;
	display: block;
	position: absolute;
	left: 25px;
	top: 230px;
	cursor: pointer;
	background: url( 'images/sll.png' ) no-repeat center center;
}
#tab .slr{background: url( 'images/slr.png' ) no-repeat center center; left: 100%; margin-left: -24px;}
#tab .sl-hide{display: none;}

#tab .title-tab{
	font-size: 20px;
	line-height: 24px;
	color: #636c6c;
	padding: 0 25px;
}
#tab .title-tab span{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #50b848;
}
#tab .about-info,
#tab .about-err{
	position: absolute;
	bottom: -27px;
	left: 25px;
	font-size: 18px;
	line-height: 24px;
	color: #636c6c;
}

#tab .slide{
	padding: 0 25px 550px;
	display: none;
}
#tab .tab-2 .slide{padding: 0 25px 520px;}
#tab .slide.act{display: block;}
#tab .slide.mob1-slide{background: url( 'images/mob1-slide.png' ) no-repeat center 150px; padding-bottom: 390px;}
#tab .slide.mob2-slide{background: url( 'images/mob2-slide.png' ) no-repeat center bottom;}
#tab .slide.mob3-slide{background: url( 'images/mob3-slide.png' ) no-repeat center bottom;}

#tab .slide.card1-slide{background: url( 'images/card1-slide.png' ) no-repeat center bottom;}
#tab .slide.card2-slide{background: url( 'images/card2-slide.png' ) no-repeat center bottom;}
#tab .slide.card3-slide{background: url( 'images/card3-slide.png' ) no-repeat center bottom;}
#tab .slide.card4-slide{background: url( 'images/card4-slide.png' ) no-repeat center bottom;}

#tab .slide.watch1-slide{background: url( 'images/watch1-slide.png' ) no-repeat center bottom; padding-bottom: 500px;}
#tab .slide.watch2-slide{background: url( 'images/watch2-slide.png' ) no-repeat center bottom; padding-bottom: 500px;}
#tab .slide.watch3-slide{background: url( 'images/watch3-slide.png' ) no-repeat center bottom; padding-bottom: 500px;}
#tab .slide.watch4-slide{background: url( 'images/watch4-slide.png' ) no-repeat center bottom; padding-bottom: 530px;}
#tab .slide.watch5-slide{background: url( 'images/watch5-slide.png' ) no-repeat center bottom; padding-bottom: 530px;}
#tab .slide.watch6-slide{background: url( 'images/watch6-slide.png' ) no-repeat center bottom; padding-bottom: 500px;}

#tab .slide.pay1-slide{background: url( 'images/pay1-slide.png' ) no-repeat center bottom; padding-bottom: 390px;}
#tab .slide.pay2-slide{background: url( 'images/pay2-slide.png' ) no-repeat center bottom;}
#tab .slide.pay3-slide{background: url( 'images/pay3-slide.png' ) no-repeat center center; padding-bottom: 390px;}

@media screen and (max-width: 760px) {
	#slider{display: block;}
	#slider #tabs{display: table;width: 100%;}
	#slider #tabs &gt; div{display: table-cell; padding: 100px 10px 25px; text-align: center;}
	#slider #tabs div.active{ padding: 100px 10px 15px; border-right: 0px; border-bottom: 10px solid #50b848;}
	
	#slider #tab{display: block;padding-left: 0px;margin-top: 30px;}
	#tab .sll{left: 0px;}
	
	#slider #tabs .mob{background: url( 'images/mobile-op.png' ) no-repeat center 8px;}
	#slider #tabs .card{background: url( 'images/card-op.png' ) no-repeat center 17px;}
	#slider #tabs .watch{background: url( 'images/watch-op.png' ) no-repeat center 5px;}
	#slider #tabs .pay{background: url( 'images/pay-op.png' ) no-repeat center 5px;}
	#slider #tabs .mob.active{background: url( 'images/mobile.png' ) no-repeat center 8px;}
	#slider #tabs .card.active{background: url( 'images/card.png' ) no-repeat center 17px;}
	#slider #tabs .watch.active{background: url( 'images/watch.png' ) no-repeat center 5px;}
	#slider #tabs .pay.active{background: url( 'images/pay.png' ) no-repeat center 5px;}
}
@media screen and (max-width: 666px) {
	#tab .about-info{bottom: -54px;}
	#slider{padding-bottom: 60px;}
}
@media screen and (max-width: 520px) {
	#slider #tabs &gt; div{
        font-size: 13px;
        line-height: 15px;
        display: inline-block;
        width: calc( 50% - 28px );
    }
	#slider #tabs &gt; div.active{
        color: #50b848;
        border: 0px solid #fff;
    }
    .content{min-width: auto;}
}
.steps ul li:before{display: none;}
</pre></body></html>