*,
:after,
:before {
	box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	cursor: pointer;
	text-decoration: none
}

.form-widget .hide {
	display: none !important;
}

.form-widget .button,
.form-widget .button:active,
.form-widget .button:focus,
.form-widget .button:hover,
.form-widget .button:link,
.form-widget .button:visited {
	display: inline-block;
	position: relative;
	margin: 0;
	transition: background-color .15s, color .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	-webkit-transition: background-color .15s, color .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	border: 2px solid transparent;
	border-radius: 14px;
	outline-width: 0;
	background: #cc1517;
	background: var(--color-primary-button);
	color: #fff;
	color: var(--color-primary-button-text);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-widget .button:active {
	opacity: 1 !important;
}

.form-widget .button:disabled,
.form-widget .button:disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}

.form-widget .button:disabled:hover:not(.button-loading),
.form-widget .button:disabled:not(.button-loading) {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .08) !important;
	color: #a1a1a1;
}

.form-widget .button-size-large.button-size-large {
	padding: 8px 24px;
	font-size: 18px;
	line-height: 1.44;
}

@media screen and (min-width:1200px) {
	.form-widget .button-size-large.button-size-large {
		padding: 10px 32px;
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width:1200px)and (max-width:374px) {
	.form-widget .button-size-large.button-size-large {
		line-height: 1.4;
	}
}

.form-widget .form {
	max-width: 710px;
	margin: 0 auto;
	text-align: left;
}

.form-widget .form-vertical .form-label-wrap:empty {
	display: block;
	padding-bottom: 0;
}

.form-widget .form-placeholder .form-label-wrap:empty {
	display: none;
}

.form-widget .form-vertical .form-label {
	font-weight: 600;
}

.form-widget .form-placeholder {
	max-width: 432px;
}

.form-widget .form-placeholder .form-input-phone.form-input-phone {
	max-width: 100%;
}

.form-widget .form-placeholder .button {
	width: 100%;
}

.form-widget .form-label-wrap .form-label {
	margin: 0 !important;
}

.form-widget .form-label-wrap {
	float: none !important;
}

.form-widget .form-input-wrap {
	padding: 0;
	margin-left: auto !important;
	float: none !important;
}

.form-widget .form-input.form-input:focus {
	-webkit-box-shadow: 0 0 0 2px #015ccb !important;
	box-shadow: 0 0 0 2px #015ccb !important;
}

.form-widget .form-message {
	padding: 24px;
	text-align: center;
}

.form-widget .form-message-success {
	padding-top: 104px;
	position: relative;
}

.form-widget .form-message-success:before {
	content: "";
	left: 50%;
	position: absolute;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='64' fill='none'%3E%3Cpath d='M.5 0h64v64H.5z'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M36.302 3H32C15.708 3 2.5 16.208 2.5 32.5v0C2.5 48.792 15.708 62 32 62v0c16.292 0 29.5-13.208 29.5-29.5v-3.688'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M14.5 26.166l10.261 12.572a6 6 0 008.987.352L62.5 9'/%3E%3C/svg%3E") 0 0 no-repeat;
	top: 8px;
	width: 64px;
	height: 64px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.form-widget .form-message-title {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}

@media screen and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.1;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	.form-widget .form-message-title {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media screen and (max-height:699px)and (max-width:374px),
screen and (max-width:1439px)and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.1;
	}
}

@media screen and (max-width:1199px) {
	.form-widget .form-message-title {
		font-size: 36px;
		line-height: 1.17;
	}
}

@media screen and (max-width:991px) {
	.form-widget .form-message-title {
		font-size: 32px;
		line-height: 1.25;
	}
}

@media screen and (max-width:767px) {
	.form-widget .form-message-title {
		font-size: 28px;
		line-height: 1.29;
	}
}

@media screen and (max-width:767px)and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.21;
	}
}

@media screen and (max-width:374px) {
	.form-widget .form-message-title {
		font-size: 24px;
		line-height: 1.33;
	}
}

.form-widget .form-message-text {
	font-size: 18px;
	line-height: 1.44;
	font-weight: 400;
	margin-top: 32px;
	margin-top: var(--spacer-small, 32px);
}

@media screen and (max-width:991px) {
	.form-widget .form-message-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

.form-widget .form-message-text:empty {
	display: none;
}

@media screen and (min-width:768px) {
	.form-widget .form-message {
		max-width: 710px;
		margin: 0 auto;
		text-align: center;
		padding: 32px 32px 40px;
		padding: var(--spacer-small, 32px) var(--spacer-small, 32px) var(--spacer-medium, 40px);
	}

	.form-widget .form-message-success {
		padding-top: 120px;
		padding-bottom: 64px;
		padding-bottom: var(--spacer-xlarge, 64px);
	}

	.form-widget .form-message:before {
		position: absolute;
		top: 40px;
		left: 50%;
	}
}

.form-widget .hide {
	display: none !important;
}

.form-widget .button,
.form-widget .button:active,
.form-widget .button:focus,
.form-widget .button:hover,
.form-widget .button:link,
.form-widget .button:visited {
	display: inline-block;
	position: relative;
	margin: 0;
	transition: background-color .15s, color .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	-webkit-transition: background-color .15s, color .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	border: 2px solid transparent;
	border-radius: 14px;
	outline-width: 0;
	background: #cc1517;
	background: var(--color-primary-button);
	color: #fff;
	color: var(--color-primary-button-text);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-widget .button:active {
	opacity: 1 !important;
}

.form-widget .button:disabled,
.form-widget .button:disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}

.form-widget .button:disabled:hover:not(.button-loading),
.form-widget .button:disabled:not(.button-loading) {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .08) !important;
	color: #a1a1a1;
}

.form-widget .button-size-large.button-size-large {
	padding: 8px 24px;
	font-size: 18px;
	line-height: 1.44;
}

@media screen and (min-width:1200px) {
	.form-widget .button-size-large.button-size-large {
		padding: 10px 32px;
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width:1200px)and (max-width:374px) {
	.form-widget .button-size-large.button-size-large {
		line-height: 1.4;
	}
}

.form-widget .form {
	max-width: 710px;
	margin: 0 auto;
	text-align: left;
}

.form-widget .form-vertical .form-label-wrap:empty {
	display: block;
	padding-bottom: 0;
}

.form-widget .form-placeholder .form-label-wrap:empty {
	display: none;
}

.form-widget .form-vertical .form-label {
	font-weight: 600;
}

.form-widget .form-placeholder {
	max-width: 432px;
}

.form-widget .form-placeholder .form-input-phone.form-input-phone {
	max-width: 100%;
}

.form-widget .form-placeholder .button {
	width: 100%;
}

.form-widget .form-label-wrap .form-label {
	margin: 0 !important;
}

.form-widget .form-label-wrap {
	float: none !important;
}

.form-widget .form-input-wrap {
	padding: 0;
	margin-left: auto !important;
	float: none !important;
}

.form-widget .form-input.form-input:focus {
	-webkit-box-shadow: 0 0 0 2px #015ccb !important;
	box-shadow: 0 0 0 2px #015ccb !important;
}

.form-widget .form-message {
	padding: 24px;
	text-align: center;
}

.form-widget .form-message-success {
	padding-top: 104px;
	position: relative;
}

.form-widget .form-message-success:before {
	content: "";
	left: 50%;
	position: absolute;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='64' fill='none'%3E%3Cpath d='M.5 0h64v64H.5z'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M36.302 3H32C15.708 3 2.5 16.208 2.5 32.5v0C2.5 48.792 15.708 62 32 62v0c16.292 0 29.5-13.208 29.5-29.5v-3.688'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M14.5 26.166l10.261 12.572a6 6 0 008.987.352L62.5 9'/%3E%3C/svg%3E") 0 0 no-repeat;
	top: 8px;
	width: 64px;
	height: 64px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.form-widget .form-message-title {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}

@media screen and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.1;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	.form-widget .form-message-title {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media screen and (max-height:699px)and (max-width:374px),
screen and (max-width:1439px)and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.1;
	}
}

@media screen and (max-width:1199px) {
	.form-widget .form-message-title {
		font-size: 36px;
		line-height: 1.17;
	}
}

@media screen and (max-width:991px) {
	.form-widget .form-message-title {
		font-size: 32px;
		line-height: 1.25;
	}
}

@media screen and (max-width:767px) {
	.form-widget .form-message-title {
		font-size: 28px;
		line-height: 1.29;
	}
}

@media screen and (max-width:767px)and (max-width:374px) {
	.form-widget .form-message-title {
		line-height: 1.21;
	}
}

@media screen and (max-width:374px) {
	.form-widget .form-message-title {
		font-size: 24px;
		line-height: 1.33;
	}
}

.form-widget .form-message-text {
	font-size: 18px;
	line-height: 1.44;
	font-weight: 400;
	margin-top: 32px;
	margin-top: var(--spacer-small, 32px);
}

@media screen and (max-width:991px) {
	.form-widget .form-message-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

.form-widget .form-message-text:empty {
	display: none;
}

@media screen and (min-width:768px) {
	.form-widget .form-message {
		max-width: 710px;
		margin: 0 auto;
		text-align: center;
		padding: 32px 32px 40px;
		padding: var(--spacer-small, 32px) var(--spacer-small, 32px) var(--spacer-medium, 40px);
	}

	.form-widget .form-message-success {
		padding-top: 120px;
		padding-bottom: 64px;
		padding-bottom: var(--spacer-xlarge, 64px);
	}

	.form-widget .form-message:before {
		position: absolute;
		top: 40px;
		left: 50%;
	}
}

@media screen and (max-width:991px) {
	body {
		margin: 0 auto !important;
		position: relative;
		overflow-x: hidden;
	}

	footer {
		height: auto !important;
		position: static !important;
	}
}

@media screen and (max-width:767px) {
	[class*=col-] img {
		max-width: 100%;
	}

	.form-input-wrap,
	.form-label-wrap {
		margin-left: 0 !important;
		width: 100% !important;
		float: none !important;
	}

	.form-input-wrap {
		padding-top: 5px;
	}

	.form-input {
		box-shadow: none;
	}

	.form-input[placeholder] {
		text-overflow: ellipsis;
	}
}

@media screen and (min-width:992px) {
	html * {
		max-height: 999999px;
	}
}

.header {
	position: relative;
	max-width: 1888px;
	width: calc(100% - 16px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	margin: 8px auto 0;
	overflow: hidden;
}

@media screen and (min-width:1200px) {
	.header-menu {
		padding:0 8px
	}
	.header-menu-item-grow,.header-menu-item a {
		width:auto
	}
}

body.header-collapsed {
	position:fixed;
	overflow:hidden;
	width:100%
}

.header-collapsed {
	overflow:visible
}

.header-collapsed .header-inner {
	background: #fff
}

.header+.cover-section {
	margin-top: -48px
}

.header-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1080px;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100vh;
	padding: 0 12px 32px;
	overflow: auto;
	box-shadow: 0 0 0 100px #fff
}

.header-item {
	display: block;
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: 8px 0;
	text-align: left
}

.header-item-responsive-topbar {
	position: -webkit-sticky;
	position: sticky;
	z-index: 9999;
	top: 0;
	background: #fff
}

.header-item-grow {
	text-align: right
}

.header-phone {
	/* padding-right: 1rem; */
    padding-bottom: 1rem;
    color: var(--color-primary-text);
	font-weight: 700
}

.header-collapsed .header-phone {
	display: flex;
}

@media screen and (min-width:375px) {
	.header-inner {
		padding-left: 22px;
		padding-right: 22px
	}
}

@media screen and (min-width:768px) {
	.header {
		width: calc(100% - 32px);
		height: 56px
	}

	.header+.cover-section {
		margin-top: -56px
	}

	.header-item {
		padding: 12px 0
	}

	.header-item-grow {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.header-inner {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media screen and (min-width:992px) {

	.header,
	.header-inner {
		height: 72px
	}

	.header {
		width: calc(100% - 140px);
		overflow: visible
	}

	.header+.cover-section {
		margin-top: -72px
	}

	.header-inner,
	.header-collapsed .header-inner {
		background: transparent
	}

	.header-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 1080px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		overflow: hidden;
		box-shadow: none
	}

	.header-item {
		font-size: 17px;
		font-weight: 600;
		width: auto;
		margin-left: 24px
	}

	.header-item:first-child {
		margin-left: 0
	}

	.header-item-grow {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.header-item-centered {
		position: absolute;
		width: 100%;
		text-align: center
	}

	.header-collapsed .header-phone {
		display: inline;
	}
}

@media screen and (min-width:1200px) {
	.header {
		margin-top: 16px
	}

	.header-inner {
		width: 100%
	}
}

@media screen and (min-width:1440px) {

	.header,
	.header-inner {
		height: 80px
	}

	.header+.cover-section {
		margin-top: -80px
	}
}

.header-collapsed {
	overflow: visible
}

.header-collapsed .header-burger:after,
.header-collapsed .header-burger:before {
	transition: box-shadow .15s, transform .15s .15s
}

.header-collapsed .header-burger:before {
	box-shadow: 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header-collapsed .header-burger:after {
	box-shadow: 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-burger {
	width: 44px;
	height: 40px;
	border: none;
	outline: none;
	z-index: 9999;
	background-color: transparent;
	color: var(--color-primary-text);
	position: absolute;
	margin: auto -12px auto 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	font-size: 0;
	line-height: 0;
	cursor: pointer
}

.header-burger:after,
.header-burger:before {
	position: absolute;
	content: "";
	width: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-top: 2px solid
}

.header-burger:before {
	box-shadow: 0 -6px
}

.header-burger:after,
.header-burger:before {
	transition: box-shadow .15s .15s, transform .15s
}

.header-burger:after {
	box-shadow: 0 6px
}

@media screen and (min-width:992px) {
	.header-burger {
		display: none
	}
}

@media screen and (min-width:992px) {
	.header-fixed {
		position: relative;
		z-index: 999;
		top: 0;
		width: 100%;
		max-width: none;
		padding-left: 70px;
		padding-right: 70px
	}

	.header-fixed:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		top: -200px;
		width: 100%;
		height: 272px;
		transition: opacity .15s ease;
		opacity: .001
	}

	.header-fixed.header-scroll .header-inner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.header-fixed.header-scroll:before {
		opacity: 1;
		background: #fff;
		box-shadow: -24px 0 #fff, 0 4px 24px rgba(0, 0, 0, .1)
	}

	@supports ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) {
		.header-fixed.header-scroll:before {
			background: hsla(0, 0%, 100%, .75);
			box-shadow: none;
			-webkit-backdrop-filter: blur(8px);
			backdrop-filter: blur(8px)
		}

		.header-fixed.header-scroll .header-inner {
			background: none
		}
	}

	.header-fixed [data-show-only-header-fixed] {
		width: 0;
		pointer-events: none;
		margin: 0
	}

	.header-fixed.header-scroll [data-show-only-header-fixed] {
		width: auto;
		pointer-events: all;
		margin-left: 24px
	}

	.header-fixed.header-scroll [data-show-only-header-fixed]:first-child {
		margin-left: 0
	}
}

@media screen and (min-width:1200px) {
	.header-fixed {
		padding: 0
	}
}

@media screen and (min-width:1440px) {
	.header-fixed:before {
		height: 280px
	}
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-inner {
	background: none
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-item,
.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-item a {
	color: #fff
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-menu-item-active,
.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-menu-item-active:last-child {
	box-shadow: inset 0 -2px 0 #fff
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .logo {
	-webkit-filter: url(#InvertedProductColorFilter);
	filter: url(#InvertedProductColorFilter)
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .button:not(.button-link) {
	border-color: #fff
}

.header-invert-static:not(.header-scroll):not(.header-collapsed) .header-burger {
	color: #fff
}

.header-invert-static.header-scroll image {
	-webkit-filter: none;
	filter: none
}

@media screen and (min-width:992px) {
	.header-fixed {
		position: relative;
		z-index: 999;
		top: 0;
		width: 100%;
		max-width: none;
		padding-left: 70px;
		padding-right: 70px;
	}

	.header-fixed:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		top: -200px;
		width: 100%;
		height: 272px;
		transition: opacity .15s ease;
		opacity: .001;
	}
}

@media screen and (min-width:1200px) {
	.header-fixed {
		padding: 0;
	}
}

@media screen and (min-width:1440px) {
	.header-fixed:before {
		height: 280px;
	}
}

.header-logo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 24px;
	margin: 4px 0;
	font-size: 1.2rem;
	font-weight: 700;
	transition: color .15s ease;
}

.header-logo .logo {
	height: 100%;
}

.header-burger+.header-logo {
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 40px;
	text-align: left;
}

@media screen and (min-width:768px) {
	.header-logo {
		height: 32px;
		margin: 0;
	}
}

@media screen and (min-width:992px) {
	.header-burger+.header-logo {
		padding-right: 0;
		text-align: inherit;
	}
}

.header-menu {
	margin: 0;
	padding: 16px 0 4px;
}

.header-menu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-menu-item {
	font-size: 18px;
	margin: 0;
	padding: 24px 0;
	text-align: left;
	text-indent: 0;
	box-shadow: inset 0 -2px 0 #f7f7f7;
}

.header-menu-item:last-child {
	box-shadow: none;
}

.header-menu-item:before {
	content: none;
}

.header-menu-item a {
	display: inline-block;
	width: 100%;
	color: #222;
	color: var(--color-primary-text, #222);
	font-weight: 600;
	transition: color .15s ease;
}

.header-menu-item a:hover {
	color: var(--color-primary-product);
	text-decoration: none;
}

@media screen and (min-width:992px) {
	.header-menu {
		text-align: left;
		padding: 0;
	}

	.header-menu-list {
		display: block;
	}

	.header-menu-item {
		display: inline-block;
		margin: 0 4px;
		padding: 0 8px;
		line-height: 36px;
		box-shadow: none;
		font-size: 17px;
	}
}

@media screen and (min-width:1200px) {
	.header-menu {
		padding: 0 8px;
	}

	.header-menu-item a {
		width: auto;
	}
}

.logo {
	display: inline-block;
}

.logo img {
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	padding-right: 10px;
}

.button-transparent,
.button-transparent:active,
.button-transparent:focus,
.button-transparent:hover,
.button-transparent:link,
.button-transparent:visited {
	border: none;
}

.section {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 16px);
	max-width: 1600px;
	min-height: 1px;
	margin: 16px auto;
	margin: var(--spacer-xsmall, 16px) auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: .1px 0;
}

.section-fill-primary {
	background-color: var(--color-primary-background);
}

.section-fill-gray {
	background-color: #f6f6f6;
}

.section-rounded {
	border-radius: 20px;
}

.section-rounded>* {
	border-radius: inherit;
}

.section-width-fixed {
	max-width: 1280px;
}

.section-no-indents {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.section-rounded {
		border-radius: 30px;
	}
}

@media screen and (min-width:1200px) {
	.section {
		width: calc(100% - 32px);
	}
}

.section-block {
	width: calc(100% - 24px);
	max-width: 1080px;
	min-height: 1px;
	margin: 120px auto;
	margin: var(--spacer-xxlarge, 120px) auto;
	text-align: left;
}

.section-block-no-indents {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.section-block-no-indents-top {
	margin-top: 0 !important;
}

.section-block-header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-block-header-width-full {
	max-width: 100% !important;
}

.section-block-header-align-left {
	text-align: left !important;
}

.section-block-header>:first-child {
	margin-top: 0;
}

.section-block-content {
	margin: 56px 0;
}

.section-block-footer {
	margin-top: 56px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-block-content:first-child {
	margin-top: 0;
}

.section-block-content:last-child,
.section-block-footer:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:375px) {
	.section-block {
		width: calc(100% - 44px);
	}
}

@media screen and (min-width:768px) {
	.section-block {
		width: calc(100% - 80px);
	}
}

@media screen and (min-width:992px) {
	.section-block {
		width: calc(100% - 124px);
	}

	.section-block-header {
		max-width: 80%;
	}
}

@media screen and (min-width:1200px) {
	.section-block {
		width: 100%;
	}

	.section-block-content {
		margin: 64px 0;
	}

	.section-block-footer {
		margin-top: 64px;
	}
}

@media screen and (min-width:1440px) {
	.section-block-content {
		margin: 80px 0;
	}

	.section-block-footer {
		margin-top: 80px;
	}
}

.cover-buttons {
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.cover-buttons-down {
	margin: -28px auto 64px;
}

.cover-buttons .button {
	width: 100%;
}

@media screen and (min-width:375px) {
	.cover-buttons {
		max-width: 315px;
	}
}

@media screen and (min-width:768px) {
	.cover-buttons {
		max-width: none;
	}

	.cover-buttons-down {
		width: calc(100% - 80px);
		max-width: 1080px;
		position: absolute;
		left: 50%;
		-ms-transform: translate(-50%, -28px);
		transform: translate(-50%, -28px);
		top: 100%;
		z-index: 2;
		margin: 0;
	}

	.cover-buttons-align-left {
		text-align: left;
	}

	.cover-buttons .button {
		width: auto;
	}
}

@media screen and (min-width:992px) {
	.cover-buttons-down {
		width: calc(100% - 124px);
	}
}

@media screen and (min-width:1200px) {
	.cover-buttons-down {
		width: 100%;
	}
}

.cover-block {
	background: var(--color-secondary-background);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 0 40px 40px;
}

.cover-block-content {
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (min-width:768px) {
	.cover-block-content-align-left {
		text-align: left;
	}
}

.cover-block-illustration {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 82.05%;
	margin: -56px auto 24px;
	font-size: 0;
	line-height: 0;
}

.cover-block-illustration img {
	width: 60%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.cover-block-illustration-down img {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.cover-block-illustration {
		width: calc(116.66667% + 64px);
		width: calc(116.66667% + var(--spacer-small, 32px)*2);
		height: calc(100% + 128px);
		height: calc(100% + var(--spacer-large, 48px)*2 + 32px);
		margin: -64px calc(-8.33333% - 32px);
		margin: calc(var(--spacer-large, 48px)*-1 - 16px) calc(-8.33333% + var(--spacer-small, 32px)*-1);
	}

	.cover-block-illustration-down {
		position: absolute;
		bottom: 0;
		height: 100%;
		right: 0;
		width: 56.3707%;
		max-height: 680px;
		max-width: 780px;
		margin: 0;
	}
}

@media screen and (min-width:992px) {
	.cover-block-illustration-down {
		justify-content: center;
		align-items: flex-end;
	}

	.cover-block-illustration-down img {
		max-width: 100%;
		max-height: 100%;
	}
}

.cover-block {
	background: var(--color-secondary-background);
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 0 40px 40px;
}

.cover-block-inner {
	padding: 126px 0 80px;
	width: calc(100% - 24px);
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.cover-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	.cover-block-expanded .cover-block-inner {
		padding: 112px 0 96px;
	}

	.cover-block-with-down-image {
		padding: 0 0 42.0454545%;
	}

	.cover-block-with-down-image .cover-block-inner {
		margin: 0 auto -42.0454545%;
	}

	.cover-block-inner {
		padding: 104px 0 96px;
		width: calc(100% - 80px);
	}
}

@media screen and (min-width:992px) {
	.cover-block-expanded .cover-block-inner {
		padding-top: 140px;
	}

	.cover-block-inner {
		padding-top: 120px;
		width: calc(100% - 124px);
	}
}

@media screen and (min-width:1200px) {
	.cover-block {
		min-height: 500px;
	}

	.cover-block-expanded .cover-block-inner {
		padding: 136px 0 128px;
	}

	.cover-block-inner {
		width: 100%;
	}
}

@media screen and (min-width:1440px) {
	/* .cover-block {
		border-radius: 0 0 60px 60px;
	} */

	.cover-block-expanded .cover-block-inner {
		padding: 160px 0 144px;
	}

	.cover-block-with-down-image {
		min-height: 592px;
		padding: 0 0 31.3559%;
	}

	.cover-block-with-down-image .cover-block-inner {
		margin: 0 auto -31.3559%;
	}

	.cover-block-inner {
		padding-top: 128px;
	}
}

.cover-section {
	max-width: 1600px;
	width: calc(100% - 16px);
	margin: 8px auto 90px;
	position: relative;
}

@media screen and (min-width:768px) {
	.cover-section {
		margin-bottom: 120px;
	}
}

@media screen and (min-width:1200px) {
	.cover-section {
		width: calc(100% - 32px);
		margin-top: 16px;
		margin-bottom: 140px;
	}
}

@media screen and (min-width:1440px) {
	.cover-section {
		margin-bottom: 150px;
	}
}

.icon-line.icon-line {
	width: 64px;
	height: 64px;
	max-width: 64px;
}

.card {
	display: block;
	position: relative;
	color: inherit;
}

.card,
.card:hover {
	text-decoration: none;
}

.card-size-small,
.card-size-xsmall {
	margin-right: -4px;
	margin-left: -4px;
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	--card-spacer: 16px;
	padding: 16px;
}

@media screen and (min-width:375px) {

	.card-size-small,
	.card-size-xsmall {
		margin-right: -12px;
		margin-left: -12px;
		--card-spacer: 24px;
		padding: 24px;
	}
}

@media screen and (min-width:768px) {

	.card-size-small,
	.card-size-xsmall {
		margin-right: 0;
		margin-left: 0;
		border-radius: 20px;
	}

	.card-size-small,
	.card-size-xsmall {
		--card-spacer: 32px;
		padding: 32px;
	}
}

@media screen and (min-width:1200px) {
	.card-size-xsmall {
		--card-spacer: 32px;
		padding: 32px;
	}

	.card-size-small {
		--card-spacer: 40px;
		padding: 40px;
	}
}

.card-fill-white {
	background-color: #fff;
}

.video {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: 50% no-repeat;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.video-size-large {
	box-shadow: 0 24px 48px rgba(0, 0, 0, .15);
}

.video-iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-16x9 {
	padding-top: 56.25%;
}

.splide-track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide-list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized {
	visibility: visible;
}

.splide-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide-slide img {
	vertical-align: bottom;
}

.splide-track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.slider {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	transition: all .15s ease;
}

.slider-track {
	overflow: visible;
}

.slider.is-initialized .slider-item~.slider-item,
.slider-item {
	display: -ms-flexbox;
	display: flex;
}

.slider-item {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	min-height: 1px;
	float: none;
}

.slider-item>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-height: 1px;
	max-width: 100%;
}

.slider-item>img {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.slider-animation-fade .slider-item {
	opacity: 0;
	transition: opacity .4s ease;
}

.slider-animation-fade .slider-item.is-active {
	opacity: 1;
}

.slider-arrow {
	position: absolute;
	z-index: 20;
	top: calc(50% - 24px);
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	font-size: 0;
	line-height: normal;
	cursor: pointer;
}

.slider-arrow:disabled {
	transition: opacity .3s ease;
	opacity: 0;
	cursor: default;
}

.slider-arrow:hover .slider-arrow-icon-line,
.slider-arrow:hover .slider-arrow-icon-polyline {
	stroke: var(--color-primary-product);
}

.slider-arrow:hover .slider-arrow-icon-line {
	-ms-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1);
}

.slider-arrow:hover .slider-arrow-icon-polyline {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slider-arrow-type-primary {
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.slider-arrow-prev {
	left: -24px;
}

.slider-arrow-next {
	right: -24px;
}

.slider-arrow-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.slider-arrow-icon-line,
.slider-arrow-icon-polyline {
	transition: .3s;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke: #ccc;
}

.slider-arrow-icon-line {
	-ms-transform: translateX(-8px) scaleX(.71);
	transform: translateX(-8px) scaleX(.71);
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.slider-arrow-icon-polyline {
	-ms-transform: translateX(4px);
	transform: translateX(4px);
	fill: none;
}

.slider-arrow-next .slider-arrow-icon {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media screen and (min-width:768px) {
	.slider-arrow {
		top: calc(50% - 32px);
	}

	.slider-arrow-icon {
		width: 64px;
		height: 64px;
	}

	.slider-arrow-prev {
		left: -40px;
	}

	.slider-arrow-next {
		right: -40px;
	}
}

@media screen and (min-width:1440px) {
	.slider-arrow-prev {
		left: -96px;
	}

	.slider-arrow-next {
		right: -96px;
	}
}

.footer {
	padding: 40px 20px;
	color: #222;
	color: var(--color-primary-text, #222);
}

.footer a {
	color: var(--color-primary-text, #222);
}

.footer,
.footer-inner {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:375px) {
	.footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width:768px) {
	.footer {
		padding: 48px 48px 20px;
	}
}

@media screen and (min-width:992px) {
	.footer {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width:1200px) {
	.footer {
		padding: 56px 56px 20px;
		width: 100%;
	}
}

.invert {
	color: #fff;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

b {
	font-weight: bolder;
}

img {
	border-style: none;
}

button,
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

*,
:after,
:before {
	box-sizing: border-box;
}

body {
	color: #222;
	color: var(--color-primary-text);
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	font-family: Lab Grotesque, -apple-system, BlinkMacSystemFont, Arial, Liberation Sans, Nimbus Sans L, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-right: calc(var(--spacer-small, 32px)*-1/2);
	margin-left: -16px;
	margin-left: calc(var(--spacer-small, 32px)*-1/2);
}

.col-lg-6,
.col-lg-7,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-10 {
	position: relative;
	width: 100%;
	padding-right: 16px;
	padding-right: calc(var(--spacer-small, 32px)/2);
	padding-left: 16px;
	padding-left: calc(var(--spacer-small, 32px)/2);
}

@media (min-width:768px) {
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
}

@media (min-width:992px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width:1200px) {
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}

.bg-contain-x {
	background-size: 100% auto !important;
}

.bg-top {
	background-position-y: 0 !important;
}

.bg-bottom {
	background-position-y: 100% !important;
}

.bg-left {
	background-position-x: 0 !important;
}

@media screen and (max-width:767px) {
	.bg-xs-only-hide {
		background-image: none !important;
	}
}

.border-radius-medium {
	border-radius: 16px !important;
}

.box-shadow-none {
	box-shadow: none !important;
}

.box-shadow-medium {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1) !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block
}

.d-in-block {
	display: inline-block
}

@media (min-width:768px) {
	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}
}

@media (min-width:992px) {
	.d-md-none {
		display: none !important;
	}
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-1 {
	margin-bottom: 8px !important;
}

.m-b-2 {
	margin-bottom: 16px !important;
}

.m-b-4 {
	margin-bottom: 32px !important;
}

.m-t-n-1 {
	margin-top: -8px !important;
}

@media (min-width:768px) {
	.m-b-sm-0 {
		margin-bottom: 0 !important;
	}

	.m-b-sm-3 {
		margin-bottom: 24px !important;
	}

	.m-b-sm-4 {
		margin-bottom: 32px !important;
	}

	.m-t-sm-6 {
		margin-top: 48px !important;
	}
}

@media (min-width:992px) {
	.m-b-md-0 {
		margin-bottom: 0 !important;
	}
}

.m-t-xsmall {
	margin-top: 16px !important;
	margin-top: var(--spacer-xsmall, 16px) !important;
}

.m-b-xsmall {
	margin-bottom: 16px !important;
	margin-bottom: var(--spacer-xsmall, 16px) !important;
}

.m-y-small {
	margin-top: 32px !important;
	margin-top: var(--spacer-small, 32px) !important;
}

.m-b-small,
.m-y-small {
	margin-bottom: 32px !important;
	margin-bottom: var(--spacer-small, 32px) !important;
}

.m-b-n-small {
	margin-bottom: -32px !important;
	margin-bottom: calc(var(--spacer-small, 32px)*-1) !important;
}

.m-b-medium {
	margin-bottom: 40px !important;
	margin-bottom: var(--spacer-medium, 40px) !important;
}

.m-y-xlarge {
	margin-top: 64px !important;
	margin-top: var(--spacer-xlarge, 64px) !important;
}

.m-y-xlarge {
	margin-bottom: 64px !important;
	margin-bottom: var(--spacer-xlarge, 64px) !important;
}

.text-center {
	text-align: center !important;
}

.hide {
	display: none !important;
}

.lead {
	font-size: 22px;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 400;
}

@media screen and (max-width:374px) {
	.lead {
		line-height: 1.36;
	}
}

.lead:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.lead {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:991px) and (max-width:374px) {
	.lead {
		line-height: 1.4;
	}
}

@media screen and (max-width:991px) {
	.lead:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.lead {
		font-size: 18px;
		line-height: 1.44;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.lead:last-child {
		margin-bottom: 0;
	}
}

.t-large {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 400;
}

@media screen and (max-width:374px) {
	.t-large {
		line-height: 1.4;
	}
}

.t-large:first-child {
	margin-top: 0;
}

.t-large:last-child {
	margin-bottom: 0;
}

.t-large b {
	font-weight: 600;
}

@media screen and (max-width:991px) {
	.t-large {
		font-size: 18px;
		line-height: 1.44;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.t-large:first-child {
		margin-top: 0;
	}

	.t-large:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:374px) {
	.t-large {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 16px;
	}

	.t-large:first-child {
		margin-top: 0;
	}

	.t-large:last-child {
		margin-bottom: 0;
	}
}

.t-medium,
p {
	font-size: 18px;
	line-height: 1.44;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}

p:first-child {
	margin-top: 0;
}

.t-medium:last-child,
p:last-child {
	margin-bottom: 0;
}

p b {
	font-weight: 600;
}

@media screen and (max-width:991px) {

	.t-medium,
	p {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 16px;
	}

	p:first-child {
		margin-top: 0;
	}

	.t-medium:last-child,
	p:last-child {
		margin-bottom: 0;
	}
}

.t-small {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 16px;
	font-weight: 400;
}

.t-small:first-child {
	margin-top: 0;
}

.t-small:last-child {
	margin-bottom: 0;
}

.h1,
h1 {
	font-size: 56px;
	line-height: 1.14;
	margin-top: 0;
	margin-bottom: 56px;
	font-weight: 700;
}

@media screen and (max-width:374px) {

	.h1,
	h1 {
		line-height: 1;
	}
}

.h1:first-child,
h1:first-child {
	margin-top: 0;
}

.h1:last-child {
	margin-bottom: 0;
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {

	.h1,
	h1 {
		font-size: 48px;
		line-height: 1.13;
		margin-top: 56px;
		margin-bottom: 32px;
	}
}

@media screen and (max-height:699px) and (max-width:374px),
screen and (max-width:1439px) and (max-width:374px) {

	.h1,
	h1 {
		line-height: 1;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {

	.h1:first-child,
	h1:first-child {
		margin-top: 0;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	.h1:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1199px) {

	.h1,
	h1 {
		font-size: 40px;
		line-height: 1.2;
		margin-top: 56px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width:1199px) and (max-width:374px) {

	.h1,
	h1 {
		line-height: 1.1;
	}
}

@media screen and (max-width:1199px) {

	.h1:first-child,
	h1:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:1199px) {
	.h1:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:991px) {

	.h1,
	h1 {
		font-size: 36px;
		line-height: 1.17;
		margin-top: 48px;
		margin-bottom: 24px;
	}

	.h1:first-child,
	h1:first-child {
		margin-top: 0;
	}

	.h1:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {

	.h1,
	h1 {
		font-size: 32px;
		line-height: 1.25;
		margin-top: 48px;
		margin-bottom: 24px;
	}

	.h1:first-child,
	h1:first-child {
		margin-top: 0;
	}

	.h1:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:374px) {

	.h1,
	h1 {
		font-size: 28px;
		line-height: 1.29;
		margin-top: 40px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:374px) and (max-width:374px) {

	.h1,
	h1 {
		line-height: 1.21;
	}
}

@media screen and (max-width:374px) {

	.h1:first-child,
	h1:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:374px) {
	.h1:last-child {
		margin-bottom: 0;
	}
}

h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-top: 56px;
	margin-bottom: 32px;
	font-weight: 700;
}

@media screen and (max-width:374px) {
	h2 {
		line-height: 1.1;
	}
}

h2:first-child {
	margin-top: 0;
}

h2:last-child {
	margin-bottom: 0;
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	h2 {
		font-size: 40px;
		line-height: 1.2;
		margin-top: 56px;
		margin-bottom: 32px;
	}
}

@media screen and (max-height:699px) and (max-width:374px),
screen and (max-width:1439px) and (max-width:374px) {
	h2 {
		line-height: 1.1;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	h2:first-child {
		margin-top: 0;
	}
}

@media screen and (max-height:699px),
screen and (max-width:1439px) {
	h2:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1199px) {
	h2 {
		font-size: 36px;
		line-height: 1.17;
		margin-top: 48px;
		margin-bottom: 24px;
	}

	h2:first-child {
		margin-top: 0;
	}

	h2:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:991px) {
	h2 {
		font-size: 32px;
		line-height: 1.25;
		margin-top: 48px;
		margin-bottom: 24px;
	}

	h2:first-child {
		margin-top: 0;
	}

	h2:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	h2 {
		font-size: 28px;
		line-height: 1.29;
		margin-top: 40px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:767px) and (max-width:374px) {
	h2 {
		line-height: 1.21;
	}
}

@media screen and (max-width:767px) {
	h2:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	h2:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:374px) {
	h2 {
		font-size: 24px;
		line-height: 1.33;
		margin-top: 40px;
		margin-bottom: 24px;
	}

	h2:first-child {
		margin-top: 0;
	}

	h2:last-child {
		margin-bottom: 0;
	}
}

.h3,
h3 {
	font-size: 32px;
	line-height: 1.25;
	margin-top: 48px;
	margin-bottom: 24px;
	font-weight: 700;
}

.h3:first-child,
h3:first-child {
	margin-top: 0;
}

h3:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1199px) {

	.h3,
	h3 {
		font-size: 28px;
		line-height: 1.29;
		margin-top: 40px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:1199px) and (max-width:374px) {

	.h3,
	h3 {
		line-height: 1.21;
	}
}

@media screen and (max-width:1199px) {

	.h3:first-child,
	h3:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:1199px) {
	h3:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {

	.h3,
	h3 {
		font-size: 24px;
		line-height: 1.33;
		margin-top: 40px;
		margin-bottom: 24px;
	}

	.h3:first-child,
	h3:first-child {
		margin-top: 0;
	}

	h3:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:374px) {

	.h3,
	h3 {
		font-size: 22px;
		line-height: 1.45;
		margin-top: 0;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:374px) and (max-width:374px) {

	.h3,
	h3 {
		line-height: 1.36;
	}
}

@media screen and (max-width:374px) {

	.h3:first-child,
	h3:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:374px) {
	h3:last-child {
		margin-bottom: 0;
	}
}

.h4 {
	font-size: 24px;
	line-height: 1.33;
	margin-top: 40px;
	margin-bottom: 24px;
	font-weight: 600;
}

.h4:first-child {
	margin-top: 0;
}

.h4:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.h4 {
		font-size: 22px;
		line-height: 1.45;
		margin-top: 0;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:991px) and (max-width:374px) {
	.h4 {
		line-height: 1.36;
	}
}

@media screen and (max-width:991px) {
	.h4:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:991px) {
	.h4:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.h4 {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 24px;
	}
}

@media screen and (max-width:767px) and (max-width:374px) {
	.h4 {
		line-height: 1.4;
	}
}

@media screen and (max-width:767px) {
	.h4:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.h4:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:374px) {
	.h4 {
		font-size: 18px;
		line-height: 1.44;
		margin-bottom: 20px;
	}

	.h4,
	.h4:first-child {
		margin-top: 0;
	}

	.h4:last-child {
		margin-bottom: 0;
	}
}

hr {
	width: 100%;
	height: 2px;
	margin: 0 auto;
	border: none;
	background-color: rgba(0, 0, 0, .05);
}

hr.black {
	background-color: #222;
	background-color: var(--color-primary-text);
}

img {
	vertical-align: middle;
}

.image {
	max-width: 100%;
	margin: 0 0 32px;
	margin: 0 0 var(--spacer-small, 32px) 0;
	padding: 0;
}

/* .image:only-child{margin-bottom:0;} */
p:last-child:not([class*=m-b-]) {
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding-left: .6666666667em;
}

ul>li {
	text-indent: -1.3em;
}

ul>li:before {
	content: "\2014\A0";
	position: relative;
	right: .1666666667em;
	color: currentColor;
	font-weight: 400;
}

ul {
	margin: 0 0 1.6666666667em;
	font-size: 18px;
	list-style: none;
	counter-reset: li;
}

ul>li {
	display: list-item;
	margin-bottom: .5555555556em;
	margin-left: 1.3888888889em;
	line-height: 1.55;
}

@media screen and (max-width:767px) {
	ul {
		font-size: 15px;
	}
}

.button,
.button:active,
.button:focus,
.button:hover,
.button:link,
.button:visited {
	display: inline-block;
	position: relative;
	margin: 0;
	transition: background-color .15s, color .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s;
	transition: background-color .15s, color .15s, filter .15s, opacity .15s, outline .1s, -webkit-filter .15s;
	border: 2px solid transparent;
	border-radius: 14px;
	outline-width: 0;
	background: #cc1517;
	background: var(--color-primary-button);
	color: #fff;
	color: var(--color-primary-button-text);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button:focus,
.button:hover {
	text-decoration: none;
	background: var(--color-primary-button-hover);
}

.button:active {
	opacity: 1 !important;
}

.button:disabled,
.button:disabled:hover {
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}

.button:disabled:hover:not(.button-loading),
.button:disabled:not(.button-loading) {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .08) !important;
	color: #a1a1a1;
}

.button-transparent,
.button-transparent:active,
.button-transparent:focus,
.button-transparent:hover,
.button-transparent:link,
.button-transparent:visited {
	border: 2px solid #cc1517;
	border: 2px solid var(--color-primary-button);
	background: transparent;
	color: #cc1517;
	color: var(--color-primary-button);
}

.button-transparent:focus,
.button-transparent:hover {
	opacity: .8;
}

.button-transparent:after {
	color: #cc1517;
	color: var(--color-primary-button);
}

.button-size-xlarge {
	padding: 8px 24px;
	font-size: 18px;
	line-height: 1.44;
}

@media screen and (min-width:375px) {
	.button-size-xlarge {
		padding: 10px 32px;
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width:375px) and (max-width:374px) {
	.button-size-xlarge {
		line-height: 1.4;
	}
}

@media screen and (min-width:1440px) and (min-height:700px) {
	.button-size-xlarge {
		padding: 14px 40px;
		font-size: 24px;
		line-height: 1.33;
	}
}

.button-size-large.button-size-large {
	padding: 8px 24px;
	font-size: 18px;
	line-height: 1.44;
}

@media screen and (min-width:1200px) {
	.button-size-large.button-size-large {
		padding: 10px 32px;
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width:1200px) and (max-width:374px) {
	.button-size-large.button-size-large {
		line-height: 1.4;
	}
}

.button-size-small {
	padding: 2px 16px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (min-width:992px) {
	.button-size-small {
		padding: 6px 24px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.form .form-group {
	margin: 0 0 32px;
	margin: 0 0 var(--spacer-small, 32px);
}

.form .form-row {
	margin-bottom: 16px;
}

@media screen and (min-width:768px) {
	.form .form-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
}

.form .form-label-wrap {
	margin: 2px 0;
	padding: 8px 0;
}

@media screen and (min-width:768px) {
	.form .form-label-wrap {
		width: 280px;
		max-width: 37.5%;
		padding-right: 16px;
		padding-right: calc(var(--spacer-small, 32px)/2);
	}
}

@media screen and (min-width:768px) {
	.form .form-input-wrap {
		width: calc(100% - 280px);
		min-width: 62.5%;
		margin-left: auto;
		padding: 0 0 0 16px;
		padding: 0 0 0 calc(var(--spacer-small, 32px)/2);
	}
}

.form .form-control-wrap {
	margin-top: 2px;
	margin-bottom: 2px;
}

@media screen and (min-width:768px) {
	.form .form-control-wrap {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.form-vertical .form-group {
	margin: 0 0 32px;
	margin: 0 0 var(--spacer-small, 32px);
}

.form-vertical .form-row {
	display: block;
	margin-bottom: 16px;
}

.form-vertical .form-label-wrap {
	width: 100%;
	max-width: none;
	margin: 2px 0;
	padding: 8px 0;
}

.form-vertical .form-input-wrap {
	width: 100%;
	padding: 0;
}

.form-vertical .form-control-wrap {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
}

.form-checkbox {
	position: relative;
	margin: 0;
	padding: 5px 0 6px 24px;
}

.form-checkbox input {
	position: absolute;
	top: 9px;
	left: 0;
	padding: 0;
}

.form-checkbox-custom {
	display: inline-block;
	width: 100%;
	padding: 4px 0 5px;
	font-size: 18px;
	line-height: 1.44;
}

.form-checkbox-custom:first-child {
	padding-top: 0;
}

.form-checkbox-custom input[type=checkbox] {
	position: absolute;
	left: -9999px;
}

.form-checkbox-custom input[type=checkbox]+label {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0 0 1.625em;
	cursor: pointer;
}

.form-checkbox-custom input[type=checkbox]+label:after,
.form-checkbox-custom input[type=checkbox]+label:before {
	content: "";
	position: absolute;
	top: .17em;
	left: 0;
	width: 1em;
	min-width: 16px;
	height: 1em;
	min-height: 16px;
	transition: background-color .1s ease, box-shadow .1s ease;
	border: 0;
	border-radius: 1px;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
}

.form-checkbox-custom input[type=checkbox]+label:after {
	transition: opacity .1s ease;
	opacity: 0;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.867 3.817l2.35 2.35L10.133.25l1.834 1.85-7.75 7.75-4.2-4.2 1.85-1.833z' fill='%23333'/%3E%3C/svg%3E") no-repeat 50% !important;
	font-size: inherit !important;
	line-height: inherit !important;
	box-shadow: none;
}

.form-checkbox-custom input[type=checkbox]+label:hover:before {
	border: 0;
	background: #f2f2f2;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .16);
}

.form-checkbox-custom input[type=checkbox]+label:active:before {
	border: 0;
	background: #e5e5e5;
	box-shadow: 0 0 0 2px #ccc;
}

.form-checkbox-custom input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.form-checkbox-custom input[type=checkbox]:disabled+label {
	cursor: default;
}

.form-checkbox-custom input[type=checkbox]:disabled+label:before {
	background: rgba(0, 0, 0, .04);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .24);
}

.form-checkbox-custom input[type=checkbox]:disabled+label:after {
	background: #b5b5b5;
	color: #b5b5b5;
}

.form-input-comment {
	width: 100%;
	margin-top: 7px;
	color: #828282;
	text-align: left;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
}

.form-input-comment-term-of-use {
	margin: 20px 0 0;
	color: #828282;
	font-size: 14px;
	line-height: 1.5;
}

.form-input-comment-term-of-use a:hover,
.form-input-comment-term-of-use a:link,
.form-input-comment-term-of-use a:visited {
	color: #828282;
	text-decoration: underline;
}

.form-input {
	display: inline-block;
	width: calc(100% - 4px);
	min-width: auto;
	height: 3.4rem;
	margin: 2px;
	transition: box-shadow .1s ease, color .1s ease;
	border: 0;
	border-radius: 14px;
	outline: none;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
	color: #000;
	font-weight: 400;
	padding: 8px 18px;
	font-size: 18px;
	line-height: 1.44;
}

.form-input[type=email],
.form-input[type=tel],
.form-input[type=text] {
	-webkit-appearance: none;
}

.form-input::placeholder {
	color: #7f7f7f;
}

.form-input:hover {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .16);
}

.form-input:focus {
	background: #fff;
	box-shadow: 0 0 0 2px #015ccb;
}

.form-input:disabled,
.form-input:disabled:hover {
	background: rgba(0, 0, 0, .04);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
	color: rgba(0, 0, 0, .32);
	cursor: text;
}

.form-input-phone {
	max-width: 13.1em;
}

@media screen and (max-width:991px) {
	.form-input-phone {
		max-width: 100%;
	}
}

.form-label {
	display: inline-block;
	font-size: 18px;
	line-height: 1.44;
}

body {
	overflow-x: hidden;
}

.slideInUp {
	animation-name: slideInUp;
	animation-timing-function: ease-out;
}

@media screen and (min-width:1200px) {
	.animation-block {
		animation-timing-function: ease-out;
	}
}

.row {
	min-height: 1px;
}

@media screen and (max-width:767px) {
	[class*=col-] {
		margin-bottom: 32px;
	}

	[class*=col-]:last-child {
		margin-bottom: 0;
	}
}

/*! CSS Used keyframes */
@keyframes slideInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 15px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}


.image-autosize {
	max-width: calc(100vw + 16px);
}

input {
    -webkit-tap-highlight-color: transparent
}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important
}

.footer-wrapper {
    display: flex;
    flex-direction: column
}

.footer-main {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (min-width: 767.98px) {
    .footer-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 1399.98px) {
    .footer-main {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.footer-main>.copyright {
    margin-top: 10px
}

@media (min-width: 767.98px) {
    .footer-main>.copyright {
        margin-top: initial
    }
}

.copyright {
    max-width: 285px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #252525
}

@media (min-width: 767.98px) {
    .copyright {
        font-size: 10px;
        line-height: 12px
    }
}

@media (min-width: 1199.98px) {
    .copyright {
        font-size: 12px;
        line-height: 15px
    }
}

@media (min-width: 767.98px) {
    .copyright {
        max-width: 230px
    }
}

@media (min-width: 1199.98px) {
    .copyright {
        max-width: 40%
    }
}

.copyright-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #252525
}

@media (min-width: 767.98px) {
    .copyright-name {
        font-size: 10px;
        line-height: 12px
    }
}

@media (min-width: 1199.98px) {
    .copyright-name {
        font-size: 12px;
        line-height: 15px
    }
}

.copyright-title,
.copyright-definition {
    display: inline
}

.footer-footnote {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.6);
    border-top: 1px solid #252525;
    padding-top: 10px;
    padding-bottom: 10px
}

.footer-footnote a {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

@media (min-width: 1199.98px) {
    .footer-footnote {
        font-size: 12px;
        line-height: 15px
    }
}

.footer-footnote-list {
    list-style-type: none
}

@media (min-width: 767.98px) {
    .footer-footnote-list {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.footer-footnote-item {
	padding-top: 10px;
    text-align: justify
}

.creator-logo {
    display: flex;
    align-items: center;
    font-weight: 700;
	padding-top: 10px;
    padding-bottom: 10px;
    flex-shrink: 0;
}

.creator-logo-img {
    height: 18px;
    padding-right: 5px
}

@media (min-width: 1199.98px) {
    .creator-logo-img {
        height: 14px
    }
}

.phone {
    display: flex;
    align-items: center;
    font-weight: 700;
    flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    word-spacing: -1px
}

dl,
dd,
dt {
	margin: 0;
    padding: 0
}

.hello-alert {
    position: relative;
    margin: 0 auto;
    padding: 2rem 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    z-index: 10;
    transition: 300ms
}
.hello-alert a {
    border-bottom: 2px dashed;
}
.hello-alert a:hover, .hello-alert a:focus {
    border-bottom: 2px solid;
}

.mojency {
    padding: 8px 0
}

.map {
	margin-top: 6em;
}

.map-overlay {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	z-index: 1
  }

.dublegis {
	position: relative;
	margin-top: 3em;
	height: 30em;
}

.dublegis iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 2rem;
}

.map-txt {
    position: relative;
	z-index: 2;
}

a {
	text-decoration: none;
	color: inherit;
}
