body,
main {
	background-color: #fff;
	font-family: Proxima-nova, Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0
}

.main {
	display: block!important
}

.main a {
	color: #3480fa;
	text-decoration: none
}

ul {
	list-style: none
}

h1,
p,
span {
	line-height: 18px
}



@media (min-width:1024px) {
	.landing__wrapper {
		max-width: 975px;
		margin: 0 auto
	}
}

@media (min-width:680px) and (max-width:1024px) {
	.landing__wrapper {
		max-width: 1050px;
		margin: 0 auto
	}
}

@media (max-width:680px) {
	.landing__wrapper {
		max-width: 680px;
		margin: 0 auto
	}
}

/*! Mesh v4.2.2 | MIT */

.mesh-row {
	padding: 0;
	margin: 0
}

.mesh-row.inline {
	display: inline
}

.mesh-row:after,
.mesh-row:before {
	content: '';
	display: table
}

.mesh-row:after {
	clear: both
}

.mesh-row.no-reset {
	margin: 0
}

[class*=mesh-col-] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 7.5px;
	width: 100%
}

@media (min-width:680px) and (max-width:1024px) {
	[class*=mesh-col-] {
		padding: 0 8px
	}
}

.mesh-col-1 {
	width: 8.33333%
}

.mesh-col-2 {
	width: 16.66667%
}

.mesh-col-3 {
	width: 25%
}

.mesh-col-4 {
	width: 33.33333%
}

.mesh-col-5 {
	width: 41.66667%
}

.mesh-col-6 {
	width: 50%
}

.mesh-col-7 {
	width: 58.33333%
}

.mesh-col-8 {
	width: 66.66667%
}

.mesh-col-9 {
	width: 75%
}

.mesh-col-10 {
	width: 83.33333%
}

.mesh-col-11 {
	width: 91.66667%
}

.mesh-col-12 {
	width: 100%
}

@media only screen and (max-width:680px) {
	.mesh-col-s-1 {
		width: 8.33333%
	}
	.mesh-col-s-2 {
		width: 16.66667%
	}
	.mesh-col-s-3 {
		width: 25%
	}
	.mesh-col-s-4 {
		width: 33.33333%
	}
	.mesh-col-s-5 {
		width: 41.66667%
	}
	.mesh-col-s-6 {
		width: 50%
	}
	.mesh-col-s-7 {
		width: 58.33333%
	}
	.mesh-col-s-8 {
		width: 66.66667%
	}
	.mesh-col-s-9 {
		width: 75%
	}
	.mesh-col-s-10 {
		width: 83.33333%
	}
	.mesh-col-s-11 {
		width: 91.66667%
	}
	.mesh-col-s-12 {
		width: 100%
	}
}

@media only screen and (min-width:681px) and (max-width:1024px) {
	.mesh-col-m-1 {
		width: 8.33333%
	}
	.mesh-col-m-2 {
		width: 16.66667%
	}
	.mesh-col-m-3 {
		width: 25%
	}
	.mesh-col-m-4 {
		width: 33.33333%
	}
	.mesh-col-m-5 {
		width: 41.66667%
	}
	.mesh-col-m-6 {
		width: 50%
	}
	.mesh-col-m-7 {
		width: 58.33333%
	}
	.mesh-col-m-8 {
		width: 66.66667%
	}
	.mesh-col-m-9 {
		width: 75%
	}
	.mesh-col-m-10 {
		width: 83.33333%
	}
	.mesh-col-m-11 {
		width: 91.66667%
	}
	.mesh-col-m-12 {
		width: 100%
	}
}

@media only screen and (min-width:1024px) {
	.mesh-col-l-1 {
		width: 8.33333%
	}
	.mesh-col-l-2 {
		width: 16.66667%
	}
	.mesh-col-l-2-5 {
		width: 20%
	}
	.mesh-col-l-3 {
		width: 25%
	}
	.mesh-col-l-4 {
		width: 33.33333%
	}
	.mesh-col-l-5 {
		width: 40%
	}
	.mesh-col-l-6 {
		width: 50%
	}
	.mesh-col-l-7 {
		width: 60%
	}
	.mesh-col-l-8 {
		width: 66.66667%
	}
	.mesh-col-l-9 {
		width: 75%
	}
	.mesh-col-l-10 {
		width: 83.33333%
	}
	.mesh-col-l-11 {
		width: 91.66667%
	}
	.mesh-col-l-12 {
		width: 100%
	}
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
	-webkit-overflow-scrolling: touch;
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
    .owl-carousel .owl-drag .owl-item {
        -ms-touch-action: none;
            touch-action: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
		 user-select: none; }
		 
       .owl-carousel .owl-grab {
         cursor: move;
         cursor: grab; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-overflow-scrolling: touch
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1
}

.owl-item {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0)
}


.section__button .landing__button {
	background-color: #3483fa;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	-webkit-border-radius: 3.4px;
	border-radius: 3.4px
}

@media (max-width:680px) {
	.section__button .landing__button {
		font-size: 16px;
		width: calc(100% - 20px);
		max-width: 450px
	}
}

.disclaimer {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin: 4px 35px 40px;
	max-width: 910px;
	color: #333
}

.disclaimer p {
	line-height: 1.4
}

@media (max-width:680px) {
	.disclaimer {
		margin: 4px 20px 25px
	}
}

