/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.pure-img {
	max-width: 100%;
	height: auto;
	display: block
}

.pure-g {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	table .pure-g {
		display: block
	}
}

.pure-u-1-24 {
	width: 4.1667%
}

.pure-u-1-12,
.pure-u-2-24 {
	width: 8.3333%
}

.pure-u-1-8,
.pure-u-3-24 {
	width: 12.5%
}

.pure-u-1-6,
.pure-u-4-24 {
	width: 16.6667%
}

.pure-u-1-5 {
	width: 20%
}

.pure-u-5-24 {
	width: 20.8333%
}

.pure-u-1-4,
.pure-u-6-24 {
	width: 25%
}

.pure-u-7-24 {
	width: 29.1667%
}

.pure-u-1-3,
.pure-u-8-24 {
	width: 33.3333%
}

.pure-u-3-8,
.pure-u-9-24 {
	width: 37.5%
}

.pure-u-2-5 {
	width: 40%
}

.pure-u-10-24,
.pure-u-5-12 {
	width: 41.6667%
}

.pure-u-11-24 {
	width: 45.8333%
}

.pure-u-1-2,
.pure-u-12-24 {
	width: 50%
}

.pure-u-13-24 {
	width: 54.1667%
}

.pure-u-14-24,
.pure-u-7-12 {
	width: 58.3333%
}

.pure-u-3-5 {
	width: 60%
}

.pure-u-15-24,
.pure-u-5-8 {
	width: 62.5%
}

.pure-u-16-24,
.pure-u-2-3 {
	width: 66.6667%
}

.pure-u-17-24 {
	width: 70.8333%
}

.pure-u-18-24,
.pure-u-3-4 {
	width: 75%
}

.pure-u-19-24 {
	width: 79.1667%
}

.pure-u-4-5 {
	width: 80%
}

.pure-u-20-24,
.pure-u-5-6 {
	width: 83.3333%
}

.pure-u-21-24,
.pure-u-7-8 {
	width: 87.5%
}

.pure-u-11-12,
.pure-u-22-24 {
	width: 91.6667%
}

.pure-u-23-24 {
	width: 95.8333%
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
	width: 100%
}

.pure-button {
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	border: none;
	font-family: inherit;
	padding: .5em 1em;
	color: #000;
	background-color: #e6e6e6;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 110%
}

.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pure-button-disabled,
.pure-button-disabled:active,
.pure-button-disabled:focus,
.pure-button-disabled:hover,
.pure-button[disabled] {
	border: none;
	background-image: none;
	filter: alpha(opacity=40);
	opacity: .4;
	cursor: not-allowed;
	box-shadow: none;
	pointer-events: none
}

.pure-button-hidden {
	display: none
}

.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=datetime-local],
.pure-form input[type=datetime],
.pure-form input[type=email],
.pure-form input[type=month],
.pure-form input[type=number],
.pure-form input[type=password],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	vertical-align: middle;
	box-sizing: border-box
}

.pure-form input:not([type]) {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc
}

.pure-form input[type=color] {
	padding: .2em .5em
}

.pure-form input:not([type]):focus,
.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
	outline: 0;
	border-color: #129fea
}

.pure-form input[type=checkbox]:focus,
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus {
	outline: #129fea auto 1px
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
	margin: .5em 0;
	display: block
}

.pure-form input:not([type])[disabled],
.pure-form input[type=color][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=text][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=week][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
	cursor: not-allowed;
	background-color: #eaeded;
	color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
	background-color: #eee;
	color: #777;
	border-color: #ccc
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
	color: #b94a48;
	border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus {
	outline-color: #e9322d
}

.pure-form select {
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: #fff
}

.pure-form select[multiple] {
	height: auto
}

.pure-form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0
}

.pure-form legend {
	display: block;
	width: 100%;
	padding: .3em 0;
	margin-bottom: .3em;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav li {
	position: relative
}

.nav_horizontal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.nav_justify {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.nav_justify li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.hidden {
	display: none
}

.pure-u-static {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.pure-u-fluid {
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

.pure-form .pure-input-1 {
	width: 100%
}

.pure-form .pure-input-3-4 {
	width: 75%
}

.pure-form .pure-input-2-3 {
	width: 66%
}

.pure-form .pure-input-1-2 {
	width: 50%
}

.pure-form .pure-input-1-3 {
	width: 33%
}

.pure-form .pure-input-1-4 {
	width: 25%
}

@media screen and (min-width:568px) {
	.text-left-sm {
		text-align: left
	}
	.text-right-sm {
		text-align: right
	}
	.text-center-sm {
		text-align: center
	}
	.order-sm-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.hidden-sm {
		display: none
	}
	.visible-sm {
		display: block
	}
	.visible-inline-sm {
		display: inline
	}
	.visible-flex-sm {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.pure-u-sm-static {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.pure-u-sm-fluid {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0
	}
	.pure-u-sm-1-24 {
		width: 4.1667%
	}
	.pure-u-sm-1-12,
	.pure-u-sm-2-24 {
		width: 8.3333%
	}
	.pure-u-sm-1-8,
	.pure-u-sm-3-24 {
		width: 12.5%
	}
	.pure-u-sm-1-6,
	.pure-u-sm-4-24 {
		width: 16.6667%
	}
	.pure-u-sm-1-5 {
		width: 20%
	}
	.pure-u-sm-5-24 {
		width: 20.8333%
	}
	.pure-u-sm-1-4,
	.pure-u-sm-6-24 {
		width: 25%
	}
	.pure-u-sm-7-24 {
		width: 29.1667%
	}
	.pure-u-sm-1-3,
	.pure-u-sm-8-24 {
		width: 33.3333%
	}
	.pure-u-sm-3-8,
	.pure-u-sm-9-24 {
		width: 37.5%
	}
	.pure-u-sm-2-5 {
		width: 40%
	}
	.pure-u-sm-10-24,
	.pure-u-sm-5-12 {
		width: 41.6667%
	}
	.pure-u-sm-11-24 {
		width: 45.8333%
	}
	.pure-u-sm-1-2,
	.pure-u-sm-12-24 {
		width: 50%
	}
	.pure-u-sm-13-24 {
		width: 54.1667%
	}
	.pure-u-sm-14-24,
	.pure-u-sm-7-12 {
		width: 58.3333%
	}
	.pure-u-sm-3-5 {
		width: 60%
	}
	.pure-u-sm-15-24,
	.pure-u-sm-5-8 {
		width: 62.5%
	}
	.pure-u-sm-16-24,
	.pure-u-sm-2-3 {
		width: 66.6667%
	}
	.pure-u-sm-17-24 {
		width: 70.8333%
	}
	.pure-u-sm-18-24,
	.pure-u-sm-3-4 {
		width: 75%
	}
	.pure-u-sm-19-24 {
		width: 79.1667%
	}
	.pure-u-sm-4-5 {
		width: 80%
	}
	.pure-u-sm-20-24,
	.pure-u-sm-5-6 {
		width: 83.3333%
	}
	.pure-u-sm-21-24,
	.pure-u-sm-7-8 {
		width: 87.5%
	}
	.pure-u-sm-11-12,
	.pure-u-sm-22-24 {
		width: 91.6667%
	}
	.pure-u-sm-23-24 {
		width: 95.8333%
	}
	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-24-24,
	.pure-u-sm-5-5 {
		width: 100%
	}
}

@media screen and (min-width:768px) {
	.text-left-md {
		text-align: left
	}
	.text-right-md {
		text-align: right
	}
	.text-center-md {
		text-align: center
	}
	.nav_horizontal-md {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.nav_justify-md {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.nav_justify-md li {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.order-md-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.hidden-md {
		display: none
	}
	.visible-md {
		display: block
	}
	.visible-inline-md {
		display: inline
	}
	.visible-flex-md {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.pure-u-md-static {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.pure-u-md-fluid {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0
	}
	.pure-g-md {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: start;
		-webkit-align-content: flex-start;
		align-content: flex-start
	}
	.pure-u-md-1-24 {
		width: 4.1667%
	}
	.pure-u-md-1-12,
	.pure-u-md-2-24 {
		width: 8.3333%
	}
	.pure-u-md-1-8,
	.pure-u-md-3-24 {
		width: 12.5%
	}
	.pure-u-md-1-6,
	.pure-u-md-4-24 {
		width: 16.6667%
	}
	.pure-u-md-1-5 {
		width: 20%
	}
	.pure-u-md-5-24 {
		width: 20.8333%
	}
	.pure-u-md-1-4,
	.pure-u-md-6-24 {
		width: 25%
	}
	.pure-u-md-7-24 {
		width: 29.1667%
	}
	.pure-u-md-1-3,
	.pure-u-md-8-24 {
		width: 33.3333%
	}
	.pure-u-md-3-8,
	.pure-u-md-9-24 {
		width: 37.5%
	}
	.pure-u-md-2-5 {
		width: 40%
	}
	.pure-u-md-10-24,
	.pure-u-md-5-12 {
		width: 41.6667%
	}
	.pure-u-md-11-24 {
		width: 45.8333%
	}
	.pure-u-md-1-2,
	.pure-u-md-12-24 {
		width: 50%
	}
	.pure-u-md-13-24 {
		width: 54.1667%
	}
	.pure-u-md-14-24,
	.pure-u-md-7-12 {
		width: 58.3333%
	}
	.pure-u-md-3-5 {
		width: 60%
	}
	.pure-u-md-15-24,
	.pure-u-md-5-8 {
		width: 62.5%
	}
	.pure-u-md-16-24,
	.pure-u-md-2-3 {
		width: 66.6667%
	}
	.pure-u-md-17-24 {
		width: 70.8333%
	}
	.pure-u-md-18-24,
	.pure-u-md-3-4 {
		width: 75%
	}
	.pure-u-md-19-24 {
		width: 79.1667%
	}
	.pure-u-md-4-5 {
		width: 80%
	}
	.pure-u-md-20-24,
	.pure-u-md-5-6 {
		width: 83.3333%
	}
	.pure-u-md-21-24,
	.pure-u-md-7-8 {
		width: 87.5%
	}
	.pure-u-md-11-12,
	.pure-u-md-22-24 {
		width: 91.6667%
	}
	.pure-u-md-23-24 {
		width: 95.8333%
	}
	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-24-24,
	.pure-u-md-5-5 {
		width: 100%
	}
}

@media screen and (min-width:1024px) {
	.text-left-lg {
		text-align: left
	}
	.text-right-lg {
		text-align: right
	}
	.text-center-lg {
		text-align: center
	}
	.order-lg-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.hidden-lg {
		display: none
	}
	.visible-lg {
		display: block
	}
	.visible-inline-lg {
		display: inline
	}
	.visible-flex-lg {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.pure-u-lg-static {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.pure-u-lg-fluid {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0
	}
	.pure-g-lg {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: start;
		-webkit-align-content: flex-start;
		align-content: flex-start
	}
	.pure-u-lg-1-24 {
		width: 4.1667%
	}
	.pure-u-lg-1-12,
	.pure-u-lg-2-24 {
		width: 8.3333%
	}
	.pure-u-lg-1-8,
	.pure-u-lg-3-24 {
		width: 12.5%
	}
	.pure-u-lg-1-6,
	.pure-u-lg-4-24 {
		width: 16.6667%
	}
	.pure-u-lg-1-5 {
		width: 20%
	}
	.pure-u-lg-5-24 {
		width: 20.8333%
	}
	.pure-u-lg-1-4,
	.pure-u-lg-6-24 {
		width: 25%
	}
	.pure-u-lg-7-24 {
		width: 29.1667%
	}
	.pure-u-lg-1-3,
	.pure-u-lg-8-24 {
		width: 33.3333%
	}
	.pure-u-lg-3-8,
	.pure-u-lg-9-24 {
		width: 37.5%
	}
	.pure-u-lg-2-5 {
		width: 40%
	}
	.pure-u-lg-10-24,
	.pure-u-lg-5-12 {
		width: 41.6667%
	}
	.pure-u-lg-11-24 {
		width: 45.8333%
	}
	.pure-u-lg-1-2,
	.pure-u-lg-12-24 {
		width: 50%
	}
	.pure-u-lg-13-24 {
		width: 54.1667%
	}
	.pure-u-lg-14-24,
	.pure-u-lg-7-12 {
		width: 58.3333%
	}
	.pure-u-lg-3-5 {
		width: 60%
	}
	.pure-u-lg-15-24,
	.pure-u-lg-5-8 {
		width: 62.5%
	}
	.pure-u-lg-16-24,
	.pure-u-lg-2-3 {
		width: 66.6667%
	}
	.pure-u-lg-17-24 {
		width: 70.8333%
	}
	.pure-u-lg-18-24,
	.pure-u-lg-3-4 {
		width: 75%
	}
	.pure-u-lg-19-24 {
		width: 79.1667%
	}
	.pure-u-lg-4-5 {
		width: 80%
	}
	.pure-u-lg-20-24,
	.pure-u-lg-5-6 {
		width: 83.3333%
	}
	.pure-u-lg-21-24,
	.pure-u-lg-7-8 {
		width: 87.5%
	}
	.pure-u-lg-11-12,
	.pure-u-lg-22-24 {
		width: 91.6667%
	}
	.pure-u-lg-23-24 {
		width: 95.8333%
	}
	.pure-u-lg-1,
	.pure-u-lg-1-1,
	.pure-u-lg-24-24,
	.pure-u-lg-5-5 {
		width: 100%
	}
}

@media screen and (min-width:1280px) {
	.text-left-xl {
		text-align: left
	}
	.text-right-xl {
		text-align: right
	}
	.text-center-xl {
		text-align: center
	}
	.order-xl-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.hidden-xl {
		display: none
	}
	.visible-xl {
		display: block
	}
	.visible-inline-xl {
		display: inline
	}
	.visible-flex-xl {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.pure-u-xl-static {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.pure-u-xl-fluid {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0
	}
	.pure-g-xl {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: start;
		-webkit-align-content: flex-start;
		align-content: flex-start
	}
	.pure-u-xl-1-24 {
		width: 4.1667%
	}
	.pure-u-xl-1-12,
	.pure-u-xl-2-24 {
		width: 8.3333%
	}
	.pure-u-xl-1-8,
	.pure-u-xl-3-24 {
		width: 12.5%
	}
	.pure-u-xl-1-6,
	.pure-u-xl-4-24 {
		width: 16.6667%
	}
	.pure-u-xl-1-5 {
		width: 20%
	}
	.pure-u-xl-5-24 {
		width: 20.8333%
	}
	.pure-u-xl-1-4,
	.pure-u-xl-6-24 {
		width: 25%
	}
	.pure-u-xl-7-24 {
		width: 29.1667%
	}
	.pure-u-xl-1-3,
	.pure-u-xl-8-24 {
		width: 33.3333%
	}
	.pure-u-xl-3-8,
	.pure-u-xl-9-24 {
		width: 37.5%
	}
	.pure-u-xl-2-5 {
		width: 40%
	}
	.pure-u-xl-10-24,
	.pure-u-xl-5-12 {
		width: 41.6667%
	}
	.pure-u-xl-11-24 {
		width: 45.8333%
	}
	.pure-u-xl-1-2,
	.pure-u-xl-12-24 {
		width: 50%
	}
	.pure-u-xl-13-24 {
		width: 54.1667%
	}
	.pure-u-xl-14-24,
	.pure-u-xl-7-12 {
		width: 58.3333%
	}
	.pure-u-xl-3-5 {
		width: 60%
	}
	.pure-u-xl-15-24,
	.pure-u-xl-5-8 {
		width: 62.5%
	}
	.pure-u-xl-16-24,
	.pure-u-xl-2-3 {
		width: 66.6667%
	}
	.pure-u-xl-17-24 {
		width: 70.8333%
	}
	.pure-u-xl-18-24,
	.pure-u-xl-3-4 {
		width: 75%
	}
	.pure-u-xl-19-24 {
		width: 79.1667%
	}
	.pure-u-xl-4-5 {
		width: 80%
	}
	.pure-u-xl-20-24,
	.pure-u-xl-5-6 {
		width: 83.3333%
	}
	.pure-u-xl-21-24,
	.pure-u-xl-7-8 {
		width: 87.5%
	}
	.pure-u-xl-11-12,
	.pure-u-xl-22-24 {
		width: 91.6667%
	}
	.pure-u-xl-23-24 {
		width: 95.8333%
	}
	.pure-u-xl-1,
	.pure-u-xl-1-1,
	.pure-u-xl-24-24,
	.pure-u-xl-5-5 {
		width: 100%
	}
}

@media screen and (min-width:1400px) {
	.text-left-xxl {
		text-align: left
	}
	.text-right-xxl {
		text-align: right
	}
	.text-center-xxl {
		text-align: center
	}
	.order-xxl-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xxl-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xxl-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xxl-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.hidden-xxl {
		display: none
	}
	.visible-xxl {
		display: block
	}
	.visible-inline-xxl {
		display: inline
	}
	.visible-flex-xxl {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.pure-u-xxl-static {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.pure-u-xxl-fluid {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0
	}
	.pure-g-xxl {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: start;
		-webkit-align-content: flex-start;
		align-content: flex-start
	}
	.pure-u-xxl-1-24 {
		width: 4.1667%
	}
	.pure-u-xxl-1-12,
	.pure-u-xxl-2-24 {
		width: 8.3333%
	}
	.pure-u-xxl-1-8,
	.pure-u-xxl-3-24 {
		width: 12.5%
	}
	.pure-u-xxl-1-6,
	.pure-u-xxl-4-24 {
		width: 16.6667%
	}
	.pure-u-xxl-1-5 {
		width: 20%
	}
	.pure-u-xxl-5-24 {
		width: 20.8333%
	}
	.pure-u-xxl-1-4,
	.pure-u-xxl-6-24 {
		width: 25%
	}
	.pure-u-xxl-7-24 {
		width: 29.1667%
	}
	.pure-u-xxl-1-3,
	.pure-u-xxl-8-24 {
		width: 33.3333%
	}
	.pure-u-xxl-3-8,
	.pure-u-xxl-9-24 {
		width: 37.5%
	}
	.pure-u-xxl-2-5 {
		width: 40%
	}
	.pure-u-xxl-10-24,
	.pure-u-xxl-5-12 {
		width: 41.6667%
	}
	.pure-u-xxl-11-24 {
		width: 45.8333%
	}
	.pure-u-xxl-1-2,
	.pure-u-xxl-12-24 {
		width: 50%
	}
	.pure-u-xxl-13-24 {
		width: 54.1667%
	}
	.pure-u-xxl-14-24,
	.pure-u-xxl-7-12 {
		width: 58.3333%
	}
	.pure-u-xxl-3-5 {
		width: 60%
	}
	.pure-u-xxl-15-24,
	.pure-u-xxl-5-8 {
		width: 62.5%
	}
	.pure-u-xxl-16-24,
	.pure-u-xxl-2-3 {
		width: 66.6667%
	}
	.pure-u-xxl-17-24 {
		width: 70.8333%
	}
	.pure-u-xxl-18-24,
	.pure-u-xxl-3-4 {
		width: 75%
	}
	.pure-u-xxl-19-24 {
		width: 79.1667%
	}
	.pure-u-xxl-4-5 {
		width: 80%
	}
	.pure-u-xxl-20-24,
	.pure-u-xxl-5-6 {
		width: 83.3333%
	}
	.pure-u-xxl-21-24,
	.pure-u-xxl-7-8 {
		width: 87.5%
	}
	.pure-u-xxl-11-12,
	.pure-u-xxl-22-24 {
		width: 91.6667%
	}
	.pure-u-xxl-23-24 {
		width: 95.8333%
	}
	.pure-u-xxl-1,
	.pure-u-xxl-1-1,
	.pure-u-xxl-24-24,
	.pure-u-xxl-5-5 {
		width: 100%
	}
}

.tingle-modal * {
	box-sizing: border-box
}

.tingle-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, .85);
	opacity: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.tingle-modal--confirm .tingle-modal-box {
	text-align: center
}

.tingle-modal--noOverlayClose {
	cursor: default
}

.tingle-modal--noClose .tingle-modal__close {
	display: none
}

.tingle-modal__close {
	position: fixed;
	top: 2.5rem;
	right: 2.5rem;
	z-index: 1000;
	padding: 0;
	width: 2rem;
	height: 2rem;
	border: none;
	background-color: transparent;
	color: #fff;
	cursor: pointer
}

.tingle-modal__close svg * {
	fill: currentColor
}

.tingle-modal__closeLabel {
	display: none
}

.tingle-modal__close:hover {
	color: #fff
}

.tingle-modal-box {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 60%;
	border-radius: 4px;
	background: #fff;
	opacity: 1;
	cursor: auto;
	will-change: transform, opacity
}

.tingle-modal-box__content {
	padding: 3rem 3rem
}

.tingle-modal-box__footer {
	padding: 1.5rem 2rem;
	width: auto;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #f5f5f5;
	cursor: auto
}

.tingle-modal-box__footer::after {
	display: table;
	clear: both;
	content: ""
}

.tingle-modal-box__footer--sticky {
	position: fixed;
	bottom: -200px;
	z-index: 10001;
	opacity: 1;
	transition: bottom .3s ease-in-out .3s
}

.tingle-enabled {
	position: fixed;
	right: 0;
	left: 0;
	overflow: hidden
}

.tingle-modal--visible .tingle-modal-box__footer {
	bottom: 0
}

.tingle-enabled .tingle-content-wrapper {
	-webkit-filter: blur(8px);
	filter: blur(8px)
}

.tingle-modal--visible {
	visibility: visible;
	opacity: 1
}

.tingle-modal--visible .tingle-modal-box {
	-webkit-animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
	animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards
}

.tingle-modal--overflow {
	overflow-y: scroll;
	padding-top: 8vh
}

.tingle-btn {
	display: inline-block;
	margin: 0 .5rem;
	padding: 1rem 2rem;
	border: none;
	background-color: grey;
	box-shadow: none;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	cursor: pointer;
	transition: background-color .4s ease
}

.tingle-btn--primary {
	background-color: #3498db
}

.tingle-btn--danger {
	background-color: #e74c3c
}

.tingle-btn--default {
	background-color: #34495e
}

.tingle-btn--pull-left {
	float: left
}

.tingle-btn--pull-right {
	float: right
}

@media (max-width:540px) {
	.tingle-modal {
		top: 0;
		display: block;
		padding-top: 60px;
		width: 100%
	}
	.tingle-modal-box {
		width: auto;
		border-radius: 0
	}
	.tingle-modal-box__content {
		overflow-y: scroll
	}
	.tingle-modal--noClose {
		top: 0
	}
	.tingle-modal--noOverlayClose {
		padding-top: 0
	}
	.tingle-modal-box__footer .tingle-btn {
		display: block;
		float: none;
		margin-bottom: 1rem;
		width: 100%
	}
	.tingle-modal__close {
		top: 0;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 60px;
		border: none;
		background-color: #2c3e50;
		box-shadow: none;
		color: #fff
	}
	.tingle-modal__closeLabel {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.6rem;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
	}
	.tingle-modal__closeIcon {
		display: inline-block;
		margin-right: .8rem;
		width: 1.6rem;
		vertical-align: middle;
		font-size: 0
	}
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.tingle-modal:before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
		pointer-events: none
	}
	.tingle-enabled .tingle-content-wrapper {
		-webkit-filter: none;
		filter: none
	}
}

@-webkit-keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: linear
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: linear
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: linear
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: linear
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: linear
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
	-webkit-transform: scale(.6);
	-ms-transform: scale(.6);
	transform: scale(.6)
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(.6);
	transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(.6);
	transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
	transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(.6);
	transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0)
}

.custom-select-container {
	position: relative;
	box-sizing: border-box
}

.custom-select-container * {
	box-sizing: border-box
}

.custom-select-container.is-disabled {
	opacity: .333
}

.custom-select-opener {
	display: block;
	cursor: pointer;
	width: 100%;
	outline: 0;
	padding: 16px;
	font-size: 16px;
	line-height: 20px;
	background: #f7f8fa;
	border: 1px solid #f0f2f5;
	color: #97a9be
}

.custom-select-opener:focus {
	border: 1px solid #97a9be
}

.custom-select-opener span {
	width: 100%;
	text-overflow: ellipsis;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap
}

.custom-select-opener.choosed {
	color: #415166
}

.custom-select-opener:after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../svg/chevron-down_dark.svg) no-repeat;
	background-size: cover;
	top: 14px;
	right: 16px
}

.custom-select-container select {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%
}

.custom-select-panel {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 100%;
	background: #fff;
	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, .12)
}

.custom-select-container.is-open .custom-select-panel {
	max-height: none;
	overflow-y: auto
}

.custom-select-container.is-open .custom-select-opener,
.custom-select-container:focus .custom-select-opener {
	position: relative;
	border: 1px solid #97a9be
}

.custom-select-container.is-open .custom-select-opener:after,
.custom-select-container:focus .custom-select-opener:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.custom-select-option {
	padding: 20px 15px;
	font-size: 14px;
	line-height: 100%
}

.custom-select-option.is-selected {
	color: #2f80ed
}

.custom-select-option.has-focus {
	background-color: #2f80ed;
	color: #fff
}

.custom-select-optgroup::before {
	content: attr(data-label);
	display: block;
	padding: .5em;
	color: #888
}

.accordion {
	position: relative;
	background: #f0f2f5;
	padding: 50px 120px 50px 50px
}

.accordion__toggler {
	cursor: pointer;
	position: relative;
	z-index: 2
}

.accordion__toggler h4 {
	margin: 0
}

.accordion__content {
	max-height: 0;
	box-sizing: border-box;
	overflow: hidden
}

.accordion__content p {
	font-size: 18px;
	line-height: 156%;
	color: #415166;
	padding: 30px 0 0;
	margin: 0
}

.accordion__content.open {
	max-height: 10000px
}

.accordion__icon {
	position: absolute;
	top: 50px;
	right: 50px;
	height: 40px;
	width: 40px;
	cursor: pointer
}

.accordion.open .accordion__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}


/*! nouislider - 14.6.4 - 3/18/2021 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

@font-face {
	font-family: Metropolis;
	src: url(../eot/metropolis-regular.eot);
	src: url(../eot/metropolis-regulard41d.eot#iefix) format("embedded-opentype"), url(../woff/metropolis-regular.woff) format("woff"), url(../ttf/metropolis-regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	src: url(../eot/metropolis-medium.eot);
	src: url(../eot/metropolis-mediumd41d.eot#iefix) format("embedded-opentype"), url(../woff/metropolis-medium.woff) format("woff"), url(../ttf/metropolis-medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	src: url(../eot/metropolis-semibold.eot);
	src: url(../eot/metropolis-semiboldd41d.eot#iefix) format("embedded-opentype"), url(../woff/metropolis-semibold.woff) format("woff"), url(../ttf/metropolis-semibold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	src: url(../eot/metropolis-bold.eot);
	src: url(../eot/metropolis-boldd41d.eot#iefix) format("embedded-opentype"), url(../woff/metropolis-bold.woff) format("woff"), url(../ttf/metropolis-bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}


h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 122%;
	letter-spacing: -.01em
}

.body2 {
	font-size: 18px;
	line-height: 156%
}

.without-margin {
	margin: 0!important
}

.subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 133%
}

.subtitle2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%
}

.site-holder {
	overflow: hidden
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto
}

.container_centered-child {
	text-align: center
}

.container__large-content {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box
}

.container__large-content_centered-child {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.container__large-content_centered-children {
	text-align: center
}

.container__medium-content {
	max-width: 840px
}

.container__medium-content_centerilized-content {
	text-align: center
}

.container__sm-md-content {
	max-width: 600px;
	margin: 0 auto
}

.container__small-content {
	max-width: 500px;
	margin: 0 auto
}

.container__tiny-content {
	max-width: 250px;
	margin: 0 auto
}

.dropdown {
	position: relative
}

.dropdown__content {
	display: none;
	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, .12);
	border: 1px solid #f0f2f4;
	background: #fff;
	position: absolute;
	min-width: 220px
}

.dropdown__content a {
	display: block;
	padding: 10px
}

.dropdown:hover .dropdown__content {
	display: block
}

.title {
	margin: 0 0 75px
}

.title_without-margin {
	margin: 0
}

.title h2 {
	margin: 0 0 20px
}

.title p {
	color: #415166;
	margin: 0
}

.title p.title_subtitle {
	margin: 0 0 20px;
	color: #97a9be;
	font-size: 24px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase
}

.blue-link {
	color: #2f80ed;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.blue-link img {
	margin: 0 0 0 5px
}

.blue-link_white {
	color: #fff
}

.blue-link_white:hover:after {
	background: #fff
}

.blue-link_linked-in {
	color: #007bb6;
	text-align: center
}

.blue-link_linked-in:hover:after {
	background: #007bb6
}

.blue-link_font-size-24-weight-400 {
	font-size: 24px;
	font-weight: 400
}

.blue-link:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: background .15s ease-out;
	background: 0 0
}

.blue-link:hover:after {
	background: #2f80ed
}

.header {
	box-sizing: border-box;
	width: 100%;
	height: 74px;
	transition: box-shadow .3s ease-out;
	background: #fff;
	z-index: 99
}

.header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 1px 0 #f0f2f5
}

.header.sticky~main {
	padding: 54px 0 0
}

.header__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 50px;
	box-sizing: border-box;
	box-shadow: 0 1px 0 #f0f2f5
}

.header-logo {
	width: 160px
}

.header-logo img {
	display: block;
	height: 35px
}

.header-desc-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none
}

.header-desc-nav ul li.attention a {
	color: #2f80ed
}

.header-desc-nav ul li.attention a:hover {
	color: #050e1a;
	text-shadow: 0 0 .1px #050e1a, 0 0 .1px #050e1a
}

.header-desc-nav ul li.active .dropdown__toggler,
.header-desc-nav ul li.active>a {
	color: #050e1a;
	text-shadow: 0 0 .1px #050e1a, 0 0 .1px #050e1a
}

.header-desc-nav ul li+li {
	margin: 0 0 0 30px
}

.header-desc-nav ul li .dropdown__content a {
	display: block;
	padding: 10px;
	border-bottom: none
}

.header-desc-nav ul li .dropdown__content a.active {
	color: #2f80ed
}

.header-desc-nav ul li .dropdown__content a:hover {
	border-bottom: none;
	background: #2f80ed;
	color: #fff
}

.header-desc-nav ul li .dropdown__toggler {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-desc-nav ul li .dropdown:hover .dropdown__toggler {
	color: #050e1a;
	text-shadow: 0 0 .1px #050e1a, 0 0 .1px #050e1a
}

.header-desc-nav a {
	text-decoration: none;
	cursor: pointer;
	padding: 0 0 2px 0;
	transition: all .15s ease-out;
	color: #415166
}

.header-desc-nav a:hover {
	color: #050e1a;
	text-shadow: 0 0 .1px #050e1a, 0 0 .1px #050e1a
}

.header-button {
	background: rgba(47, 128, 237, .1);
	border-radius: 30px;
	border: none;
	padding: 20px 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #2f80ed;
	outline: 0;
	transition: all .2s ease-in-out;
	cursor: pointer
}

.header-button:hover {
	background: rgba(47, 128, 237, .2)
}

.header-button:active {
	background: rgba(47, 128, 237, .3)
}

.section {
	padding: 120px 0;
	position: relative
}

.section_full-height {
	min-height: calc(100vh - 74px);
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.section_small-padding {
	padding: 46px 0
}

.section_medium-padding {
	padding: 90px 0
}

.section_without-padding {
	padding: 0
}

.section_without-bottom-padding {
	padding-bottom: 0
}

.section_without-top-padding {
	padding-top: 0
}

.section_grey {
	background: #f0f2f5
}

.section_dark {
	background: #415166;
	color: #fff
}

.section_dark-90 {
	background: #050e1a;
	color: #fff
}

.section_blue {
	background: #4b7dbc;
	color: #fff
}

.section_center {
	text-align: center
}

.section_center .container__medium-content {
	margin: 0 auto
}

.section_shadow {
	box-shadow: inset 0 0 60px rgba(5, 14, 26, .2)
}

.section_rewards h2 {
	margin: 0 0 30px
}

.section_rewards p {
	color: #415166
}

.section_rewards .copyright-clutch {
	margin: 75px 0 0
}

.section_foreword p {
	color: #415166
}

.section_foreword p span {
	color: #050e1a;
	font-weight: 500
}

.section_success-stories-with-logos .companies-logo {
	margin: 75px 0 0
}

.section-drive-innovation h1 {
	margin: 0 0 20px
}

.section-drive-innovation p {
	color: #415166;
	margin-bottom: 30px
}

.main-image {
	position: relative
}

.main-image img {
	width: 100%;
	display: block
}

.main-image__information {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px
}

.main-image__information p {
	margin: 0;
	color: inherit
}

.large-content__heading {
	text-align: center
}

.large-content__first-half {
	margin: auto 45px auto 0
}

.large-content__last-half {
	margin: auto 0 auto 45px
}

.large-content__first-half img,
.large-content__last-half img {
	width: 100%;
	display: block
}

.button-primary {
	padding: 30px 50px;
	background: #2f80ed;
	color: #fff;
	border: none;
	border-radius: 50px;
	transition: all .2s ease-in-out;
	outline: 0;
	font-size: 18px;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	cursor: pointer
}

.button-primary:focus,
.button-primary:hover {
	background: #4091ff;
	box-shadow: 0 6px 24px -12px rgba(45, 134, 255, .8);
	border-radius: 50px
}

.button-primary:active {
	background: #2d79e0;
	box-shadow: none
}

.button-primary_without-bg-blue {
	background: 0 0;
	color: #2f80ed;
	border: 2px solid #2f80ed
}

.button-primary_without-bg-blue:focus,
.button-primary_without-bg-blue:hover {
	box-shadow: none;
	background: #2f80ed;
	color: #fff
}

.button-primary_without-bg-blue:active {
	background: rgba(47, 128, 237, .1)
}

.button-primary_without-bg-black_hover-white {
	background: 0 0;
	color: #050e1a;
	border: 2px solid #050e1a
}

.button-primary_without-bg-black_hover-white:focus,
.button-primary_without-bg-black_hover-white:hover {
	background: #fff;
	color: #050e1a;
	border: 2px solid #fff;
	box-shadow: none
}

.button-primary_white-with-hover-bg {
	background: #fff;
	color: #2f80ed;
	border: 2px solid #2f80ed
}

.button-primary_white-with-hover-bg:focus,
.button-primary_white-with-hover-bg:hover {
	background: #fff;
	box-shadow: 0 6px 24px -12px rgba(45, 134, 255, .8);
	border-color: #4091ff;
	color: #2f80ed
}

.button-primary_without-bg-black {
	background: 0 0;
	color: #fff;
	border: 2px solid #fff
}

.button-primary_without-bg-black:focus,
.button-primary_without-bg-black:hover {
	box-shadow: none;
	color: #e6e7e9;
	border-color: #e6e7e9;
	background: #121a25
}

.button-primary_without-bg-black:active {
	background: rgba(47, 128, 237, .1)
}

.button-primary_without-bg-white {
	background: 0 0;
	color: #fff;
	border: 2px solid #fff
}

.button-primary_without-bg-white:focus,
.button-primary_without-bg-white:hover {
	background: #fff;
	color: #050e1a;
	box-shadow: none
}

.button-primary_without-bg-white:active {
	background: rgba(255, 255, 255, .8)
}

.button-primary_white {
	border: none;
	background: #fff;
	color: #050e1a
}

.button-primary_white:focus,
.button-primary_white:hover {
	background: #e6e7e9;
	box-shadow: 0 6px 24px -12px #050e1a
}

.button-primary_white:active {
	background: rgba(255, 255, 255, .8);
	box-shadow: none
}

a.button-primary {
	display: inline-block
}

.about-us-com-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 75px 0 0;
	position: relative
}

.about-us-com-logo__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.companies-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 28px 0 0;
	position: relative
}

.companies-logo_large-margin {
	margin-top: 75px
}

.companies-logo_svg .company-logo img {
	max-width: none;
	max-height: 50px
}

.companies-logo__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.companies-logo_foreword {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.companies-logo_foreword .companies-logo__item+.companies-logo__item {
	margin: 0 0 0 75px
}

.companies-logo_foreword .company-logo {
	width: 115px;
	height: 75px
}

.companies-logo_foreword .company-logo img {
	width: auto;
	max-width: 100%;
	max-height: 100%
}

.companies-logo_after-review {
	margin: -25px
}

.companies-logo_after-review .company-logo {
	margin: 25px
}

.companies-logo_after-review .company-logo img {
	max-width: none;
	width: auto;
	height: 50px
}

.companies-logo_after-review .pure-u-1-3 {
	margin: 0 auto
}

.approaches__item+.approaches__item {
	margin: 50px 0 0
}

.approach p {
	color: #415166
}

.expertise {
	margin: -15px -15px 75px
}

.expertise__item {
	margin: 15px
}

.expertise_familiar {
	margin: -15px
}

.expertise_familiar .expertise-item {
	box-shadow: 0 6px 16px rgba(65, 81, 102, .06);
	background: #fff
}

.expertise_familiar .expertise-item p {
	color: #415166
}

.expertise_security {
	margin: -15px
}

.expertise_security .expertise-item {
	height: auto
}

.expertise_security .expertise-item+.expertise-item {
	margin-top: 30px
}

.expertise_grey-items .expertise-item {
	box-shadow: none;
	background: #f0f2f5
}

.expertise-item {
	padding: 50px;
	height: calc(100% - 30px);
	box-sizing: border-box;
	background: #495b73;
	text-align: left;
	box-shadow: 0 8px 10px rgba(14, 29, 49, .08)
}

.expertise-item h4 {
	margin: 0 0 20px
}

.expertise-item h3 {
	margin: 0 0 20px
}

.expertise-item p {
	font-size: 18px;
	line-height: 156%;
	color: rgba(255, 255, 255, .8);
	margin: 0
}

.expertise-item__icon {
	margin: 0 0 20px
}

.expertise-item__icon img {
	display: block
}

.expertise-item_opacity {
	background: rgba(255, 255, 255, .05)
}

.expertise-explanation {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: rgba(255, 255, 255, .3);
	margin: 15px 0 0 15px
}

.success-stories__item+.success-stories__item {
	margin: 50px 0 0
}

.success-stories+.link-right {
	margin: 50px 0 0 auto;
	line-height: 100%;
	text-align: right
}

.success-story {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	text-decoration: none;
	padding: 50px 50px 0;
	height: 600px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: inset 0 0 60px rgba(65, 81, 102, .16);
	transition: background-color .3s linear;
	cursor: pointer
}

.success-story__content {
	margin: 0 0 74px
}

.success-story h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 20px;
	letter-spacing: .15em;
	text-transform: uppercase;
	opacity: .3
}

.success-story p {
	font-size: 18px;
	line-height: 156%;
	opacity: .8
}

.success-story span {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: inherit;
	display: inline-block;
	margin: 10px 0 0
}

.success-story span:after {
	content: '';
	position: absolute;
	display: inline;
	height: 2px;
	width: 100%;
	bottom: -10px;
	left: 0;
	transition: background .15s ease-out;
	background: 0 0
}

.success-story__img {
	width: 100%;
	height: 275px;
	position: relative
}

.success-story__img::before {
	content: "";
	display: block;
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	border-radius: 66px
}

.success-story__img img {
	position: absolute;
	display: block;
	height: calc(100% + 10px);
	top: 0;
	z-index: 2;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	transition: all .2s ease-out
}

.success-story+.success-story {
	margin: 90px 0 0
}

.success-story:hover .success-story__img img {
	top: -10px
}

.success-story:hover span:after {
	background: #fff
}

.success-story_blue {
	background: #275288
}

.success-story_blue .success-story__img::before {
	box-shadow: 0 8px 128px rgba(15, 41, 77, .7)
}

.success-story_blue:hover {
	background: #1f426e
}

.success-story_grey {
	background: #f0f2f5;
	color: #050e1a
}

.success-story_grey .success-story__img::before {
	box-shadow: 0 8px 128px rgba(15, 41, 77, .3)
}

.success-story_grey:hover {
	background: #e1e5eb
}

.success-story_grey:hover span:after {
	background: #2f80ed
}

.success-story_grey span {
	color: #2f80ed
}

.success-story_dark {
	background: #415166
}

.success-story_dark .success-story__img::before {
	box-shadow: 0 4px 110px rgba(5, 14, 26, .4)
}

.success-story_dark:hover {
	background: #313d4d
}

.success-story_dark-blue {
	background: #1f3551
}

.success-story_dark-blue .success-story__img::before {
	box-shadow: 0 0 60px rgba(5, 14, 26, .2)
}

.success-story_dark-blue:hover {
	background: #152538
}

.success-story_blue-light {
	background: #2f80ed
}

.success-story_blue-light .success-story__img::before {
	box-shadow: 0 8px 128px rgba(15, 41, 77, .4)
}

.success-story_blue-light:hover {
	background: #296fc4
}

.success-story_blue-light:hover .button-primary {
	color: #2f80ed;
	background: #fff
}

.success-story_whisk .success-story__img {
	height: 303px
}

.review {
	padding: 50px;
	background: #f0f2f5
}

.review>p {
	color: #415166
}

.review>p span {
	font-weight: 500;
	color: #050e1a
}

.review__person {
	margin: 20px 0 0
}

.review+.review {
	margin: 90px 0 0
}

.review+.see-all-link {
	margin: 10px 0 0;
	text-align: right
}

.review_no-padding {
	padding: 0
}

.review-person {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.review-person__img {
	margin: 0 20px 0 0;
	width: 60px;
	border-radius: 50%
}

.review-person__img img {
	display: block;
	width: 100%
}

.review-person__img-large {
	margin: 0 20px 0 0;
	width: 60px;
	border-radius: 50%
}

.review-person__img-large img {
	display: block;
	width: 60px
}

.review-person__information-large {
	height: 28px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 16px;
	color: #97a9be
}

.review-person__information-large_item-1 {
	color: #415166
}

.review-person__information-large-footer {
	font-size: 12px;
	min-height: 16px;
	height: auto
}

.review-person__information-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.review-person__information {
	font-size: 18px;
	line-height: 16px;
	font-weight: 500
}

.review-person__information p {
	margin: 0
}

.review-person__information p:first-child {
	color: #415166
}

.review-person__information p:last-child {
	color: #97a9be
}

.rewards {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 75px 0 0
}

.rewards__img {
	height: 100px
}

.rewards__img img {
	height: 100%;
	width: auto;
	display: block
}

.rewards__img+.rewards__img {
	margin: 0 0 0 30px
}

.paper-form {
	background: #fff;
	box-shadow: 0 12px 24px -6px rgba(8, 35, 71, .12);
	padding: 50px
}

.paper-form h4 {
	margin: 0 0 30px
}

.paper-form .button-primary {
	margin: 0 0 0 auto
}

.paper-form .form-group {
	margin: 0 0 35px;
	position: relative
}

.paper-form .form-group input,
.paper-form .form-group textarea {
	width: 100%;
	padding: 16px;
	font-size: 16px;
	line-height: 20px;
	color: #415166;
	background: #f7f8fa;
	border: 1px solid #f0f2f5;
	box-sizing: border-box;
	outline: 0
}

.paper-form .form-group input::-webkit-input-placeholder,
.paper-form .form-group textarea::-webkit-input-placeholder {
	color: #97a9be
}

.paper-form .form-group input::placeholder,
.paper-form .form-group textarea::placeholder {
	color: #97a9be
}

.paper-form .form-group input:focus,
.paper-form .form-group textarea:focus {
	border: 1px solid #97a9be
}

.paper-form .form-group input:-webkit-autofill,
.paper-form .form-group input:-webkit-autofill:focus,
.paper-form .form-group input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #f7f8fa inset;
	-webkit-text-fill-color: #415166
}

.paper-form .form-group textarea {
	resize: none
}

.paper-form .form-group.has-danger .custom-select-opener,
.paper-form .form-group.has-danger input {
	border: 1px solid #de4244
}

.paper-form .form-group .text-help {
	position: absolute;
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 16px
}

.paper-form .form-group .text-help.pristine-error {
	color: #de4244
}

.paper-form .form-group .pristine-error {
	display: none
}

.paper-form .form-group.has-danger .pristine-error {
	display: block
}

.copyright {
	border-top: 1px solid #f0f2f5
}

.copyright__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 50px;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.copyright__rights {
	font-size: 18px;
	line-height: 156%;
	line-height: 100%;
	margin: 0;
	color: #97a9be
}

.copyright__blackTheme {
	border-top: 1px solid rgba(240, 242, 245, .3);
	color: rgba(255, 255, 255, .8)
}

.copyright-clutch {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px
}

.copyright-clutch__img {
	height: 30px
}

.copyright-clutch__img img {
	height: 100%;
	display: block
}

.copyright-clutch__rating {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	line-height: 100%
}

.copyright-clutch__rating img {
	height: 8px;
	display: block;
	margin: 0 0 0 5px;
	width: auto
}

.copyright-clutch p {
	line-height: 100%;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	border-left: 1px solid #050e1a
}

.copyright-clutch_dark p {
	border-left: 1px solid #fff
}

.header-mob-nav ul {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-mob-nav ul li {
	padding: 0 8px;
	font-size: 14px;
	line-height: 100%
}

.header-mob-nav ul li+li {
	border-left: 1px solid #f0f2f5;
	line-height: 100%
}

.header-mob-nav ul a {
	font-size: inherit;
	color: #121212;
	text-decoration: none;
	line-height: inherit
}

.header-mob-nav ul span {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background: 0 0;
	font-size: 14px;
	line-height: 100%;
	color: #121212
}

.header-mob-nav ul span img {
	display: block;
	margin: 0 0 0 5px
}

.mobile-menu {
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	background: #121212;
	padding: 75px 40px 0;
	overflow-y: auto;
	box-sizing: border-box;
	display: none
}

.mobile-menu.show {
	display: none
}

.mobile-menu ul {
	list-style-type: none;
	padding: 0
}

.mobile-menu ul li.active a {
	color: #2f80ed
}

.mobile-menu ul li+li {
	margin: 30px 0 0
}

.mobile-menu ul a {
	font-size: 24px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	text-decoration: none
}

.mobile-menu__close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px
}

.mobile-menu__close-btn:hover {
	opacity: 1
}

.mobile-menu__close-btn:after,
.mobile-menu__close-btn:before {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 31px;
	width: 2px;
	background-color: #fff
}

.mobile-menu__close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobile-menu__close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#mobile-menu-btn {
	display: block;
	width: 40px;
	height: 40px
}

#mobile-menu-btn img {
	width: 100%;
	display: block
}

.sidebar_container {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	bottom: 43px;
	width: 36px;
	z-index: 3
}

.sidebar_header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	opacity: 1;
	width: 100vh;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	bottom: -25px;
	font-weight: 700;
	font-size: 16px;
	color: #121212
}

.sidebar_holder {
	position: absolute;
	top: 0;
	height: 22px;
	width: 500px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.sidebar_header.fade {
	opacity: 1;
	transition: .5s
}

.isWhite {
	color: #fff
}

.isBlack {
	z-index: 2
}

.isBlack,
.isWhite {
	height: 22px;
	width: 500px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.sidebar_header p {
	height: 22px;
	width: 500px;
	display: block;
	transition: all .5s ease;
	cursor: default
}

.sidebar_header:not(:hover) span {
	display: none
}

.sidebar_header:hover span {
	display: inline;
	-webkit-animation: .8s fadeIn;
	animation: .8s fadeIn
}

.sidebar_header span {
	margin-left: 20px;
	transition: .5s ease;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px
}

.hubspot-modal {
	padding-top: 0;
	background: rgba(5, 14, 26, .6)
}

.hubspot-modal:before {
	display: none
}

.hubspot-modal .tingle-modal__close {
	width: 40px;
	height: 42px;
	position: absolute;
	right: 30px;
	top: 30px;
	left: auto;
	background: url(../svg/close-white.svg) no-repeat;
	background-size: cover;
	color: transparent
}

.hubspot-modal .tingle-modal-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto 0;
	background: 0 0;
	height: 100%
}

.hubspot-modal .tingle-modal-box__content {
	text-align: center;
	padding: 0;
	width: 100%
}

.hubspot-modal .tingle-modal-box__content h3,
.hubspot-modal .tingle-modal-box__content p {
	display: none
}

.hubspot-modal__close-btn {
	display: none;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 20px;
	height: 20px;
	cursor: pointer
}

.hubspot-modal p {
	font-size: 18px
}

.snackbar {
	z-index: 99;
	-webkit-animation: fadeIn .2s, fadeOut .2s 2.85s;
	animation: fadeIn .2s, fadeOut .2s 2.85s;
	position: fixed;
	left: 3.5%;
	background: #121212;
	bottom: 25px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 30px;
	display: none
}

.snackbar p {
	font-size: 18px;
	line-height: 156%;
	margin: 0;
	color: #fff
}

.snackbar.active {
	display: block
}

.snackbar.error {
	background: #de4244
}

.snackbar.success {
	background: #13966e
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.cookies_popup {
	z-index: 98;
	-webkit-animation: fadeIn .2s ease-in;
	animation: fadeIn .2s ease-in;
	position: fixed;
	left: 3.5%;
	background: #121212;
	bottom: 25px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 15px;
	display: none
}

.cookies_popup p {
	margin: 0;
	font-size: 12px;
	line-height: 150%;
	color: #fff
}

.cookies_popup>div {
	margin-right: 15px
}

.cookies_popup a {
	text-decoration: none;
	color: #2f80ed
}

.cookies_popup button {
	padding: 10px 25px;
	font-weight: 500;
	outline: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	background: #121212;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff
}

.about-covid h3 {
	color: #050e1a;
	font-weight: 400;
	margin: 50px 0 30px
}

.about-covid p {
	font-size: 18px;
	line-height: 156%;
	color: #415166
}

.scroll-down-btn {
	bottom: 25px;
	position: absolute
}

.ratings {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 65px 0 0
}

.ratings__item {
	display: block;
	text-decoration: none;
	height: 75px;
	margin: 0 30px 0 0
}

.ratings__item img {
	height: 100%;
	width: auto;
	display: block
}

.meet-platform p {
	font-size: 18px;
	line-height: 156%;
	color: #415166
}

.meet-platform__item+.meet-platform__item {
	margin: 50px 0 0
}

.meet-platform__item span:first-child {
	color: #97a9be;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: .15em;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px
}

.small-cards {
	margin: -15px
}

.small-cards .about-us h4 {
	font-size: 24px;
	margin-bottom: 20px
}

.small-cards .about-us p {
	font-size: 18px;
	line-height: 156%;
	color: #415166
}

.small-cards__item {
	margin: 15px
}

.small-card {
	padding: 50px;
	background: #f0f2f5;
	height: calc(100% - 30px);
	box-sizing: border-box
}

.small-card__icon {
	margin-bottom: 25px
}

.small-card__img {
	height: 40px;
	margin: 0 0 10px
}

.small-card__img img {
	height: 100%;
	display: block
}

.small-card h4 {
	margin: 0
}

.book-call-block {
	padding: 110px 0
}

.book-call-block h3 {
	font-weight: 400;
	margin: 0
}

.book-call-block__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.book-call-block__content h3 {
	margin: 0 90px 0 0
}

.price-cards {
	margin: -15px
}

.price-cards__item {
	margin: 15px;
	height: calc(100% - 30px)
}

.price-cards .pure-u-1 {
	margin: 0 auto
}

.price-card {
	box-shadow: 0 12px 24px -6px rgba(8, 35, 71, .12);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff
}

.price-card__title {
	padding: 30px 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700
}

.price-card__title p {
	margin: 0
}

.price-card__title_blue {
	background: #4b7dbc
}

.price-card__title_dark {
	background: #415166
}

.price-card__title_grey {
	background: #cfdae8;
	color: #050e1a
}

.price-card_simple .price-card-content p {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #415166;
	margin: 0 0 32px;
	letter-spacing: .15em;
	text-transform: uppercase
}

.price-card-content {
	padding: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.price-card-content__price {
	margin: 0 0 36px;
	min-width: 100px;
	position: relative
}

.price-card-content__price h3 {
	margin: 0
}

.price-card-content__price span {
	position: absolute;
	display: block;
	color: #97a9be;
	font-size: 12px;
	line-height: 16px
}

.price-card-content__price span:first-child {
	margin: -20px 0 0
}

.price-card-content p {
	font-size: 18px;
	line-height: 156%;
	color: #415166;
	margin: 0 0 20px
}

.price-card-content a {
	margin: auto 0 0
}

.comparison-table {
	margin: 65px 0 0;
	font-size: 18px;
	width: 100%
}

.comparison-table caption {
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	letter-spacing: -.01em;
	margin: 0 0 10px
}

.comparison-table td,
.comparison-table th {
	width: 25%;
	text-align: left;
	line-height: 156%;
	padding: 10px 5px 10px 0
}

.comparison-table th {
	font-weight: 500;
	border-bottom: 1px solid rgba(47, 128, 237, .1)
}

.comparison-table td {
	color: #415166
}

.comparison-table td:first-child {
	color: #050e1a;
	vertical-align: baseline
}

.comparison-table img {
	display: inline-block;
	height: 24px
}

.comparison-table img+img {
	margin: 0 0 0 5px
}

.addons {
	margin: 65px 0 0
}

.addons__explanation {
	display: block;
	color: #97a9be;
	margin: 30px 0 0;
	font-size: 12px;
	line-height: 16px
}

.covid-active-block h3 {
	font-weight: 400
}

.main-section-images {
	margin: 75px 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-section-images_centered {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-section-images__item {
	height: 75px
}

.main-section-images__item img {
	display: block;
	height: 100%;
	width: auto
}

.main-section-images .pure-g {
	width: 100%
}

.natera-reinvents-education {
	overflow: hidden
}

.natera-reinvents-education__img {
	position: relative;
	height: 100%
}

.natera-reinvents-education__img img {
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	position: relative
}

.natera-reinvents-education__img:before {
	content: '';
	display: block;
	width: 97%;
	height: 97%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50px;
	position: absolute;
	box-shadow: 0 96px 120px rgba(5, 14, 26, .6)
}

.natera-reinvents-education h2 {
	margin: 0 0 20px
}

.natera-reinvents-education p {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .8)
}

.natera-reinvents-education .large-content__first-half {
	padding-bottom: 119px
}

.natera-reinvents-education .large-content__last-half {
	height: 100%
}

.see-all-link a {
	font-weight: 400
}

.speakers-from {
	margin: 75px 0 0
}

.speakers-from p.speakers-from__title {
	color: #97a9be;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 0 0 10px
}

.speakers-from__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.speakers-from__item {
	margin: 0 30px 0 0
}

.speakers-from__item:last-child {
	margin: 0
}

.speakers-from__item img {
	display: block;
	height: 100%;
	width: auto
}

.speakers-from_flex .speakers-from__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.speakers-from_flex .speakers-from__item {
	margin: 0
}

.webinar-host__img {
	border-radius: 50%
}

.webinar-host__img img {
	display: block;
	width: 100%
}

.webinar-host__content h3 {
	margin: 0 0 10px;
	font-weight: 400
}

.webinar-host__content h4 {
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -.01em;
	margin: 0 0 30px
}

.webinar-host__content p {
	color: #415166;
	font-size: 18px
}

.webinar-host__content p:last-child {
	margin: 0
}

.webinar-host .large-content__last-half {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.webinar-speakers__item+.webinar-speakers__item {
	margin: 50px 0 0
}

.webinar-speaker {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.webinar-speaker__img {
	width: 125px;
	-webkit-flex: 0 0 125px;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	margin: 0 30px 0 0
}

.webinar-speaker__img img {
	width: 100%;
	height: auto;
	display: block
}

.webinar-speaker__content h4 {
	letter-spacing: -.01em;
	color: #050e1a;
	margin: 0 0 10px
}

.webinar-speaker__content p {
	font-size: 18px;
	line-height: 156%;
	color: #415166;
	margin: 0
}

.integrate-with-any-software {
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center right
}

.integrate-with-any-software h3 {
	margin: 0 0 30px
}

.make-changes-instantly {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right
}

.make-changes-instantly h2 {
	color: #fff
}

.make-changes-instantly .large-content__first-half {
	padding: 0
}

make-changes {
	background: url(../bg.html) no-repeat center center fixed;
	background-size: 100% 100%
}

.faq__item+.faq__item {
	margin: 30px 0 0
}

.roi-calculator {
	min-height: 100vh
}

.roi-calculator .title h2 {
	margin: 0 0 30px
}

.roi-calculator .title p {
	margin-bottom: 22px
}

.input-slider {
	margin: 0 0 50px
}

.input-slider__input-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px
}

.input-slider__input-block p {
	font-size: 18px;
	line-height: 28px;
	color: #415166;
	margin: 0
}

.input-slider__input-block input {
	width: 100px;
	margin: 0 0 0 20px;
	height: 52px;
	padding: 16px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	-moz-appearance: textfield;
	color: #415166;
	background: #f7f8fa;
	border: 1px solid #f0f2f5;
	outline: 0
}

.input-slider__input-block input::-webkit-input-placeholder {
	color: #97a9be
}

.input-slider__input-block input::placeholder {
	color: #97a9be
}

.input-slider__input-block input:focus {
	border: 1px solid #97a9be
}

.input-slider__input-block input::-webkit-inner-spin-button,
.input-slider__input-block input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.noUi-target {
	height: 5px;
	background: #f7f8fa;
	border: none;
	box-shadow: none
}

.noUi-connect {
	background: #2f80ed
}

.noUi-horizontal .noUi-handle {
	width: 17px;
	height: 17px;
	border: none;
	background: #2f80ed;
	border-radius: 50%;
	box-shadow: none
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
	display: none
}

.noUi-marker {
	display: none
}

.noUi-value-horizontal {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #97a9be;
	font-size: 12px;
	line-height: 16px;
	margin: -3px 0 0
}

.noUi-value-horizontal:first-child {
	left: 1%
}

.noUi-value-horizontal:last-child {
	left: 97%
}

.noUi-pips-horizontal {
	height: auto;
	color: #97a9be;
	width: 94%
}

.not-office-life__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.not-office-life h2 {
	margin: 0 0 30px 0;
	padding: 0
}

label[for=roi-salary-input] {
	position: relative
}

label[for=roi-salary-input] span {
	position: absolute;
	right: 16px;
	top: 16px;
	color: #97a9be;
	font-size: 16px;
	line-height: 20px
}

label[for=roi-salary-input] input {
	padding-right: 36px
}

.noUi-target {
	padding: 0 16px 0 0
}

.noUi-connects {
	margin: 0 -16px 0 0;
	width: calc(100% + 16px)
}

.roi-form-step {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 630px;
	position: relative
}

.roi-form-step__title {
	margin: 0 0 50px
}

.roi-form-step__title h4 {
	margin: 0
}

.roi-form-step__title p {
	font-size: 18px;
	line-height: 156%;
	margin: 10px 0 0;
	color: #415166
}

.roi-form-step__buttons {
	margin: auto 0 0
}

.roi-form-step__loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.roi-form-step__loader p {
	font-size: 18px;
	margin: 10px 0 0;
	line-height: 28px;
	color: #97a9be
}

.roi-form-step__loader svg {
	width: 100px
}

.roi-form-step__loader svg circle:first-child {
	-webkit-animation: 1s ease-in-out .1s infinite firstCircle;
	animation: 1s ease-in-out .1s infinite firstCircle
}

.roi-form-step__loader svg circle:nth-child(2) {
	-webkit-animation: 1s ease-in-out .2s infinite secondCircle;
	animation: 1s ease-in-out .2s infinite secondCircle
}

.roi-form-step__loader svg circle:last-child {
	-webkit-animation: 1s ease-in-out .3s infinite thirdCircle;
	animation: 1s ease-in-out .3s infinite thirdCircle
}

@-webkit-keyframes firstCircle {
	0% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px)
	}
	50% {
		-webkit-transform: translate(0, -15px);
		transform: translate(0, -15px)
	}
	100% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px)
	}
}

@keyframes firstCircle {
	0% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px)
	}
	50% {
		-webkit-transform: translate(0, -15px);
		transform: translate(0, -15px)
	}
	100% {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px)
	}
}

@-webkit-keyframes secondCircle {
	0% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
	50% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
	100% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
}

@keyframes secondCircle {
	0% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
	50% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
	100% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}
}

@-webkit-keyframes thirdCircle {
	0% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	50% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px)
	}
	100% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

@keyframes thirdCircle {
	0% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	50% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px)
	}
	100% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

.roi-form-step__loader.hide {
	display: none
}

.roi-form-step .button-primary {
	margin: 0 0 0 auto;
	font-weight: 400;
	padding: 30px 50px
}

.roi-form-step .blue-link {
	border: none;
	background: 0 0;
	margin: 20px 0 0 auto;
	font-weight: 400;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.roi-form__first-step.hide {
	display: none
}

.roi-form__second-step {
	display: none
}

.roi-form__second-step.show {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.roi-form__third-step {
	display: none
}

.roi-form__third-step.show {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.roi-form-result__item+.roi-form-result__item {
	margin: 30px 0 0
}

.roi-form-result h3 {
	margin: 0 0 10px
}

.roi-form-result p {
	margin: 0;
	color: #415166;
	font-size: 18px;
	line-height: 150%
}

.build-best-solution {
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center right
}

.build-best-solution p {
	color: rgba(255, 255, 255, .8)
}

.content-to-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.block-width_500 {
	width: 500px
}

.career-text-padding {
	padding-bottom: 20px
}

.career-a-button {
	text-decoration: none
}

.careers-gallery {
	margin: -15px
}

.careers-gallery img {
	display: block;
	width: 100%
}

.careers-gallery__img-wrap {
	text-align: -webkit-center
}

.careers-gallery_margin-from-img-wrap {
	margin: 15px
}

.employee__image {
	width: 80px;
	height: 80px;
	border: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	border-radius: 60px;
	text-align: center
}

.employee__name {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #050e1a;
	text-align: center;
	opacity: 0;
	transition: opacity ease-out .2s;
	margin-top: 10px
}

.employee__item {
	margin-top: 30px
}

.employee__item:hover .employee__name {
	opacity: 1
}

.employee__position-text-style {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #415166
}

.co-founder__item {
	margin: 0 auto;
	min-width: 120px
}

.co-founder__item:hover .co-founder__name {
	opacity: 1
}

.co-founder__display-person {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 90px 0 0 0
}

.co-founder__text {
	color: #415166
}

.co-founder__bolder-text {
	font-weight: 500;
	color: #050e1a
}

.co-founder__img {
	cursor: pointer;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	border-radius: 107.705px
}

.co-founder__name {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #050e1a;
	margin-top: 10px;
	transition: opacity ease-out .2s;
	opacity: 0
}

.co-founder__position-text-style {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: center
}

.co-founder__margin-top-bottom {
	margin: 90px 0 90px 0;
	text-align: center
}

.career-swiper_wrapper {
	margin: 75px 0 0 0
}

.swiper-wrapper {
	transition-timing-function: linear
}

.career-swiper-container {
	margin: 75px 0 0 0;
	width: 100%;
	height: 100%
}

.careersReverseSwiper .swiper-slide,
.careersSwiper .swiper-slide {
	width: auto
}

.careersReverseSwiper .swiper-slide img,
.careersSwiper .swiper-slide img {
	display: block;
	height: 400px
}

.aboutUsSwiper .swiper-slide {
	width: 518px;
	height: 424px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.aboutUsSwiper .swiper-slide .review {
	width: 418px;
	background: #fff
}

.perks-benefits__heading {
	margin-top: 120px
}

.perks-benefits__small-cards {
	margin-top: 75px
}

.not-office-life h2 {
	text-decoration: none;
	color: #050e1a
}

.not-office-life__subtitle {
	color: #415166
}

.social-network__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 90px
}

.social-network__conjunction {
	margin: 0 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #97a9be
}

.social-network__instagram {
	text-align: center;
	text-decoration: none;
	background: linear-gradient(to left, #9738bd, #dd2f6f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	position: relative
}

.social-network__instagram:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: background .15s ease-out;
	background: 0 0
}

.social-network__instagram:hover:after {
	background: linear-gradient(#9738bd, #dd2f6f)
}

.career-dark-footer {
	background: #050e1a
}

.career-footer-margin {
	margin: 0 175px
}

.career-opened-positions_footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.greeting-small-text {
	color: #415166;
	margin-bottom: 50px
}

.slider-heading {
	color: #415166;
	font-size: 18px
}

.helen-feedback {
	margin: 0 20px
}

.helen-feedback p {
	margin: 0
}

.former-worker-wrapper {
	margin-bottom: 50px
}

.small-screen-not-office-life_background {
	background: #f0f2f5;
	overflow: hidden
}

.not-office-life-img {
	width: auto;
	height: 500px;
	max-height: 500px
}

.copyright-rights {
	font-size: 18px;
	line-height: 156%;
	font-size: 14px;
	color: #97a9be
}

.about-us-heading-buttons a {
	margin-right: 30px
}

.about-us-team-photo_wrap {
	margin-top: 90px
}

.about-us-team-photo_wrap .about-us-team-photo {
	height: 100%;
	width: 100%
}

.about-us-main-focus {
	font-weight: 400;
	line-height: 156%;
	color: #415166
}

.about-us-main-focus-highlighted {
	font-weight: 500;
	color: #050e1a
}

.story_started {
	max-width: 500px
}

.story_bali {
	margin-top: 90px
}

.story h3 {
	margin-bottom: 50px
}

.story_photos-wrap {
	margin-top: 50px
}

.story_founders-met {
	font-size: 18px;
	line-height: 156%;
	color: #415166;
	margin-bottom: 50px
}

.story_founders-photo-wrap {
	max-width: 500px;
	margin: 50px 0 0 auto
}

.story_team-photo-wrap {
	max-width: 1090px;
	margin-top: 50px
}

.story_bali-img-wrap-1 {
	margin-right: 15px
}

.story_bali-img-wrap-2 {
	margin-left: 15px
}

.story h2 {
	margin: 0 0 90px
}

.story img {
	height: 100%;
	width: 100%
}

.what-is-bc {
	font-size: 18px;
	color: rgba(255, 255, 255, .8);
	line-height: 100%
}

.what-is-bc h1 {
	padding-bottom: 120px
}

.what-is-bc h2 {
	color: #fff;
	margin-bottom: 120px
}

.what-is-bc img {
	width: 100%;
	height: auto
}

.what-is-bc_content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.what-is-bc_img-left-wrap {
	max-height: 130px
}

.what-is-bc_img-left-wrap img {
	max-height: 100%;
	width: auto;
	max-width: 100%
}

.what-is-bc_left-side {
	margin-right: 90px
}

.what-is-bc_AI-dev {
	color: rgba(255, 255, 255, .8);
	margin: 30px 0 45px 0;
	line-height: 133%
}

.what-is-bc_right-side {
	margin-bottom: 50px
}


.culture-code img {
	width: 100%;
	height: 100%
}

.culture-code_header {
	text-align: center;
	color: #050e1a
}

.culture-code_header h2 {
	padding: 0 15px 90px 15px;
	margin: 0
}

.culture-code_header .grateful-clients h2 {
	padding: 0 15px 0 15px;
	margin: 0
}

.culture-code_header p {
	font-size: 18px;
	margin: 30px 15px 75px 15px
}

.about-us-slider-item {
	max-width: 500px
}

.aboutUsSwiper {
	margin-bottom: 75px
}

.aboutUsSwiper .swiper-slide {
	margin-right: 20px
}

.aboutUsSwiper .swiper-slide .review p {
	height: 250px
}

.about-us-link {
	padding-top: 55px
}

.social-work a {
	text-decoration: none
}

.social-work_content {
	max-width: 440px;
	padding: 50px
}

.social-work_content-wrap-mobile {
	display: none;
	background: #fff0f1
}

.social-work_content-wrap-mobile_blue {
	background-color: #f1f6fd
}

.social-work_grey-text {
	font-size: 14px;
	color: #97a9be
}

.social-work h2 {
	padding-bottom: 90px;
	margin: 0
}

.social-work h3 {
	font-size: 48px;
	color: #050e1a
}

.social-work_main-text-content {
	font-size: 18px;
	color: #415166;
	margin-bottom: 35px
}

.social-work_content-wrap {
	background: #fff0f1
}

.social-work_content-wrap_blue {
	background: #f1f6fd;
	margin-top: 75px
}

.social-work_img-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.social-work img {
	width: 100%;
	height: auto
}

.social-work .desktop-1:hover,
.social-work .mobile-1:hover {
	background: #ffe3e5
}

.social-work .desktop-2:hover,
.social-work .mobile-2:hover {
	background: #e1edfd
}

.mobile-2 {
	margin-top: 50px
}

.ready-to-meet-us-mobile {
	display: none
}

.ready-to-meet-us {
	text-align: center
}

.ready-to-meet-us a {
	text-decoration: none
}

.ready-to-meet-us h2 {
	padding: 0 15px 50px 15px;
	margin: 0
}

.ready-to-meet-us_button-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ready-to-meet-us_link {
	margin: 0 30px 0 0
}

.ready-to-meet-us img {
	width: 100%;
	height: auto
}

.about-us-heading-text {
	margin: 0 15px
}

@media all and (max-width:1279px) {
	.sidebar_container {
		display: none
	}
	.not-office-life-img {
		height: 40vh
	}
}

@media all and (max-width:1023px) {
	h1 {
		font-size: 45px;
		letter-spacing: -2px
	}
	h2 {
		font-weight: 600;
		font-size: 37px;
		line-height: 40px;
		margin: 0 0 50px
	}
	h3 {
		font-weight: 400;
		font-size: 32px;
		line-height: 36px;
		margin: 0 0 10px
	}
	h4 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 10px
	}
	.title {
		margin: 0 0 50px
	}
	.title_without-margin {
		margin: 0
	}
	.title h2 {
		margin: 0 0 10px
	}
	.title p.title_subtitle {
		margin: 0 0 10px;
		font-size: 20px
	}
	.body2 {
		line-height: 24px
	}
	.container__large-content {
		padding: 0 24px
	}
	.section {
		padding: 75px 0
	}
	.section_full-height {
		min-height: 0
	}
	.section_foreword h3 {
		font-weight: 600;
		font-size: 37px;
		line-height: 40px;
		margin: 0 0 10px
	}
	.section_rewards h2 {
		margin: 0 0 20px
	}
	.section_without-padding {
		padding: 0
	}
	.section_without-top-padding {
		padding-top: 0
	}
	.section_without-bottom-padding {
		padding-bottom: 0
	}
	.button-primary {
		padding: 20px 30px
	}
	.large-content__first-half {
		margin: auto 20px auto 0
	}
	.large-content__last-half {
		margin: auto 0 auto 20px
	}
	.large-content__last-half_without-lg-margin {
		margin: 0
	}
	.header {
		height: 60px
	}
	.header__content {
		padding: 10px 24px
	}
	.header.sticky~main {
		padding: 60px 0 0
	}
	.mobile-menu.show {
		display: block
	}
	.section-drive-innovation h1 {
		margin: 0 0 20px
	}
	.section-drive-innovation button {
		margin: 30px 0 0
	}
	.companies-logo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.companies-logo_large-margin {
		margin-top: 50px
	}
	.companies-logo_foreword {
		margin: 10px -5px -15px;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.companies-logo_foreword .companies-logo__item {
		margin: 15px 5px
	}
	.companies-logo_foreword .companies-logo__item+.companies-logo__item {
		margin: 15px 5px
	}
	.approach a {
		font-weight: 400
	}
	.approach br {
		display: none
	}
	.expertise {
		margin: -10px -10px 50px
	}
	.expertise_familiar {
		margin: -10px
	}
	.expertise_familiar .expertise-item__icon {
		margin: 0 0 20px
	}
	.expertise_security {
		margin: -10px
	}
	.expertise_security .expertise-item {
		height: auto
	}
	.expertise_security .expertise-item__icon {
		margin: 0 0 10px
	}
	.expertise_security .expertise-item h4 {
		margin: 0 0 10px
	}
	.expertise_security .expertise-item+.expertise-item {
		margin-top: 20px
	}
	.expertise-item {
		padding: 20px;
		height: calc(100% - 30px)
	}
	.success-stories__item+.success-stories__item {
		margin: 30px 0 0
	}
	.success-story {
		padding: 40px 40px 0;
		min-height: 300px;
		height: 520px
	}
	.success-story span {
		margin: 0
	}
	.success-story p {
		min-height: 56px
	}
	.success-story button {
		margin: 32px 0 0
	}
	.success-story__content {
		margin: 0 0 60px
	}
	.success-story+.success-story {
		margin: 40px 0 0
	}
	.success-story_whisk .success-story__img {
		height: 275px
	}
	.review {
		padding: 30px
	}
	.review+.review {
		margin: 40px 0 0
	}
	.review__person {
		margin: 20px 0 0
	}
	.review_no-padding {
		padding: 0
	}
	.rewards {
		display: none
	}
	.paper-form {
		margin: 30px 0 0;
		padding: 30px
	}
	.roi-form {
		margin: 0
	}
	.copyright__content {
		padding: 20px 16px
	}
	.snackbar {
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		box-sizing: border-box
	}
	.cookies_popup {
		bottom: 0;
		left: 0;
		width: 100%;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		box-sizing: border-box
	}
	.about-covid h3 {
		margin: 30px 0 10px
	}
	.tingle-modal h3 {
		font-weight: 700
	}
	.price-card__title {
		padding: 20px
	}
	.price-card-content {
		padding: 40px 20px
	}
	.small-card {
		padding: 20px
	}
	.small-card h4 {
		font-size: 24px
	}
	.small-card__icon {
		height: 24px;
		margin: 0 0 15px 0
	}
	.small-card__icon img {
		display: block;
		height: 100%
	}
	.natera-reinvents-education .large-content__first-half {
		padding-bottom: 75px
	}
	.speakers-from {
		display: none
	}
	.webinar-speakers .large-content__last-half {
		margin: 30px 0 0
	}
	.webinar-speakers__item+.webinar-speakers__item {
		margin: 30px 0 0
	}
	.make-changes-instantly .large-content__first-half {
		padding: 0
	}
	.build-best-solution {
		background-size: 430px;
		background-position-y: 115px;
		background-position-x: right
	}
	.social-network__wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media all and (max-width:767px) {
	.section_small-padding {
		padding: 98px 0
	}
	.section_success-stories-with-logos .companies-logo {
		margin: 50px 0 0
	}
	.button-primary {
		height: 64px
	}
	.large-content__first-half,
	.large-content__last-half {
		margin: auto 0
	}
	.companies-logo_large-margin {
		margin-top: 50px
	}
	.companies-logo_svg {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: -15px 0
	}
	.companies-logo_svg .company-logo {
		width: 32%;
		margin: 15px 0
	}
	.companies-logo_svg .company-logo img {
		width: auto
	}
	.success-stories__item {
		height: auto
	}
	.success-stories__item+.success-stories__item {
		margin: 0
	}
	.success-stories__pagination {
		position: initial
	}
	.success-stories+.link-right {
		text-align: center
	}
	.success-story {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 30px 30px 0
	}
	.success-story h5 {
		margin: 0 0 10px
	}
	.success-story__content {
		max-width: none;
		margin: 0;
		min-height: 0;
		height: 172px
	}
	.success-story__content p {
		line-height: 24px
	}
	.success-story__img {
		width: calc(100% + 80px);
		height: auto;
		margin: -94px -40px 0
	}
	.success-story__img:before {
		display: none
	}
	.success-story__img img {
		margin: 0 auto;
		width: 100%;
		height: initial;
		position: initial
	}
	.review+.review {
		margin: 20px 0 0
	}
	.review+.see-all-link {
		text-align: center
	}
	.review_no-padding {
		padding: 0 20px
	}
	.copyright-clutch p {
		margin: 0 0 0 8px;
		padding: 0 0 0 8px
	}
	.meet-platform .large-content__last-half {
		margin: auto 0 auto 10px
	}
	.meet-platform .large-content__first-half {
		margin: auto 10px auto 0
	}
	.meet-platform__item+.meet-platform__item {
		margin: 30px 0 0
	}
	.meet-platform p {
		font-size: 18px;
		line-height: 156%;
		color: #415166
	}
	.book-call-block__content h3 {
		margin: 0 45px 0 0
	}
	.price-cards {
		margin: -10px
	}
	.price-cards__item {
		margin: 10px;
		height: calc(100% - 20px)
	}
	.price-card__title {
		padding: 20px 16px
	}
	.price-card_simple .price-card-content p {
		margin: 0 0 26px
	}
	.price-card-content {
		padding: 30px 16px
	}
	.addons {
		margin: 50px 0 0
	}
	.natera-reinvents-education h2 {
		margin: 0 0 10px
	}
	.natera-reinvents-education p {
		margin: 0 0 20px
	}
	.webinar-host__img {
		margin: 0 0 20px
	}
	.webinar-host__content h4 {
		margin: 0 0 20px
	}
	.webinar-speakers__item+.webinar-speakers__item {
		margin: 20px 0 0
	}
	.main-section-images {
		margin: 65px -10px -10px
	}
	.main-section-images__item {
		margin: 10px
	}
	.integrate-with-any-software {
		background-image: none!important
	}
	.integrate-with-any-software h3 {
		margin: 0 0 10px
	}
	.make-changes-instantly {
		background-image: none!important
	}
	.accordion {
		padding: 20px 80px 20px 20px
	}
	.accordion__content p {
		padding: 20px 0 0
	}
	.accordion__icon {
		top: 20px;
		right: 20px;
		height: 30px;
		width: 30px
	}
	.accordion__icon svg {
		width: 30px!important;
		height: 30px!important
	}
	.paper-form {
		padding: 30px 16px
	}
	.build-best-solution {
		background-image: none!important
	}
	.slider-heading__margin-for-text {
		margin: 0
	}
	.block-width_500 {
		max-width: 500px;
		width: 100%
	}
	.block-width_480 {
		max-width: 480px;
		width: 100%
	}
	.co-founder__display-person {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.co-founder__item {
		margin: 0
	}
	.co-founder__item-Oleh {
		padding-top: 5px
	}
	.co-founder__margin-top-bottom {
		margin: 0
	}
	.careers-gallery img {
		width: 100%;
		max-width: 700px;
		min-width: 315px;
		text-align: center;
		height: auto
	}
	.careers-gallery_margin-from-img-wrap {
		margin: 5px 0
	}
	.employee__name {
		display: none
	}
	.career-opened-positions_blue-link {
		padding: 50px 0
	}
	.careersReverseSwiper .swiper-slide,
	.careersSwiper .swiper-slide {
		width: auto;
		height: 40vh;
		max-height: 400px;
		text-align: -webkit-center
	}
	.careersReverseSwiper .swiper-slide img,
	.careersSwiper .swiper-slide img {
		display: block;
		width: auto;
		height: 100%
	}
	.aboutUsSwiper {
		margin-bottom: 50px
	}
	.not-office-life-img {
		margin-top: 75px;
		width: 100%;
		height: auto
	}
	.what-is-bc h1 {
		padding-bottom: 50px
	}
	.what-is-bc_left-side {
		margin-bottom: 30px
	}
	.social-work_content-wrap {
		display: none
	}
	.social-work_content-wrap-mobile {
		display: block
	}
	.story_founders-photo-wrap {
		margin: 50px 0 0 0
	}
	.story .container__small-content {
		margin: 50px 0 0 0
	}
	.story_bali-img-wrap-1 {
		margin: 0
	}
	.story_bali-img-wrap-2 {
		margin: 0
	}
	.about-us-container .container__large-content {
		max-width: 500px
	}
	.one-in-row .story_bali-img-wrap-2 {
		margin: 0
	}
}

@media all and (max-width:1128px) {
	.header-desc-nav ul li+li {
		margin: 0 0 0 15px
	}
}

@media all and (max-width:567px) {
	h2 br,
	h3 br {
		display: none
	}
	.aboutUsSwiper .swiper-slide {
		width: 248px;
		height: 470px
	}
	.aboutUsSwiper .swiper-slide .review p {
		font-size: 18px;
		height: 324px
	}
	.aboutUsSwiper .swiper-slide .review__person span {
		font-size: 12px
	}
	.meet-platform h3 br {
		display: inline
	}
	.meet-platform .large-content__first-half,
	.meet-platform .large-content__last-half {
		margin: 0
	}
	.meet-platform__item+.meet-platform__item {
		margin: 30px 0 0
	}
	.meet-platform__item img {
		margin: 0 0 15px
	}
	.meet-platform__item span:first-child {
		font-size: 12px;
		margin: 0 0 10px
	}
	.companies-logo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.companies-logo_svg .company-logo {
		width: 45%
	}
	.company-logo {
		width: 45%
	}
	.header-logo {
		width: 35px
	}
	.success-story__content p {
		margin: 0 0 10px 0;
		min-height: 72px
	}
	.success-story__img img {
		-webkit-filter: none;
		filter: none
	}
	.container__large-content {
		padding: 0 16px
	}
	.copyright__content {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.copyright__clutch {
		display: none
	}
	.paper-form .button-primary {
		width: 100%
	}
	.section_foreword p br {
		display: none
	}
	.hubspot-modal .tingle-modal-box__content {
		padding: 90px 5px 0
	}
	.hubspot-modal .tingle-modal-box__close {
		left: auto
	}
	.ratings {
		margin: 30px 0 0
	}
	.ratings__item {
		height: 70px
	}
	.book-call-block h3 {
		margin: 0 0 25px 0
	}
	.book-call-block__content {
		display: block
	}
	.comparison-table {
		margin: 30px 0 40px
	}
	.comparison-table td,
	.comparison-table th {
		width: 50%;
		padding: 5px 5px 5px 0
	}
	.main-section-images {
		margin: 20px -10px -10px
	}
	.main-section-images__item {
		height: 70px
	}
	.noUi-pips-horizontal {
		width: 91%
	}
	.ready-to-meet-us_button-wrap {
		display: none
	}
	.ready-to-meet-us_link {
		margin: 0 0 30px 0
	}
	.ready-to-meet-us-mobile {
		display: block;
		margin: 0 auto
	}
	.ready-to-meet-us-mobile div {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.about-us-heading-buttons {
		display: none
	}
	.about-us-first-button {
		margin: 0 0 15px 0
	}
}