@font-face {
    font-family: 'proxima_nova_extrabold';
    src: url('/static/fonts/proxima/proximanova-extrabold-webfont.eot');
    src: url('/static/fonts/proxima/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/proxima/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('/static/fonts/proxima/proximanova-extrabold-webfont.woff') format('woff'),
         url('/static/fonts/proxima/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('/static/fonts/proxima/proximanova-extrabold-webfont.svg#proxima_nova_extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html, body {
	height: 650px;
	width: 100%;
	padding: 0;
}

#body_content {
    position: relative;
}

.hidden_scroll {
	opacity: 0;
}

.visible_scroll {
	opacity: 1;
}

.step-question {
	color: #3DD840;
    font-family: proximanova_ltsemibold;
	font-size: 12px;
}

.step-title-blue {
	color: #2691CF;
    font-family: proxima_nova_rgregular;
	font-size: 50px;
	line-height: 50px;
	margin: 25px 0;
	padding-left: 0;
	padding-right: 0;
}

.step-title-white {
	color: #FFFFFF;
    font-family: proxima_nova_rgregular;
	font-size: 50px;
	line-height: 50px;
	margin: 25px 0;
	padding-left: 0;
	padding-right: 0;
}

.step-paragraph {
	color: #6B6B6B;
    font-family: proxima_novalight;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	padding: 0;
}

.step-paragraph p {
	margin: 0;
}

.step-text-white {
	color: #FFFFFF;
}

.step-text-green {
	color: #3DD840;
}

.step-text-blue {
	color: #2691CF;
}

@media (max-width: 500px) {
	.step-title-blue, .step-title-white {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 400px) {
	.step-title-blue, .step-title-white {
		font-size: 30px;
		line-height: 35px;
	}
}

/*----- STEP REGISTER -----*/
#step-register {
    width: 100%;
    border-bottom: 2px solid #3DD840;
    text-align: center;
    padding: 7px 0 5px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#step-register .row {
	margin-left: 0;
	margin-right: 0;
}

.step-register-fixed {
	position: fixed;
    z-index: 100; 
    top: 0; 
    left: 0;
    opacity: 1 !important;
}

.step-register-button {
    display: inline-block;
    background: #3DD840;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 5px 20px 3px;
    font-family: proximanova_ltsemibold;
    font-size: 16px;
    letter-spacing: 1px;
}

.step-register-image {
    height: 33px;
}

@media (max-width: 767px) {
    .step-register-image {
        display: none;
    }
}

/*----- STEP REGISTER -----*/

/*----- STEP 0 -----*/
#step0 {
	min-height: 100%;
	width: 100%;
	background: rgba(38, 145, 207, 1);
	padding: 0;
}

#step0 p, #step0 .row {
	margin-left: 0;
	margin-right: 0;
}

#step0 a {
	text-decoration: none !important;
}

.step0-title {
	color: #FFFFFF;
    font-family: proxima_nova_rgregular;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	padding: 120px 0 50px;
}

.step0-text {
	color: #FFFFFF;
    font-family: proxima_novalight;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.step0-product-line {
	display: block;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

.step0-2x2-block {
	display: inline-block;
}

.step0-product-box {
	display: inline-block;
	width: 170px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 4px;
	color: #2691CF;
	margin: 15px 15px;
	text-align: center;
	vertical-align: top;
}

.step0-product-image {
	margin: 20px auto 15px;
}

.step0-product-image2 {
	margin: 15px auto 10px;
}

.step0-product-box p {
    font-family: proximanova_ltsemibold;
    font-size: 16px;
    line-height: 19px;
}

.step0-footer {
    font-family: proxima_novalight;
	text-align: center;
	margin-bottom: 30px;
}

.step0-footer-image {
	display: inline-block;
	margin-right: 10px;
    cursor: pointer;
}

.step0-footer-text {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
    cursor: pointer;
}

.step0-product1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.step0-product2 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.step0-product3 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-o-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.step0-product4 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.step0-popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 145, 207, 0.7);
    z-index: 1000;
    text-align: center;
}

.step0-popup-box {
    display: inline-block;
    background: #FFFFFF;
    color: #000000;
    border-radius: 5px;
    margin-top: 15%;
}

.step0-popup-close {
    float: right;
    margin: 10px;
    cursor: pointer;
}

.step0-popup-video {
    padding: 10px;
}

@media (max-width: 830px) {
	.step0-2x2-block {
		display: block;
	}

	.step0-product3 {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
	}

	.step0-product4 {
		-webkit-animation-delay: 0.5s;
		-moz-animation-delay: 0.5s;
		-o-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
}

@media (max-width: 530px) {
    .step0-footer {
        display: none;
    }
}

@media (max-width: 404px) {
	.step0-product1 {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
	}

	.step0-product2 {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
	}

	.step0-product3 {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
	}

	.step0-product4 {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		-o-animation-delay: 0s;
		animation-delay: 0s;
	}
}

/*----- STEP 0 -----*/

/*----- STEP 1 -----*/

#step1 {
	min-height: 100%;
	width: 100%;
	background: url("/static/images/company_zone/step_1.jpg");
    background-position: right 20% top;
	background-repeat: no-repeat;
}

.step1-box {
	padding: 60px 0 0 75px;
}

@media (max-width: 1300px) {
    #step1 {
        background-position: right -30% top;
    }
}

@media (max-width: 1300px) {
    #step1 {
        background-position: left 300px top !important;
    }
}

@media (max-width: 767px) {
	.step1-box {
		padding-right: 35%;
	}
}

@media (max-width: 600px) {
	.step1-box {
		padding-right: 75px;
	}
}

@media (max-width: 500px) {
    #step1 {
        background-image: none;
    }

	.step1-box {
		float: left;
		padding: 60px 15px 15px;
	}
}

/*----- STEP 1 -----*/

/*----- STEP 2 -----*/

#step2 {
	min-height: 100%;
	width: 100%;
	background-image: url("/static/images/company_zone/step_2_phone.png"), url("/static/images/company_zone/step_2.jpg");
	background-position: left 20% bottom, center center;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
}

.step2-box {
	padding: 60px 175px 0 15px;
	float: right;
	display: inline-block;
}

@media (max-width: 1200px) {
	.step2-box {
		padding: 60px 75px 0 15px;
	}
}

@media (max-width: 992px) {
	#step2 {
		background-position: left 10% bottom, center center;
	}
}

@media (max-width: 767px) {
	#step2 {
		background-image: url("/static/images/company_zone/step_2.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.step2-box {
		padding-left: 40%;
		padding-right: 60px;
	}
}

@media (max-width: 640px) {
	.step2-box {
		padding-left: 75px;
	}
}

@media (max-width: 500px) {
	.step2-box {
		float: left;
		padding: 60px 15px 15px;
	}
}

/*----- STEP 2 -----*/

/*----- STEP 3 -----*/

#step3 {
	min-height: 100%;
	width: 100%;
	background: #FFFFFF;
}

.step3-image1 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_1.svg");
	background-position: left 15% center;
	background-repeat: no-repeat;
	-webkit-background-size: 170px;
	-moz-background-size: 170px;
	-o-background-size: 170px;
	background-size: 170px;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.step3-image2 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_2.svg");
	background-position: left 23% top 13%;
	background-repeat: no-repeat;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;

	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.step3-image3 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_2.svg");
	background-position: right 24% top 22%;
	background-repeat: no-repeat;
	-webkit-background-size: 45px;
	-moz-background-size: 45px;
	-o-background-size: 45px;
	background-size: 45px;

	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.step3-image4 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_2.svg");
	background-position: left 26% bottom 6%;
	background-repeat: no-repeat;
	-webkit-background-size: 70px;
	-moz-background-size: 70px;
	-o-background-size: 70px;
	background-size: 70px;

	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.step3-image5 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_2.svg");
	background-position: right 22% top 55%;
	background-repeat: no-repeat;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;

	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.step3-image6 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_3.svg");
	background-position: left 8% top 27%;
	background-repeat: no-repeat;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;

	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.step3-image7 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_3.svg");
	background-position: left 12% bottom 20%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.step3-image8 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_3.svg");
	background-position: right 9% top 33%;
	background-repeat: no-repeat;
	-webkit-background-size: 70px;
	-moz-background-size: 70px;
	-o-background-size: 70px;
	background-size: 70px;

	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.step3-image9 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_3.svg");
	background-position: right 17% bottom 13%;
	background-repeat: no-repeat;
	-webkit-background-size: 150px;
	-moz-background-size: 150px;
	-o-background-size: 150px;
	background-size: 150px;

	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.step3-image10 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_3_3.svg");
	background-position: right 44% bottom 4%;
	background-repeat: no-repeat;
	-webkit-background-size: 35px;
	-moz-background-size: 35px;
	-o-background-size: 35px;
	background-size: 35px;

	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.step3-box {
	padding-top: 60px;
	text-align: center;
}

@media (max-width: 1150px) {
	.step3-image1 {
		background-position: left 10% center;
	}
}

@media (max-width: 992px) {
	.step3-image1 {
		background-position: left 5% center;
	}
}

@media (max-width: 767px) {
	.step3-box {
		padding-left: 40%;
		padding-right: 60px;
		text-align: left;
	}

	.step3-image1 {
		background-position: left 5% center;
	}

	.step3-image2, .step3-image3, .step3-image4, .step3-image5, .step3-image6,
	.step3-image7, .step3-image8, .step3-image9, .step3-image10 {
		display: none;
	}
}

@media (max-width: 640px) {
	.step3-box {
		padding-left: 35%;
	}

	.step3-image1 {
		background-position: left 3% center;
		-webkit-background-size: 130px;
		-moz-background-size: 130px;
		-o-background-size: 130px;
		background-size: 130px;
	}
}

@media (max-width: 500px) {
	.step3-box {
		float: left;
		padding: 60px 15px 15px;
	}

	.step3-image1 {
		display: none;
	}
}

/*----- STEP 3 -----*/

/*----- STEP 4 -----*/

#step4 {
	min-height: 100%;
	width: 100%;
	background: #023973;
	z-index: 999999;
}

.step4-image1 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_1.png");
	background-position: left 30% bottom 25%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.step4-image2 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_2.png");
	background-position: left 40% bottom 10%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.step4-image3 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_3.png");
	background-position: left 49% bottom 28%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.step4-image4 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_4.png");
	background-position: right 26% bottom 27%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.step4-image5 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_5.png");
	background-position: right 17% bottom 10%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.step4-image6 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_6.png");
	background-position: right 14% top 47%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.step4-image7 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_7.png");
	background-position: right 25% top 27%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.step4-image8 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_8.png");
	background-position: right 9% top 14%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.step4-image9 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_9.png");
	background-position: right 31% top 7%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.step4-image10 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_av_10.png");
	background-position: right 43% top 34%;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.step4-image11 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: left 46% top 46%;
	background-repeat: no-repeat;
	-webkit-background-size: 50px;
	-moz-background-size: 50px;
	-o-background-size: 50px;
	background-size: 50px;

	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.step4-image12 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: left 16% bottom 16%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-o-animation-delay: 3.2s;
	animation-delay: 3.2s;
}

.step4-image13 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: right 44% bottom 5%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3.4s;
	-moz-animation-delay: 3.4s;
	-o-animation-delay: 3.4s;
	animation-delay: 3.4s;
}

.step4-image14 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: right 10% bottom 25%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-o-animation-delay: 3.2s;
	animation-delay: 3.2s;
}

.step4-image15 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: right 6% top 35%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.step4-image16 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: right 20% top 7%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3.4s;
	-moz-animation-delay: 3.4s;
	-o-animation-delay: 3.4s;
	animation-delay: 3.4s;
}

.step4-image17 {
	width: 97%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_4_1.svg");
	background-position: right 33% top 40%;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;

	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.step4-box {
	padding: 60px 0 0 75px;
}

@media (min-width: 1200px) {
	.step4-box {
		padding-right: 5%;
	}

    .step4-box p {
        max-width: 450px;
    }
}

@media (max-width: 1200px) {
	.step4-image1 {
		background-position: left 30% bottom 5%;
	}
}

@media (max-width: 1000px) {
	.step4-image1, .step4-image2, .step4-image11, .step4-image12  {
		display: none;
	}
}

@media (max-width: 850px) {
	.step4-image3, .step4-image10  {
		display: none;
	}
}

@media (max-width: 767px) {
	.step4-box {
		padding-right: 35%;
	}

	.step4-image4  {
		display: none;
	}
}

@media (max-width: 640px) {
	.step4-box {
		padding-right: 35%;
	}

	.step4-image7, .step4-image9, .step4-image16, .step4-image17  {
		display: none;
	}
}

@media (max-width: 550px) {
	.step4-image5, .step4-image6, .step4-image8, .step4-image13, .step4-image14, .step4-image15  {
		display: none;
	}

	.step4-box {
		padding-right: 75px;
	}
}

@media (max-width: 500px) {
	.step4-box {
		float: left;
		padding: 60px 15px 15px;
	}
}

/*----- STEP 4 -----*/

/*----- STEP 5 -----*/

#step5 {
	min-height: 100%;
	width: 100%;
	background: url("/static/images/company_zone/step_5.jpg") no-repeat right 85% center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

.step5-box {
	padding: 60px 175px 0 15px;
	float: right;
	display: inline-block;
}

@media (max-width: 1300px) {
    #step5 {
		background-position: right 100% center;
	}
}

@media (max-width: 1200px) {
    #step5 {
		background-position: right 150% center;
	}

	.step5-box {
		padding: 60px 75px 0 15px;
	}
}

@media (max-width: 1050px) {
	#step5 {
		background-position: right 250px center;
	}
}

@media (max-width: 992px) {
	#step5 {
		background-position: right 250px center;
	}
}

@media (max-width: 900px) {
	#step5 {
		background-position: right 200px center;
	}
}

@media (max-width: 767px) {
	#step5 {
		background-position: right 250px center;
	}

	.step5-box {
		padding-left: 40%;
	}
}

@media (max-width: 640px) {
	#step5 {
		background-image: none;
	}

	.step5-box {
		padding-left: 75px;
	}
}

@media (max-width: 500px) {
	.step5-box {
		float: left;
		padding: 60px 15px 15px;
	}
}

/*----- STEP 5 -----*/

/*----- STEP 6 -----*/

#step6 {
	min-height: 100%;
	width: 100%;
	background: #2691CF;
}

.step6-image0-box {
	height: 650px;
}

.step6-image0 {
	height: 285px;
	width: 285px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
    font-family: proxima_nova_extrabold;
	font-size: 155px;
	text-align: center;
	padding-top: 35px;
	color: #3DD840;
	margin: 155px 0 0 190px;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.step6-image1 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_1.png");
	background-position: left 80px top 255px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.step6-image2 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_2.png");
	background-position: left 145px top 90px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.step6-image3 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_3.png");
	background-position: left 305px top 30px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.step6-image4 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_4.png");
	background-position: left 465px top 90px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.step6-image5 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_5.png");
	background-position: left 535px top 255px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.step6-image6 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_6.png");
	background-position: left 465px top 420px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.step6-image7 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_7.png");
	background-position: left 275px top 485px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-o-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.step6-image8 {
	right: 0;
	width: 100%;
	height: 650px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_6_8.png");
	background-position: left 115px top 420px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.step6-box {
	padding: 60px 15px 0 75px;
}

.step6-image0-mini {
	display: none;
	padding: 0 15%;
}

.step6-image0-mini img {
	height: 115px;
	padding-bottom: 20px;
	margin: 0 auto;
	display: block;
}

@media (max-width: 1300px) {
	.step6-image0 {
		margin: 155px 0 0 110px;
	}

	.step6-image1 {
		background-position: left 0 top 255px;
	}

	.step6-image2 {
		background-position: left 65px top 90px;
	}

	.step6-image3 {
		background-position: left 225px top 30px;
	}

	.step6-image4 {
		background-position: left 385px top 90px;
	}

	.step6-image5 {
		background-position: left 455px top 255px;
	}

	.step6-image6 {
		background-position: left 385px top 420px;
	}

	.step6-image7 {
		background-position: left 195px top 485px;
	}

	.step6-image8 {
		background-position: left 35px top 420px;
	}
}

@media (max-width: 1200px) {
	.step6-image0-box {
		height: 600px;
	}

	.step6-image0 {
		margin: 155px auto 0 auto;
	}

	.step6-image1, .step6-image2, .step6-image3, .step6-image4,
	.step6-image5, .step6-image6, .step6-image7, .step6-image8	{
		height: 600px;
		width: 540px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.step6-box {
		padding-right: 60px;
	}
}

@media (max-width: 570px) {
	.step6-image0, .step6-image1, .step6-image2, .step6-image3, .step6-image4,
	.step6-image5, .step6-image6, .step6-image7, .step6-image8	{
		display: none;
	}

	.step6-image0-box {
		height: auto;
	}

	.step6-image0-mini {
		display: block;
	}
}

@media (max-width: 500px) {
	.step6-box {
		float: left;
		padding: 60px 15px 15px;
	}

	.step6-image0-mini {
		padding: 0;
	}
}

/*----- STEP 6 -----*/

/*----- STEP 7 -----*/

#step7 {
	min-height: 100%;
	width: 100%;
	background: url("/static/images/company_zone/step_7.png") no-repeat center top -250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.step7-box {
	padding-top: 60px;
	text-align: center;
}

.step7-image-box {
	width: 430px;
	height: 280px;
	margin: 20px auto;
}

.step7-image-text {
    font-family: proximanova_ltsemibold;
    font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}

.step7-image1 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_1.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.step7-image2 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_2.png");
	background-position: center bottom 70px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-o-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.step7-image3 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_3.png");
	background-position: center bottom 50px;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;

	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-o-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.step7-image4 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_4.png");
	background-position: left bottom 50px;
	background-repeat: no-repeat;
	-webkit-background-size: 145px;
	-moz-background-size: 145px;
	-o-background-size: 145px;
	background-size: 145px;

	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.step7-image5 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_5.png");
	background-position: left 70px top;
	background-repeat: no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	-o-background-size: 100px;
	background-size: 100px;

	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.step7-image6 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_6.png");
	background-position: right 70px top;
	background-repeat: no-repeat;
	-webkit-background-size: 100px;
	-moz-background-size: 100px;
	-o-background-size: 100px;
	background-size: 100px;

	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.step7-image7 {
	width: 430px;
	height: 280px;
	position: absolute;
	background: transparent;
	background-image: url("/static/images/company_zone/step_7_7.png");
	background-position: right bottom 50px;
	background-repeat: no-repeat;
	-webkit-background-size: 145px;
	-moz-background-size: 145px;
	-o-background-size: 145px;
	background-size: 145px;

	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

@media (max-width: 640px) {
	.step7-box {
		float: left;
	}
}

@media (max-width: 500px) {
	.step7-box {
		text-align: left;
		padding: 60px 15px 15px;
	}

	.step7-image-box, .step7-image-text {
		display: none;
	}
}

/*----- STEP 7 -----*/