::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

:-moz-placeholder {
	color: #666;
	opacity: 1
}

::-moz-placeholder {
	color: #666;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
	color: #666
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
	transition: background-color 5000s ease-in-out 0s;
	background-color: #fff !important
}

:focus {
	outline: 0
}

body,
html {
	margin: 0;
	padding: 0
}

.secondary {
	opacity: .6
}

body {
	font-size: 16px
}

body.show {
	overflow-y: visible
}

body .container {
	max-width: 970px
}

body.main .container {
	max-width: 1170px
}

.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none
}

#section-2 {
	z-index: 5
}

#section-2-1 {
	z-index: 10
}

section.section-2 {
	margin-top: 72px;
	padding-bottom: 200px;
	min-height: 900px;
	position: relative;
	width: 100%
}

section.section-2 .block-content {
	width: 100%
}

section.section-2 h2 {
	font-family: Graphik-Medium, sans-serif;
	font-size: 46px;
	line-height: 60px;
	color: #202020;
	display: block;
	text-align: left;
	margin-bottom: 50px
}

section.section-2 span.desc {
	font-family: Graphik-Regular, sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	opacity: .6;
	display: block;
	text-align: left
}

section.section-2 .img-benefits-control {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

section.section-2 .img-benefits-control img {
	width: 100%
}

section.section-3 {
	width: 100%;
	height: auto;
	max-height: 1000px;
	position: relative;
	overflow: hidden
}

section.section-3 .overlay {
	background: #fff;
	opacity: .9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	visibility: visible
}

section.section-3 .overlay.hide-o {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

section.section-3 .inner-video {
	left: 0;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0
}

section.section-3 blockquote {
	position: absolute;
	z-index: 2;
	max-width: 340px;
	top: 70px;
	border-left: 2px solid rgba(32, 32, 32, .6)
}

section.section-3 blockquote span.title {
	font-family: Graphik-Medium, sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	opacity: .6
}

section.section-3 blockquote span.desc {
	font-family: Graphik-Regular, sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	opacity: .6;
	display: block
}

section.section-3 .play,
section.section-4 h2 {
	font-family: Graphik-Medium, sans-serif
}

section.section-3 .play {
	display: block;
	font-size: 24px;
	line-height: 81px;
	color: #202020;
	position: absolute;
	z-index: 3;
	margin: 0 auto;
	width: 220px;
	top: 30%;
	left: 0;
	right: 0;
	text-align: center
}

section.section-3 .play i {
	background: url(../img/play_icon.svg) no-repeat;
	width: 110px;
	height: 130px;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s;
	transition: .3s
}

section.section-3 .play:active,
section.section-3 .play:focus,
section.section-3 .play:hover {
	text-decoration: none
}

section.section-3 .play:hover i {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	transition: .3s
}

section.section-3 .progress {
	background: #D8EAEF;
	opacity: .9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

section.section-4 {
	padding: 120px 0 40px
}

section.section-4 .line {
	width: 100%;
	height: 1px;
	background: #000
}

section.section-4 h2 {
	font-size: 46px;
	line-height: 60px;
	color: #202020;
	display: block;
	text-align: left;
	margin-bottom: 100px
}

section.section-4 span.num,
section.section-4 span.title {
	font-family: Graphik-Medium, sans-serif;
	line-height: 81px;
	color: #202020;
	text-align: left;
	display: block
}

section.section-4 span.num {
	font-size: 83px;
	margin-bottom: 70px
}

section.section-4 span.title {
	font-size: 24px
}

footer span.desc,
section.section-4 span.desc {
	font-family: Graphik-Regular, sans-serif;
	opacity: .6
}

section.section-4 span.desc {
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	display: block;
	text-align: left;
	padding-right: 20px
}

footer .notification,
footer h2 {
	font-family: Graphik-Medium, sans-serif;
	font-size: 42px;
	line-height: 53px;
	color: #202020
}

footer .copyright,
footer h2,
footer nav,
footer span.desc {
	text-align: center
}

section.section-4 .img-benefits-control {
	display: block;
	margin: 80px auto 100px;
	max-width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!values=!string!/></filter></svg>#brightness");
	-webkit-filter: brightness(108.5%)
}

section.section-4 .img img,
section.section-4 .img-benefits-control img {
	margin: 0 auto;
	display: block;
	width: 100%
}

section.section-4 .img {
	display: block
}

footer {
	background: #fff;
	margin-top: 0;
	padding: 110px 0 30px
}

footer h2 {
	display: block
}

footer .notification {
	display: block;
	text-align: center;
	margin: 420px auto 230px
}

footer span.desc {
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	display: block;
	max-width: 500px;
	margin: 44px auto 150px
}

footer form input,
footer form label {
	font-family: Graphik-Regular, sans-serif;
	color: #202020;
	opacity: .4
}

footer form {
	max-width: 720px;
	margin: 0 auto;
	display: block
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

footer form .error {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake
}

footer form label {
	font-size: 32px;
	line-height: 81px
}

footer form label.error {
	font-size: 12px;
	line-height: 28px;
	position: absolute;
	color: #202020
}

footer form input {
	font-size: 32px;
	line-height: 81px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid #202020;
	display: block;
	width: 100%;
	padding: 0 20px
}

footer form input:active,
footer form input:focus {
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s
}

footer form button[type=submit] {
	font-family: Graphik-Medium, sans-serif;
	font-size: 20px;
	line-height: 62px;
	color: #fff;
	display: block;
	max-width: 320px;
	margin: 80px auto 120px;
	width: 100%;
	background: #006FBE;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1
}

footer form button[type=submit]:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s;
	transition: .3s
}

footer nav a {
	display: inline-block;
	margin: 0 12px
}

footer nav a i {
	background: url(../img/tw_icon.svg) no-repeat;
	width: 35px;
	height: 28px;
	display: block
}

footer nav a:last-child i {
	background: url(../img/fb_icon.svg) no-repeat;
	width: 30px;
	height: 29px
}

footer .copyright {
	font-family: Graphik-Regular, sans-serif;
	font-size: 18px;
	line-height: 81px;
	color: #000;
	display: block
}

@media only screen and (max-width:1200px) {
	.section-1 .container-scroll .text-blocks.show {
		top: 20%
	}

}

@media only screen and (max-width:992px) {
	header .logo a img {
		width: 130px;
		top: 10px
	}

	section.section-3 .play i {
		width: 90px;
		height: 100px
	}

}

@media only screen and (max-width:767px) {
	header {
		position: relative;
		padding: 20px 20px 0
	}

	header .navbar-nav .top-link:after,
	header .navbar-nav .top-link:hover:after {
		content: none
	}

	header .logo a {
		padding-left: 56px;
		padding-top: 7px;
		font-size: 19px
	}

	header .logo a img {
		width: 100px;
		height: 47px;
		top: 0
	}

	header .left-part {
		padding-top: 30px
	}

	header .nav-block .navbar-collapse {
		white-space: nowrap;
		text-align: center;
		border: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
		background: #fff;
		height: -webkit-calc(100vh) !important;
		height: calc(100vh) !important;
		display: block !important;
		overflow-y: hidden;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}

	header .nav-block .navbar-collapse a {
		-webkit-transition: .8s;
		transition: .8s
	}

	header .nav-block .navbar-collapse .navbar-left {
		display: block;
		width: 100%;
		top: 30%;
		position: relative;
		padding: 0 15px
	}

	header .nav-block .navbar-collapse .navbar-right {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		padding: 0 15px;
		top: 30%
	}

	header .nav-block .navbar-collapse .navbar-right .try-free {
		width: 100%
	}

	header .nav-block .navbar-collapse:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100%
	}

	header .nav-block .navbar-collapse>* {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
		border: none
	}

	header .nav-block .navbar-collapse.collapse.in {
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		visibility: visible;
		z-index: 999
	}

	header .nav-block .navbar-collapse.collapse.in .navbar-left .top-link a {
		font-size: 16px;
		line-height: 19px
	}

	section video {
		width: 100%
	}

	section .container {
		padding: 0 30px
	}

	section.section-1 {
		padding: 0
	}

	section.section-1 h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
		letter-spacing: -.02em
	}

	section.section-1 .container-scroll {
		padding-bottom: 0
	}

	section.section-1 .img-benefits-control {
		margin: 30px auto
	}

	section.section-1 .one.active,
	section.section-1 .two.active {
		z-index: 9
	}

	section.section-1 .one.played {
		visibility: visible !important;
		opacity: 1;
		-webkit-filter: none !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-perspective: none;
		perspective: none
	}

	section.section-1 .two {
		position: relative
	}

	section.section-1 .text-blocks,
	section.section-1 .text-blocks.show {
		display: none
	}

	section.section-2 {
		margin-top: 20px;
		padding-bottom: 20px
	}

	section.section-2 h2 {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 35px
	}

	section.section-2 span.desc {
		text-align: center
	}

	section.section-2 .img-benefits-control {
		display: block;
		margin: 30px auto 0;
		max-width: 100%
	}

	section.section-3 blockquote {
		display: none !important
	}

	section.section-3 .play {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		padding-left: 32px
	}

	section.section-3 .play i {
		width: 30px;
		height: 35px;
		position: absolute;
		left: 0;
		top: -4px
	}

	section.section-4 {
		padding: 80px 15px
	}

	section.section-4 h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px
	}

	section.section-4 span.num {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: -20px;
		margin-top: 30px
	}

	section.section-4 .img-benefits-control {
		margin: 30px auto 40px
	}

	footer {
		padding: 0 15px
	}

	footer .notification,
	footer h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 100px
	}

	footer .notification {
		margin-bottom: 100px
	}

	footer span.desc {
		margin: 30px auto 50px
	}

	footer form {
		max-width: 500px
	}

	footer form button[type=submit] {
		margin: 60px auto 120px
	}

	footer form input,
	footer form label {
		font-size: 18px;
		line-height: 60px
	}

	footer form button {
		margin: 40px auto 60px
	}

}

@media only screen and (min-width:768px) {
	section.section-1 h1 {
		font-size: 3.28571vw;
		line-height: 5.35714vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-1 h1 {
		font-size: 46px;
		line-height: 75px
	}

}

@media only screen and (min-width:768px) {
	section.section-1 span.title {
		font-size: 1.71429vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-1 span.title {
		font-size: 24px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	section.section-1 span.desc {
		font-size: 16px;
		line-height: 28px
	}

	section.section-2 span.title {
		font-size: 3.28571vw;
		line-height: 4.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-2 span.title {
		font-size: 46px;
		line-height: 60px
	}

}

@media only screen and (min-width:768px) {
	section.section-2 span.desc {
		font-size: 1.28571vw;
		line-height: 2.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-2 span.desc {
		font-size: 18px;
		line-height: 32px
	}

}

@media only screen and (min-width:768px) {
	section.section-3 blockquote span.title {
		font-size: 1.28571vw;
		line-height: 2.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-3 blockquote span.title {
		font-size: 18px;
		line-height: 32px
	}

}

@media only screen and (min-width:768px) {
	section.section-3 blockquote span.desc {
		font-size: 1.28571vw;
		line-height: 2.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-3 blockquote span.desc {
		font-size: 18px;
		line-height: 32px
	}

}

@media only screen and (min-width:768px) {
	section.section-3 .play {
		font-size: 1.71429vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-3 .play {
		font-size: 24px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	section.section-4 h2 {
		font-size: 3.28571vw;
		line-height: 4.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-4 h2 {
		font-size: 46px;
		line-height: 60px
	}

}

@media only screen and (min-width:768px) {
	section.section-4 span.num {
		font-size: 5.92857vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-4 span.num {
		font-size: 83px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	section.section-4 span.title {
		font-size: 1.71429vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-4 span.title {
		font-size: 24px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	section.section-4 span.desc {
		font-size: 1.28571vw;
		line-height: 2.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	section.section-4 span.desc {
		font-size: 18px;
		line-height: 32px
	}

}

@media only screen and (min-width:768px) {
	footer h2 {
		font-size: 3vw;
		line-height: 3.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	footer h2 {
		font-size: 42px;
		line-height: 53px
	}

}

@media only screen and (min-width:768px) {
	footer span.desc {
		font-size: 1.28571vw;
		line-height: 2.28571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	footer span.desc {
		font-size: 18px;
		line-height: 32px
	}

}

@media only screen and (min-width:768px) {
	footer form label {
		font-size: 2.28571vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	footer form label {
		font-size: 32px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	footer form input {
		font-size: 2.28571vw;
		line-height: 5.78571vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	footer form input {
		font-size: 32px;
		line-height: 81px
	}

}

@media only screen and (min-width:768px) {
	footer form input[type=submit] {
		font-size: 1.42857vw;
		line-height: 4.42857vw
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	footer form input[type=submit] {
		font-size: 20px;
		line-height: 62px
	}

}

* {
	webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

body {
	-webkit-transform: none;
	transform: none
}

section.section-2 {
	min-height: 1600px;
	padding-bottom: 0;
	background-color: #f6f6f6;
	margin-top: -110px
}

.section-2-inner {
	padding-top: 182px;
	position: relative
}

.section-2-inner.fixed {
	position: fixed;
	top: 0;
	width: 100%
}

.section-2-title {
	position: relative;
	z-index: 3
}

.section-2-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	overflow: hidden
}

.section-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f6f6f6;
	z-index: 1;
	overflow: hidden
}

section.section-2 .container {
	position: relative;
	max-width: 1235px;
	width: 1235px
}

section.section-2 .section-2-title .section-2-caption {
	width: 300px
}

section.section-2 .section-2-title .section-2-caption h2 {
	letter-spacing: -1px;
	font-size: 44px;
	line-height: 52px;
	margin-bottom: 34px
}

section.section-2 .img-benefits-control {
	position: relative;
	float: right;
	width: 770px;
	margin: 90px -126px 0 0
}

section.section-2 div.img-benefits-control::after {
	content: '';
	display: block;
	background-color: transparent;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border: 6px solid #f6f6f6;
	z-index: 4
}

section.section-2 .img-benefits-control video {
	width: 100%;
	height: 100%
}

section.section-2 .experience-icons {
	width: 140px;
	position: absolute;
	left: 408px;
	top: 223px;
	z-index: 5
}

section.section-2 .experience-icon {
	text-align: center;
	margin-bottom: 100px;
	opacity: 0
}

.section-2-inner.animated .experience-icon:nth-of-type(1) {
	-webkit-animation: fadeIn 0.7s 0.2s ease-out;
	animation: fadeIn 0.7s 0.2s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.section-2-inner.animated .experience-icon:nth-of-type(2) {
	-webkit-animation: fadeIn 0.7s 2.1s ease-out;
	animation: fadeIn 0.7s 2.1s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

section.section-2 .experience-icon-text {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #202020;
	margin-top: 17px
}

footer span.desc {
	margin-bottom: 0
}

footer .preorder {
	font-family: "Graphik-Regular", sans-serif;
	font-size: 16px;
	line-height: 68px;
	color: #fff;
	display: block;
	max-width: 256px;
	margin: 50px auto 240px;
	width: 100%;
	background: #006FBE;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	text-align: center
}

footer .preorder:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none
}

footer .preorder span {
	font-family: "Graphik-Semibold", sans-serif
}

footer .bottom {
	padding-top: 20px
}

footer .bottom .title {
	display: block;
	font-family: "Graphik-Semibold", sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 26px
}

footer .bottom nav {
	float: left;
	margin-top: 26px
}

footer .bottom nav a {
	display: block;
	font-family: "Graphik-Regular", sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 26px
}

footer form input {
	padding: 0 20px 0 0
}

footer .copyright {
	text-align: left
}

footer form {
	position: relative
}

footer form button[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #006FBE;
	font-family: "Graphik-Medium", sans-serif;
	font-size: 24px;
	line-height: 28px;
	background: none;
	margin: 0;
	width: auto
}

footer form button[type=submit]:hover {
	transform: none
}

footer .notification .reset {
	display: block;
	font-size: 1.3vw;
	line-height: 5vw;
	color: #006FBE;
	font-family: "Graphik-Medium", sans-serif
}

footer .notification .reset:hover {
}

section.section-1 {
	margin-bottom: 110px
}

section.section-1 .features h2 {
	font-family: "Graphik-Medium", sans-serif;
	font-size: 46px;
	line-height: 55px;
	display: block;
	margin-bottom: 48px
}

section.section-1 .features .text {
	font-family: "Graphik-Regular", sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 44px
}

section.section-1 .features .preorder {
	font-family: "Graphik-Regular", sans-serif;
	font-size: 16px;
	line-height: 68px;
	color: #fff;
	display: block;
	max-width: 232px;
	margin: 0;
	width: 100%;
	background: #006FBE;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	text-align: center
}

section.section-1 .features .preorder:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none
}

section.section-1 .features .preorder span {
	font-family: "Graphik-Semibold", sans-serif
}

.section-1 .container-scroll .text-blocks.show {
	width: 36%;
	top: 50%;
	right: 0%
}

.section-1 .our-features {
}

section.section-1 span.title {
	text-align: center;
	font-family: "Graphik-Medium", sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #202020;
	display: block;
	margin-bottom: 28px
}

section.section-1 span.desc {
	text-align: center;
	font-family: "Graphik-Regular", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #202020;
	opacity: .6;
	max-width: 320px;
	margin: 0px auto
}

footer .notification {
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 31px;
	text-align: left
}

.navbar-default .navbar-nav>.preorder a {
	font-family: "Graphik-Regular", sans-serif;
	font-size: 14px;
	line-height: 48px;
	color: #fff;
	display: block;
	width: 186px;
	margin: 0;
	background: #006FBE;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	text-align: center;
	padding: 0px
}

.navbar-default .navbar-nav>.preorder a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background: #006FBE;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none
}

header .navbar-default .navbar-nav .top-link {
	margin: 0 30px 0 0
}

.section-1 .container-scroll {
	height: 1400px
}

.section-1 .container-scroll .video-container {
	width: 1400px;
	position: absolute
}

section.section-1 h1 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 190px
}

header {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0
}

header .navbar-right {
	position: relative;
	top: -6px
}

.post-cont:first-child .post h2 {
	height: auto !important
}

@media only screen and (min-width:768px) {
	footer form button[type=submit] {
		font-size: 1.3vw;
		line-height: 5vw
	}

	footer form input {
		font-size: 1.5vw;
		line-height: 5vw
	}

}

@media (max-width:767px) {
	.section-1 .our-features {
		float: left
	}

	header {
		position: relative
	}

	section.section-1 h1 {
		position: relative;
		top: 0px;
		z-index: 5
	}

	.section-1 .container-scroll {
		height: auto
	}

	.section-1 .container-scroll .video-container {
		width: 100%;
		position: relative
	}

	footer .bottom .title {
		text-align: center
	}

	header .navbar-default .navbar-nav .top-link {
		margin: 0
	}

	.navbar-default .navbar-nav>.preorder a {
		margin: 0px auto
	}

	section.section-2 {
		min-height: 900px;
		padding-bottom: 200px;
		background-color: #fff;
		margin-top: 0;
		padding-top: 0
	}

	.section-2-inner {
		padding-top: 42px
	}

	section.section-2 .container {
		width: auto
	}

	.section-2-top {
		position: relative
	}

	section.section-2 .section-2-title .section-2-caption {
		width: auto
	}

	section.section-2 .img-benefits-control {
		float: none
	}

	.section-2-inner {
		min-height: auto
	}

	.section-2-bg {
		display: none
	}

	footer .bottom nav {
		margin-bottom: 30px;
		width: 100%
	}

	footer .bottom nav a {
		text-align: center
	}

	section.section-1 span.desc {
		margin: 0px auto 30px
	}

	section.section-1 {
		margin-bottom: 0
	}

	footer form button[type=submit] {
		font-size: 18px;
		line-height: 60px
	}

	footer .notification .reset {
		font-size: 18px
	}

	footer .preorder {
		margin-bottom: 70px
	}

}

@media (min-width:768px) and (max-width:1025px) {
	.navbar-default .navbar-nav>.preorder a {
		width: 100%;
		padding: 0 10px
	}

}

@-webkit-keyframes fadeIn {
	100% {
		opacity: 1
	}

	@keyframes fadeIn {
		100% {
			opacity: 1
		}

	}

}

@media only screen and (min-width:768px) {
	.section-1 .container-scroll .video-container {
		top: -60px !important
	}

	section.section-1 h1 {
		top: 160px !important
	}

}

.section-4 .image-desc.desc {
	position: absolute;
	top: 30px;
	left: 60px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 1
}

@media only screen and (max-width:767px) {
	.section-4 .image-desc.desc {
		display: none
	}

}

.section-4 .image-desc.desc span {
	font-family: "Graphik-Semibold"
}

section.section-2 .experience-icon-text {
	font-weight: normal;
	font-family: "Graphik-Semibold"
}

/* private form */
.private-form {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.98);
	display: block;
	transition: 0.3s;
	visibility: visible;
	opacity: 1;
	overflow-y: scroll;
}

.private-form.hide-s {
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.private-form.notif {
	display: table;
	vertical-align: middle;
}

.private-form .notification {
	display: block;
	text-align: center;
	font-size: 46px;
	line-height: 75px;
	margin: 40px auto 20px;
	display: block;
	text-align: center;
	padding: 30px 15px 15px;	
	font-family: "Graphik-Regular", sans-serif;
	display: table-row;
}

.private-form .notification b {
	font-family: "Graphik-Semibold", sans-serif;
}

.private-form .notification .reset {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #006DC1;
	font-family: "Graphik-Medium", sans-serif;
	margin-top: 20px;
}

.private-form .notification .reset:before {
	content: '';
	background: url('../img/arrow-1.svg') no-repeat left center;
	width: 27px;
	height: 12px;
	display: inline-block;
	margin-right: 22px;
}

.private-form .notification .reset:hover {
	text-decoration: none;
}

.private-form span.desc {
	font-size: 18px;
	line-height: 32px;
	color: #202020;
	display: block;
	max-width: 500px;
	margin: 44px auto 150px
}

.private-form form input,
.private-form form label {
	font-family: Graphik-Regular, sans-serif;
	color: #202020;	/*opacity: .4*/
}

.private-form form .title {
	font-family: Graphik-Regular, sans-serif;
	font-size: 46px;
	line-height: 74px;
	color: #202020;
	margin-bottom: 0px;
	display: block;
}

.private-form form .title b {
	font-family: Graphik-Semibold, sans-serif;
}

.private-form form {
	max-width: 450px;
	margin: 40px auto 20px;
	display: block;
	text-align: center;
	padding: 10px 15px 15px;
	background: #fff;	/*border: 1px solid #e8e9ea;*/
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: 8px 10px 60px rgba(0, 0, 0, .1);
	box-shadow: 8px 10px 60px rgba(0, 0, 0, .1);
}

/* HTML5 Boilerplate accessible hidden styles */
.private-form form [type="radio"] {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

/* One radio button per line */
.private-form form [type="radio"] + span {
	display: block !important;
}

/* the basic, unchecked style */
.private-form form [type="radio"] + span:before {
	content: '' !important;
	display: inline-block !important;
	width: 1.5em !important;
	height: 1.5em !important;
	vertical-align: -0.25em !important;
	border-radius: 1em !important;
	border: 2px solid #fff !important;
	box-shadow: 0 0 0 0.1em #006FBE !important;
	margin-right: 0.75em !important;
	transition: 0.5s ease all !important;
	top: 2px;
    position: relative;
}

/* the checked style using the :checked pseudo class */
.private-form form [type="radio"]:checked + span:before {
	background: #006FBE !important;
	box-shadow: 0 0 0 0.1em #006FBE !important;
}

.private-form form .rivvr-name {
	font-family: Graphik-Semibold, sans-serif;
	font-size: 16px;
}

.private-form form .pricing-info {
	color: #858585;
	font-weight: 400 !important;
}

.private-form form .selection-wrapper {
	padding: 5px;
	border: 1px solid #B7B7B7;
	margin-bottom: 10px;
	cursor: pointer;
}

.private-form form .info-section {
	display: inline-block;
	width: 100%;
	padding: 10px 15px 0px 15px;
}

.private-form form .info-section.last {
	padding-bottom: 0px;
}

.private-form form .selector {
	display: inline-block;
	float: left;
}

.private-form form fieldset h4 {
	color: #5F5F5F;
	font-size: 16px;
	font-family: Graphik-Light, sans-serif;
	padding-top: 10px;
	margin: 10px 0 -2px;
	text-align: left;
}

.private-form form #payment_country {
	width: 100%;
	background-image: url('../img/arrow.svg');
	background-size: 3%;
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 97% !important;
	height: 40px;
	webkit-border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	color: #a2a2a2;
}

.private-form form #expiration_month,
.private-form form #expiration_year {
	border: 1px solid #ccc;
	color: #a2a2a2;
}

.private-form form #select-rivvr h4,
.private-form form #battery-rivvr h4 {
	margin-bottom: 8px;
}

.private-form form #expiration_month,
.private-form form #expiration_year,
.private-form form #security_code,
.private-form form #payment_billing_postal_code,
.private-form form .state_input,
.private-form form #payment_city,
.private-form form #payment_postal_code,
.private-form form #payment_country,
.private-form form #refund_request_billing_postal_code,
.private-form form #refund_request_city,
.private-form form #refund_request_postal_code,
.private-form form #refund_request_country {
	display: inline-block
}

.private-form form #expiration_month {
	margin-right: -5px
}

.private-form form #payment_quantity,
.private-form form #expiration_month,
.private-form form #expiration_year {
	height: 40px;
	webkit-border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.tilt_content_bottom {
	padding-top: 10px;
	background-color: white;
	padding: 20px 0px 5px;
	float: left;
	width: 100%;
}

.rivvr-board-line:after,
.promo-discount-line:after,
.due-today-section:after,
.campaign-discount-line:after,
.grand-total-line:after,
.shipping-line:after,
.total-line:after,
.battery-line:after {
	content: "";
	display: table;
	clear: both;
}

.rivvr-rivvr-line,
.battery-line,
.promo-discount-line,
.shipping-line,
.total-line {
	border-bottom: 1px solid #B7B7B7;
	padding-top: 10px;
	float: left;
	width: 100%;
	color: rgb(110,110,110)
}

.total-section {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.promo-discount-line,
.shipping-line,
.due-today-section,
.battery-line,
.total-line {
	width: 100%;
}

.promo-discount,
.promo-discount-display,
.shipping,
.rivvr-quantity,
.total,
.due-today-label,
.battery,
.fee {
	float: left;
	font-size: 17px;
	font-family: Graphik-Semibold, sans-serif;
}

.total-b,
.total-section .grand-total-display {
	font-size: 32px;
	font-family: Graphik-Bold, sans-serif;
}

.total-b {
	float: left;
}

.promo-discount-display,
.shipping-line-item,
.total-line-item .rivvr-price,
.final-price,
.due-today-price,
.grand-total-display,
.battery-line-item,
.full-price-display {
	float: right;
	font-size: 18px;
}

.full-price-display {
	margin-bottom: 10px;
}

.due-today-row {
	width: 100%;
	float: left;
	border-top: 4px solid #B7B7B7;
	margin-top: 5px;
	padding-top: 10px;
}

.due-today-label,
.due-today-price {
	font-family: Graphik-Semibold, sans-serif;
	font-size: 32px;
	color: black;
}

.shipping-line,
.promo-discount-line,
.total-line {
	padding-bottom: 10px;
}

.checkout_agreement {
	padding-top: 0px;
}

.shipping-line,
.promo-discount-line,
.total-line {
	padding-bottom: 0px;
}

#remaining-and-duties {
	font-size: 14px;
	color: #858585;
	text-align: center;
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

.private-form form .error {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake
}

.private-form form label {
	font-size: 32px;
	line-height: 81px
}

.private-form form label.error {
	font-size: 12px;
	line-height: 28px;
	position: relative;
	color: #202020;
	max-width: 720px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: left;
}

.private-form form input {
	outline: 0;
	margin-top: 8px;
	border-radius: 2px;
	height: 40px;
	box-shadow: none;
	float: left;
	padding: 6px 12px;
}

.private-form form input:active,
footer form input:focus {
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s
}

.private-form form select {
	outline: 0;
	margin-top: 8px;
	border-radius: 2px;
	height: 40px;
	box-shadow: none;
	float: left;
	padding: 6px 12px;
}

.private-form form button[type=submit] {
	font-family: Graphik-Medium, sans-serif;
	font-size: 20px;
	line-height: 62px;
	color: #fff;
	display: block;
	max-width: 320px;
	margin: 0px auto 10px;
	width: 100%;
	background: #006FBE;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1
}

.private-form form button[type=submit]:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s;
	transition: .3s
}

.private-form .close-f {
	font-family: Graphik-Medium, sans-serif;
	font-size: 22px;
	color: #202020;
	position: absolute;
	right: 80px;
	top: 50px;
}

.private-form .close-f:hover,
.private-form .close-f:focus,
.private-form .close-f:active {
	text-decoration: none;
}

.private-form .close-f i {
	background: url(../img/close.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}

.private-form .terms {
    color: #858585;
    font-size: 10px;
    margin: 16px 0 0 0;
}

.private-from .terms p {
	color: #858585;
    font-size: 10px;
}

.private-form .toggler {
    display: inline-block;
    float: right;
    font-size: 14px;
    position: relative;
    top: 4px;
}

.private-form .toggler a {
	font-size: 14px;
	text-decoration: none;
}

.private-form .toggler a:hover {
	text-decoration: none;
}

.private-form .toggle-content {
    padding: 15px 25px 10px 25px;
    margin: 10px;
    border: 1px solid #006fbe;
    border-radius: 4px;
    line-height: 1.9;
    background-color: #f7f9fa;
}

.private-form .toggle-content ul {
	list-style: none;
	text-align: left;
	padding: 0px;
}
.private-form .toggle-content ul li {
	font-size: 14px;
}
.private-form .toggle-content ul li b {
	font-family: Graphik-Medium, sans-serif;
}
body.form {
	overflow-y: hidden;
}

/* Inner page*/
.inner {

}
.inner .content {
	padding-top: 130px;
}
.inner .content h1 {
	font-family: Graphik-Medium, sans-serif;
}
.inner .content h2 {
	font-family: Graphik-Medium, sans-serif;
}
.inner .content h3 {
	font-family: Graphik-Medium, sans-serif;
}
.inner .content p {
	font-family: Graphik-Regular, sans-serif;
}
.inner .content strong,
.inner .content b {
	font-family: Graphik-Semibold, sans-serif;
}
.inner .content ul li {
	font-family: Graphik-Regular, sans-serif;
}
.inner .content ol li {
	font-family: Graphik-Regular, sans-serif;
}
.inner .content a {
	font-family: Graphik-Regular, sans-serif;
	text-decoration: underline;
}
section.section-1 .features .text{display: none;}

@media only screen and (max-width:768px) {
	.inner .content {
		padding: 0 20px;
	}
	.inner header .navbar-default {
		min-height: 0px;
	}
	.private-form.notif {
		background: rgba(255, 255, 255, 0.98);
	}
	.private-form .notification {
		font-size: 38px;
		line-height: 50px;
	}
	.private-form .notification .reset {
		font-size: 16px;
		line-height: 20px;
	}
	.tilt_content_bottom {
		padding: 20px 8px 5px;
	}
	.private-form {
		background: rgba(6,56,102,0.9);
		-webkit-overflow-scrolling: touch
	}
	.private-form fieldset {
		width: 100%;
	}
	.private-form form,
	.private-form .notification {
		margin: 35px 22px;
		padding: 20px 10px 0;
		max-width: 100%;
	}
	.private-form .notification {
		padding: 30px 15px 15px;
	}
	.private-form form input {
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}
	.private-form .close-f {
		position: relative;
		top: 45px;
		right: 15px;
		float: right;
		margin-bottom: 20px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/close.svg) no-repeat center center;
		width: 21px;
		height: 21px;
		padding: 5px;
		display: inline-block;
		margin-right: 20px;
		color: #fff;
	}

	.private-form .close-f i {
		display: none;
	}

	.private-form form .title {
		float: right;
		font-size: 30px;
		line-height: 36px;
		max-width: 100%;
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.private-form form button[type=submit] {
		margin: 20px auto 0;
		max-width: 90%;
	}

	.private-form form input {
		max-width: 100%;
		font-size: 14px;
	}

	.private-form form label.error {
		width: 90%;
	}

	.private-form form #expiration_month, 
	.private-form form #expiration_year {
		width: 50%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.private-form form #security_code {
		margin-left: 0px;
	}
	#intercom-container {
		display: none;
	}

}

@media only screen and (min-width:768px) {
	.private-form form .title {
		font-size: 32px;
		line-height: 1.3;
		padding: 30px;
	}

}

@media only screen and (min-width:768px) and (min-width:1400px) {
	.private-form form .title {
		font-size: 32px;
		line-height: 1.3;
		padding: 30px;
	}

}

@media only screen and (min-width:768px) and (max-width:1100px) {
	.private-form form {
		max-width: 90%;
	}

}

@media only screen and (min-width:480px) {
	#expiration_month {
		width: 60px;
	}

	#expiration_year {
		margin-right: 36px;
		width: 80px;
	}

	#security_code {
		margin-right: -5px;
		margin-left: -5px;
		width: 70px;
	}

	#refund_request_postal_code,
	#payment_billing_postal_code {
		margin-right: 0px;
		width: 105px;
	}

}