@charset "utf-8";


html{
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,body{
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: 100%;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
	padding: 0px;
}

input:focus {
	outline: none;
}


body {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#7c7c7c;
	font-family: Arial;
	font-weight:normal;
	-webkit-text-size-adjust:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:50px;
}

a {
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#7c7c7c;
	font-family: Arial;
	font-weight:normal;
	
}

b,strong{
	
}
.clear {
	clear:both;
}

ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

#wrapper{
	position:relative;
	max-width:768px;
	padding:0px;
	margin:0 auto 0 auto;
	height:100%;
	min-height:100%;
}

.ipad-pro #wrapper{
	max-width:10000px;
}



/* //////////////////////////////////////////////// */

.header{
	height:60px;
	position:relative;
	background:#fff;
}

.header .logo{
	position:absolute;
	left:50%;
	top:50%;
	background: url("../images/logo.png") no-repeat center center / contain;
	width: 155px;
	height: 43px;
	margin:-21px 0 0 -77px;
	display:block;
}


.top-content{
	background: url("../images/img-top.jpg") no-repeat center top / contain;
	padding:130px 40px 20px 40px;
	position:relative;
}

.ipad-pro .top-content{
	background-position:right top;
}

.top-content.info{
	padding-top:160px;
}

.back-button{
	text-align:center;
	padding:30px 0 20px 0;
}
.top-content .back{
	color:#61a546;
	font-weight:bold;
	margin:0 auto 0 auto;
}


.top-content .top-icon{
	position:absolute;
	left:50%;
	top:40px;
	background: url("../images/icon-info.png") no-repeat center center / contain;
	width: 65px;
	height: 65px;
	margin:0 0 0 -32px;
}


.top-content h2,
.steps h2,
.bottom-content h2{
	font-size:24px;
	color:#3d5265;
}

.top-content .text{
	line-height:26px;
	padding:15px 0 0 0;
}

.top-content .text a{
	color:#61a546;	
}

.steps{
	background:#f2f2f2;
	padding:15px 40px 10px 40px;
}

.steps .items{
	padding:15px 0 0 0;
}

.steps .items .item{
	margin:0 0 10px 0;
	background:#fff;
	padding:20px 25px 15px 25px;
	display:block;
	z-index: 100;
}

.steps .items .item h3{
	font-size:16px;
	font-weight:bold;
	color:#404040;
}

.steps .items .item .text{
	line-height:26px;
	padding:8px 0 0 0;
}

.steps .items .item .icon{
	float:right;
	background: url("../images/icon-step1.png") no-repeat center center / contain;
	width: 95px;
	height: 95px;
	margin:-20px 0 0 0;
}

.steps .items .item.i2 .icon{ background-image: url("../images/icon-step2.png"); } 
.steps .items .item.i3 .icon{ background-image: url("../images/icon-step3.png"); } 
.steps .items .item.i4 .icon{ background-image: url("../images/icon-step4.png"); } 

.steps .items .item .buttons{
	padding:15px 0 10px 0;
	height: 38px;
}

.steps .items .item .google-play,
.steps .items .item .app-store{
	display:block;
	background: url("../images/icon-google-play.png") no-repeat center center / contain;
	width: 124px;
	height: 38px;
	float:left;
	margin:0 10px 0 0;
}

.steps .items .item .app-store{ background-image: url("../images/icon-app-store.png"); } 

.bottom-content {
	padding:15px 40px 20px 40px;
}

.bottom-content ul{
	padding:10px 0 0 0;	
}

.bottom-content ul li{
	list-style-type: disc;	
	padding:11px 0 11px 0;
	line-height:26px;
}


.online-payments{
	background:#3d5265;
	padding:25px 40px 25px 40px;
	text-align:center;
	color:#fff;
}

.online-payments h5{
	font-size:24px;	
	padding:0 0 25px 0px;
}

.online-payments a{
	display:block;
	background: url("../images/icon-bt.png") no-repeat center center / cover;
	width: 111px;
	height: 52px;
	margin:0 auto 0 auto;
	color:#fff;
	line-height:52px;
	font-size:16px;
	font-weight:bold;
}

.footer{
	background:#fff url("../images/icon-footer.png") no-repeat right bottom / auto 90%;
	height: 50px;
	position:absolute;
	bottom:0px;
	left:50%;
	width:768px;
	margin:0 0 0 -384px;
}

@media screen and (max-width: 768px) {
	.footer{
		left:0px;
		width:100%;
		margin:0px;
	}
}

.ipad-pro .footer{
	left:0px;
	width:100%;
	margin:0px;
}
	





.slick-prev,
.slick-next{
    display:none !important;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.slick-dots{
    position: absolute;
    bottom: 12px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border:1px solid #3d5265;

    cursor: pointer;
    position:relative;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.slick-dots li.slick-active{
	background:#3d5265
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
	position:absolute;
	left:0px;
	top:0px;
    width: 100%;
    height: 100%;
    padding: 0px;
	 opacity: 0;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





@media screen and (max-width: 480px) {
	
	
	.top-content{
		background: url("../images/mob-img-top.jpg") no-repeat center top / contain;
		padding:140px 10px 10px 10px;
	}
	
	
	
	.top-content h2,
	.steps h2,
	.bottom-content h2{
		font-size:21px;
	}
	
	.top-content .text{
		padding:10px 0 0 0;
	}
	
	.top-content .text br{
		display:none;
	}
	
	.steps{
		padding:15px 10px 10px 10px;
	}
	
	.steps h2{
		padding:0 0 20px 0;
	}
	
	.steps .items{
		overflow:hidden;
		padding:0px 0 25px 0;
		position:relative;
		margin:0px;
	}
	
	.steps .items .item{
		margin:0 0 10px 0;
		background:#fff;
		padding:130px 10px 0px 10px;
		position:relative;
		float:left;
		height:310px;
	}
	
	
	.steps .items .item .icon{
		float:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:130px;
		background-size:auto 80%;
		margin:0px 0 0 -30px;
	}
	
	.steps .items .item.i2 .icon{
		margin:0px 0 0 -10px;
	}
	
	.steps .items .item.i3 .icon{
		margin:0px 0 0 -5px;
	}
	
	.steps .items .item.i4 .icon{
		margin:0px 0 0 -20px;
	}
	
	.bottom-content {
		padding:15px 10px 20px 10px;
	}
	
	.bottom-content ul{
		padding:10px 0 0 15px;	
	}
	
	.bottom-content ul li{
		padding:8px 0 8px 0;
	}
	
	
	.online-payments{
		padding:25px 10px 25px 10px;
	}
	
	.online-payments h5{
		font-size:21px;	
	}
	
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
