@-webkit-keyframes shake {
	10%, 90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
	20%, 80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0)
	}
	30%, 60% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0)
	}
	45% {
		-webkit-transform: translate3d(3px, 0, 0);
		transform: translate3d(3px, 0, 0)
	}
}
@keyframes shake {
	10%, 90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
	20%, 80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0)
	}
	30%, 60% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0)
	}
	45% {
		-webkit-transform: translate3d(3px, 0, 0);
		transform: translate3d(3px, 0, 0)
	}
}
@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}
@-webkit-keyframes show-menu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes show-menu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes scale-up-down {
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}
@keyframes scale-up-down {
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}
@-webkit-keyframes circular-loader {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}
@keyframes circular-loader {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}
@-webkit-keyframes checkAppearance {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}
@keyframes checkAppearance {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}
@-webkit-keyframes s_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes s_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@-webkit-keyframes swipe-animation {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
	19% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	30% {
		opacity: 1
	}
	81% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
}
@keyframes swipe-animation {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
	19% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	30% {
		opacity: 1
	}
	81% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 0
	}
}
.container-fluid>.component-bg[data-type=color] .overlay {
	opacity: 1!important
}
.b_block:last-of-type .component-bg {
	height: 100%
}
.component-bg {
	overflow: hidden;
	clip: rect(auto, auto, auto, auto);
	pointer-events: none;
	z-index: -1
}
.component-bg, .component-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-bg .overlay {
	z-index: 1;
	transition: all .18s
}
.component-bg.bg-color .image-holder, .component-bg.bg-color .video_bg_container {
	display: none
}
.component-bg.video_is_loaded .image-holder {
	opacity: 0;
	visibility: hidden
}
.component-bg .image-holder, .component-bg .parallax-outer, .component-bg .video_bg_container {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-bg .image, .component-bg .video_bg_player, .component-bg canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover
}
.component-bg .image {
	image-rendering: optimizeSpeed;
	image-rendering: auto;
	image-rendering: -o-crisp-edges;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor
}
.component-bg .image-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity .35s cubic-bezier(.21, .67, .58, 1), visibility .35s cubic-bezier(.21, .67, .58, 1)
}
.component-bg .parallax-outer.ready+.image-holder {
	opacity: 0;
	visibility: hidden;
	transition-duration: .65s
}
.component-bg .loader-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}
.component-bg.loading .image {
	overflow: hidden;
	position: relative
}
.component-bg.loading .loader-image {
	opacity: 1;
	visibility: visible
}
@media (min-width:980px) {
	.component-bg.bg-video[data-parallax=true] .image-holder, .component-bg.bg-video[data-parallax=true] .video_bg_container {
		position: fixed
	}
	.component-bg.bg-video[data-parallax=true] .image-holder .image, .component-bg.bg-video[data-parallax=true] .image-holder .video_bg_player, .component-bg.bg-video[data-parallax=true] .video_bg_container .image, .component-bg.bg-video[data-parallax=true] .video_bg_container .video_bg_player {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: transform
	}
}
@media (max-width:767px) {
	.component-bg .video_bg_container {
		display: none
	}
	.component-bg.video_is_loaded .image-holder {
		opacity: 1;
		visibility: visible
	}
	.component-bg .image-holder .image, .component-bg .image-holder .video_bg_player, .component-bg .video_bg_container .image, .component-bg .video_bg_container .video_bg_player {
		-webkit-transform: translateZ(0)!important;
		transform: translateZ(0)!important
	}
}
.component-button.effect--opacity:before {
	transition: all .2s ease
}
.is-pointer .component-button.effect--opacity.bordered:hover:before {
	background-color: currentColor
}
.is-pointer .component-button.effect--opacity.transparent:hover:before {
	opacity: .3
}
.component-button.effect--zoom:before {
	transition: all .35s cubic-bezier(.21, .67, .58, 1)
}
.is-pointer .component-button.effect--zoom:hover:before {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
.component-button {
	position: relative;
	font-size: .9375rem;
	font-weight: 500;
	background: none;
	outline: 0;
	border: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 2.875rem;
	min-height: 2.875rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	color: inherit;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%
}
.component-button.wide {
	width: 100%
}
.component-button:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: inherit
}
.is-pointer .component-button:hover {
	text-decoration: none
}
.component-button .btn-content {
	line-height: 1.467;
	position: relative
}
.component-button .btn-content-icon {
	padding: 0
}
.component-button .btn-icon {
	display: block;
	width: 1.125rem;
	height: 1.125rem
}
.component-button .btn-content-text {
	padding: .75rem 1.375rem;
	max-width: 100%
}
.component-button .btn-text {
	display: block;
	transition: all .2s
}
.component-button .success-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.125rem;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(.6);
	transform: translate3d(-50%, -50%, 0) scale(.6);
	opacity: 0;
	visibility: hidden
}
.component-button.animate-add-to-cart {
	pointer-events: none
}
.component-button.animate-add-to-cart .success-icon {
	transition: opacity .45s, visibility .45s, -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3), -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 1;
	visibility: visible
}
.component-button.animate-add-to-cart .btn-text {
	transition: none;
	opacity: 0
}
[data-contrast=light] .component-button.filled.contrast .btn-content, [data-contrast] [data-contrast=light] .component-button.filled.contrast .btn-content {
	color: #1b1b1c
}
[data-contrast=dark] .component-button.filled.contrast .btn-content, [data-contrast] [data-contrast=dark] .component-button.filled.contrast .btn-content {
	color: #fff
}
.component-button.size--large {
	font-size: 1.0625rem;
	min-width: 3.5rem;
	min-height: 3.5rem
}
.component-button.size--large .btn-content {
	padding: 1rem 1.875rem
}
.component-button.size--small {
	font-size: .875rem;
	min-width: 2.5rem;
	min-height: 2.5rem
}
.component-button.size--small .btn-content {
	padding: .625rem 1.25rem
}
.component-button.filled {
	border: 0
}
.component-button.filled:before {
	background-color: currentColor
}
.component-button.bordered:before {
	border: 1px solid currentColor
}
.component-button.contrast, .component-button.contrast.filled:before {
	color: currentColor!important
}
.component-button.transparent:before {
	opacity: .2
}
.component-button.transparent .btn-content {
	color: currentColor!important
}
.component-button.squared:before {
	border-radius: 4px
}
.component-button.rounded:before {
	border-radius: 100px
}
.component-button.rounded .btn-text {
	display: block;
	transition: all .2s
}
.flexbe-cards-root {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flexbe-cards-root .slider-pagination--cards {
	width: 100%;
	position: relative;
	margin: 1.5625rem auto;
	padding: 0
}
.flexbe-cards-root .slider-pagination--cards.size--small {
	margin: 20px auto
}
.flexbe-cards-root .slider-pagination--cards.position--inside {
	margin: 0 auto 20px
}
.flexbe-cards-root .slider-button--cards {
	padding: 0 1.25rem
}
.flexbe-cards-root .slider-button--cards[data-direction=prev] {
	left: auto;
	right: 100%;
	padding-left: 0
}
.flexbe-cards-root .slider-button--cards[data-direction=next] {
	right: auto;
	left: 100%;
	padding-right: 0
}
.flexbe-cards-root.cards-gap-small {
	padding: 0 1.5rem
}
.flexbe-cards-root.cards-gap-normal {
	padding: 0 3.125rem
}
.flexbe-cards-root.full-width .slider-button--cards[data-direction=prev] {
	left: 0;
	right: auto
}
.flexbe-cards-root.full-width .slider-button--cards[data-direction=next] {
	right: 0;
	left: auto
}
.flexbe-cards-container {
	width: 100%;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.flexbe-cards-wrapper {
	width: 100%
}
.flexbe-cards-slider.swiper-inited .flexbe-cards {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.flexbe-cards {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.flexbe-cards.less-columns {
	-ms-flex-pack: center;
	justify-content: center
}
.flexbe-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.cards-1 .flexbe-card {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}
.cards-2 .flexbe-card {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}
.cards-3 .flexbe-card {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%
}
.cards-4 .flexbe-card {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}
.cards-5 .flexbe-card {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%
}
.cards-6 .flexbe-card {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%
}
@media (min-width:1200px) and (max-width:1300px) {
	.flexbe-cards-root.normal-width.slider-active.slider-has-buttons .flexbe-cards-container {
		max-width: 1050px;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin: 0 auto
	}
	.flexbe-cards-root.normal-width.slider-active.slider-has-buttons .slider-button--cards[data-direction=prev] {
		padding-left: 0
	}
	.flexbe-cards-root.normal-width.slider-active.slider-has-buttons .slider-button--cards[data-direction=next] {
		padding-right: 0
	}
}
@media (min-width:768px) and (max-width:1080px) {
	.flexbe-cards-root.normal-width .slider-button--cards[data-direction=prev] {
		left: 0;
		right: auto;
		padding-left: .625rem;
		padding-right: 0
	}
	.flexbe-cards-root.normal-width .slider-button--cards[data-direction=next] {
		right: 0;
		left: auto;
		padding-right: .625rem;
		padding-left: 0
	}
}
.component-form .component-button .submitting-status, .component-quiz .component-button .submitting-status {
	display: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease
}
.component-form .component-button .submitting-status .icon, .component-quiz .component-button .submitting-status .icon {
	display: block;
	position: absolute;
	width: 1.375rem;
	height: 1.375rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.component-form .component-button .submitting-status .icon .circular-loader, .component-quiz .component-button .submitting-status .icon .circular-loader {
	fill: none;
	stroke: currentColor;
	stroke-width: .375rem;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.component-form .component-button .submitting-status .icon .circular-loader .loader-path, .component-quiz .component-button .submitting-status .icon .circular-loader .loader-path {
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	stroke-linecap: round;
	animation: circular-loader 1.5s ease-in-out infinite reverse
}
.component-form .component-button.submitting .btn-text, .component-quiz .component-button.submitting .btn-text {
	opacity: 0
}
.component-form .component-button.submitting .submitting-status, .component-quiz .component-button.submitting .submitting-status {
	display: block;
	opacity: 1;
	visibility: visible
}
.component-form .component-button.submitting .submitting-status svg, .component-quiz .component-button.submitting .submitting-status svg {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.component-form .component-button.success .btn-text, .component-quiz .component-button.success .btn-text {
	opacity: 0
}
.component-form .component-button.success .success-icon, .component-quiz .component-button.success .success-icon {
	transition: opacity .45s, visibility .45s, -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3), -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1)
}
.form-fields, .step-fields {
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.form-fields .error, .step-fields .error {
	position: relative;
	width: 100%;
	font-size: .625rem;
	line-height: .9375rem;
	height: 0;
	font-weight: 500;
	color: #ff714d;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(.21, .67, .58, 1)
}
.form-fields .border, .step-fields .border {
	display: none
}
.form-fields .form-field-title, .step-fields .form-field-title {
	font-size: 1rem;
	line-height: 1.375;
	padding-bottom: .9375rem;
	font-weight: 500;
	text-align: left;
	-ms-flex-order: -2;
	order: -2
}
.form-fields .form-field-desc, .step-fields .form-field-desc {
	font-size: .75rem;
	padding-bottom: .9375rem;
	opacity: .5;
	line-height: 1.333;
	-ms-flex-order: -1;
	order: -1
}
.form-fields .form-field-desc+.form-field-title, .step-fields .form-field-desc+.form-field-title {
	padding-bottom: .3125rem
}
.form-fields .form-field, .step-fields .form-field {
	padding: 0 0 1.25rem;
	text-align: left
}
.form-fields .form-field[data-type=checkbox]+[data-type=checkbox], .step-fields .form-field[data-type=checkbox]+[data-type=checkbox] {
	margin-top: -.625rem
}
.form-fields .form-field.active .dropdown-select:after, .step-fields .form-field.active .dropdown-select:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	z-index: 21;
	opacity: 0
}
.form-fields .is_error, .step-fields .is_error {
	-webkit-animation: shake .5s ease 1 both .2s;
	animation: shake .5s ease 1 both .2s
}
.form-fields .is_error .error, .step-fields .is_error .error {
	height: .9375rem;
	padding-top: 3px;
	pointer-events: all;
	opacity: 1;
	visibility: visible
}
.form-fields .is_error .form-field-file .file-input .icon, .step-fields .is_error .form-field-file .file-input .icon {
	color: #ff714d
}
.form-fields .is_error .form-field-checkbox .form-field-checkbox--box, .step-fields .is_error .form-field-checkbox .form-field-checkbox--box {
	opacity: 1;
	border-color: #ff714d
}
.form-fields .form-field-radio, .step-fields .form-field-radio {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.form-fields .form-field-radio .form-field-title, .step-fields .form-field-radio .form-field-title {
	display: block;
	padding-bottom: .9375rem
}
.form-fields .form-field-radio .form-field-desc+.form-field-title, .step-fields .form-field-radio .form-field-desc+.form-field-title {
	padding-bottom: .3125rem
}
.form-fields .form-field-radio-item, .step-fields .form-field-radio-item {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: .625rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.form-fields .form-field-radio-item:last-child, .step-fields .form-field-radio-item:last-child {
	margin-bottom: 0
}
.form-fields .form-field-radio-item .form-field-radio--text, .step-fields .form-field-radio-item .form-field-radio--text {
	text-align: left;
	line-height: 1.375rem
}
.is-pointer .form-fields .form-field-radio-item:hover .form-field-radio--check, .is-pointer .step-fields .form-field-radio-item:hover .form-field-radio--check {
	opacity: 1
}
.form-fields .form-field-radio--check, .step-fields .form-field-radio--check {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	opacity: .5;
	position: relative;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	border: 2px solid currentColor;
	box-sizing: border-box;
	margin-right: .625rem;
	transition: opacity .3s ease
}
.form-fields .form-field-radio--check:before, .step-fields .form-field-radio--check:before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	width: .5rem;
	height: .5rem;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	border: 2px solid currentColor;
	box-sizing: border-box;
	margin-right: .625rem;
	transition: all .3s ease
}
.form-fields .form-field-radio--input, .step-fields .form-field-radio--input {
	opacity: 0;
	position: absolute;
	pointer-events: none
}
.form-fields .form-field-radio--input:checked+.form-field-radio--check, .form-fields .form-field-radio--input:checked+.form-field-radio--check:before, .step-fields .form-field-radio--input:checked+.form-field-radio--check, .step-fields .form-field-radio--input:checked+.form-field-radio--check:before {
	opacity: 1
}
.form-fields .form-field-checkbox, .step-fields .form-field-checkbox {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.form-fields .form-field-checkbox .error, .step-fields .form-field-checkbox .error {
	display: none
}
.is-pointer .form-fields .form-field-checkbox:hover .form-field-checkbox--box, .is-pointer .step-fields .form-field-checkbox:hover .form-field-checkbox--box {
	opacity: 1
}
.form-fields .form-field-checkbox--name, .step-fields .form-field-checkbox--name {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.375rem
}
.form-fields .form-field-checkbox--box, .step-fields .form-field-checkbox--box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	opacity: .5;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 4px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	margin-right: .625rem;
	transition: opacity .3s ease
}
.form-fields .form-field-checkbox--box i, .step-fields .form-field-checkbox--box i {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: all .15s ease
}
.form-fields .form-field-checkbox--box i:before, .step-fields .form-field-checkbox--box i:before {
	content: "";
	display: block;
	position: absolute;
	height: .375rem;
	width: .75rem;
	top: 5px;
	left: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 2px solid currentColor;
	border-top: 0;
	border-right: 0;
	box-sizing: border-box;
	margin-right: .625rem;
	transition: all .05s
}
.form-fields .form-field-checkbox--input, .step-fields .form-field-checkbox--input {
	opacity: 0;
	pointer-events: none;
	position: absolute
}
.form-fields .form-field-checkbox--input:checked+.form-field-checkbox--box, .step-fields .form-field-checkbox--input:checked+.form-field-checkbox--box {
	opacity: 1
}
.form-fields .form-field-checkbox--input:checked+.form-field-checkbox--box i, .step-fields .form-field-checkbox--input:checked+.form-field-checkbox--box i {
	opacity: 1;
	width: 100%;
	-webkit-animation: checkAppearance .3s;
	animation: checkAppearance .3s
}
.form-fields .form-field-checkbox--input:focus+.form-field-checkbox--box, .step-fields .form-field-checkbox--input:focus+.form-field-checkbox--box {
	opacity: 1
}
.form-fields .form-field-text, .step-fields .form-field-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	text-align: left
}
.form-fields .form-field-text .form-field-desc, .form-fields .form-field-text .form-field-title, .step-fields .form-field-text .form-field-desc, .step-fields .form-field-text .form-field-title {
	padding-bottom: .625rem
}
.form-fields .form-field-text .form-field-desc+.form-field-title, .step-fields .form-field-text .form-field-desc+.form-field-title {
	padding-bottom: .3125rem
}
.form-fields .form-field-text--input, .step-fields .form-field-text--input {
	display: block;
	width: 100%;
	border: 1px solid transparent;
	min-height: 2.875rem;
	line-height: 1.466;
	font-size: .9375rem;
	font-weight: 400;
	padding: .75rem 1.5625rem .6875rem .9375rem;
	word-break: keep-all;
	border-radius: 4px;
	transition: all .3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-fields .form-field-text--textarea, .step-fields .form-field-text--textarea {
	resize: none;
	min-height: 5.875rem;
	max-height: 15.625rem;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-fields .form-field-text--textarea.scrollable, .step-fields .form-field-text--textarea.scrollable {
	overflow: auto
}
.form-fields .form-field-text--textarea::-webkit-scrollbar, .step-fields .form-field-text--textarea::-webkit-scrollbar {
	width: 3px;
	height: 90%
}
.form-fields .form-field-text--textarea::-webkit-scrollbar-track, .step-fields .form-field-text--textarea::-webkit-scrollbar-track {
	background: 0
}
.form-fields .form-field-text--textarea::-webkit-scrollbar-thumb, .step-fields .form-field-text--textarea::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 3px
}
.form-fields .form-field-select, .step-fields .form-field-select {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.form-fields .form-field-select .form-field-desc, .form-fields .form-field-select .form-field-title, .step-fields .form-field-select .form-field-desc, .step-fields .form-field-select .form-field-title {
	padding-bottom: .625rem
}
.form-fields .form-field-select .form-field-desc+.form-field-title, .step-fields .form-field-select .form-field-desc+.form-field-title {
	padding-bottom: .3125rem
}
.form-fields .form-field-select .arrow, .step-fields .form-field-select .arrow {
	display: block;
	position: absolute;
	margin-top: -.1875rem;
	top: 50%;
	right: .9375rem;
	width: .625rem;
	height: .375rem;
	transition: all .3s ease;
	color: currentColor;
	line-height: .4
}
.form-fields .form-field-select .arrow svg, .step-fields .form-field-select .arrow svg {
	display: block
}
.form-fields .select-outer, .step-fields .select-outer {
	position: relative;
	min-height: 2.875rem
}
.form-fields .atom-custom-select, .step-fields .atom-custom-select {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-fields .dropdown-container, .step-fields .dropdown-container {
	min-height: 2.875rem
}
.form-fields .dropdown-select, .step-fields .dropdown-select {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 1px solid transparent;
	width: 100%;
	border: 0;
	min-height: 2.875rem;
	font-size: .9375rem;
	line-height: 1.466;
	font-weight: 400;
	padding: 0 .9375rem;
	border-radius: 4px;
	background-color: #fff;
	color: #1b1b1c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.form-fields .dropdown-select .selected, .step-fields .dropdown-select .selected {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 1.25rem
}
.is-pointer .form-fields .dropdown-select:hover .arrow, .is-pointer .step-fields .dropdown-select:hover .arrow {
	opacity: 1
}
.form-fields .form-field-file, .step-fields .form-field-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.form-fields .form-field-file .file-input-outer, .step-fields .form-field-file .file-input-outer {
	position: relative;
	padding-top: 0;
	transition: padding .3s ease
}
.form-fields .form-field-file .file-input-outer.active, .step-fields .form-field-file .file-input-outer.active {
	padding-top: 2rem
}
.form-fields .form-field-file .file-input-outer.active .file-list, .step-fields .form-field-file .file-input-outer.active .file-list {
	opacity: 1;
	visibility: visible;
	height: auto
}
.form-fields .form-field-file .file-list, .step-fields .form-field-file .file-list {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all .3s ease
}
.form-fields .form-field-file .file-item .icon, .step-fields .form-field-file .file-item .icon {
	opacity: .5;
	transition: opacity .3s ease
}
.is-pointer .form-fields .form-field-file .file-item:hover .icon, .is-pointer .step-fields .form-field-file .file-item:hover .icon {
	opacity: .8
}
.form-fields .form-field-file .file-item--title, .step-fields .form-field-file .file-item--title {
	max-width: calc(100% - 85px);
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis
}
.form-fields .form-field-file .clear-files, .step-fields .form-field-file .clear-files {
	margin-left: .625rem;
	opacity: .4;
	white-space: nowrap;
	transition: opacity .3s ease;
	font-size: .75rem;
	border-bottom: 1px solid currentColor;
	line-height: 1.333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.is-pointer .form-fields .form-field-file .clear-files:hover, .is-pointer .step-fields .form-field-file .clear-files:hover {
	opacity: .8
}
.form-fields .form-field-file .file-input, .form-fields .form-field-file .file-item, .step-fields .form-field-file .file-input, .step-fields .form-field-file .file-item {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	color: currentColor;
	font-size: .9375rem;
	line-height: 1.375rem;
	-ms-flex-align: center;
	align-items: center
}
.form-fields .form-field-file .file-input .icon, .form-fields .form-field-file .file-item .icon, .step-fields .form-field-file .file-input .icon, .step-fields .form-field-file .file-item .icon {
	display: inline-block;
	max-height: 1.375rem;
	height: 1.375rem;
	margin-right: .625rem;
	width: 1.375rem;
	text-align: center
}
.form-fields .form-field-file .file-input .icon svg, .form-fields .form-field-file .file-item .icon svg, .step-fields .form-field-file .file-input .icon svg, .step-fields .form-field-file .file-item .icon svg {
	height: 100%
}
.form-fields .form-field-file .file-input--original, .form-fields .form-field-file .file-item--original, .step-fields .form-field-file .file-input--original, .step-fields .form-field-file .file-item--original {
	opacity: 0;
	pointer-events: none;
	position: absolute
}
.form-fields .form-field-file .file-input, .step-fields .form-field-file .file-input {
	min-height: 1.375rem;
	transition: opacity .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.form-fields .form-field-file .file-input:hover, .step-fields .form-field-file .file-input:hover {
	opacity: .5
}
.form-fields .form-field-file .error, .step-fields .form-field-file .error {
	display: none
}
.form-fields.all-fields-empty:not(.has-error) {
	-webkit-animation: shake .5s ease 1 both .2s;
	animation: shake .5s ease 1 both .2s
}
.style-transparent .dropdown-select, .style-transparent .form-field-text--input {
	color: currentColor
}
.style-underlined.inline .form-field-select .form-field-title {
	padding-bottom: 0
}
.style-underlined.inline .form-field-select .form-field-desc {
	display: none
}
.style-underlined .form-fields .error {
	position: absolute;
	top: 100%;
	left: 0
}
.style-underlined .form-fields .form-field.is_error .border {
	color: #ff714d
}
.style-underlined .form-fields .form-field[data-type=email], .style-underlined .form-fields .form-field[data-type=name], .style-underlined .form-fields .form-field[data-type=phone], .style-underlined .form-fields .form-field[data-type=text], .style-underlined .form-fields .form-field[data-type=textarea] {
	padding-top: .625rem;
	padding-bottom: 1.875rem
}
.style-underlined .form-fields .form-field[data-type=email] .form-field-text--input, .style-underlined .form-fields .form-field[data-type=name] .form-field-text--input, .style-underlined .form-fields .form-field[data-type=phone] .form-field-text--input, .style-underlined .form-fields .form-field[data-type=text] .form-field-text--input, .style-underlined .form-fields .form-field[data-type=textarea] .form-field-text--input {
	border: 0
}
.style-underlined .form-fields .form-field[data-type=checkbox], .style-underlined .form-fields .form-field[data-type=file], .style-underlined .form-fields .form-field[data-type=radio] {
	padding-bottom: 1.25rem
}
.style-underlined .form-fields .form-field-title {
	font-size: .875rem
}
.style-underlined .form-fields .form-field-text .form-field-title {
	position: absolute;
	font-size: 1rem;
	top: 0;
	padding: .75rem 0;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}
.style-underlined .form-fields .form-field-text .form-field-desc {
	display: none
}
.style-underlined .form-fields .form-field-text .border {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	border: 0;
	height: 1px;
	opacity: .5;
	background: currentColor;
	transition: opacity .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}
.style-underlined .form-fields .form-field-text--input {
	border-radius: 0;
	background-color: transparent;
	color: currentColor;
	padding-left: 0;
	padding-right: 0;
	opacity: .5
}
.style-underlined .form-fields .form-field-text--input:focus, .style-underlined .form-fields .form-field-text--input:valid, .style-underlined .form-fields .form-field-text--input[value]:not([value=""]) {
	box-shadow: none;
	opacity: 1
}
.style-underlined .form-fields .form-field-text--input:focus~.form-field-title, .style-underlined .form-fields .form-field-text--input:valid~.form-field-title, .style-underlined .form-fields .form-field-text--input[value]:not([value=""])~.form-field-title {
	bottom: auto;
	font-size: .875rem;
	line-height: 1rem;
	top: -1rem;
	padding: 0!important;
	opacity: .5
}
.style-underlined .form-fields .form-field-text--input:focus+.border, .style-underlined .form-fields .form-field-text--input:valid+.border, .style-underlined .form-fields .form-field-text--input[value]:not([value=""])+.border {
	opacity: 1
}
.style-underlined .form-fields .form-field-text--textarea {
	min-height: 2.875rem;
	max-height: 15.625rem;
	padding: 0 0 .75rem;
	min-height: 2.125rem;
	margin-top: .75rem
}
.style-underlined .form-fields .form-field-text--textarea::-webkit-scrollbar {
	width: 3px;
	height: 90%
}
.style-underlined .form-fields .form-field-text--textarea::-webkit-scrollbar-track {
	background: 0
}
.style-underlined .form-fields .form-field-text--textarea::-webkit-scrollbar-thumb {
	background-color: currentColor;
	border-radius: 3px;
	opacity: .2
}
.style-underlined .form-fields .form-field-select {
	margin-top: 0
}
.style-underlined .form-fields .form-field-select .form-field-title {
	font-size: .875rem;
	line-height: 1rem;
	padding-bottom: 0
}
.style-underlined .form-fields .form-field-select .form-field-desc {
	padding-bottom: 0
}
.style-underlined .form-fields .form-field-select .arrow {
	right: .625rem
}
.style-underlined .form-fields .dropdown-select {
	background-color: transparent;
	border-radius: 0;
	color: currentColor;
	padding-left: 0;
	padding-right: 0;
	transition: all .3s ease
}
.style-underlined .form-fields .dropdown-select:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid currentColor;
	opacity: 1
}
.style-underlined .form-fields .dropdown-select:focus {
	box-shadow: none
}
.style-underlined .form-fields .dropdown-select:focus:after {
	opacity: .5
}
.atom-select {
	visibility: hidden;
	color: #1b1b1c;
	z-index: 20
}
.atom-select .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.atom-select .dropdown-select-ul {
	position: absolute;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	top: 0;
	z-index: 20;
	padding: 0;
	max-height: 14.625rem;
	overflow-y: auto;
	opacity: 0;
	list-style: none;
	transition-delay: .1s;
	transition: opacity .18s cubic-bezier(.21, .67, .58, 1), -webkit-transform .3s cubic-bezier(.21, .67, .58, 1);
	transition: opacity .18s cubic-bezier(.21, .67, .58, 1), transform .3s cubic-bezier(.21, .67, .58, 1);
	transition: opacity .18s cubic-bezier(.21, .67, .58, 1), transform .3s cubic-bezier(.21, .67, .58, 1), -webkit-transform .3s cubic-bezier(.21, .67, .58, 1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.atom-select .dropdown-select-ul.sharp {
	border-radius: 0
}
.atom-select .dropdown-select-ul .option-e {
	padding-left: .9375rem
}
.atom-select .dropdown-select-ul .option-e.selected {
	color: rgba(27, 27, 28, .49)
}
.is-pointer .atom-select .dropdown-select-ul .option-e:hover {
	background-color: #f4f4f4
}
.is-pointer .atom-select .dropdown-select-ul .option-e:hover .option-inner {
	border-color: #f4f4f4
}
.atom-select .dropdown-select-ul .option-inner {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	width: 100%;
	border: 0;
	min-height: 2.875rem;
	line-height: 1.466;
	font-size: .9375rem;
	font-weight: 400;
	padding: 0;
	border-bottom: 1px solid hsla(0, 0%, 59%, .1026);
	box-sizing: content-box
}
.atom-select .dropdown-select-ul::-webkit-scrollbar {
	width: 3px;
	height: 90%
}
.atom-select .dropdown-select-ul::-webkit-scrollbar-track {
	background: 0
}
.atom-select .dropdown-select-ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 3px
}
.atom-select.active {
	visibility: visible
}
.atom-select.active .dropdown-select-ul {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.atom-select.size--large .option-inner {
	min-height: 3.5rem;
	line-height: 1.334;
	font-size: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}
[data-contrast=dark] .style-filled .dropdown-select, [data-contrast=dark] .style-filled .form-field-text--input, [data-contrast] [data-contrast=dark] .style-filled .dropdown-select, [data-contrast] [data-contrast=dark] .style-filled .form-field-text--input {
	border: 1px solid rgba(27, 27, 28, .15);
	padding: .75rem calc(.9375rem - 1px) .6875rem;
	transition: all .3s cubic-bezier(.21, .67, .58, 1)
}
[data-contrast=dark] .style-filled .dropdown-select:focus, [data-contrast=dark] .style-filled .dropdown-select:hover, [data-contrast=dark] .style-filled .form-field-text--input:focus, [data-contrast=dark] .style-filled .form-field-text--input:hover, [data-contrast] [data-contrast=dark] .style-filled .dropdown-select:focus, [data-contrast] [data-contrast=dark] .style-filled .dropdown-select:hover, [data-contrast] [data-contrast=dark] .style-filled .form-field-text--input:focus, [data-contrast] [data-contrast=dark] .style-filled .form-field-text--input:hover {
	border: 1px solid rgba(27, 27, 28, .3)
}
[data-contrast=dark] .style-transparent .dropdown-select, [data-contrast=dark] .style-transparent .form-field-text--input, [data-contrast] [data-contrast=dark] .style-transparent .dropdown-select, [data-contrast] [data-contrast=dark] .style-transparent .form-field-text--input {
	background-color: rgba(0, 0, 0, .1)
}
[data-contrast=light] .style-transparent .dropdown-select, [data-contrast=light] .style-transparent .form-field-text--input, [data-contrast] [data-contrast=light] .style-transparent .dropdown-select, [data-contrast] [data-contrast=light] .style-transparent .form-field-text--input {
	background-color: hsla(0, 0%, 100%, .2)
}
.component-form {
	font-size: .9375rem;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-form .form-element {
	width: 100%
}
.component-form .policy-data-warning {
	margin-top: 1.25rem;
	line-height: 1rem;
	min-height: 1rem;
	width: 100%;
	text-align: left
}
.component-form .policy-data-warning .policy-link, .component-form .policy-data-warning .policy-message {
	opacity: .5
}
.component-form .policy-data-warning .policy-link:hover {
	opacity: 1
}
.component-form .policy-data-warning:empty {
	display: none
}
.component-form .form-submit {
	padding-top: .625rem;
	text-align: left
}
.component-form .form-submit .form-submit-text {
	opacity: 1;
	transition: opacity .3s ease
}
.component-form.submitting .btn-text {
	opacity: 0
}
.component-form.submitting .submitting-status {
	display: block;
	opacity: 1;
	visibility: visible
}
.component-form.submitting .submitting-status svg {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.component-form.success .btn-text {
	opacity: 0
}
.component-form.success .success-icon {
	transition: opacity .45s, visibility .45s, -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3), -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1)
}
@media (min-width:980px) {
	.component-form.inline {
		max-width: 59.375rem
	}
	.component-form.inline.fields-count-1 {
		max-width: 34.375rem
	}
	.component-form.inline.fields-count-1 .form-submit {
		max-width: 50%
	}
	.component-form.inline.fields-count-2 {
		max-width: 46.875rem
	}
	.component-form.inline.fields-count-2 .form-submit {
		max-width: 33.33%
	}
	.component-form.inline.fields-count-3 {
		max-width: 59.375rem
	}
	.component-form.inline.fields-count-3 .form-submit {
		max-width: 25%
	}
	.component-form.inline.fields-count-4 {
		max-width: unset
	}
	.component-form.inline.fields-count-4 .form-submit {
		max-width: 20%
	}
	.component-form.inline .form-fields {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
		transition: padding .3s ease
	}
	.component-form.inline .form-fields.has-error {
		padding-bottom: 1.375rem
	}
	.component-form.inline .form-fields .error {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0;
		height: 1.25rem;
		line-height: 1.375rem
	}
	.component-form.inline .form-fields .form-field[data-type=checkbox] {
		padding-right: 1.25rem
	}
	.component-form.inline .form-fields .form-field+.form-field[data-type=checkbox] {
		padding-left: .625rem
	}
	.component-form.inline .form-field {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0 .625rem 0 0;
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.component-form.inline .form-field[data-type=checkbox] {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.component-form.inline .form-field-checkbox {
		max-width: 100%;
		height: 2.875rem;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center
	}
	.component-form.inline .form-field-checkbox--name {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 270px
	}
	.component-form.inline .form-submit {
		position: relative;
		margin: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.component-form.inline .form-submit .btn-content {
		width: 100%
	}
	.component-form.inline .form-submit-text {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		word-wrap: break-word;
		text-overflow: ellipsis
	}
	.component-form.inline.style-underlined {
		padding-top: .25rem
	}
	.component-form.inline.style-underlined .form-field {
		padding: 0 .9375rem 0 0
	}
	.component-form.inline .policy-data-warning {
		margin-top: .9375rem;
		text-align: inherit
	}
}
.flexbe-row-list {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 100%;
	position: relative;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.flexbe-row, .flexbe-row-list {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex
}
.flexbe-row {
	max-width: 100%;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.flexbe-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.header-wrapper {
	position: relative;
	width: 100%;
	will-change: transform
}
@media (min-width:980px) {
	.floating-header {
		position: relative
	}
	.floating-header.fixed-header {
		top: 0;
		left: 0;
		position: fixed;
		z-index: 9;
		padding: 10px 0!important
	}
	.floating-header.fixed-header .floating-header-background {
		display: block;
		opacity: 1;
		visibility: visible
	}
	.floating-header.fade-out {
		animation: show-menu 1 .15s cubic-bezier(.42, 0, .79, .33) reverse;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards
	}
	.floating-header.fade-in {
		-webkit-animation: show-menu 1 .3s cubic-bezier(.21, .67, .58, 1);
		animation: show-menu 1 .3s cubic-bezier(.21, .67, .58, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards
	}
	.floating-header.color--dark.fixed-header {
		color: #fff
	}
	.floating-header.color--dark .floating-header-background {
		background: #000
	}
	.floating-header.color--light.fixed-header {
		color: #1b1b1c
	}
	.floating-header.color--light .floating-header-background {
		background: #fff
	}
	.floating-header-background {
		display: none;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1
	}
}
.component-icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 60px;
	min-width: 1em;
	min-height: 1em;
	border-radius: 0;
	overflow: hidden
}
.component-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	content: "";
	border-radius: inherit;
	box-sizing: border-box;
	z-index: 0
}
.component-icon .icon {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 1em;
	height: 1em;
	z-index: 1
}
.component-icon .icon svg {
	width: 100%;
	height: 100%
}
.component-icon.style--bordered.border--medium:after {
	border-width: 2px
}
.component-icon.style--bordered.border--large:after {
	border-width: 3px
}
.component-icon.size--xsmall {
	font-size: 1.625rem;
	width: 2.875rem;
	height: 2.875rem
}
.component-icon.size--small {
	font-size: 2.125rem;
	width: 3.75rem;
	height: 3.75rem
}
.component-icon.size--medium {
	font-size: 2.75rem;
	width: 5rem;
	height: 5rem
}
.component-icon.size--large {
	font-size: 3.5rem;
	width: 6.25rem;
	height: 6.25rem
}
.component-icon.cover--cover .icon {
	width: 100%;
	height: 100%;
	background-size: cover
}
.component-icon.style--none {
	width: 1em;
	height: 1em
}
.component-icon.style--none.size--xsmall {
	font-size: 1.625rem
}
.component-icon.style--none.size--small {
	font-size: 2.5rem
}
.component-icon.style--none.size--medium {
	font-size: 3.75rem
}
.component-icon.style--none.size--large {
	font-size: 5rem
}
.component-icon.style--bordered:after, .component-icon.style--filled:after {
	display: block
}
.component-icon.style--filled:after {
	background-color: currentColor
}
.component-icon.style--bordered:after {
	border: 1px solid currentColor;
	background-color: transparent;
	z-index: 1
}
.component-icon.shape--round {
	border-radius: 50%
}
.component-icon.shape--rounded {
	border-radius: .05em
}
.component-icon.color--dark {
	color: #1b1b1c
}
.component-icon.color--dark.style--filled .icon, .component-icon.color--light {
	color: #fff
}
.component-icon.color--light.style--filled .icon, [data-contrast=dark] .component-icon.color--contrast, [data-contrast] [data-contrast=dark] .component-icon.color--contrast {
	color: #1b1b1c
}
[data-contrast=dark] .component-icon.color--contrast.style--filled .icon, [data-contrast=light] .component-icon.color--contrast, [data-contrast] [data-contrast=dark] .component-icon.color--contrast.style--filled .icon, [data-contrast] [data-contrast=light] .component-icon.color--contrast {
	color: #fff
}
[data-contrast=light] .component-icon.color--contrast.style--filled .icon, [data-contrast] [data-contrast=light] .component-icon.color--contrast.style--filled .icon {
	color: #1b1b1c
}
.component-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block
}
.component-image.round {
	border-radius: 50%
}
.component-image.loading .real-img {
	opacity: 0;
	visibility: hidden
}
.component-image.loading .loading-img {
	opacity: 1;
	visibility: visible
}
.component-image.loading .preview-image {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.component-image[data-img-scale=contain] .preview-image, .component-image[data-img-scale=contain] .real-img {
	background-size: contain;
	background-position: 50%
}
.component-image[data-img-scale=repeat] .preview-image, .component-image[data-img-scale=repeat] .real-img {
	background-size: auto;
	background-repeat: repeat
}
.component-image[data-img-type=background] {
	padding-bottom: 100%
}
.component-image[data-img-type=background] img {
	display: none!important
}
.component-image[data-img-type=image] {
	padding-bottom: 0!important
}
.is-pointer .component-image[data-effect=zoom] .real-img {
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	will-change: transform
}
.is-pointer .component-image[data-effect=zoom]:hover .real-img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	transition: -webkit-transform 1.35s cubic-bezier(.21, .32, 0, .57);
	transition: transform 1.35s cubic-bezier(.21, .32, 0, .57);
	transition: transform 1.35s cubic-bezier(.21, .32, 0, .57), -webkit-transform 1.35s cubic-bezier(.21, .32, 0, .57)
}
.component-image[data-action=button], .component-image[data-action=link], .component-image[data-action=popup] {
	cursor: pointer
}
.component-image .loading-img, .component-image .real-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	image-rendering: optimizeSpeed;
	image-rendering: auto;
	image-rendering: -o-crisp-edges;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	transition: opacity .2s, visibility .2s, -webkit-transform .15s cubic-bezier(.21, .67, .58, 1);
	transition: transform .15s cubic-bezier(.21, .67, .58, 1), opacity .2s, visibility .2s;
	transition: transform .15s cubic-bezier(.21, .67, .58, 1), opacity .2s, visibility .2s, -webkit-transform .15s cubic-bezier(.21, .67, .58, 1)
}
.component-image .loading-img {
	opacity: 0;
	visibility: hidden;
	z-index: 1
}
.component-image .real-img {
	opacity: 1;
	visibility: visible;
	z-index: 0
}
.component-image .overlay-content {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.875rem;
	z-index: 2;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s cubic-bezier(.21, .67, .58, 1), visibility .3s cubic-bezier(.21, .67, .58, 1)
}
.component-image .overlay-content[data-position=top_left] {
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}
.component-image .overlay-content[data-position=center] {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.component-image .overlay-content[data-position=bottom_left] {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left
}
.component-image .overlay-content[data-position=bottom_right] {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right
}
.component-image .overlay-content[data-type=static] {
	opacity: 1;
	visibility: visible
}
.component-image .overlay-content[data-size=small] {
	padding: .9375rem
}
.component-image .overlay-content[data-size=small] .overlay-title {
	font-size: 1.125rem
}
.component-image .overlay-content[data-size=small] .overlay-title+.overlay-desc {
	margin-top: .3125rem
}
.component-image .overlay-content[data-size=large] .overlay-title {
	font-size: 1.875rem
}
.component-image .overlay-content[data-size=large] .overlay-desc {
	font-size: 1rem
}
.component-image .overlay-layer {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-image .overlay-title {
	font-size: 1.375rem;
	line-height: 1.37;
	font-weight: 700
}
.component-image .overlay-desc {
	display: block;
	font-size: .875rem;
	line-height: 1.37
}
.component-image .overlay-title+.overlay-desc {
	margin-top: .625rem
}
.is-pointer .component-image:hover .overlay-content, .is-pointer .component-media:hover .overlay-content {
	opacity: 1;
	visibility: visible
}
.elements-list.align-items-start .component-media[data-type=image] .component-image[data-img-scale=contain] .real-img {
	background-position-x: center!important
}
.elements-list.align-items-end .component-media[data-type=image] .component-image[data-img-scale=contain] .real-img {
	background-position-x: right!important
}
.component-logo {
	position: relative;
	width: 3em;
	max-width: 100%
}
.component-logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-logo-img {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}
.component-map {
	overflow: hidden;
	width: 100%
}
.component-map[data-format=overlay], .component-map[data-format=overlay] .map-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.component-map[data-format=overlay] .map-wrap {
	padding-bottom: 0!important
}
.component-map[data-format=element] {
	position: relative
}
.component-map[data-format=element] .map-wrap {
	padding-bottom: 60%
}
.component-map .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .07)
}
.component-map .gm-style-cc {
	display: none
}
.component-map ymaps .placemark {
	position: relative;
	top: -46px;
	margin-left: -16px;
	max-width: none;
	max-height: none
}
.component-media {
	width: 100%;
	position: relative
}
.component-media[data-type=image] {
	overflow: hidden
}
.component-media .component-image, .component-media .component-video {
	z-index: 0
}
.component-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 4px 5px;
	margin: -4px -5px
}
.component-menu .show-more {
	padding: .3125rem .75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .18s
}
.is-pointer .component-menu .show-more:hover {
	opacity: .8
}
.component-menu .show-more .component-menu-dropdown-list {
	display: none
}
.component-menu .component-menu-list {
	margin: 0 -.75rem
}
.component-menu.style--underline span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	z-index: 2;
	pointer-events: none;
	transition: opacity .3s ease;
	opacity: 0
}
.is-pointer .component-menu.style--underline a:hover span:after {
	opacity: .35
}
.is-pointer .component-menu.style--reverse_opacity li {
	opacity: 1;
	transition: opacity .3s ease
}
.is-pointer .component-menu.style--reverse_opacity li:hover {
	opacity: 1!important;
	transition-delay: 0s
}
.is-pointer .component-menu.style--reverse_opacity.in-hover li {
	opacity: .5;
	transition-delay: .1s
}
.component-menu.style--progress span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	opacity: .35;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
	z-index: 2;
	pointer-events: none;
	transition: all .3s cubic-bezier(.21, .67, .58, 1)
}
.is-pointer .component-menu.style--progress a:hover span:after {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	transition-delay: .1s
}
@media (min-width:980px) {
	.component-menu.size--small .component-menu-list {
		font-size: .875rem;
		font-weight: 400;
		line-height: 1.37
	}
	.component-menu.size--large .component-menu-list {
		font-size: 1.125rem;
		line-height: 1.37;
		font-weight: 500
	}
}
.component-menu-list {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	list-style: none
}
.component-menu-list .menu-item {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.component-menu-list a {
	display: block;
	opacity: 1;
	padding: .3125rem .75rem;
	margin: -.3125rem 0;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	position: relative
}
.is-pointer .component-menu-list a:hover {
	opacity: 1
}
.component-menu-list span {
	color: inherit;
	position: relative
}
[data-direction=column] .component-menu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
[data-direction=column] .component-menu-list a {
	margin: 0
}
.component-menu-dropdown {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: slideDown .18s ease-out 1;
	animation: slideDown .18s ease-out 1;
	z-index: 9
}
.component-menu-dropdown .component-menu-dropdown-arrow {
	position: absolute;
	width: 12px;
	height: 6px;
	z-index: 1;
	overflow: hidden
}
.component-menu-dropdown .component-menu-dropdown-arrow:after {
	content: "";
	display: block;
	position: relative;
	background-color: #fff;
	text-align: left;
	-webkit-transform: rotate(45deg) skewX(0deg) scaleY(1);
	transform: rotate(45deg) skewX(0deg) scaleY(1);
	border-top-left-radius: 15%;
	width: 12px;
	top: 3px;
	height: 12px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .08)
}
.component-menu-dropdown .component-menu-dropdown-arrow.behind-screen {
	right: 15px
}
.component-menu-dropdown a {
	opacity: 1
}
.component-menu-dropdown-list {
	position: absolute;
	background: #fff;
	padding: 0 20px;
	top: 6px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
	border-radius: 3px;
	max-width: 250px;
	min-width: 150px
}
.component-menu-dropdown-list li {
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 46px;
	margin: 0;
	border-bottom: 1px solid rgba(27, 27, 28, .1);
	transition: all .2s;
	cursor: pointer
}
.component-menu-dropdown-list li:first-child {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.component-menu-dropdown-list li:last-child {
	border-bottom: none
}
.component-menu-dropdown-list a {
	opacity: 1;
	color: #1b1b1c;
	text-decoration: none;
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.is-pointer .component-menu-dropdown-list li:hover {
	opacity: .8
}
.is-pointer .component-menu-dropdown-list li:hover a {
	opacity: 1
}
.component-quiz {
	width: 100%;
	text-align: center;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.component-quiz .quiz-steps {
	padding: 3.125rem 0;
	min-height: 0
}
.component-quiz .quiz-steps, .component-quiz .steps-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-quiz .steps-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	transition: height .25s ease;
	-webkit-perspective: 900px;
	perspective: 900px
}
.component-quiz .step {
	position: absolute;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .25s ease
}
.component-quiz .step.active {
	visibility: visible;
	position: relative;
	opacity: 1;
	pointer-events: all;
	transition: all .55s cubic-bezier(.21, .67, .58, 1) .1s;
	will-change: transform
}
.component-quiz .step.prev {
	-webkit-transform: translateX(7px) scale(.98);
	transform: translateX(7px) scale(.98);
	will-change: transform
}
.component-quiz .step.next {
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
	will-change: transform
}
.component-quiz .step-fields {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-quiz .step-fields .error {
	font-size: .75rem;
	line-height: 1.375rem;
	padding: 5px 0 0;
	height: auto;
	position: absolute;
	top: 100%
}
.component-quiz .step-fields .field {
	width: 50%;
	max-width: 550px;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-quiz .step-fields .field[data-type=image] {
	width: 100%;
	max-width: unset
}
.component-quiz .step-fields .field[data-type=checkbox], .component-quiz .step-fields .field[data-type=radio] {
	width: auto;
	min-width: 350px
}
.component-quiz .step-fields .form-field-desc {
	padding-bottom: .625rem;
	opacity: .5
}
.component-quiz .step-fields .form-field-desc+.form-field-title {
	padding-bottom: .3125rem!important
}
.component-quiz .step-fields .form-field {
	text-align: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-quiz .step-fields .form-field[data-type=checkbox]+[data-type=checkbox] {
	margin-top: -.625rem
}
.component-quiz .step-fields .form-field-radio-item {
	padding: .5rem 0;
	margin-bottom: 0;
	-ms-flex-align: center;
	align-items: center
}
.component-quiz .step-fields .form-field-radio-item:last-child {
	padding-bottom: 0
}
.component-quiz .step-fields .form-field-radio-item:first-child {
	padding-top: 0
}
.component-quiz .step-fields .form-field-radio--check {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 1.125rem
}
.component-quiz .step-fields .form-field-radio--check:before {
	content: "";
	width: .625rem;
	height: .625rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.component-quiz .step-fields .form-field-radio--text {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.75rem
}
.component-quiz .step-fields .form-field-checkbox {
	padding: .5rem 0
}
.component-quiz .step-fields .form-field-checkbox--box {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: .9375rem
}
.component-quiz .step-fields .form-field-checkbox--box i:before {
	height: .5625rem;
	width: .9375rem;
	top: .3125rem;
	left: .25rem
}
.component-quiz .step-fields .field-checkbox-name {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.75rem
}
.component-quiz .step-fields .form-field-text--input {
	min-height: 3.5rem;
	line-height: 1.333;
	font-size: 1.125rem
}
.component-quiz .step-fields .form-field-select .dropdown-container, .component-quiz .step-fields .form-field-select .select-outer {
	min-height: 3.5rem
}
.component-quiz .step-fields .form-field-select .dropdown-select {
	min-height: 3.5rem;
	font-size: 1rem;
	line-height: 1.333
}
.component-quiz .step-fields .form-field-select .arrow {
	width: .875rem;
	height: .5rem
}
.component-quiz .step-fields .form-field-file .file-input {
	min-height: 1.75rem
}
.component-quiz .quiz-submit {
	padding-top: 0
}
.component-quiz .step-title {
	display: block;
	width: 50%;
	font-weight: 600;
	letter-spacing: .35px;
	margin-bottom: 3.125rem;
	text-align: inherit
}
.component-quiz .quiz-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	max-width: 100%;
	width: 100%
}
.component-quiz .quiz-actions .quiz-prev {
	width: 2.875rem;
	margin-right: 1.25rem;
	transition: all .3s ease
}
.component-quiz .quiz-actions .quiz-submit {
	display: none
}
.component-quiz .quiz-actions .policy-data-warning, .component-quiz .quiz-actions .suggestion {
	font-size: .875rem;
	color: currentColor;
	padding-left: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.component-quiz .quiz-actions .policy-data-warning {
	display: none;
	max-width: 300px;
	text-align: left
}
.component-quiz .quiz-actions .policy-link, .component-quiz .quiz-actions .policy-message, .component-quiz .quiz-actions .suggestion {
	opacity: .5
}
.component-quiz .quiz-actions .policy-link:hover {
	opacity: 1
}
.component-quiz .quiz-actions.first-step .quiz-prev {
	margin-left: -4.125rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}
.component-quiz .quiz-actions.last-step .quiz-next {
	display: none
}
.component-quiz .quiz-actions.last-step .quiz-submit {
	display: -ms-inline-flexbox;
	display: inline-flex
}
.component-quiz .quiz-actions.last-step .suggestion {
	display: none
}
.component-quiz .quiz-actions.last-step .policy-data-warning {
	display: block
}
.component-quiz .form-field-image-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -1.5625rem
}
.component-quiz .form-field-image-group[data-divisible="5"] .form-field-image-item {
	width: 20%;
	font-size: 13px;
	padding: .75rem
}
.component-quiz .form-field-image-group.center {
	-ms-flex-pack: center;
	justify-content: center
}
.component-quiz .form-field-image-group .form-field-image-content {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	will-change: transform;
	overflow: hidden;
	transition: all .35s ease
}
.component-quiz .form-field-image-item {
	display: block;
	width: 25%;
	padding: 1.5625rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: .3px;
	cursor: pointer
}
.component-quiz .form-field-image-item input {
	display: none
}
.component-quiz .form-field-image-item input:checked~.form-field-image-content .form-field-image-check, .component-quiz .form-field-image-item input:checked~.form-field-image-content .form-field-image-check .form-field-image-check-icon {
	opacity: 1
}
.component-quiz .form-field-image-item input:checked~.form-field-image-content .form-field-image-check .form-field-image-check-icon .form-field-image-check-icon {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.is-pointer .component-quiz .form-field-image-item:hover .form-field-image-check {
	opacity: 1
}
.component-quiz .form-field-image-item .form-field-image-check {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	background-color: rgba(27, 27, 28, .5);
	transition: opacity .35s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.component-quiz .form-field-image-item .form-field-image-check .form-field-image-check-icon {
	opacity: 0;
	-webkit-transform: scale(.85);
	transform: scale(.85);
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .35s ease
}
.component-quiz .form-field-image-item .form-field-image-text {
	color: currentColor;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: .875rem;
	line-height: 1.25rem;
	margin-top: 1.375rem;
	width: 100%;
	display: block;
	text-align: inherit
}
.component-quiz .form-field-image-item .form-field-image-wrap {
	position: relative;
	width: 100%
}
.component-quiz .form-field-image-item .form-field-image-wrap.orient-horizontal .form-field-image-img {
	padding-bottom: 62%
}
.component-quiz .form-field-image-item .form-field-image-wrap.orient-vertical .form-field-image-img {
	padding-bottom: 136%
}
.component-quiz .form-field-image-item .form-field-image-img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.component-quiz.submitting .quiz-next, .component-quiz.submitting .quiz-prev, .component-quiz.submitting .quiz-submit {
	pointer-events: none
}
.component-quiz.submitting .quiz-next {
	display: none
}
.component-quiz.submitting .quiz-submit {
	display: -ms-inline-flexbox;
	display: inline-flex
}
.component-quiz.submitting .quiz-submit .btn-text {
	opacity: 0
}
.component-quiz.submitting .quiz-submit .submitting-status {
	display: block;
	opacity: 1;
	visibility: visible
}
.component-quiz.submitting .quiz-submit .submitting-status svg {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.component-quiz.success .quiz-next {
	display: none
}
.component-quiz.success .quiz-submit {
	display: -ms-inline-flexbox;
	display: inline-flex
}
.component-quiz.success .quiz-submit .btn-text, .component-quiz.success .quiz-submit .submitting-status {
	opacity: 0
}
.component-quiz.success .quiz-submit .success-icon {
	transition: opacity .45s, visibility .45s, -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3);
	transition: opacity .45s, visibility .45s, transform .3s cubic-bezier(.25, 1, .1, 3), -webkit-transform .3s cubic-bezier(.25, 1, .1, 3);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1)
}
.component-quiz.justify--start {
	text-align: left
}
.component-quiz.justify--start .quiz-actions, .component-quiz.justify--start .quiz-progress, .component-quiz.justify--start .quiz-steps {
	-ms-flex-pack: start;
	justify-content: start
}
.component-quiz.justify--start .step-title {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.component-quiz.justify--center .quiz-actions, .component-quiz.justify--center .quiz-progress, .component-quiz.justify--center .quiz-steps {
	-ms-flex-pack: center;
	justify-content: center
}
.component-quiz.align--start .quiz-steps {
	margin-bottom: auto;
	margin-top: 0
}
.component-quiz.align--stretch .quiz-steps {
	margin: auto 0
}
[data-quiz-part=progress] {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
[data-quiz-part=progress][data-progress-style=circle] {
	position: relative;
	min-height: 5.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-ms-flex-align: center;
	align-items: center
}
[data-quiz-part=progress][data-progress-style=circle] .quiz-progress-inner {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem
}
[data-quiz-part=progress][data-progress-style=circle] .progress-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	line-height: 1.25rem
}
[data-quiz-part=progress][data-progress-style=circle] .progress-loader-circle {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
[data-quiz-part=progress][data-progress-style=circle] .progress-percent {
	font-size: .875rem;
	line-height: 1.25rem;
	position: absolute;
	top: 50%;
	margin-top: -.625rem;
	padding-left: .25rem;
	left: 0;
	width: 100%
}
[data-quiz-part=progress] .progress-percent, [data-quiz-part=progress] .progress-text {
	text-align: center;
	font-size: 1.143rem;
	line-height: 1.375;
	text-transform: uppercase;
	font-weight: 700
}
[data-quiz-part=progress] .progress-text .current, [data-quiz-part=progress] .progress-text .total {
	margin: 0 5px
}
[data-quiz-part=progress] .progress-loader-bar {
	position: relative;
	width: 240px;
	height: .1875rem;
	margin-top: 2.3125rem
}
[data-quiz-part=progress] .progress-loader-bar .progress-loader-bg {
	width: 100%;
	height: .1875rem;
	background-color: currentColor;
	border-radius: 2px;
	top: 0;
	left: 0;
	line-height: 1.5rem;
	opacity: .3
}
[data-quiz-part=progress] .progress-loader-bar .current {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	display: block;
	border-radius: 3px;
	background: currentColor;
	height: 100%;
	width: 0;
	transition: width .35s ease
}
[data-quiz-part=progress] .progress-loader-bar .current .progress-runner[data-value] {
	position: absolute;
	overflow: hidden;
	right: -20px;
	bottom: 12px;
	min-width: 40px;
	text-align: center;
	transition: all .3s ease;
	padding-bottom: 4px
}
[data-quiz-part=progress] .progress-loader-bar .current .progress-runner[data-value]:before {
	content: attr(data-value);
	line-height: 24px;
	display: block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	background-color: currentColor;
	border-radius: 3px;
	padding: 0 3px
}
[data-quiz-part=progress] .progress-loader-bar .current .progress-runner[data-value]:after {
	content: "";
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
	transition: left .3s ease
}
[data-quiz-part=progress] .progress-loader-circle {
	display: inline-block;
	stroke: currentColor;
	fill: none
}
[data-quiz-part=progress] .progress-loader-circle .progress-loader-bg {
	opacity: .3
}
[data-quiz-part=progress] .progress-loader-circle .current {
	transition: all .35s ease
}
[data-quiz-part=progress] .progress-percent~.progress-loader-bar, [data-quiz-part=progress] .progress-text~.progress-loader-bar {
	margin-top: 20px
}
[data-contrast=dark] .style-filled .form-field-select .dropdown-select, [data-contrast] [data-contrast=dark] .style-filled .form-field-select .dropdown-select {
	padding: .75rem calc(.9375rem - 1px) .6875rem
}
.slider-button-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 1em;
	height: 1em;
	transition: opacity .3s, visibility .3s, -webkit-transform .3s cubic-bezier(.21, .67, .58, 1);
	transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.21, .67, .58, 1);
	transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.21, .67, .58, 1), -webkit-transform .3s cubic-bezier(.21, .67, .58, 1)
}
.slider-button-bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	border: 2px solid currentColor;
	opacity: 1;
	transition: opacity .2s linear, -webkit-transform .35s cubic-bezier(.21, .67, .58, 1);
	transition: transform .35s cubic-bezier(.21, .67, .58, 1), opacity .2s linear;
	transition: transform .35s cubic-bezier(.21, .67, .58, 1), opacity .2s linear, -webkit-transform .35s cubic-bezier(.21, .67, .58, 1)
}
.slider-button-icon {
	position: relative;
	width: 20px;
	height: 20px;
	pointer-events: none
}
.slider-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 3.125rem;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 4;
	height: 100%;
	padding: 0 .4em;
	cursor: pointer;
	transition: opacity .3s cubic-bezier(.42, 0, .79, .33), visibility .3s cubic-bezier(.42, 0, .79, .33)
}
.slider-button.swiper-button-disabled {
	cursor: default!important;
	opacity: .4
}
.slider-button.swiper-button-disabled .slider-button-holder {
	pointer-events: none!important
}
.is-pointer .slider-button:not(.swiper-button-disabled):hover .slider-button-bg {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}
.slider-button.disabled {
	pointer-events: none!important;
	opacity: 0;
	visibility: hidden
}
.slider-button[data-direction=prev] {
	left: 0
}
.slider-button[data-direction=next] {
	right: 0
}
.slider-button[data-direction=next] .slider-button-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.slider-button.color--dark {
	color: #1b1b1c
}
.slider-button.color--light {
	color: #fff
}
.slider-button.size--small {
	font-size: 2.5rem;
	padding: 0 .25em
}
.slider-button.shape--square .slider-button-bg {
	border-radius: 0
}
.slider-button.shape--rounded .slider-button-bg {
	border-radius: .25rem
}
.slider-button.shape--round .slider-button-bg {
	border-radius: 50%
}
.slider-button.style--filled .slider-button-bg {
	border-color: transparent
}
.slider-button.style--filled.color--dark {
	color: #fff
}
.slider-button.style--filled.color--dark .slider-button-bg {
	background: #1b1b1c
}
.slider-button.style--filled.color--light {
	color: #1b1b1c
}
.slider-button.style--filled.color--light .slider-button-bg {
	background: #fff
}
.slider-button.style--filled.color--custom .slider-button-bg {
	background: currentColor
}
.slider-button.style--filled_opacify .slider-button-bg {
	background-color: currentColor;
	opacity: .4;
	border-color: transparent
}
.is-pointer .slider-button.style--filled_opacify:not(.swiper-button-disabled):hover .slider-button-bg {
	opacity: .6!important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.is-pointer .slider-button.style--filled_opacify:not(.swiper-button-disabled):active .slider-button-bg {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}
.slider-button.style--bordered .slider-button-bg {
	background: transparent!important
}
.slider-button.style--bordered .slider-button-icon {
	color: inherit
}
.is-pointer .slider-button.style--flat:not(.swiper-button-disabled):hover .slider-button-bg {
	-webkit-transform: none;
	transform: none
}
.is-pointer .slider-button.style--flat:not(.swiper-button-disabled):hover.direction-prev .slider-button-holder {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px)
}
.is-pointer .slider-button.style--flat:not(.swiper-button-disabled):hover.direction-next .slider-button-holder {
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}
.slider-button.style--flat .slider-button-holder {
	width: 30px;
	height: 30px
}
.slider-button.style--flat .slider-button-bg {
	background: transparent!important;
	border-color: transparent!important
}
.slider-button.style--flat .slider-button-icon {
	color: inherit;
	width: 100%;
	height: 100%
}
.component-slider[data-current-content=video] .slider-button .slider-button-holder {
	pointer-events: all
}
.content-zone[data-contrast=dark] .slider-button.style--filled.color--contrast, [data-contrast=dark] .slider-button.style--filled.color--contrast {
	color: #fff
}
.content-zone[data-contrast=dark] .slider-button.style--filled.color--contrast .slider-button-bg, [data-contrast=dark] .slider-button.style--filled.color--contrast .slider-button-bg {
	background: #1b1b1c
}
.content-zone[data-contrast=dark] .slider-button.style--filled_opacify.color--contrast, [data-contrast=dark] .slider-button.style--filled_opacify.color--contrast {
	color: #fff
}
.content-zone[data-contrast=dark] .slider-button.style--filled_opacify.color--contrast .slider-button-bg, [data-contrast=dark] .slider-button.style--filled_opacify.color--contrast .slider-button-bg {
	opacity: .25;
	background: #1b1b1c
}
.content-zone[data-contrast=light] .slider-button.style--filled.color--contrast, [data-contrast=light] .slider-button.style--filled.color--contrast {
	color: #1b1b1c
}
.content-zone[data-contrast=light] .slider-button.style--filled.color--contrast .slider-button-bg, [data-contrast=light] .slider-button.style--filled.color--contrast .slider-button-bg {
	background: #fff
}
.content-zone[data-contrast=light] .slider-button.style--filled_opacify.color--contrast, [data-contrast=light] .slider-button.style--filled_opacify.color--contrast {
	color: #1b1b1c
}
.content-zone[data-contrast=light] .slider-button.style--filled_opacify.color--contrast .slider-button-bg, [data-contrast=light] .slider-button.style--filled_opacify.color--contrast .slider-button-bg {
	background: #fff;
	opacity: .25
}
.swiper-container-autoheight .slide, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .slider-wrapper, .swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-mobile-helper {
	display: none
}
body.is-touch .swiper-mobile-helper {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 72px;
	height: 77px;
	background: url(/_s/images/land/theme/4/res/handswipe.svg);
	background-size: contain;
	pointer-events: none;
	-webkit-animation: swipe-animation 1.6s ease infinite;
	animation: swipe-animation 1.6s ease infinite;
	will-change: transform, opacity
}
.swiper-iteracted .swiper-mobile-helper {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}
.component-slider {
	width: 100%;
	position: relative
}
.component-slider[data-img-type=image], .component-slider[data-img-type=image] .slider-wrapper {
	position: relative
}
.component-slider[data-img-type=image] .slider-wrapper .slider-item {
	height: auto
}
.component-slider[data-img-type=image] .component-image {
	padding-bottom: 0
}
.component-slider[data-img-type=image] .component-video {
	padding-bottom: 56%
}
.component-slider[data-img-type=image] .component-video .video-wrapper {
	position: absolute
}
.component-slider .slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.component-slider .slider {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	transition: -webkit-transform .65s ease;
	transition: transform .65s ease;
	transition: transform .65s ease, -webkit-transform .65s ease
}
.component-slider .slider .slider-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.component-slider .slider-pagination {
	width: 100%
}
.component-slider .fraction-pagination {
	font-weight: 700;
	font-size: 13px;
	bottom: 10px
}
.component-slider[data-current-content=video] .slider-pagination {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}
.component-slider[data-current-content=video] .slider-button {
	pointer-events: none
}
.component-slider[data-current-content=video] .slider-button span {
	pointer-events: all
}
.slider-pagination {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	min-width: 18px;
	max-width: 100%;
	min-height: 18px;
	padding: 10px 0;
	transition: opacity .3s cubic-bezier(.42, 0, .79, .33), visibility .3s cubic-bezier(.42, 0, .79, .33)
}
.slider-pagination.disabled {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}
.slider-pagination.color--contrast {
	color: inherit
}
.slider-pagination.color--dark {
	color: #1b1b1c
}
.slider-pagination.color--light {
	color: #fff
}
.slider-pagination.size--small {
	min-height: 14px
}
.slider-pagination.position--inside {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2
}
.slider-pagination.position--inside:empty {
	display: none
}
.slider-pagination.position--outside {
	padding-bottom: 0;
	position: relative;
	bottom: auto
}
.slider-pagination.type--fraction {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1
}
.slider-pagination.type--fraction.size--small {
	font-size: .875rem
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: all;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	transition: all .45s ease
}
.swiper-pagination-bullet:before {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: block;
	content: "";
	background: currentColor;
	opacity: .25;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform, opaticy;
	transition: opacity .45s ease, -webkit-transform .45s ease;
	transition: transform .45s ease, opacity .45s ease;
	transition: transform .45s ease, opacity .45s ease, -webkit-transform .45s ease
}
.swiper-pagination-bullet-active:before, .swiper-pagination-bullet[data-state=active]:before {
	opacity: 1
}
.swiper-pagination-bullet[data-state=active]:first-child, .swiper-pagination-bullet[data-state=normal]:first-child {
	margin-left: 34px
}
.swiper-pagination-bullet[data-state=active]:last-child, .swiper-pagination-bullet[data-state=normal]:last-child {
	margin-right: 34px
}
.swiper-pagination-bullet[data-state=next] {
	width: 18px
}
.swiper-pagination-bullet[data-state=next]:first-child {
	margin-left: 16px
}
.swiper-pagination-bullet[data-state=next]:last-child {
	margin-right: 16px
}
.swiper-pagination-bullet[data-state=next]:before {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}
.swiper-pagination-bullet[data-state=more] {
	width: 16px
}
.swiper-pagination-bullet[data-state=more]:before {
	-webkit-transform: scale(.6);
	transform: scale(.6)
}
.swiper-pagination-bullet[data-state=hidden] {
	width: 0!important
}
.swiper-pagination-bullet[data-state=hidden]:before {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.size--small>.swiper-pagination-bullet {
	width: 18px;
	height: 18px
}
.size--small>.swiper-pagination-bullet:before {
	width: 8px;
	height: 8px
}
.size--small>.swiper-pagination-bullet[data-state=active]:first-child, .size--small>.swiper-pagination-bullet[data-state=normal]:first-child {
	margin-left: 30px
}
.size--small>.swiper-pagination-bullet[data-state=active]:last-child, .size--small>.swiper-pagination-bullet[data-state=normal]:last-child {
	margin-right: 30px
}
.size--small>.swiper-pagination-bullet[data-state=next] {
	width: 16px
}
.size--small>.swiper-pagination-bullet[data-state=next]:first-child {
	margin-left: 14px
}
.size--small>.swiper-pagination-bullet[data-state=next]:last-child {
	margin-right: 14px
}
.size--small>.swiper-pagination-bullet[data-state=next]:before {
	-webkit-transform: scale(.75);
	transform: scale(.75)
}
.size--small>.swiper-pagination-bullet[data-state=more] {
	width: 14px
}
.size--small>.swiper-pagination-bullet[data-state=more]:before {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
.swiper-pagination-current, .swiper-pagination-total {
	padding: 0 4px
}
.component-socials {
	font-size: 20px;
	line-height: 0;
	-ms-flex-pack: inherit;
	justify-content: inherit
}
.component-socials .socials-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	margin: -.25em
}
.component-socials .socials-wrap .social {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	color: currentColor;
	width: 2em;
	height: 2em;
	margin: .25em;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.component-socials .socials-wrap .social-icon {
	display: -ms-flexbox;
	display: flex;
	width: 1em;
	height: 1em;
	transition: all .3s cubic-bezier(.21, .67, .58, 1);
	z-index: 1
}
@media (min-width:980px) {
	.component-socials.size--small {
		font-size: 16px
	}
	.component-socials.size--small.style--bordered .socials-wrap .social:before {
		border-width: 1px
	}
}
.component-socials.size--large {
	font-size: 24px
}
.component-socials.shape--none .socials-wrap {
	margin: -.25em -.7em
}
.component-socials.shape--none .social {
	color: currentColor
}
.is-pointer .component-socials.shape--none .social:hover .social-icon {
	opacity: .7
}
.component-socials.shape--none.hover--zoom .social {
	color: currentColor
}
.is-pointer .component-socials.shape--none.hover--zoom .social:hover .social-icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1
}
.component-socials.shape--round .social.social-icon, .component-socials.shape--rounded .social.social-icon, .component-socials.shape--square .social.social-icon {
	width: .9em;
	height: .9em;
	left: .55em;
	top: .55em
}
.component-socials.shape--round .social:before, .component-socials.shape--rounded .social:before, .component-socials.shape--square .social:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 2em;
	height: 2em;
	left: 50%;
	top: 50%;
	margin-left: -1em;
	margin-top: -1em;
	transition: all .3s cubic-bezier(.21, .67, .58, 1);
	background-color: currentColor
}
.is-pointer .component-socials.shape--round .social:hover:before, .is-pointer .component-socials.shape--rounded .social:hover:before, .is-pointer .component-socials.shape--square .social:hover:before {
	opacity: .9
}
.component-socials.shape--round.hover--zoom .social:hover:before, .component-socials.shape--rounded.hover--zoom .social:hover:before, .component-socials.shape--square.hover--zoom .social:hover:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1
}
.component-socials.shape--round.style--bordered .social, .component-socials.shape--round.style--filled, .component-socials.shape--rounded.style--bordered .social, .component-socials.shape--rounded.style--filled, .component-socials.shape--square.style--bordered .social, .component-socials.shape--square.style--filled {
	color: currentColor
}
.component-socials.shape--round.style--bordered .social:before, .component-socials.shape--rounded.style--bordered .social:before, .component-socials.shape--square.style--bordered .social:before {
	border: 2px solid currentColor;
	background: none
}
.is-pointer .component-socials.shape--round.hover--opacity .social:hover, .is-pointer .component-socials.shape--rounded.hover--opacity .social:hover, .is-pointer .component-socials.shape--square.hover--opacity .social:hover {
	opacity: .9
}
.component-socials.shape--round .social:before {
	border-radius: 100%
}
.component-socials.shape--rounded .social:before {
	border-radius: .25em
}
.component-socials.colored.style--filled .social .social-icon {
	color: #fff
}
.component-socials.colored.style--filled .social.social-instagram:before {
	background: -webkit-radial-gradient(32% 106%, circle farthest-corner, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%)
}
.component-socials.colored.style--bordered .social.social-instagram {
	color: #e4405f
}
.component-socials.colored.style--bordered .social.social-instagram:before {
	border-color: #e4405f
}
.component-socials.colored .social.social-fb {
	color: #3b5998
}
.component-socials.colored .social.social-vk {
	color: #45668e
}
.component-socials.colored .social.social-instagram {
	color: #e4405f
}
.component-socials.colored .social.social-twitter {
	color: #1da1f2
}
.component-socials.colored .social.social-telegram {
	color: #08c
}
.component-socials.colored .social.social-ok {
	color: #ed812b
}
.component-socials.colored .social.social-gplus {
	color: #dd4b39
}
.component-socials.colored .social.social-skype {
	color: #00aff0
}
.component-socials.colored .social.social-yt {
	color: red
}
.component-socials.colored .social.social-vimeo {
	color: #1ab7ea
}
.component-socials.colored .social.social-snapchat {
	color: #fffc00
}
.component-socials.colored .social.social-whatsapp {
	color: #25d366
}
.component-socials.colored .social.social-periscope {
	color: #3aa4c6
}
.component-socials.colored .social.social-viber {
	color: #8f5db7
}
.component-socials.colored .social.social-behance {
	color: #1769ff
}
.component-socials.colored .social.social-dribble {
	color: #ea4c89
}
.component-socials.colored .social.social-p {
	color: #bd081c
}
.component-socials.colored .social.social-in {
	color: #069
}
[data-contrast=dark] .component-socials.style--filled:not(.colored).shape--round .social-icon, [data-contrast=dark] .component-socials.style--filled:not(.colored).shape--rounded .social-icon, [data-contrast=dark] .component-socials.style--filled:not(.colored).shape--square .social-icon, [data-contrast] [data-contrast=dark] .component-socials.style--filled:not(.colored).shape--round .social-icon, [data-contrast] [data-contrast=dark] .component-socials.style--filled:not(.colored).shape--rounded .social-icon, [data-contrast] [data-contrast=dark] .component-socials.style--filled:not(.colored).shape--square .social-icon {
	color: #fff
}
[data-contrast=light] .component-socials.style--filled:not(.colored).shape--round .social-icon, [data-contrast=light] .component-socials.style--filled:not(.colored).shape--rounded .social-icon, [data-contrast=light] .component-socials.style--filled:not(.colored).shape--square .social-icon, [data-contrast] [data-contrast=light] .component-socials.style--filled:not(.colored).shape--round .social-icon, [data-contrast] [data-contrast=light] .component-socials.style--filled:not(.colored).shape--rounded .social-icon, [data-contrast] [data-contrast=light] .component-socials.style--filled:not(.colored).shape--square .social-icon {
	color: #212121
}
.component-timer {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	font-size: 46px;
	line-height: 1.083
}
.component-timer[data-size=xs] {
	font-size: 18px
}
.component-timer[data-size=xs] .number {
	max-width: 30px
}
.component-timer[data-size=xs] .number span {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px
}
.component-timer[data-size=xs] .colon {
	padding: 0 2px
}
.component-timer[data-size=s] {
	font-size: 30px
}
.component-timer[data-size=m] {
	font-size: 40px
}
.component-timer[data-size=xl] {
	font-size: 56px
}
.component-timer[data-size=xl] .number span {
	font-size: 14px
}
.component-timer[data-size=xl] .colon {
	padding: 0 .4em
}
.timer {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	width: 100%
}
.timer, .timer .number {
	display: -ms-flexbox;
	display: flex
}
.timer .number {
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	text-align: center
}
.timer .number.d .title i:first-child[data-value="0"], .timer .number.d .title i:first-child[data-value="0"]+[data-value="0"] {
	display: none
}
.timer .number span {
	display: block;
	font-size: .75rem;
	line-height: 1rem;
	margin-top: .5625rem;
	opacity: .6;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}
.timer .title {
	display: -ms-flexbox;
	display: flex
}
.timer .title i {
	font: inherit;
	text-transform: inherit;
	display: inline-block;
	letter-spacing: inherit
}
.timer .colon {
	padding: 0 .25em;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: center
}
.component-video {
	width: 100%;
	position: relative;
	padding-bottom: 56.5%
}
.component-video[data-state=play] .video-control, .component-video[data-state=play] .video-preview {
	opacity: 0;
	pointer-events: none;
	transition-delay: .1s;
	visibility: hidden
}
.component-video[data-state=play] .video-control *, .component-video[data-state=play] .video-preview * {
	pointer-events: none!important
}
.component-video embed, .component-video iframe, .component-video object {
	display: block;
	width: 100%;
	height: 100%
}
.component-video .video-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000
}
.component-video .video-preview {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s cubic-bezier(.21, .67, .58, 1), visibility .3s cubic-bezier(.21, .67, .58, 1)
}
.is-pointer .component-video .video-preview:hover .play-btn:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.component-video .video-preview .component-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	z-index: 0
}
.component-video .video-preview .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 96px;
	height: 96px;
	color: #fff;
	z-index: 1;
	transition: all .3s cubic-bezier(.21, .67, .58, 1)
}
.component-video .video-preview .play-btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: rgba(27, 27, 28, .07);
	border: 2px solid #fff;
	-webkit-transform: scale(.91);
	transform: scale(.91);
	transition: all .3s cubic-bezier(.21, .67, .58, 1)
}
.component-video .video-preview .play-icon {
	position: absolute;
	width: 28px;
	height: 30px;
	margin-top: -15px;
	margin-left: -11px;
	left: 50%;
	top: 50%
}
.logo_germ {
	width: 70px;
	margin: 10px;

}
.logo_ag {
	width: 40px;
	margin: 5px;

}



span#zak {
    background: #f0bd5dc7;
    border-radius: 2px;
    padding: 2px;
