/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Inter",serif;font-weight:600;line-height:1.3;margin-top:0;margin-bottom:0;letter-spacing:.01em}h1,.h1{font-size:2.5rem}@media(min-width: 992px){h1,.h1{font-size:3rem}}@media(min-width: 1200px){h1,.h1{font-size:3.5rem}}h2,.h2{font-size:1.875rem}@media(min-width: 992px){h2,.h2{font-size:2.125rem}}@media(min-width: 1200px){h2,.h2{font-size:2.5rem}}h3,.h3{font-size:1.375rem}@media(min-width: 992px){h3,.h3{font-size:1.5rem}}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:1rem}.p-xs,small,.small{font-size:.6875rem}.p-lg,big,.big{font-size:1.25rem}.row{margin-right:-16px;margin-left:-16px;position:unset}[class*=col-]{padding-right:16px;padding-left:16px;position:unset}.mb-0,.my-0{margin-bottom:0 !important}.mb-1,.my-1{margin-bottom:.25rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.mb-5,.my-5{margin-bottom:2rem !important}.mb-6,.my-6{margin-bottom:2.5rem !important}.mb-7,.my-7{margin-bottom:3rem !important}.mb-8,.my-8{margin-bottom:3.5rem !important}.mb-9,.my-9{margin-bottom:4rem !important}.mb-10,.my-10{margin-bottom:4.5rem !important}.mb-11,.my-11{margin-bottom:5rem !important}.mb-12,.my-12{margin-bottom:5.5rem !important}.mb-13,.my-13{margin-bottom:6rem !important}.mb-14,.my-14{margin-bottom:6.5rem !important}.mb-15,.my-15{margin-bottom:7rem !important}.mb-16,.my-16{margin-bottom:7.5rem !important}.mb-17,.my-17{margin-bottom:8rem !important}.mb-18,.my-18{margin-bottom:8.5rem !important}@media(min-width: 768px){.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.mb-sm-5,.my-sm-5{margin-bottom:2rem !important}.mb-sm-6,.my-sm-6{margin-bottom:2.5rem !important}.mb-sm-7,.my-sm-7{margin-bottom:3rem !important}.mb-sm-8,.my-sm-8{margin-bottom:3.5rem !important}.mb-sm-9,.my-sm-9{margin-bottom:4rem !important}.mb-sm-10,.my-sm-10{margin-bottom:4.5rem !important}.mb-sm-11,.my-sm-11{margin-bottom:5rem !important}.mb-sm-12,.my-sm-12{margin-bottom:5.5rem !important}.mb-sm-13,.my-sm-13{margin-bottom:6rem !important}.mb-sm-14,.my-sm-14{margin-bottom:6.5rem !important}.mb-sm-15,.my-sm-15{margin-bottom:7rem !important}.mb-sm-16,.my-sm-16{margin-bottom:7.5rem !important}.mb-sm-17,.my-sm-17{margin-bottom:8rem !important}.mb-sm-18,.my-sm-18{margin-bottom:8.5rem !important}}@media(min-width: 992px){.mb-md-0,.my-md-0{margin-bottom:0 !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.mb-md-5,.my-md-5{margin-bottom:2rem !important}.mb-md-6,.my-md-6{margin-bottom:2.5rem !important}.mb-md-7,.my-md-7{margin-bottom:3rem !important}.mb-md-8,.my-md-8{margin-bottom:3.5rem !important}.mb-md-9,.my-md-9{margin-bottom:4rem !important}.mb-md-10,.my-md-10{margin-bottom:4.5rem !important}.mb-md-11,.my-md-11{margin-bottom:5rem !important}.mb-md-12,.my-md-12{margin-bottom:5.5rem !important}.mb-md-13,.my-md-13{margin-bottom:6rem !important}.mb-md-14,.my-md-14{margin-bottom:6.5rem !important}.mb-md-15,.my-md-15{margin-bottom:7rem !important}.mb-md-16,.my-md-16{margin-bottom:7.5rem !important}.mb-md-17,.my-md-17{margin-bottom:8rem !important}.mb-md-18,.my-md-18{margin-bottom:8.5rem !important}}@media(min-width: 1200px){.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.mb-lg-5,.my-lg-5{margin-bottom:2rem !important}.mb-lg-6,.my-lg-6{margin-bottom:2.5rem !important}.mb-lg-7,.my-lg-7{margin-bottom:3rem !important}.mb-lg-8,.my-lg-8{margin-bottom:3.5rem !important}.mb-lg-9,.my-lg-9{margin-bottom:4rem !important}.mb-lg-10,.my-lg-10{margin-bottom:4.5rem !important}.mb-lg-11,.my-lg-11{margin-bottom:5rem !important}.mb-lg-12,.my-lg-12{margin-bottom:5.5rem !important}.mb-lg-13,.my-lg-13{margin-bottom:6rem !important}.mb-lg-14,.my-lg-14{margin-bottom:6.5rem !important}.mb-lg-15,.my-lg-15{margin-bottom:7rem !important}.mb-lg-16,.my-lg-16{margin-bottom:7.5rem !important}.mb-lg-17,.my-lg-17{margin-bottom:8rem !important}.mb-lg-18,.my-lg-18{margin-bottom:8.5rem !important}}@media(min-width: 1440px){.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.mb-xl-5,.my-xl-5{margin-bottom:2rem !important}.mb-xl-6,.my-xl-6{margin-bottom:2.5rem !important}.mb-xl-7,.my-xl-7{margin-bottom:3rem !important}.mb-xl-8,.my-xl-8{margin-bottom:3.5rem !important}.mb-xl-9,.my-xl-9{margin-bottom:4rem !important}.mb-xl-10,.my-xl-10{margin-bottom:4.5rem !important}.mb-xl-11,.my-xl-11{margin-bottom:5rem !important}.mb-xl-12,.my-xl-12{margin-bottom:5.5rem !important}.mb-xl-13,.my-xl-13{margin-bottom:6rem !important}.mb-xl-14,.my-xl-14{margin-bottom:6.5rem !important}.mb-xl-15,.my-xl-15{margin-bottom:7rem !important}.mb-xl-16,.my-xl-16{margin-bottom:7.5rem !important}.mb-xl-17,.my-xl-17{margin-bottom:8rem !important}.mb-xl-18,.my-xl-18{margin-bottom:8.5rem !important}}.mt-0,.my-0{margin-top:0 !important}.mt-1,.my-1{margin-top:.25rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mt-3,.my-3{margin-top:1rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mt-5,.my-5{margin-top:2rem !important}.mt-6,.my-6{margin-top:2.5rem !important}.mt-7,.my-7{margin-top:3rem !important}.mt-8,.my-8{margin-top:3.5rem !important}.mt-9,.my-9{margin-top:4rem !important}.mt-10,.my-10{margin-top:4.5rem !important}.mt-11,.my-11{margin-top:5rem !important}.mt-12,.my-12{margin-top:5.5rem !important}.mt-13,.my-13{margin-top:6rem !important}.mt-14,.my-14{margin-top:6.5rem !important}.mt-15,.my-15{margin-top:7rem !important}.mt-16,.my-16{margin-top:7.5rem !important}.mt-17,.my-17{margin-top:8rem !important}.mt-18,.my-18{margin-top:8.5rem !important}@media(min-width: 768px){.mt-sm-0,.my-sm-0{margin-top:0 !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mt-sm-5,.my-sm-5{margin-top:2rem !important}.mt-sm-6,.my-sm-6{margin-top:2.5rem !important}.mt-sm-7,.my-sm-7{margin-top:3rem !important}.mt-sm-8,.my-sm-8{margin-top:3.5rem !important}.mt-sm-9,.my-sm-9{margin-top:4rem !important}.mt-sm-10,.my-sm-10{margin-top:4.5rem !important}.mt-sm-11,.my-sm-11{margin-top:5rem !important}.mt-sm-12,.my-sm-12{margin-top:5.5rem !important}.mt-sm-13,.my-sm-13{margin-top:6rem !important}.mt-sm-14,.my-sm-14{margin-top:6.5rem !important}.mt-sm-15,.my-sm-15{margin-top:7rem !important}.mt-sm-16,.my-sm-16{margin-top:7.5rem !important}.mt-sm-17,.my-sm-17{margin-top:8rem !important}.mt-sm-18,.my-sm-18{margin-top:8.5rem !important}}@media(min-width: 992px){.mt-md-0,.my-md-0{margin-top:0 !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mt-md-5,.my-md-5{margin-top:2rem !important}.mt-md-6,.my-md-6{margin-top:2.5rem !important}.mt-md-7,.my-md-7{margin-top:3rem !important}.mt-md-8,.my-md-8{margin-top:3.5rem !important}.mt-md-9,.my-md-9{margin-top:4rem !important}.mt-md-10,.my-md-10{margin-top:4.5rem !important}.mt-md-11,.my-md-11{margin-top:5rem !important}.mt-md-12,.my-md-12{margin-top:5.5rem !important}.mt-md-13,.my-md-13{margin-top:6rem !important}.mt-md-14,.my-md-14{margin-top:6.5rem !important}.mt-md-15,.my-md-15{margin-top:7rem !important}.mt-md-16,.my-md-16{margin-top:7.5rem !important}.mt-md-17,.my-md-17{margin-top:8rem !important}.mt-md-18,.my-md-18{margin-top:8.5rem !important}}@media(min-width: 1200px){.mt-lg-0,.my-lg-0{margin-top:0 !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mt-lg-5,.my-lg-5{margin-top:2rem !important}.mt-lg-6,.my-lg-6{margin-top:2.5rem !important}.mt-lg-7,.my-lg-7{margin-top:3rem !important}.mt-lg-8,.my-lg-8{margin-top:3.5rem !important}.mt-lg-9,.my-lg-9{margin-top:4rem !important}.mt-lg-10,.my-lg-10{margin-top:4.5rem !important}.mt-lg-11,.my-lg-11{margin-top:5rem !important}.mt-lg-12,.my-lg-12{margin-top:5.5rem !important}.mt-lg-13,.my-lg-13{margin-top:6rem !important}.mt-lg-14,.my-lg-14{margin-top:6.5rem !important}.mt-lg-15,.my-lg-15{margin-top:7rem !important}.mt-lg-16,.my-lg-16{margin-top:7.5rem !important}.mt-lg-17,.my-lg-17{margin-top:8rem !important}.mt-lg-18,.my-lg-18{margin-top:8.5rem !important}}@media(min-width: 1440px){.mt-xl-0,.my-xl-0{margin-top:0 !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mt-xl-5,.my-xl-5{margin-top:2rem !important}.mt-xl-6,.my-xl-6{margin-top:2.5rem !important}.mt-xl-7,.my-xl-7{margin-top:3rem !important}.mt-xl-8,.my-xl-8{margin-top:3.5rem !important}.mt-xl-9,.my-xl-9{margin-top:4rem !important}.mt-xl-10,.my-xl-10{margin-top:4.5rem !important}.mt-xl-11,.my-xl-11{margin-top:5rem !important}.mt-xl-12,.my-xl-12{margin-top:5.5rem !important}.mt-xl-13,.my-xl-13{margin-top:6rem !important}.mt-xl-14,.my-xl-14{margin-top:6.5rem !important}.mt-xl-15,.my-xl-15{margin-top:7rem !important}.mt-xl-16,.my-xl-16{margin-top:7.5rem !important}.mt-xl-17,.my-xl-17{margin-top:8rem !important}.mt-xl-18,.my-xl-18{margin-top:8.5rem !important}}.ml-0,.mx-0{margin-left:0 !important}.ml-1,.mx-1{margin-left:.25rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.ml-3,.mx-3{margin-left:1rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.ml-5,.mx-5{margin-left:2rem !important}.ml-6,.mx-6{margin-left:2.5rem !important}.ml-7,.mx-7{margin-left:3rem !important}.ml-8,.mx-8{margin-left:3.5rem !important}.ml-9,.mx-9{margin-left:4rem !important}.ml-10,.mx-10{margin-left:4.5rem !important}.ml-11,.mx-11{margin-left:5rem !important}.ml-12,.mx-12{margin-left:5.5rem !important}.ml-13,.mx-13{margin-left:6rem !important}.ml-14,.mx-14{margin-left:6.5rem !important}.ml-15,.mx-15{margin-left:7rem !important}.ml-16,.mx-16{margin-left:7.5rem !important}.ml-17,.mx-17{margin-left:8rem !important}.ml-18,.mx-18{margin-left:8.5rem !important}@media(min-width: 768px){.ml-sm-0,.mx-sm-0{margin-left:0 !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.ml-sm-5,.mx-sm-5{margin-left:2rem !important}.ml-sm-6,.mx-sm-6{margin-left:2.5rem !important}.ml-sm-7,.mx-sm-7{margin-left:3rem !important}.ml-sm-8,.mx-sm-8{margin-left:3.5rem !important}.ml-sm-9,.mx-sm-9{margin-left:4rem !important}.ml-sm-10,.mx-sm-10{margin-left:4.5rem !important}.ml-sm-11,.mx-sm-11{margin-left:5rem !important}.ml-sm-12,.mx-sm-12{margin-left:5.5rem !important}.ml-sm-13,.mx-sm-13{margin-left:6rem !important}.ml-sm-14,.mx-sm-14{margin-left:6.5rem !important}.ml-sm-15,.mx-sm-15{margin-left:7rem !important}.ml-sm-16,.mx-sm-16{margin-left:7.5rem !important}.ml-sm-17,.mx-sm-17{margin-left:8rem !important}.ml-sm-18,.mx-sm-18{margin-left:8.5rem !important}}@media(min-width: 992px){.ml-md-0,.mx-md-0{margin-left:0 !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.ml-md-5,.mx-md-5{margin-left:2rem !important}.ml-md-6,.mx-md-6{margin-left:2.5rem !important}.ml-md-7,.mx-md-7{margin-left:3rem !important}.ml-md-8,.mx-md-8{margin-left:3.5rem !important}.ml-md-9,.mx-md-9{margin-left:4rem !important}.ml-md-10,.mx-md-10{margin-left:4.5rem !important}.ml-md-11,.mx-md-11{margin-left:5rem !important}.ml-md-12,.mx-md-12{margin-left:5.5rem !important}.ml-md-13,.mx-md-13{margin-left:6rem !important}.ml-md-14,.mx-md-14{margin-left:6.5rem !important}.ml-md-15,.mx-md-15{margin-left:7rem !important}.ml-md-16,.mx-md-16{margin-left:7.5rem !important}.ml-md-17,.mx-md-17{margin-left:8rem !important}.ml-md-18,.mx-md-18{margin-left:8.5rem !important}}@media(min-width: 1200px){.ml-lg-0,.mx-lg-0{margin-left:0 !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.ml-lg-5,.mx-lg-5{margin-left:2rem !important}.ml-lg-6,.mx-lg-6{margin-left:2.5rem !important}.ml-lg-7,.mx-lg-7{margin-left:3rem !important}.ml-lg-8,.mx-lg-8{margin-left:3.5rem !important}.ml-lg-9,.mx-lg-9{margin-left:4rem !important}.ml-lg-10,.mx-lg-10{margin-left:4.5rem !important}.ml-lg-11,.mx-lg-11{margin-left:5rem !important}.ml-lg-12,.mx-lg-12{margin-left:5.5rem !important}.ml-lg-13,.mx-lg-13{margin-left:6rem !important}.ml-lg-14,.mx-lg-14{margin-left:6.5rem !important}.ml-lg-15,.mx-lg-15{margin-left:7rem !important}.ml-lg-16,.mx-lg-16{margin-left:7.5rem !important}.ml-lg-17,.mx-lg-17{margin-left:8rem !important}.ml-lg-18,.mx-lg-18{margin-left:8.5rem !important}}@media(min-width: 1440px){.ml-xl-0,.mx-xl-0{margin-left:0 !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.ml-xl-5,.mx-xl-5{margin-left:2rem !important}.ml-xl-6,.mx-xl-6{margin-left:2.5rem !important}.ml-xl-7,.mx-xl-7{margin-left:3rem !important}.ml-xl-8,.mx-xl-8{margin-left:3.5rem !important}.ml-xl-9,.mx-xl-9{margin-left:4rem !important}.ml-xl-10,.mx-xl-10{margin-left:4.5rem !important}.ml-xl-11,.mx-xl-11{margin-left:5rem !important}.ml-xl-12,.mx-xl-12{margin-left:5.5rem !important}.ml-xl-13,.mx-xl-13{margin-left:6rem !important}.ml-xl-14,.mx-xl-14{margin-left:6.5rem !important}.ml-xl-15,.mx-xl-15{margin-left:7rem !important}.ml-xl-16,.mx-xl-16{margin-left:7.5rem !important}.ml-xl-17,.mx-xl-17{margin-left:8rem !important}.ml-xl-18,.mx-xl-18{margin-left:8.5rem !important}}.mr-0,.mx-0{margin-right:0 !important}.mr-1,.mx-1{margin-right:.25rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mr-5,.mx-5{margin-right:2rem !important}.mr-6,.mx-6{margin-right:2.5rem !important}.mr-7,.mx-7{margin-right:3rem !important}.mr-8,.mx-8{margin-right:3.5rem !important}.mr-9,.mx-9{margin-right:4rem !important}.mr-10,.mx-10{margin-right:4.5rem !important}.mr-11,.mx-11{margin-right:5rem !important}.mr-12,.mx-12{margin-right:5.5rem !important}.mr-13,.mx-13{margin-right:6rem !important}.mr-14,.mx-14{margin-right:6.5rem !important}.mr-15,.mx-15{margin-right:7rem !important}.mr-16,.mx-16{margin-right:7.5rem !important}.mr-17,.mx-17{margin-right:8rem !important}.mr-18,.mx-18{margin-right:8.5rem !important}@media(min-width: 768px){.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mr-sm-5,.mx-sm-5{margin-right:2rem !important}.mr-sm-6,.mx-sm-6{margin-right:2.5rem !important}.mr-sm-7,.mx-sm-7{margin-right:3rem !important}.mr-sm-8,.mx-sm-8{margin-right:3.5rem !important}.mr-sm-9,.mx-sm-9{margin-right:4rem !important}.mr-sm-10,.mx-sm-10{margin-right:4.5rem !important}.mr-sm-11,.mx-sm-11{margin-right:5rem !important}.mr-sm-12,.mx-sm-12{margin-right:5.5rem !important}.mr-sm-13,.mx-sm-13{margin-right:6rem !important}.mr-sm-14,.mx-sm-14{margin-right:6.5rem !important}.mr-sm-15,.mx-sm-15{margin-right:7rem !important}.mr-sm-16,.mx-sm-16{margin-right:7.5rem !important}.mr-sm-17,.mx-sm-17{margin-right:8rem !important}.mr-sm-18,.mx-sm-18{margin-right:8.5rem !important}}@media(min-width: 992px){.mr-md-0,.mx-md-0{margin-right:0 !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mr-md-5,.mx-md-5{margin-right:2rem !important}.mr-md-6,.mx-md-6{margin-right:2.5rem !important}.mr-md-7,.mx-md-7{margin-right:3rem !important}.mr-md-8,.mx-md-8{margin-right:3.5rem !important}.mr-md-9,.mx-md-9{margin-right:4rem !important}.mr-md-10,.mx-md-10{margin-right:4.5rem !important}.mr-md-11,.mx-md-11{margin-right:5rem !important}.mr-md-12,.mx-md-12{margin-right:5.5rem !important}.mr-md-13,.mx-md-13{margin-right:6rem !important}.mr-md-14,.mx-md-14{margin-right:6.5rem !important}.mr-md-15,.mx-md-15{margin-right:7rem !important}.mr-md-16,.mx-md-16{margin-right:7.5rem !important}.mr-md-17,.mx-md-17{margin-right:8rem !important}.mr-md-18,.mx-md-18{margin-right:8.5rem !important}}@media(min-width: 1200px){.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mr-lg-5,.mx-lg-5{margin-right:2rem !important}.mr-lg-6,.mx-lg-6{margin-right:2.5rem !important}.mr-lg-7,.mx-lg-7{margin-right:3rem !important}.mr-lg-8,.mx-lg-8{margin-right:3.5rem !important}.mr-lg-9,.mx-lg-9{margin-right:4rem !important}.mr-lg-10,.mx-lg-10{margin-right:4.5rem !important}.mr-lg-11,.mx-lg-11{margin-right:5rem !important}.mr-lg-12,.mx-lg-12{margin-right:5.5rem !important}.mr-lg-13,.mx-lg-13{margin-right:6rem !important}.mr-lg-14,.mx-lg-14{margin-right:6.5rem !important}.mr-lg-15,.mx-lg-15{margin-right:7rem !important}.mr-lg-16,.mx-lg-16{margin-right:7.5rem !important}.mr-lg-17,.mx-lg-17{margin-right:8rem !important}.mr-lg-18,.mx-lg-18{margin-right:8.5rem !important}}@media(min-width: 1440px){.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mr-xl-5,.mx-xl-5{margin-right:2rem !important}.mr-xl-6,.mx-xl-6{margin-right:2.5rem !important}.mr-xl-7,.mx-xl-7{margin-right:3rem !important}.mr-xl-8,.mx-xl-8{margin-right:3.5rem !important}.mr-xl-9,.mx-xl-9{margin-right:4rem !important}.mr-xl-10,.mx-xl-10{margin-right:4.5rem !important}.mr-xl-11,.mx-xl-11{margin-right:5rem !important}.mr-xl-12,.mx-xl-12{margin-right:5.5rem !important}.mr-xl-13,.mx-xl-13{margin-right:6rem !important}.mr-xl-14,.mx-xl-14{margin-right:6.5rem !important}.mr-xl-15,.mx-xl-15{margin-right:7rem !important}.mr-xl-16,.mx-xl-16{margin-right:7.5rem !important}.mr-xl-17,.mx-xl-17{margin-right:8rem !important}.mr-xl-18,.mx-xl-18{margin-right:8.5rem !important}}.pb-0,.py-0{padding-bottom:0 !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pb-5,.py-5{padding-bottom:2rem !important}.pb-6,.py-6{padding-bottom:2.5rem !important}.pb-7,.py-7{padding-bottom:3rem !important}.pb-8,.py-8{padding-bottom:3.5rem !important}.pb-9,.py-9{padding-bottom:4rem !important}.pb-10,.py-10{padding-bottom:4.5rem !important}.pb-11,.py-11{padding-bottom:5rem !important}.pb-12,.py-12{padding-bottom:5.5rem !important}.pb-13,.py-13{padding-bottom:6rem !important}.pb-14,.py-14{padding-bottom:6.5rem !important}.pb-15,.py-15{padding-bottom:7rem !important}.pb-16,.py-16{padding-bottom:7.5rem !important}.pb-17,.py-17{padding-bottom:8rem !important}.pb-18,.py-18{padding-bottom:8.5rem !important}@media(min-width: 768px){.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pb-sm-5,.py-sm-5{padding-bottom:2rem !important}.pb-sm-6,.py-sm-6{padding-bottom:2.5rem !important}.pb-sm-7,.py-sm-7{padding-bottom:3rem !important}.pb-sm-8,.py-sm-8{padding-bottom:3.5rem !important}.pb-sm-9,.py-sm-9{padding-bottom:4rem !important}.pb-sm-10,.py-sm-10{padding-bottom:4.5rem !important}.pb-sm-11,.py-sm-11{padding-bottom:5rem !important}.pb-sm-12,.py-sm-12{padding-bottom:5.5rem !important}.pb-sm-13,.py-sm-13{padding-bottom:6rem !important}.pb-sm-14,.py-sm-14{padding-bottom:6.5rem !important}.pb-sm-15,.py-sm-15{padding-bottom:7rem !important}.pb-sm-16,.py-sm-16{padding-bottom:7.5rem !important}.pb-sm-17,.py-sm-17{padding-bottom:8rem !important}.pb-sm-18,.py-sm-18{padding-bottom:8.5rem !important}}@media(min-width: 992px){.pb-md-0,.py-md-0{padding-bottom:0 !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pb-md-5,.py-md-5{padding-bottom:2rem !important}.pb-md-6,.py-md-6{padding-bottom:2.5rem !important}.pb-md-7,.py-md-7{padding-bottom:3rem !important}.pb-md-8,.py-md-8{padding-bottom:3.5rem !important}.pb-md-9,.py-md-9{padding-bottom:4rem !important}.pb-md-10,.py-md-10{padding-bottom:4.5rem !important}.pb-md-11,.py-md-11{padding-bottom:5rem !important}.pb-md-12,.py-md-12{padding-bottom:5.5rem !important}.pb-md-13,.py-md-13{padding-bottom:6rem !important}.pb-md-14,.py-md-14{padding-bottom:6.5rem !important}.pb-md-15,.py-md-15{padding-bottom:7rem !important}.pb-md-16,.py-md-16{padding-bottom:7.5rem !important}.pb-md-17,.py-md-17{padding-bottom:8rem !important}.pb-md-18,.py-md-18{padding-bottom:8.5rem !important}}@media(min-width: 1200px){.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pb-lg-5,.py-lg-5{padding-bottom:2rem !important}.pb-lg-6,.py-lg-6{padding-bottom:2.5rem !important}.pb-lg-7,.py-lg-7{padding-bottom:3rem !important}.pb-lg-8,.py-lg-8{padding-bottom:3.5rem !important}.pb-lg-9,.py-lg-9{padding-bottom:4rem !important}.pb-lg-10,.py-lg-10{padding-bottom:4.5rem !important}.pb-lg-11,.py-lg-11{padding-bottom:5rem !important}.pb-lg-12,.py-lg-12{padding-bottom:5.5rem !important}.pb-lg-13,.py-lg-13{padding-bottom:6rem !important}.pb-lg-14,.py-lg-14{padding-bottom:6.5rem !important}.pb-lg-15,.py-lg-15{padding-bottom:7rem !important}.pb-lg-16,.py-lg-16{padding-bottom:7.5rem !important}.pb-lg-17,.py-lg-17{padding-bottom:8rem !important}.pb-lg-18,.py-lg-18{padding-bottom:8.5rem !important}}@media(min-width: 1440px){.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pb-xl-5,.py-xl-5{padding-bottom:2rem !important}.pb-xl-6,.py-xl-6{padding-bottom:2.5rem !important}.pb-xl-7,.py-xl-7{padding-bottom:3rem !important}.pb-xl-8,.py-xl-8{padding-bottom:3.5rem !important}.pb-xl-9,.py-xl-9{padding-bottom:4rem !important}.pb-xl-10,.py-xl-10{padding-bottom:4.5rem !important}.pb-xl-11,.py-xl-11{padding-bottom:5rem !important}.pb-xl-12,.py-xl-12{padding-bottom:5.5rem !important}.pb-xl-13,.py-xl-13{padding-bottom:6rem !important}.pb-xl-14,.py-xl-14{padding-bottom:6.5rem !important}.pb-xl-15,.py-xl-15{padding-bottom:7rem !important}.pb-xl-16,.py-xl-16{padding-bottom:7.5rem !important}.pb-xl-17,.py-xl-17{padding-bottom:8rem !important}.pb-xl-18,.py-xl-18{padding-bottom:8.5rem !important}}.pt-0,.py-0{padding-top:0 !important}.pt-1,.py-1{padding-top:.25rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pt-3,.py-3{padding-top:1rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pt-5,.py-5{padding-top:2rem !important}.pt-6,.py-6{padding-top:2.5rem !important}.pt-7,.py-7{padding-top:3rem !important}.pt-8,.py-8{padding-top:3.5rem !important}.pt-9,.py-9{padding-top:4rem !important}.pt-10,.py-10{padding-top:4.5rem !important}.pt-11,.py-11{padding-top:5rem !important}.pt-12,.py-12{padding-top:5.5rem !important}.pt-13,.py-13{padding-top:6rem !important}.pt-14,.py-14{padding-top:6.5rem !important}.pt-15,.py-15{padding-top:7rem !important}.pt-16,.py-16{padding-top:7.5rem !important}.pt-17,.py-17{padding-top:8rem !important}.pt-18,.py-18{padding-top:8.5rem !important}@media(min-width: 768px){.pt-sm-0,.py-sm-0{padding-top:0 !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pt-sm-5,.py-sm-5{padding-top:2rem !important}.pt-sm-6,.py-sm-6{padding-top:2.5rem !important}.pt-sm-7,.py-sm-7{padding-top:3rem !important}.pt-sm-8,.py-sm-8{padding-top:3.5rem !important}.pt-sm-9,.py-sm-9{padding-top:4rem !important}.pt-sm-10,.py-sm-10{padding-top:4.5rem !important}.pt-sm-11,.py-sm-11{padding-top:5rem !important}.pt-sm-12,.py-sm-12{padding-top:5.5rem !important}.pt-sm-13,.py-sm-13{padding-top:6rem !important}.pt-sm-14,.py-sm-14{padding-top:6.5rem !important}.pt-sm-15,.py-sm-15{padding-top:7rem !important}.pt-sm-16,.py-sm-16{padding-top:7.5rem !important}.pt-sm-17,.py-sm-17{padding-top:8rem !important}.pt-sm-18,.py-sm-18{padding-top:8.5rem !important}}@media(min-width: 992px){.pt-md-0,.py-md-0{padding-top:0 !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pt-md-5,.py-md-5{padding-top:2rem !important}.pt-md-6,.py-md-6{padding-top:2.5rem !important}.pt-md-7,.py-md-7{padding-top:3rem !important}.pt-md-8,.py-md-8{padding-top:3.5rem !important}.pt-md-9,.py-md-9{padding-top:4rem !important}.pt-md-10,.py-md-10{padding-top:4.5rem !important}.pt-md-11,.py-md-11{padding-top:5rem !important}.pt-md-12,.py-md-12{padding-top:5.5rem !important}.pt-md-13,.py-md-13{padding-top:6rem !important}.pt-md-14,.py-md-14{padding-top:6.5rem !important}.pt-md-15,.py-md-15{padding-top:7rem !important}.pt-md-16,.py-md-16{padding-top:7.5rem !important}.pt-md-17,.py-md-17{padding-top:8rem !important}.pt-md-18,.py-md-18{padding-top:8.5rem !important}}@media(min-width: 1200px){.pt-lg-0,.py-lg-0{padding-top:0 !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pt-lg-5,.py-lg-5{padding-top:2rem !important}.pt-lg-6,.py-lg-6{padding-top:2.5rem !important}.pt-lg-7,.py-lg-7{padding-top:3rem !important}.pt-lg-8,.py-lg-8{padding-top:3.5rem !important}.pt-lg-9,.py-lg-9{padding-top:4rem !important}.pt-lg-10,.py-lg-10{padding-top:4.5rem !important}.pt-lg-11,.py-lg-11{padding-top:5rem !important}.pt-lg-12,.py-lg-12{padding-top:5.5rem !important}.pt-lg-13,.py-lg-13{padding-top:6rem !important}.pt-lg-14,.py-lg-14{padding-top:6.5rem !important}.pt-lg-15,.py-lg-15{padding-top:7rem !important}.pt-lg-16,.py-lg-16{padding-top:7.5rem !important}.pt-lg-17,.py-lg-17{padding-top:8rem !important}.pt-lg-18,.py-lg-18{padding-top:8.5rem !important}}@media(min-width: 1440px){.pt-xl-0,.py-xl-0{padding-top:0 !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pt-xl-5,.py-xl-5{padding-top:2rem !important}.pt-xl-6,.py-xl-6{padding-top:2.5rem !important}.pt-xl-7,.py-xl-7{padding-top:3rem !important}.pt-xl-8,.py-xl-8{padding-top:3.5rem !important}.pt-xl-9,.py-xl-9{padding-top:4rem !important}.pt-xl-10,.py-xl-10{padding-top:4.5rem !important}.pt-xl-11,.py-xl-11{padding-top:5rem !important}.pt-xl-12,.py-xl-12{padding-top:5.5rem !important}.pt-xl-13,.py-xl-13{padding-top:6rem !important}.pt-xl-14,.py-xl-14{padding-top:6.5rem !important}.pt-xl-15,.py-xl-15{padding-top:7rem !important}.pt-xl-16,.py-xl-16{padding-top:7.5rem !important}.pt-xl-17,.py-xl-17{padding-top:8rem !important}.pt-xl-18,.py-xl-18{padding-top:8.5rem !important}}.pl-0,.px-0{padding-left:0 !important}.pl-1,.px-1{padding-left:.25rem !important}.pl-2,.px-2{padding-left:.5rem !important}.pl-3,.px-3{padding-left:1rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.pl-5,.px-5{padding-left:2rem !important}.pl-6,.px-6{padding-left:2.5rem !important}.pl-7,.px-7{padding-left:3rem !important}.pl-8,.px-8{padding-left:3.5rem !important}.pl-9,.px-9{padding-left:4rem !important}.pl-10,.px-10{padding-left:4.5rem !important}.pl-11,.px-11{padding-left:5rem !important}.pl-12,.px-12{padding-left:5.5rem !important}.pl-13,.px-13{padding-left:6rem !important}.pl-14,.px-14{padding-left:6.5rem !important}.pl-15,.px-15{padding-left:7rem !important}.pl-16,.px-16{padding-left:7.5rem !important}.pl-17,.px-17{padding-left:8rem !important}.pl-18,.px-18{padding-left:8.5rem !important}@media(min-width: 768px){.pl-sm-0,.px-sm-0{padding-left:0 !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.pl-sm-5,.px-sm-5{padding-left:2rem !important}.pl-sm-6,.px-sm-6{padding-left:2.5rem !important}.pl-sm-7,.px-sm-7{padding-left:3rem !important}.pl-sm-8,.px-sm-8{padding-left:3.5rem !important}.pl-sm-9,.px-sm-9{padding-left:4rem !important}.pl-sm-10,.px-sm-10{padding-left:4.5rem !important}.pl-sm-11,.px-sm-11{padding-left:5rem !important}.pl-sm-12,.px-sm-12{padding-left:5.5rem !important}.pl-sm-13,.px-sm-13{padding-left:6rem !important}.pl-sm-14,.px-sm-14{padding-left:6.5rem !important}.pl-sm-15,.px-sm-15{padding-left:7rem !important}.pl-sm-16,.px-sm-16{padding-left:7.5rem !important}.pl-sm-17,.px-sm-17{padding-left:8rem !important}.pl-sm-18,.px-sm-18{padding-left:8.5rem !important}}@media(min-width: 992px){.pl-md-0,.px-md-0{padding-left:0 !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.pl-md-5,.px-md-5{padding-left:2rem !important}.pl-md-6,.px-md-6{padding-left:2.5rem !important}.pl-md-7,.px-md-7{padding-left:3rem !important}.pl-md-8,.px-md-8{padding-left:3.5rem !important}.pl-md-9,.px-md-9{padding-left:4rem !important}.pl-md-10,.px-md-10{padding-left:4.5rem !important}.pl-md-11,.px-md-11{padding-left:5rem !important}.pl-md-12,.px-md-12{padding-left:5.5rem !important}.pl-md-13,.px-md-13{padding-left:6rem !important}.pl-md-14,.px-md-14{padding-left:6.5rem !important}.pl-md-15,.px-md-15{padding-left:7rem !important}.pl-md-16,.px-md-16{padding-left:7.5rem !important}.pl-md-17,.px-md-17{padding-left:8rem !important}.pl-md-18,.px-md-18{padding-left:8.5rem !important}}@media(min-width: 1200px){.pl-lg-0,.px-lg-0{padding-left:0 !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.pl-lg-5,.px-lg-5{padding-left:2rem !important}.pl-lg-6,.px-lg-6{padding-left:2.5rem !important}.pl-lg-7,.px-lg-7{padding-left:3rem !important}.pl-lg-8,.px-lg-8{padding-left:3.5rem !important}.pl-lg-9,.px-lg-9{padding-left:4rem !important}.pl-lg-10,.px-lg-10{padding-left:4.5rem !important}.pl-lg-11,.px-lg-11{padding-left:5rem !important}.pl-lg-12,.px-lg-12{padding-left:5.5rem !important}.pl-lg-13,.px-lg-13{padding-left:6rem !important}.pl-lg-14,.px-lg-14{padding-left:6.5rem !important}.pl-lg-15,.px-lg-15{padding-left:7rem !important}.pl-lg-16,.px-lg-16{padding-left:7.5rem !important}.pl-lg-17,.px-lg-17{padding-left:8rem !important}.pl-lg-18,.px-lg-18{padding-left:8.5rem !important}}@media(min-width: 1440px){.pl-xl-0,.px-xl-0{padding-left:0 !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.pl-xl-5,.px-xl-5{padding-left:2rem !important}.pl-xl-6,.px-xl-6{padding-left:2.5rem !important}.pl-xl-7,.px-xl-7{padding-left:3rem !important}.pl-xl-8,.px-xl-8{padding-left:3.5rem !important}.pl-xl-9,.px-xl-9{padding-left:4rem !important}.pl-xl-10,.px-xl-10{padding-left:4.5rem !important}.pl-xl-11,.px-xl-11{padding-left:5rem !important}.pl-xl-12,.px-xl-12{padding-left:5.5rem !important}.pl-xl-13,.px-xl-13{padding-left:6rem !important}.pl-xl-14,.px-xl-14{padding-left:6.5rem !important}.pl-xl-15,.px-xl-15{padding-left:7rem !important}.pl-xl-16,.px-xl-16{padding-left:7.5rem !important}.pl-xl-17,.px-xl-17{padding-left:8rem !important}.pl-xl-18,.px-xl-18{padding-left:8.5rem !important}}.pr-0,.px-0{padding-right:0 !important}.pr-1,.px-1{padding-right:.25rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pr-3,.px-3{padding-right:1rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pr-5,.px-5{padding-right:2rem !important}.pr-6,.px-6{padding-right:2.5rem !important}.pr-7,.px-7{padding-right:3rem !important}.pr-8,.px-8{padding-right:3.5rem !important}.pr-9,.px-9{padding-right:4rem !important}.pr-10,.px-10{padding-right:4.5rem !important}.pr-11,.px-11{padding-right:5rem !important}.pr-12,.px-12{padding-right:5.5rem !important}.pr-13,.px-13{padding-right:6rem !important}.pr-14,.px-14{padding-right:6.5rem !important}.pr-15,.px-15{padding-right:7rem !important}.pr-16,.px-16{padding-right:7.5rem !important}.pr-17,.px-17{padding-right:8rem !important}.pr-18,.px-18{padding-right:8.5rem !important}@media(min-width: 768px){.pr-sm-0,.px-sm-0{padding-right:0 !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pr-sm-5,.px-sm-5{padding-right:2rem !important}.pr-sm-6,.px-sm-6{padding-right:2.5rem !important}.pr-sm-7,.px-sm-7{padding-right:3rem !important}.pr-sm-8,.px-sm-8{padding-right:3.5rem !important}.pr-sm-9,.px-sm-9{padding-right:4rem !important}.pr-sm-10,.px-sm-10{padding-right:4.5rem !important}.pr-sm-11,.px-sm-11{padding-right:5rem !important}.pr-sm-12,.px-sm-12{padding-right:5.5rem !important}.pr-sm-13,.px-sm-13{padding-right:6rem !important}.pr-sm-14,.px-sm-14{padding-right:6.5rem !important}.pr-sm-15,.px-sm-15{padding-right:7rem !important}.pr-sm-16,.px-sm-16{padding-right:7.5rem !important}.pr-sm-17,.px-sm-17{padding-right:8rem !important}.pr-sm-18,.px-sm-18{padding-right:8.5rem !important}}@media(min-width: 992px){.pr-md-0,.px-md-0{padding-right:0 !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pr-md-5,.px-md-5{padding-right:2rem !important}.pr-md-6,.px-md-6{padding-right:2.5rem !important}.pr-md-7,.px-md-7{padding-right:3rem !important}.pr-md-8,.px-md-8{padding-right:3.5rem !important}.pr-md-9,.px-md-9{padding-right:4rem !important}.pr-md-10,.px-md-10{padding-right:4.5rem !important}.pr-md-11,.px-md-11{padding-right:5rem !important}.pr-md-12,.px-md-12{padding-right:5.5rem !important}.pr-md-13,.px-md-13{padding-right:6rem !important}.pr-md-14,.px-md-14{padding-right:6.5rem !important}.pr-md-15,.px-md-15{padding-right:7rem !important}.pr-md-16,.px-md-16{padding-right:7.5rem !important}.pr-md-17,.px-md-17{padding-right:8rem !important}.pr-md-18,.px-md-18{padding-right:8.5rem !important}}@media(min-width: 1200px){.pr-lg-0,.px-lg-0{padding-right:0 !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pr-lg-5,.px-lg-5{padding-right:2rem !important}.pr-lg-6,.px-lg-6{padding-right:2.5rem !important}.pr-lg-7,.px-lg-7{padding-right:3rem !important}.pr-lg-8,.px-lg-8{padding-right:3.5rem !important}.pr-lg-9,.px-lg-9{padding-right:4rem !important}.pr-lg-10,.px-lg-10{padding-right:4.5rem !important}.pr-lg-11,.px-lg-11{padding-right:5rem !important}.pr-lg-12,.px-lg-12{padding-right:5.5rem !important}.pr-lg-13,.px-lg-13{padding-right:6rem !important}.pr-lg-14,.px-lg-14{padding-right:6.5rem !important}.pr-lg-15,.px-lg-15{padding-right:7rem !important}.pr-lg-16,.px-lg-16{padding-right:7.5rem !important}.pr-lg-17,.px-lg-17{padding-right:8rem !important}.pr-lg-18,.px-lg-18{padding-right:8.5rem !important}}@media(min-width: 1440px){.pr-xl-0,.px-xl-0{padding-right:0 !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pr-xl-5,.px-xl-5{padding-right:2rem !important}.pr-xl-6,.px-xl-6{padding-right:2.5rem !important}.pr-xl-7,.px-xl-7{padding-right:3rem !important}.pr-xl-8,.px-xl-8{padding-right:3.5rem !important}.pr-xl-9,.px-xl-9{padding-right:4rem !important}.pr-xl-10,.px-xl-10{padding-right:4.5rem !important}.pr-xl-11,.px-xl-11{padding-right:5rem !important}.pr-xl-12,.px-xl-12{padding-right:5.5rem !important}.pr-xl-13,.px-xl-13{padding-right:6rem !important}.pr-xl-14,.px-xl-14{padding-right:6.5rem !important}.pr-xl-15,.px-xl-15{padding-right:7rem !important}.pr-xl-16,.px-xl-16{padding-right:7.5rem !important}.pr-xl-17,.px-xl-17{padding-right:8rem !important}.pr-xl-18,.px-xl-18{padding-right:8.5rem !important}}.no-event{pointer-events:none}@media(max-width: 1199px){.visible-on-desktop{display:none}}@media(max-width: 1366px){.hidden-laptop-lower{display:none}}.text-center{text-align:center}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/Inter-Regular..woff2) format("woff2"),url(../assets/fonts/Inter-Regular..woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(../assets/fonts/Inter-Medium..woff2) format("woff2"),url(../assets/fonts/Inter-Medium..woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(../assets/fonts/Inter-SemiBold..woff2) format("woff2"),url(../assets/fonts/Inter-SemiBold..woff) format("woff")}.breadcrumbs{list-style:none;margin:40px 0 120px;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}@media(max-width: 1199px){.breadcrumbs{margin-bottom:16px;gap:8px}}.breadcrumbs>li{padding:0;margin:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px;overflow:hidden}@media(max-width: 1199px){.breadcrumbs>li{gap:8px}}.breadcrumbs>li:after{content:"";display:block;width:36px;height:2px;background-color:#bdbdbd}@media(max-width: 1199px){.breadcrumbs>li:after{width:16px}}.breadcrumbs>li:last-child{padding-right:0}.breadcrumbs>li:last-child:after{display:none}.breadcrumbs__item{text-decoration:none;color:#858585;font-size:16px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width: 1199px){.breadcrumbs__item{font-size:13px}}.breadcrumbs__item.active{color:#d7000a}.link{display:inline-block}.link--hover:hover{color:#f51f29}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/Inter-Regular..woff2) format("woff2"),url(../assets/fonts/Inter-Regular..woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(../assets/fonts/Inter-Medium..woff2) format("woff2"),url(../assets/fonts/Inter-Medium..woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(../assets/fonts/Inter-SemiBold..woff2) format("woff2"),url(../assets/fonts/Inter-SemiBold..woff) format("woff")}.fade{position:relative}.mfp-zoom-in.full{z-index:1046}.mfp-zoom-in:not(.mfp-modal) .mfp-content{height:100%}@media(min-width: 768px){.mfp-zoom-in:not(.mfp-modal) .mfp-content{height:unset}}.mfp-zoom-in.top .mfp-content{height:100%}@media(min-width: 768px){.mfp-zoom-in.top .mfp-content{height:100%}}.mfp-zoom-in .mfp-with-anim{opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.25}.mfp-zoom-in.mfp-ready.mfp-bg.full{z-index:1045}.mfp-zoom-in.mfp-removing .mfp-with-anim{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.45}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap.mfp-content{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing.mfp-content{opacity:0}.mfp-move-horizontal .mfp-with-anim{opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateX(-50px);transform:translateX(-50px)}.mfp-move-horizontal.mfp-bg{opacity:0;-webkit-transition:all .3s;transition:all .3s}.mfp-move-horizontal.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:.45}.mfp-move-horizontal.mfp-removing .mfp-with-anim{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0}.mfp-right-left .mfp-content{height:100%}.mfp-right-left .mfp-container{padding:0}.mfp-right-left .mfp-with-anim{opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateX(100vw);transform:translateX(100vw)}.mfp-right-left.mfp-bg{opacity:0;-webkit-transition:all .3s;transition:all .3s}.mfp-right-left.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.mfp-right-left.mfp-ready.mfp-bg{opacity:.25}.mfp-right-left.mfp-removing .mfp-with-anim{-webkit-transform:translateX(100vw);transform:translateX(100vw);opacity:0}.mfp-right-left.mfp-removing.mfp-bg{opacity:0}.mfp-move-from-top .mfp-content{vertical-align:top}.mfp-move-from-top .mfp-with-anim{opacity:0;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:translateY(-100px);transform:translateY(-100px)}.mfp-move-from-top.mfp-bg{opacity:0;-webkit-transition:all .2s;transition:all .2s}.mfp-move-from-top.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.mfp-move-from-top.mfp-ready.mfp-bg{opacity:.45}.mfp-move-from-top.mfp-removing .mfp-with-anim{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}.mfp-move-from-top.mfp-removing.mfp-bg{opacity:0}.mfp-3d-unfold .mfp-content{-webkit-perspective:2000px;perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-60deg);transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;-webkit-transition:all .5s;transition:all .5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:.45}.mfp-3d-unfold.mfp-removing .mfp-with-anim{-webkit-transform:rotateY(60deg);transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-out .mfp-with-anim{opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(1.3);transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-zoom-out.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:.45}.mfp-zoom-out.mfp-removing .mfp-with-anim{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}@-webkit-keyframes rotate{from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slidein{0%{width:0}100%{width:100%}}@keyframes slidein{0%{width:0}100%{width:100%}}:root{--vh: 9.37px;--initial-vh: 9.37px}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html.error{height:100%}html.no-scroll{overflow:hidden}body{background:#fff;font-family:"Inter",serif;font-size:22px;font-weight:300;line-height:1.4;color:#1c1c1c;letter-spacing:.01em;width:100%;margin:0;padding:0;position:relative;contain-intrinsic-size:500px;-webkit-font-smoothing:antialiased;background-color:#f1f1f1}@media(min-width: 0){body{contain-intrinsic-size:1000px}}body.loaded{content-visibility:visible}body.overflow{overflow:hidden}body.error{height:100%}body.overlay:after{background:rgba(0,0,0,.25);content:"";height:100%;width:100%;left:0;top:0;position:absolute;z-index:97}.overflow{overflow:hidden}.page{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:20rem;min-height:100vh;width:100%}.container{max-width:1808px;width:100%;padding-left:16px;padding-right:16px;margin:0 auto}.main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:75px}@media(max-width: 1023px){.main{padding-top:55px}}@media(max-width: 767px){.main{padding-top:50px}}.section{-webkit-border-radius:24px;border-radius:24px}.section--white{background-color:#fff}p{margin:0}a{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}a:hover{text-decoration:none}ul,ol{list-style:none;padding:0;margin:0;position:relative}ul li,ol li{position:relative;padding:0;margin:0}img,svg{max-width:100%}img{height:auto;width:auto}img[data-lazyload]:not(.loaded){width:1.25rem;height:1.25rem}table{border-collapse:collapse;table-layout:fixed;width:100%}button{outline:none;border:0;padding:0;margin:0;background:rgba(0,0,0,0);color:inherit;font-weight:inherit}select{display:inline-block;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;outline:0}select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:none}a,button,h2,input,textarea,select{outline:none;-webkit-box-shadow:none;box-shadow:none}input,button{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}#bx-panel{z-index:1045 !important}#bx-panel.bx-panel-fixed{z-index:1045 !important}.grid-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:24px;margin-left:-12px;margin-right:-12px}.grid-cards--3-item>*{position:relative;width:-webkit-calc(33.3333333333% - 24px);width:calc(33.3333333333% - 24px);margin-left:12px;margin-right:12px}.grid-cards--3-item>*:before{content:"";display:block;position:absolute;left:-12px;top:0;width:1px;height:100%;background-color:#b2b2b2}.grid-cards--3-item>*:nth-child(-n+3):after{content:"";display:block;position:absolute;bottom:-12px;left:0;height:1px;width:100%;background-color:#b2b2b2}.grid-cards--3-item>*:nth-child(1):before,.grid-cards--3-item>*:nth-child(4):before{display:none}.grid-cards--2-item>*{position:relative;width:-webkit-calc(50% - 24px);width:calc(50% - 24px);margin-left:12px;margin-right:12px}.grid-cards--2-item>*:after{content:"";display:block;position:absolute;top:-12px;left:0;height:1px;width:100%;background-color:#b2b2b2}.grid-cards--2-item>*:before{content:"";display:block;position:absolute;left:-12px;top:0;width:1px;height:100%;background-color:#b2b2b2}.grid-cards--2-item>*:nth-child(1):after,.grid-cards--2-item>*:nth-child(2):after{display:none}.grid-cards--2-item>*:nth-child(odd):before{display:none}@media(max-width: 1280px)and (min-width: 1024px){.grid-cards--lg-2-item>*{position:relative;width:-webkit-calc(50% - 24px);width:calc(50% - 24px);margin-left:12px;margin-right:12px}.grid-cards--lg-2-item>*:after{content:"";display:block;position:absolute;top:-12px;left:0;height:1px;width:100%;background-color:#b2b2b2}.grid-cards--lg-2-item>*:before{content:"";display:block;position:absolute;left:-12px;top:0;width:1px;height:100%;background-color:#b2b2b2}.grid-cards--lg-2-item>*:nth-child(-n+2):after{display:none}.grid-cards--lg-2-item>*:nth-child(1):before,.grid-cards--lg-2-item>*:nth-child(4):before{display:block}.grid-cards--lg-2-item>*:nth-child(odd)::before{display:none}}@media(max-width: 1023px)and (min-width: 768px){.grid-cards--tab-2-item>*{position:relative;width:-webkit-calc(50% - 16px);width:calc(50% - 16px);margin-left:8px;margin-right:8px}.grid-cards--tab-2-item>*:after{content:"";display:block;position:absolute;top:-12px;right:0;height:1px;width:100%;background-color:#b2b2b2}.grid-cards--tab-2-item>*:before{content:"";display:block;position:absolute;left:-8px;top:0;width:1px;height:100%;background-color:#b2b2b2}.grid-cards--tab-2-item>*:nth-child(-n+2):after{display:none}.grid-cards--tab-2-item>*:nth-child(1):before,.grid-cards--tab-2-item>*:nth-child(4):before{display:block}.grid-cards--tab-2-item>*:nth-child(odd)::before{display:none}.grid-cards--tab-2-item>*:nth-child(odd)::before{display:none}}@media(max-width: 767px){.grid-cards--sm-1-item{margin-left:0;margin-right:0}.grid-cards--sm-1-item>*{width:100%;max-width:100%;margin-left:0;margin-right:0}.grid-cards--sm-1-item>*:after{content:"";display:block;position:absolute;bottom:-12px;left:0;height:1px;width:100%;background-color:#b2b2b2}.grid-cards--sm-1-item>*:before{display:none}.grid-cards--sm-1-item>*:last-child:after{display:none}}.content ul:not([class]){list-style:circle}.content h3{margin-bottom:.5rem;font-weight:700;font-size:1rem}.content p{font-weight:400;font-size:.75rem}[class*=col-]{position:unset}.row{position:unset}@media(max-width: 991px){.row--mx{margin-left:0;margin-right:0}}@media(max-width: 991px){.row--mx>[class*=col-]{padding-left:0;padding-right:0}}.row--xs{margin-left:-0.5rem;margin-right:-0.5rem}.row--xs [class*=col-]{padding-left:.5rem;padding-right:.5rem}.grid-se{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.grid-se__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:40px;margin-left:-12px;margin-right:-12px;width:-webkit-calc(100% + 24px);width:calc(100% + 24px)}@media(max-width: 1023px){.grid-se__row{row-gap:24px;margin-left:-8px;margin-right:-8px;width:-webkit-calc(100% + 16px);width:calc(100% + 16px)}}.grid-se__row.grid-gap-equal{row-gap:24px}@media(max-width: 1023px){.grid-se__row.grid-gap-equal{row-gap:16px}}.grid-se__cell{width:-webkit-calc(100% - 24px);width:calc(100% - 24px);margin-left:12px;margin-right:12px}@media(max-width: 1023px){.grid-se__cell{width:-webkit-calc(100% - 16px);width:calc(100% - 16px);margin-left:8px;margin-right:8px}}.grid-se__cell--1{width:-webkit-calc(8.3333333333%*1 - 24px);width:calc(8.3333333333%*1 - 24px)}@media(max-width: 1023px){.grid-se__cell--1{width:-webkit-calc(8.3333333333%*1 - 16px);width:calc(8.3333333333%*1 - 16px)}}.grid-se__cell--2{width:-webkit-calc(8.3333333333%*2 - 24px);width:calc(8.3333333333%*2 - 24px)}@media(max-width: 1023px){.grid-se__cell--2{width:-webkit-calc(8.3333333333%*2 - 16px);width:calc(8.3333333333%*2 - 16px)}}.grid-se__cell--3{width:-webkit-calc(8.3333333333%*3 - 24px);width:calc(8.3333333333%*3 - 24px)}@media(max-width: 1023px){.grid-se__cell--3{width:-webkit-calc(8.3333333333%*3 - 16px);width:calc(8.3333333333%*3 - 16px)}}.grid-se__cell--4{width:-webkit-calc(8.3333333333%*4 - 24px);width:calc(8.3333333333%*4 - 24px)}@media(max-width: 1023px){.grid-se__cell--4{width:-webkit-calc(8.3333333333%*4 - 16px);width:calc(8.3333333333%*4 - 16px)}}.grid-se__cell--5{width:-webkit-calc(8.3333333333%*5 - 24px);width:calc(8.3333333333%*5 - 24px)}@media(max-width: 1023px){.grid-se__cell--5{width:-webkit-calc(8.3333333333%*5 - 16px);width:calc(8.3333333333%*5 - 16px)}}.grid-se__cell--6{width:-webkit-calc(8.3333333333%*6 - 24px);width:calc(8.3333333333%*6 - 24px)}@media(max-width: 1023px){.grid-se__cell--6{width:-webkit-calc(8.3333333333%*6 - 16px);width:calc(8.3333333333%*6 - 16px)}}.grid-se__cell--7{width:-webkit-calc(8.3333333333%*7 - 24px);width:calc(8.3333333333%*7 - 24px)}@media(max-width: 1023px){.grid-se__cell--7{width:-webkit-calc(8.3333333333%*7 - 16px);width:calc(8.3333333333%*7 - 16px)}}.grid-se__cell--8{width:-webkit-calc(8.3333333333%*8 - 24px);width:calc(8.3333333333%*8 - 24px)}@media(max-width: 1023px){.grid-se__cell--8{width:-webkit-calc(8.3333333333%*8 - 16px);width:calc(8.3333333333%*8 - 16px)}}.grid-se__cell--9{width:-webkit-calc(8.3333333333%*9 - 24px);width:calc(8.3333333333%*9 - 24px)}@media(max-width: 1023px){.grid-se__cell--9{width:-webkit-calc(8.3333333333%*9 - 16px);width:calc(8.3333333333%*9 - 16px)}}.grid-se__cell--10{width:-webkit-calc(8.3333333333%*10 - 24px);width:calc(8.3333333333%*10 - 24px)}@media(max-width: 1023px){.grid-se__cell--10{width:-webkit-calc(8.3333333333%*10 - 16px);width:calc(8.3333333333%*10 - 16px)}}.grid-se__cell--11{width:-webkit-calc(8.3333333333%*11 - 24px);width:calc(8.3333333333%*11 - 24px)}@media(max-width: 1023px){.grid-se__cell--11{width:-webkit-calc(8.3333333333%*11 - 16px);width:calc(8.3333333333%*11 - 16px)}}.grid-se__cell--12{width:-webkit-calc(8.3333333333%*12 - 24px);width:calc(8.3333333333%*12 - 24px)}@media(max-width: 1023px){.grid-se__cell--12{width:-webkit-calc(8.3333333333%*12 - 16px);width:calc(8.3333333333%*12 - 16px)}}@media(max-width: 1366px){.grid-se__cell--1-lap{width:-webkit-calc(8.3333333333%*1 - 24px);width:calc(8.3333333333%*1 - 24px)}.grid-se__cell--2-lap{width:-webkit-calc(8.3333333333%*2 - 24px);width:calc(8.3333333333%*2 - 24px)}.grid-se__cell--3-lap{width:-webkit-calc(8.3333333333%*3 - 24px);width:calc(8.3333333333%*3 - 24px)}.grid-se__cell--4-lap{width:-webkit-calc(8.3333333333%*4 - 24px);width:calc(8.3333333333%*4 - 24px)}.grid-se__cell--5-lap{width:-webkit-calc(8.3333333333%*5 - 24px);width:calc(8.3333333333%*5 - 24px)}.grid-se__cell--6-lap{width:-webkit-calc(8.3333333333%*6 - 24px);width:calc(8.3333333333%*6 - 24px)}.grid-se__cell--7-lap{width:-webkit-calc(8.3333333333%*7 - 24px);width:calc(8.3333333333%*7 - 24px)}.grid-se__cell--8-lap{width:-webkit-calc(8.3333333333%*8 - 24px);width:calc(8.3333333333%*8 - 24px)}.grid-se__cell--9-lap{width:-webkit-calc(8.3333333333%*9 - 24px);width:calc(8.3333333333%*9 - 24px)}.grid-se__cell--10-lap{width:-webkit-calc(8.3333333333%*10 - 24px);width:calc(8.3333333333%*10 - 24px)}.grid-se__cell--11-lap{width:-webkit-calc(8.3333333333%*11 - 24px);width:calc(8.3333333333%*11 - 24px)}.grid-se__cell--12-lap{width:-webkit-calc(8.3333333333%*12 - 24px);width:calc(8.3333333333%*12 - 24px)}}@media(max-width: 1023px){.grid-se__cell--1-tab{width:-webkit-calc(8.3333333333%*1 - 16px);width:calc(8.3333333333%*1 - 16px)}.grid-se__cell--2-tab{width:-webkit-calc(8.3333333333%*2 - 16px);width:calc(8.3333333333%*2 - 16px)}.grid-se__cell--3-tab{width:-webkit-calc(8.3333333333%*3 - 16px);width:calc(8.3333333333%*3 - 16px)}.grid-se__cell--4-tab{width:-webkit-calc(8.3333333333%*4 - 16px);width:calc(8.3333333333%*4 - 16px)}.grid-se__cell--5-tab{width:-webkit-calc(8.3333333333%*5 - 16px);width:calc(8.3333333333%*5 - 16px)}.grid-se__cell--6-tab{width:-webkit-calc(8.3333333333%*6 - 16px);width:calc(8.3333333333%*6 - 16px)}.grid-se__cell--7-tab{width:-webkit-calc(8.3333333333%*7 - 16px);width:calc(8.3333333333%*7 - 16px)}.grid-se__cell--8-tab{width:-webkit-calc(8.3333333333%*8 - 16px);width:calc(8.3333333333%*8 - 16px)}.grid-se__cell--9-tab{width:-webkit-calc(8.3333333333%*9 - 16px);width:calc(8.3333333333%*9 - 16px)}.grid-se__cell--10-tab{width:-webkit-calc(8.3333333333%*10 - 16px);width:calc(8.3333333333%*10 - 16px)}.grid-se__cell--11-tab{width:-webkit-calc(8.3333333333%*11 - 16px);width:calc(8.3333333333%*11 - 16px)}.grid-se__cell--12-tab{width:-webkit-calc(8.3333333333%*12 - 16px);width:calc(8.3333333333%*12 - 16px)}}@media(max-width: 767px){.grid-se__cell--1-xs{width:-webkit-calc(8.3333333333%*1 - 16px);width:calc(8.3333333333%*1 - 16px)}.grid-se__cell--2-xs{width:-webkit-calc(8.3333333333%*2 - 16px);width:calc(8.3333333333%*2 - 16px)}.grid-se__cell--3-xs{width:-webkit-calc(8.3333333333%*3 - 16px);width:calc(8.3333333333%*3 - 16px)}.grid-se__cell--4-xs{width:-webkit-calc(8.3333333333%*4 - 16px);width:calc(8.3333333333%*4 - 16px)}.grid-se__cell--5-xs{width:-webkit-calc(8.3333333333%*5 - 16px);width:calc(8.3333333333%*5 - 16px)}.grid-se__cell--6-xs{width:-webkit-calc(8.3333333333%*6 - 16px);width:calc(8.3333333333%*6 - 16px)}.grid-se__cell--7-xs{width:-webkit-calc(8.3333333333%*7 - 16px);width:calc(8.3333333333%*7 - 16px)}.grid-se__cell--8-xs{width:-webkit-calc(8.3333333333%*8 - 16px);width:calc(8.3333333333%*8 - 16px)}.grid-se__cell--9-xs{width:-webkit-calc(8.3333333333%*9 - 16px);width:calc(8.3333333333%*9 - 16px)}.grid-se__cell--10-xs{width:-webkit-calc(8.3333333333%*10 - 16px);width:calc(8.3333333333%*10 - 16px)}.grid-se__cell--11-xs{width:-webkit-calc(8.3333333333%*11 - 16px);width:calc(8.3333333333%*11 - 16px)}.grid-se__cell--12-xs{width:-webkit-calc(8.3333333333%*12 - 16px);width:calc(8.3333333333%*12 - 16px)}}.icon{position:relative;width:2rem;height:2rem}.icon--xs{width:1rem;height:1rem}.icon--xs-sm{width:1.25rem;height:1.25rem;min-width:1.25rem}.icon--sm{width:1.5rem;height:1.5rem}.icon--md{width:2rem;height:2rem}.icon--lg{width:3rem;height:3rem}.icon--hover{color:rgba(0,0,0,0);stroke:#1c1c1c;stroke-width:.125rem}a:hover .icon--hover,button:not(:disabled):hover .icon--hover{color:#1c1c1c}.icon-wolford{height:3rem;width:10rem}.icon-the_w,.icon-w_lab{width:3.625rem;height:3rem}.icon--payment{width:3.75rem;height:3.125rem;margin-left:-0.5rem;margin-bottom:-0.5rem}.icon-3w{width:3.4375rem;height:3rem}h1.large,.h1.large{font-size:92px;line-height:.95;margin-bottom:40px}@media(max-width: 1199px){h1.large,.h1.large{font-size:36px;line-height:1;margin-bottom:24px}}h2--lk,.h2--lk{font-size:1.875rem}@media(min-width: 768px){h2--lk,.h2--lk{font-size:2.125rem}}@media(min-width: 992px){h2--lk,.h2--lk{font-size:2.5rem}}h3--xs,.h3--xs{font-size:1rem}@media(min-width: 992px){h3--xs,.h3--xs{font-size:1.375rem}}h3 sup,.h3 sup{font-size:.75rem;top:-0.9375rem;margin-left:.3125rem}h4 sup,.h4 sup{font-size:.6875rem;top:-0.4375rem;margin-left:.3125rem}.sub-header{font-size:38px;line-height:1.2;letter-spacing:-0.95px;font-weight:500}@media(max-width: 1199px){.sub-header{font-size:16px;line-height:1.3;letter-spacing:normal}}.font-regular{font-weight:400 !important}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700 !important}p{margin:0}p:not(:last-child){margin-bottom:.5rem}.p-sm{font-size:.75rem}@media(min-width: 1200px){.p-sm--xs{font-size:22px}}.p-md{font-size:1.0625rem}a{color:inherit;text-decoration:none;text-underline-offset:.125rem}a:not([class]){text-decoration:underline}a:not([class]):hover,a:not([class]).hover{text-decoration:none}a[href^="tel:"],a[href^="mailto:"]{white-space:nowrap}b,strong,.bold{font-weight:700}img,picture{vertical-align:top}button{cursor:pointer}.color-white{color:#fff}.color-cod-gray{color:#1c1c1c}.color-black{color:#000}.bg-white{background-color:#fff}.bg-cod-gray{background-color:#1c1c1c}.bg-black{background-color:#000}.color-block{height:4.5rem;width:4.5rem;-webkit-border-radius:50%;border-radius:50%;margin:0 auto}.text-transform-uppercase{text-transform:uppercase}.text-transform-none{text-transform:none}.text-decoration-underline{text-decoration:underline}.text-accent{padding-left:10px;padding-right:10px;background-color:#ffdfe0;-webkit-border-radius:4px;border-radius:4px}@media(max-width: 1199px){.text-accent{padding-left:5px;padding-right:5px}}.title{font-size:40px;line-height:38px}@media(max-width: 1023px){.title{font-size:20px;line-height:20px}}.title--big{font-size:92px;line-height:88px}@media(max-width: 1023px){.title--big{font-size:40px;line-height:40px}}.title--white{color:#fff}.title--black{color:#1c1c1c}.about-company{margin-bottom:80px}@media(max-width: 1023px){.about-company{margin-bottom:56px}}@media(max-width: 767px){.about-company{margin-bottom:32px}}.about-company__title{margin-bottom:80px;width:50%;padding-right:40px}@media(max-width: 1279px){.about-company__title{width:100%}}@media(max-width: 1023px){.about-company__title{margin-bottom:32px}.about-company__title br{display:none}}@media(max-width: 767px){.about-company__title{margin-bottom:15px;padding-right:80px}}.clients{margin-bottom:80px}@media(max-width: 1023px){.clients{margin-bottom:56px}}@media(max-width: 767px){.clients{margin-bottom:32px}}@media(max-width: 767px){.clients__title{margin-bottom:5px}}.clients__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap:24px;grid-row-gap:24px}@media(max-width: 1366px){.clients__grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-column-gap:0;margin-left:-12px;margin-right:-12px}}@media(max-width: 1023px){.clients__grid{grid-row-gap:16px;margin-left:-8px;margin-right:-8px}}@media(max-width: 1366px){.clients__grid-item{width:-webkit-calc(25% - 24px);width:calc(25% - 24px);margin-left:12px;margin-right:12px}}@media(max-width: 1023px){.clients__grid-item{width:-webkit-calc(25% - 16px);width:calc(25% - 16px);margin-left:8px;margin-right:8px}}@media(max-width: 767px){.clients__grid-item{width:-webkit-calc(33.3333333333% - 16px);width:calc(33.3333333333% - 16px)}}@media(max-width: 479px){.clients__grid-item{width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}}.clients__grid-item--title{grid-area:1/1/3/3}@media(max-width: 1366px){.clients__grid-item--title{width:100%;margin-bottom:60px}}@media(max-width: 1023px){.clients__grid-item--title{margin-bottom:10px}}@media(max-width: 1599px)and (min-width: 1366px){.clients__grid-item--title .title{font-size:82px;line-height:76px}}@media(max-width: 1366px){.clients__grid-item--empty{display:none}}.clients__grid-item--lego .client img{max-height:85px}@media(max-width: 1023px){.clients__grid-item--lego .client img{max-height:50px}}.clients__grid-item--ibs .client img{max-height:85px}@media(max-width: 1023px){.clients__grid-item--ibs .client img{max-height:50px}}.clients__grid-item--leecooper .client img{max-height:70px}@media(max-width: 1023px){.clients__grid-item--leecooper .client img{max-height:50px}}.clients__grid-item--yanmar .client img{max-height:65px}@media(max-width: 1023px){.clients__grid-item--yanmar .client img{max-height:45px}}.clients__grid-item--newbalance .client img{max-height:110px}@media(max-width: 1023px){.clients__grid-item--newbalance .client img{max-height:64px}}.clients__grid-item--herbalife .client img{max-width:180px}@media(max-width: 1023px){.clients__grid-item--herbalife .client img{max-width:120px}}.clients__grid-item--skandia .client img{max-width:180px}@media(max-width: 1023px){.clients__grid-item--skandia .client img{max-width:120px}}.clients__grid-item--timberland .client img{max-width:180px}@media(max-width: 1023px){.clients__grid-item--timberland .client img{max-width:120px}}.clients__grid-item--scotchsoda .client img{max-width:175px}@media(max-width: 1023px){.clients__grid-item--scotchsoda .client img{max-width:125px}}.cntBlock{background-color:#fff;padding:40px;-webkit-border-radius:32px;border-radius:32px;-webkit-box-shadow:0 4px 32px -6px rgba(0,0,0,.1);box-shadow:0 4px 32px -6px rgba(0,0,0,.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:40px}@media(max-width: 1199px){.cntBlock{padding:16px;-webkit-border-radius:16px;border-radius:16px;gap:16px}}.cntBlock--big{padding:80px;gap:80px}@media(max-width: 1199px){.cntBlock--big{padding:16px;gap:16px}}.cntBlock--big .cntBlock__content{max-width:69.44%}@media(max-width: 1199px){.cntBlock--big .cntBlock__content{max-width:100%}}.cntBlock--transparent{background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding:0}@media(max-width: 1199px){.cntBlock--transparent{padding:0}}.cntBlock--transparent .cntBlock__content{max-width:67.74%}@media(max-width: 1199px){.cntBlock--transparent .cntBlock__content{max-width:100%}}.cntBlock__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:80px;margin-bottom:120px}@media(max-width: 1199px){.cntBlock__list{gap:32px;margin-bottom:40px}}.cntBlock__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:24px}@media(max-width: 1199px){.cntBlock__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media(min-width: 1200px){.cntBlock__row.align-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media(max-width: 1199px){.corporate-service-offers .cntBlock__row{gap:15px}}@media(max-width: 1199px){.corporate-cross-sell-offers .cntBlock__row{gap:13px}}.cntBlock__header{font-size:56px;line-height:1.11;font-weight:600}@media(max-width: 1199px){.cntBlock__header{font-size:24px;line-height:.95;font-weight:500}}@media(max-width: 1023px){.cntBlock__header br{display:none}}.cntBlock__title{font-size:48px;line-height:1.1;letter-spacing:-1.2px;font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:80px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1199px){.cntBlock__title{font-size:28px;line-height:1.05;letter-spacing:normal;font-weight:500;gap:16px}}.cntBlock__title-info{font-size:56px}@media(max-width: 1199px){.cntBlock__title-info{font-size:28px}}.cntBlock__title .br-mob{display:none}@media(max-width: 1023px){.cntBlock__title .br-mob{display:block}}@media(max-width: 1023px){.corporate-cross-sell-offers .cntBlock__title-info{font-size:32px}}.cntBlock__sub-title{font-size:38px;line-height:1.22;letter-spacing:-1.1px;font-weight:500;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:80px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 1199px){.cntBlock__sub-title{font-size:20px;line-height:1.15;letter-spacing:0px;font-weight:600;gap:16px;line-height:22px;word-spacing:-0.5px}}.cntBlock__title-icon{display:block}@media(max-width: 1199px){.cntBlock__title-icon{max-width:100px;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}}.cntBlock__content{margin-left:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:68.54%}.cntBlock__content p{font-size:22px;line-height:1.3;letter-spacing:0}@media(max-width: 1199px){.cntBlock__content{max-width:100%;margin-left:0}.cntBlock__content p{font-size:14px;line-height:1.3;letter-spacing:0}}.cntBlock__content p:not(:last-of-type){margin-bottom:30px}@media(max-width: 1199px){.cntBlock__content p:not(:last-of-type){margin-bottom:17px}}.cntBlock__content h4,.cntBlock__content .h4{font-size:38px;line-height:1.2;font-weight:500;letter-spacing:-0.95px}@media(max-width: 1199px){.cntBlock__content h4,.cntBlock__content .h4{font-size:16px;line-height:1.3;letter-spacing:normal}}.cntBlock__content h3,.cntBlock__content .h3{font-size:38px;line-height:1.2;font-weight:500;letter-spacing:-0.95px}@media(max-width: 1199px){.cntBlock__content h3,.cntBlock__content .h3{font-size:20px;line-height:1.11;font-weight:600;letter-spacing:normal}}.cntBlock__content ul{list-style:disc;padding-left:36px}@media(max-width: 1199px){.cntBlock__content ul{padding-left:20px}}.cntBlock__content ul li{padding-bottom:9px}@media(max-width: 1199px){.cntBlock__content ul li{padding-bottom:5px}}.cntBlock__content ul li:last-child{padding-bottom:0}.cntBlock__managers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.cntBlock__managers .card-top-management{width:276px}@media(max-width: 1199px){.cntBlock__managers .card-top-management{width:136px}}.cntBlock__managers .card-top-management:nth-child(n+4){display:none}.cntBlock__managers .card-top-management__name{padding-bottom:0;font-weight:400}.cntBlock__managers .card-top-management__name:before{content:none;display:none}.cntBlock__description{font-size:28px;line-height:1.3;font-weight:500;margin-bottom:40px}@media(max-width: 1199px){.cntBlock__description{font-size:16px;line-height:1.3;margin-bottom:24px}}.cntBlock__description .btn--gray{max-width:325px;margin-top:24px}@media(max-width: 1199px){.cntBlock__description .btn--gray{max-width:313px}}@media(max-width: 1199px){.corporate-service-offers .cntBlock__description .btn--gray{margin-top:14px}}.cntBlock__description .grid-se{margin-top:40px}@media(max-width: 1199px){.cntBlock__description .grid-se{margin-top:24px}}.cntBlock__accent{padding:40px;-webkit-border-radius:16px;border-radius:16px;border:2px solid #f0f0f0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}@media(max-width: 1199px){.cntBlock__accent{padding:16px;-webkit-border-radius:8px;border-radius:8px;gap:16px}}@media(max-width: 1199px){.corporate-service-offers .cntBlock__accent{gap:16px}.corporate-service-offers .cntBlock__accent ul li{font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#1c1c1c;letter-spacing:-0.1px;padding:0}}.corporate-implementation{position:relative;-webkit-border-radius:32px;border-radius:32px;background:linear-gradient(71.3deg, #f51f29 -1.7%, #ff454e 97.22%);-webkit-box-shadow:0px 51px 64px -6px rgba(245,31,41,.3);box-shadow:0px 51px 64px -6px rgba(245,31,41,.3);padding:64px}@media(max-width: 1023px){.corporate-implementation{padding:24px;-webkit-border-radius:16px;border-radius:16px}}@media(max-width: 767px){.corporate-implementation{padding:20px}}.corporate-implementation__title{margin-bottom:55px}@media(max-width: 1023px){.corporate-implementation__title{margin-bottom:24px}}@media(max-width: 767px){.corporate-implementation__title{margin-bottom:16px}}.corporate-implementation__content{max-width:1110px;width:100%;margin-left:auto}.corporate-implementation__redirect{position:absolute;right:64px;top:64px}@media(max-width: 1023px){.corporate-implementation__redirect{right:24px;top:24px}}@media(max-width: 767px){.corporate-implementation__redirect{right:20px;top:20px}}.corporate-implementation__notice{font-size:32px;line-height:48px;color:#fff;margin-top:55px;font-weight:600}@media(max-width: 1023px){.corporate-implementation__notice{margin-top:24px;font-size:16px;line-height:18px}}@media(max-width: 767px){.corporate-implementation__notice{margin-top:16px}}.feedback{padding:80px;margin-bottom:80px}@media(max-width: 1023px){.feedback{padding:40px 0;-webkit-border-radius:6px;border-radius:6px;margin-bottom:56px}}@media(max-width: 767px){.feedback{padding:32px 24px;margin-bottom:32px}}.feedback__title{font-size:56px;line-height:110%;font-weight:600;margin-bottom:40px}@media(max-width: 1279px){.feedback__title{display:block;max-width:600px;width:100%;margin:0 auto 40px}}@media(max-width: 1023px){.feedback__title{max-width:532px;font-size:20px;margin:0 auto 24px}}.feedback__descr{max-width:520px;width:100%;padding-right:50px}@media(max-width: 1279px){.feedback__descr{max-width:600px;padding-right:0;margin-bottom:65px}}@media(max-width: 1023px){.feedback__descr{font-size:14px;line-height:19px;margin-bottom:40px}}.feedback__form{width:100%}.feedback__form-box{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.feedback__form-box:not(:last-child){margin-bottom:40px}@media(max-width: 1023px){.feedback__form-box:not(:last-child){margin-bottom:24px}}.feedback__form-box>.input-radio:not(:last-child){margin-bottom:24px}@media(max-width: 1023px){.feedback__form-box>.input-radio:not(:last-child){margin-bottom:10px}}.feedback__form-box .input{max-width:575px;width:100%}@media(max-width: 1279px){.feedback__form-box .input{max-width:600px}}.feedback__form-box input[type=file]{margin-top:40px}.feedback__form-box textarea{font-weight:400}.feedback__form-btn.btn--full{margin-top:40px;padding:22px 0;max-width:575px;width:100%}@media(max-width: 1279px){.feedback__form-btn.btn--full{margin-top:24px;max-width:600px}}@media(max-width: 1023px){.feedback__form-btn.btn--full{padding:15px 0}}.feedback__form-callback{text-align:center}@media(max-width: 1199px){.feedback__form-callback{margin-bottom:55px}}@media(max-width: 1023px){.feedback__form-callback{margin-bottom:45px}}.feedback__form-callback span{display:block;font-size:28px}@media(max-width: 1023px){.feedback__form-callback span{font-size:22px}}@media(max-width: 767px){.feedback__form-callback span{font-size:18px}}@media(max-width: 479px){.feedback__form-callback span{font-size:16px}}.feedback__grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media(max-width: 1279px){.feedback__grid{display:block;max-width:600px;width:100%;margin:0 auto}}@media(max-width: 1023px){.feedback__grid{max-width:532px}}.feedback__socials{margin-top:120px}@media(max-width: 1279px){.feedback__socials{margin-top:24px;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 768px){.feedback__socials{margin-top:44px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:392px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media(max-width: 1023px){.feedback__socials{margin-top:44px;text-align:center}}@media(max-width: 550px){.feedback__socials{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:auto}}.feedback__socials-text{margin-bottom:24px}@media(max-width: 1023px){.feedback__socials-text{text-align:center;font-size:14px;line-height:1;margin-bottom:16px}}@media(max-width: 768px){.feedback__socials-text{width:100%}}.feedback__socials-time{margin-top:23px;font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c}@media(max-width: 1023px){.feedback__socials-time{font-size:14px;text-align:center;width:100%}}.feedback__socials-line{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 1023px){.feedback__socials-line{font-size:14px;max-width:184px;width:100%}}.feedback__socials-line:not(:last-child){margin-bottom:16px}.feedback__socials-line:hover>span{color:#f51f29}.feedback__socials-line .social{margin-right:16px !important}@media(max-width: 1023px){.feedback__socials-line .social{margin-right:8px !important}}.feedback__socials-line .social__img{width:64px;height:64px}@media(max-width: 1023px){.feedback__socials-line .social__img{width:48px;height:48px}}.feedback__socials-line span{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1279px){.feedback__socials--desktop{display:none}}@media(min-width: 1280px){.feedback__socials--mobile{display:none}}.feedback__preview.error .feedback__preview-error{display:block}.feedback__preview.show .feedback__preview-file{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.feedback__preview-file{display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #4f4e50;padding:12px;-webkit-border-radius:12px;border-radius:12px;margin-top:20px}.feedback__preview-file-btn{width:20px;height:20px;margin-left:10px}.feedback__preview-file-btn span{display:inline-block;width:20px;height:20px;position:relative}.feedback__preview-file-btn span:before{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);width:1px;height:20px;background-color:#1c1c1c}.feedback__preview-file-btn span:after{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);width:1px;height:20px;background-color:#1c1c1c}.feedback__preview-error{color:#f51f29;font-size:16px;margin-top:20px;display:none}.page-404{margin:auto;padding:30px 10px;text-align:center}.page-404__title{text-align:center;font-size:34px;margin-bottom:20px}@media(max-width: 767px){.page-404__title{font-size:22px;margin-bottom:5px}}.page-404__btn{font-size:20px}@media(max-width: 767px){.page-404__btn{font-size:16px}}.page-404__img{margin-bottom:30px}.partner-item{min-height:302px;background-color:#fff;-webkit-border-radius:16px;border-radius:16px;padding:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(max-width: 1199px){.partner-item{min-height:168px;padding:16px}}@media(max-width: 767px){.partner-item{min-height:auto}}.partner-item__logo{height:64px;max-width:214px}@media(max-width: 991px){.partner-item__logo{height:48px}}.partner-item__logo img{-o-object-fit:contain;object-fit:contain;height:100%}.grid-se__cell--8 .partner-item__logo,.grid-se__cell--12-lap .partner-item__logo{max-width:none}.partner-item--platform{padding:24px;min-height:320px}@media(max-width: 1199px){.partner-item--platform{padding:24px;min-height:auto;height:100%}}.partner-item--platform .partner-item__text{font-size:16px;line-height:1.4}@media(max-width: 1199px){.partner-item--platform .partner-item__text{font-size:14px}}.partner-item--with-btn{min-height:auto;height:100%}.partner-item--with-btn .btn{max-width:325px;margin-top:auto}@media(max-width: 460px){.partner-item--with-btn .btn{max-width:none;width:100%}}.partner-item--with-btn .partner-item__text{margin-top:24px;margin-bottom:48px}@media(max-width: 1199px){.partner-item--with-btn .partner-item__text{margin-top:16px;margin-bottom:32px}}@media(max-width: 767px){.partner-item--with-btn .partner-item__text{margin-top:16px;margin-bottom:16px}}.partner-item__title{font-size:22px;line-height:1.3;margin-bottom:8px;color:#1c1c1c}@media(max-width: 1199px){.partner-item__title{font-size:16px}}.partner-item__text{margin-top:auto;font-size:22px;line-height:1.3;color:#4f4e50}@media(max-width: 1199px){.partner-item__text{font-size:14px;line-height:1.3}}@media(max-width: 767px){.partner-item__text{margin-top:16px}}.partner-item__text ul{list-style:disc;padding-left:28px;margin-top:30px}@media(max-width: 1199px){.partner-item__text ul{padding-left:20px;margin-top:16px}}.partner-item__text ul li{padding-bottom:9px}@media(max-width: 1199px){.partner-item__text ul li{padding-bottom:5px}}.partner-item__text ul li:last-child{padding-bottom:0}.photo-stream__grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}@media(max-width: 1199px){.photo-stream__grid{margin-left:-8px;margin-right:-8px}}@media(max-width: 767px){.photo-stream__grid{display:block;margin:0}}@media(max-width: 1023px)and (min-width: 768px){.photo-stream__grid--desktop,.photo-stream__grid--mobile{display:none}}.photo-stream__grid--tablet{display:none}@media(max-width: 1023px)and (min-width: 768px){.photo-stream__grid--tablet{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.photo-stream__img{display:block;-webkit-border-radius:8px;border-radius:8px}@media(max-width: 767px){.photo-stream__img{width:100%}}.photo-stream__img:not(:last-child){margin-bottom:24px}@media(max-width: 1199px){.photo-stream__img:not(:last-child){margin-bottom:16px}}.photo-stream__img--shadow{-webkit-box-shadow:0px 51px 64px -6px rgba(0,0,0,.3);box-shadow:0px 51px 64px -6px rgba(0,0,0,.3)}.photo-stream__img--absolute{position:absolute;z-index:1;width:240px;height:240px;-webkit-border-radius:16px;border-radius:16px}@media(max-width: 1439px){.photo-stream__img--absolute{width:180px;height:180px}}@media(max-width: 1199px){.photo-stream__img--absolute{width:120px;height:120px}}@media(max-width: 1023px){.photo-stream__img--absolute{width:150px;height:150px}}@media(max-width: 767px){.photo-stream__img--absolute{position:static;width:100%;height:100%;-webkit-border-radius:44px;border-radius:44px}.photo-stream__img--absolute img{width:100%;height:100%}}.photo-stream__img--absolute img{-webkit-border-radius:16px;border-radius:16px}@media(max-width: 767px){.photo-stream__img--absolute img{-webkit-border-radius:6px;border-radius:6px}}.photo-stream__img.socials{padding:0}.photo-stream__column{width:-webkit-calc(33.3333333333% - 24px);width:calc(33.3333333333% - 24px);margin-left:12px;margin-right:12px}@media(max-width: 1199px){.photo-stream__column{width:-webkit-calc(33.3333333333% - 16px);width:calc(33.3333333333% - 16px);margin-left:8px;margin-right:8px}}@media(max-width: 1023px){.photo-stream__column{width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}}@media(max-width: 767px){.photo-stream__column{width:100%;margin:0}.photo-stream__column:not(:last-child){margin-bottom:16px}}.photo-stream__column--1{position:relative}@media(min-width: 768px){.photo-stream__column--1 .socials{display:none}}.photo-stream__column--1 .photo-stream__img--absolute{right:-132px;top:610px;-webkit-box-shadow:0px 51px 64px -6px rgba(0,0,0,.3);box-shadow:0px 51px 64px -6px rgba(0,0,0,.3)}@media(max-width: 1439px){.photo-stream__column--1 .photo-stream__img--absolute{right:-102px}}@media(max-width: 1199px){.photo-stream__column--1 .photo-stream__img--absolute{right:-72px;top:-webkit-calc(50% - 135px);top:calc(50% - 135px)}}@media(max-width: 1023px){.photo-stream__column--1 .photo-stream__img--absolute{right:-82px;top:200px}}.photo-stream__column--2{position:relative;margin-top:170px}@media(max-width: 1023px){.photo-stream__column--2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:0}}@media(max-width: 767px){.photo-stream__column--2 .socials{display:none}}@media(max-width: 1023px){.photo-stream__column--2 .photo-stream__img:nth-child(2){margin-top:105px}}.photo-stream__column--2 .photo-stream__img--absolute{right:-132px;top:-webkit-calc(50% + 210px);top:calc(50% + 210px);-webkit-box-shadow:0px 51px 64px -6px rgba(245,31,41,.3);box-shadow:0px 51px 64px -6px rgba(245,31,41,.3)}@media(max-width: 1439px){.photo-stream__column--2 .photo-stream__img--absolute{right:-102px;top:-webkit-calc(50% + 125px);top:calc(50% + 125px)}}@media(max-width: 1199px){.photo-stream__column--2 .photo-stream__img--absolute{right:-72px;top:-webkit-calc(50% + 85px);top:calc(50% + 85px)}}@media(max-width: 1023px){.photo-stream__column--2 .photo-stream__img--absolute{right:auto;left:-82px;top:-webkit-calc(50% + 270px);top:calc(50% + 270px)}}@media(min-width: 768px){.photo-stream__column--3{margin-top:90px}}.proj-type{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;padding:24px;-webkit-border-radius:16px;border-radius:16px;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:rgba(0,0,0,.05)}@media(max-width: 1199px){.proj-type{padding:16px}}.proj-type__title{font-size:22px;line-height:1.3;font-weight:400}@media(max-width: 1199px){.proj-type__title{font-size:16px;font-weight:500}}.proj-type__text{font-size:16px;line-height:1.4}@media(max-width: 1199px){.proj-type__text{font-size:14px;margin-top:auto}}.related-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:24px;padding:32px 0;margin-top:24px}@media(max-width: 1199px){.related-item{gap:8px;padding-top:16px;padding-bottom:16px}}@media(max-width: 1023px){.related-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.related-item+.related-item{border-top:2px solid #bdbdbd;margin-top:0}.related-item__name{width:576px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-top:24px;padding-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:28px;line-height:1.3;font-weight:500}@media(max-width: 1199px){.related-item__name{width:380px;gap:16px;padding-top:0;padding-bottom:0;font-size:16px;line-height:1.3}}@media(max-width: 1023px){.related-item__name{width:auto}}.related-item__name>img{width:120px}@media(max-width: 1199px){.related-item__name>img{width:80px}}.related-item__description{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:16px;line-height:1.4;color:#4f4e50}@media(max-width: 1199px){.related-item__description{font-size:14px;line-height:1.3}}.socials{background:#fff;-webkit-border-radius:8px;border-radius:8px;padding:32px}@media(max-width: 1199px){.socials{padding:24px}}.socials__text{font-weight:500;font-size:22px;line-height:32px;color:#1c1c1c}@media(max-width: 1199px){.socials__text{font-size:20px;line-height:24px}}@media(max-width: 1023px){.socials__text{font-size:16px;line-height:18px;font-weight:600}}.socials__row{margin-top:32px}@media(max-width: 1023px){.socials__row{margin-top:24px}}.socials__row-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.socials__row-line:not(:last-child){margin-bottom:32px}@media(max-width: 1023px){.socials__row-line:not(:last-child){margin-bottom:24px}}.socials__row .social{max-width:64px;width:100%}@media(max-width: 1279px){.socials__row .social{max-width:54px}}@media(max-width: 1199px){.socials__row .social{max-width:48px}}@media(max-width: 1023px){.socials__row .social{max-width:48px}}.socials__row .social:not(:last-child){margin-right:0}.top-management{margin-bottom:80px}@media(max-width: 1023px){.top-management{margin-bottom:56px}}@media(max-width: 767px){.top-management{margin-bottom:32px}}.top-management .title{padding-right:50px}.top-management__grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:32px;margin-left:-12px;margin-right:-12px}@media(max-width: 1279px){.top-management__grid{margin-left:-25px;margin-right:-25px}}@media(max-width: 767px){.top-management__grid{margin-left:-8px;margin-right:-8px}}.top-management__grid-item{margin-left:12px;margin-right:12px;width:-webkit-calc(16.6666666667% - 24px);width:calc(16.6666666667% - 24px)}@media(max-width: 1279px){.top-management__grid-item{margin-left:25px;margin-right:25px;width:-webkit-calc(25% - 50px);width:calc(25% - 50px)}}@media(max-width: 767px){.top-management__grid-item{width:-webkit-calc(33.3333333333% - 16px);width:calc(33.3333333333% - 16px);margin-left:8px;margin-right:8px}}@media(max-width: 479px){.top-management__grid-item{width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}}.top-management__grid-item--title{width:-webkit-calc(50% - 24px);width:calc(50% - 24px)}@media(max-width: 1279px){.top-management__grid-item--title br{display:none}}@media(max-width: 1279px){.top-management__grid-item--title{width:100%;margin-bottom:40px}}@media(max-width: 1023px){.top-management__grid-item--title{margin-bottom:0}}@media(max-width: 767px){.top-management__grid-item--title{margin-bottom:10px}}.box-se__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}@media(max-width: 1023px){.box-se__row{gap:12px}}.box-se__row:not(:first-child){border-top:2px solid #ececec;padding-top:32px}@media(max-width: 1023px){.box-se__row:not(:first-child){padding-top:24px}}.box-se__row:first-child:not(:last-child){padding-bottom:32px}@media(max-width: 1023px){.box-se__row:first-child:not(:last-child){padding-bottom:24px}}@media(min-width: 768px){.box-se__body--column{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}@media(min-width: 1024px){.box-se__body--column{-webkit-column-gap:36px;-moz-column-gap:36px;column-gap:36px}}@media(max-width: 767px){#bx_2044129135_506 .box-se__body--column{-webkit-column-gap:36px;-moz-column-gap:36px;column-gap:36px}}.btn{border:2px solid #f51f29;-webkit-border-radius:100px;border-radius:100px;font-weight:500;font-size:18px;line-height:18px;color:#1c1c1c;padding:16px 0;max-width:310px;width:100%;text-align:center;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1);cursor:pointer}@media(max-width: 1023px){.btn{font-size:14px}}.btn:hover{background-color:#f51f29;color:#fff}.btn--full{width:100%;max-width:100%}.btn.disabled{opacity:.4;pointer-events:none;cursor:default}.btn--gray{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;line-height:1;color:#f51f29;background-color:#f7f7f7;font-weight:500;-webkit-border-radius:100px;border-radius:100px;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0}@media(max-width: 1199px){.btn--gray{font-size:16px}}.btn--gray:hover{background:#ededed;-webkit-box-shadow:0 4px 12px -7px rgba(0,0,0,.1);box-shadow:0 4px 12px -7px rgba(0,0,0,.1);color:#f51f29}.btn--white{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;line-height:1;color:#f51f29;background-color:#fff;font-weight:500;-webkit-border-radius:100px;border-radius:100px;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:0}@media(max-width: 1199px){.btn--white{font-size:16px}}.btn--white:hover{background:#fff;-webkit-box-shadow:0 4px 12px -7px rgba(0,0,0,.1);box-shadow:0 4px 12px -7px rgba(0,0,0,.1);color:#f51f29}.btn__loading{margin-left:10px}.btn--loading .btn__loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.card-article{position:relative}.card-article[href]:hover .card-article__name{color:#f51f29}.card-article[href]:hover .card-article__poster{-webkit-box-shadow:0 24px 32px -6px rgba(0,0,0,.15);box-shadow:0 24px 32px -6px rgba(0,0,0,.15)}.card-article__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px}.card-article__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px}@media(max-width: 1023px){.card-article__body{gap:4px}}.card-article__poster{position:relative;overflow:hidden;padding-top:73.895%;-webkit-border-radius:8px;border-radius:8px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.card-article__img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-border-radius:8px;border-radius:8px;height:100%;width:100%}.card-article__name{font-family:"Inter",serif;font-weight:500;font-size:16px;line-height:150%;color:#4f4e50}@media(max-width: 1023px){.card-article__name{font-size:14px;line-height:140%}}.card-article__descr{font-weight:400;font-size:16px;line-height:150%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}@media(max-width: 1023px){.card-article__descr{font-size:14px;line-height:140%}}.card-article__link{position:absolute;display:block;left:0;top:0;width:100%;height:100%}@media(max-width: 767px){.card-facts:not(:last-child):after{content:"";display:block;position:absolute;top:auto;bottom:-12px;left:0;height:1px;width:100%;background-color:#b2b2b2}}@media(max-width: 1199px){.card-facts--row .card-facts__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media(max-width: 1023px){.card-facts--row .card-facts__left{width:100%;height:auto}}@media(max-width: 767px){.card-facts--row .card-facts__left{height:auto}}@media(max-width: 1279px)and (min-width: 1200px){.card-facts--row:nth-child(1) .card-facts__left,.card-facts--row:nth-child(2) .card-facts__left,.card-facts--row:nth-child(3) .card-facts__left,.card-facts--row:nth-child(4) .card-facts__left,.card-facts--row:nth-child(5) .card-facts__left,.card-facts--row:nth-child(6) .card-facts__left{height:119px}}@media(max-width: 1199px)and (min-width: 1024px){.card-facts--row:nth-child(1) .card-facts__left,.card-facts--row:nth-child(2) .card-facts__left,.card-facts--row:nth-child(3) .card-facts__left,.card-facts--row:nth-child(4) .card-facts__left,.card-facts--row:nth-child(5) .card-facts__left,.card-facts--row:nth-child(6) .card-facts__left{height:96px}}@media(max-width: 1199px){.card-facts--row:nth-child(1) .card-facts__left img{max-height:46px}}@media(max-width: 1023px){.card-facts--row:nth-child(1) .card-facts__left img{max-width:177px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(1) .card-facts__left img{max-width:177px;width:100%}}@media(max-width: 1199px){.card-facts--row:nth-child(2) .card-facts__left img{max-width:135px}}@media(max-width: 1023px){.card-facts--row:nth-child(2) .card-facts__left img{max-width:67px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(2) .card-facts__left img{max-width:69px;width:100%}}@media(max-width: 1199px){.card-facts--row:nth-child(3) .card-facts__left img{max-width:165px}}@media(max-width: 1023px){.card-facts--row:nth-child(3) .card-facts__left img{max-width:95px;width:100%}}.card-facts--row:nth-child(4) .card-facts__left img{max-width:300px;width:100%}@media(max-width: 1199px){.card-facts--row:nth-child(4) .card-facts__left img{max-width:275px}}@media(max-width: 1023px){.card-facts--row:nth-child(4) .card-facts__left img{max-width:140px}}@media(max-width: 1199px){.card-facts--row:nth-child(5) .card-facts__left img{max-width:105px;width:100%}}@media(max-width: 1023px){.card-facts--row:nth-child(5) .card-facts__left img{max-width:80px}}@media(max-width: 1199px){.card-facts--row:nth-child(6) .card-facts__left img{max-width:220px}}@media(max-width: 1023px){.card-facts--row:nth-child(6) .card-facts__left img{max-width:150px;width:100%}}@media(max-width: 1199.98px)and (min-width: 1023.98px){.card-facts--row:nth-child(7) .card-facts__left{display:block}}@media(max-width: 1023px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(1){max-width:105px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(1){max-width:98px}}@media(max-width: 1023px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(2){max-width:81px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(2){max-width:70px}}@media(max-width: 1023px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(3){max-width:77px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(7) .card-facts__left img:nth-child(3){max-width:60px}}@media(max-width: 1199px)and (min-width: 1024px){.card-facts--row:nth-child(8) .card-facts__left{display:block}}@media(max-width: 1023px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(1){max-width:105px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(1){max-width:98px}}@media(max-width: 1023px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(2){max-width:93px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(2){max-width:72px}}@media(max-width: 1023px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(3){max-width:74px;width:100%}}@media(max-width: 767px){.card-facts--row:nth-child(8) .card-facts__left img:nth-child(3){max-width:66px}}@media(max-width: 1023px){.card-facts--raek .card-facts__left img{max-height:45px}}@media(max-width: 767px){.card-facts--raek .card-facts__left img{max-height:32px}}@media(max-width: 1023px){.card-facts--bitrix .card-facts__left img{max-height:45px}}@media(max-width: 767px){.card-facts--bitrix .card-facts__left img{max-height:36px}}@media(max-width: 1023px){.card-facts--rosoez .card-facts__left img{max-height:82px}}@media(max-width: 767px){.card-facts--rosoez .card-facts__left img{max-height:72px}}@media(max-width: 1023px){.card-facts--itpark .card-facts__left img{max-height:55px}}@media(max-width: 767px){.card-facts--itpark .card-facts__left img{max-height:45px}}.card-facts__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:24px}@media(max-width: 1279px){.card-facts__inner{display:block}}@media(max-width: 1023px){.card-facts__inner{padding:16px}}@media(max-width: 767px){.card-facts__inner{padding-left:0;padding-right:0}}.card-facts__left{font-weight:500;font-size:64px;line-height:56px;width:50%}@media(max-width: 1279px){.card-facts__left{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media(max-width: 1199px){.card-facts__left{font-size:32px;line-height:32px}}@media(max-width: 1279.98px){.card-facts__left.total-images_2 img{width:-webkit-calc(50% - 12px);width:calc(50% - 12px);margin:0}}@media(max-width: 1279.98px){.card-facts__left.total-images_3 img,.card-facts__left.total-images_4 img,.card-facts__left.total-images_5 img{width:-webkit-calc(33.333% - 16px);width:calc(33.333% - 16px);margin:0}}.card-facts__left .text,.card-facts__left img{display:block}@media(max-width: 1199px){.card-facts__left .text,.card-facts__left img{width:auto}}@media(max-width: 1023px){.card-facts__left .text,.card-facts__left img{max-width:100%}}@media(min-width: 1279.98px){.card-facts__left img+img{margin-top:32px}}.card-facts__left .text{display:block;max-width:100%;width:100%}.card-facts__right{width:50%;font-weight:400}@media(max-width: 1279px){.card-facts__right{width:100%;padding-top:20px}}@media(max-width: 1199px){.card-facts__right{font-size:16px;line-height:21px}}@media(max-width: 1023px){.card-facts__right{font-size:14px;line-height:19px}}.card-feature{padding:30px}.card-feature:nth-child(2) .card-feature__head{padding-right:0}.card-feature:nth-child(4) .card-feature__head{padding-right:0}@media(min-width: 1280px){.card-feature:nth-child(-n+3){min-height:605px}}@media(min-width: 1440px){.card-feature:nth-child(4),.card-feature:nth-child(5),.card-feature:nth-child(6){min-height:695px}}@media(max-width: 1023px){.card-feature{padding:16px}}@media(max-width: 767px){.card-feature{padding-left:0;padding-right:0}}.card-feature__title{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.card-feature__title a{text-decoration:none;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1);cursor:default}.card-feature__head{margin-bottom:25px;height:140px;padding-right:85px}@media(max-width: 1023px){.card-feature__head{height:40px;padding-right:50px}}@media(max-width: 767px){.card-feature__head{height:auto;margin-bottom:15px;padding-right:60px}}.card-feature__body{line-height:33px;font-weight:500}@media(max-width: 1023px){.card-feature__body{font-size:14px;line-height:19px;padding-right:50px}}@media(max-width: 767px){.card-feature__body{padding-right:60px}}@media(max-width: 479px){.card-feature__body{padding-right:0}}.card-feature__list li:not(:last-child){margin-bottom:8px}.card-feature__redirect{position:absolute;right:30px;top:30px}@media(max-width: 1023px){.card-feature__redirect{right:16px;top:16px}}@media(max-width: 767px){.card-feature__redirect{right:0}}.card-link{display:block;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}.card-link+.card-link{margin-top:24px}@media(max-width: 1023px){.card-link+.card-link{margin-top:12px}}.card-link__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;max-width:511px}.card-link__name{font-family:Inter;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c}@media(max-width: 1023px){.card-link__name{font-size:14px;line-height:140%;font-weight:500}.card-link__name br{display:none}}.card-link__descr{font-family:Inter;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}@media(max-width: 1023px){.card-link__descr{font-size:13px;line-height:140%}}.card-top-management__head{-webkit-border-radius:8px;border-radius:8px;overflow:hidden}.card-top-management__img{-webkit-border-radius:8px;border-radius:8px}.card-top-management__body{margin-top:12px}.card-top-management__name{position:relative;font-weight:400;padding-bottom:12px}@media(max-width: 1023px){.card-top-management__name{font-size:14px;line-height:18px;font-weight:500;padding-bottom:8px}}.card-top-management__name::before{content:"";display:block;position:absolute;left:0;bottom:0;width:34px;height:2px;background-color:#f51f29}.card-top-management__position{margin-top:12px;font-size:16px;line-height:24px;font-weight:400;color:#4f4e50}@media(max-width: 1023px){.card-top-management__position{font-size:12px;line-height:16px}}@media(max-width: 1279px){.card-top-management--empty{display:none}}.client{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:130px;background-color:#fff;-webkit-border-radius:4px;border-radius:4px}@media(max-width: 1023px){.client{height:65px}}.client img{display:block}@media(max-width: 1023px){.client img{max-width:105px;width:100%}}.company-details{margin-top:60px}@media(max-width: 1279px){.company-details{margin-top:44px}}@media(max-width: 1023px){.company-details{margin-top:24px}}@media(max-width: 1279px){.company-details--desktop{display:none}}@media(min-width: 1280px){.company-details--mobile{display:none}}.company-details__head{font-weight:500;font-size:18px;line-height:150%;color:#f51f29}@media(max-width: 1279px){.company-details__head{margin:0 auto;display:block}}@media(max-width: 767px){.company-details__head{font-size:14px}}.company-details__head span{position:relative;display:inline-block;padding-right:24px}.company-details__head span:before{content:"";display:block;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg);height:16px;width:16px;background-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 11.5L8 5.5L2 11.5%27 stroke=%27%23F51F29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.company-details__body{display:none;padding-top:16px;font-weight:500;font-size:14px;line-height:140%}.company-details.open .company-details__head span:before{-webkit-transform:translateY(-50%) rotateX(0);transform:translateY(-50%) rotateX(0)}.company-details.open .company-details__body{display:block}.corporate-implementation-list{-webkit-column-width:50%;-moz-column-width:50%;column-width:50%;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px}@media(max-width: 1023px){.corporate-implementation-list{-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}}@media(max-width: 767px){.corporate-implementation-list{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-column-width:100%;-moz-column-width:100%;column-width:100%}}.corporate-implementation-list li{padding-right:40px;color:#fff;font-weight:500}.corporate-implementation-list li:not(:last-child){margin-bottom:16px}@media(max-width: 1023px){.corporate-implementation-list li:not(:last-child){margin-bottom:8px}}@media(max-width: 1023px){.corporate-implementation-list li{font-size:14px;line-height:19px;padding-right:0}}.default-section{background-color:#fff;-webkit-border-radius:32px;border-radius:32px;-webkit-box-shadow:0 24px 32px -6px rgba(0,0,0,.15);box-shadow:0 24px 32px -6px rgba(0,0,0,.15);margin-bottom:80px}@media(max-width: 1023px){.default-section{margin-bottom:56px;-webkit-border-radius:16px;border-radius:16px}}@media(max-width: 767px){.default-section{margin-bottom:32px}}.default-section:last-child{margin-bottom:0}.default-section__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:44px;padding:40px}@media(max-width: 1023px){.default-section__inner{padding:16px;gap:24px}}.default-section__row:not(:first-child){border-top:1px solid #bdbdbd;padding-top:44px}@media(max-width: 1023px){.default-section__row:not(:first-child){padding-top:24px}}.default-section__title h2{font-family:Inter;font-weight:600;font-size:56px;line-height:110%;color:#f51f29}@media(max-width: 1023px){.default-section__title h2{font-weight:500;font-size:24px;line-height:95%}.default-section__title h2 br{display:none}}.default-section__title p{font-family:Inter;font-weight:500;font-size:28px;line-height:130%}@media(max-width: 1366px){.default-section__title p br{display:none}}@media(max-width: 1023px){.default-section__title p{font-size:16px}}.default-section__title--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:32px}@media(max-width: 1023px){.default-section__title--flex{gap:16px}}.default-section__title--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer-wrap{color:#858585;font-size:14px;text-align:left;padding:24px 0 12px}@media(min-width: 1200px){.footer-wrap{padding:60px 0 24px;text-align:left;font-size:22px;line-height:130%}}.input-checkbox{display:inline-block;position:relative;padding-left:40px;cursor:pointer}.input-checkbox__text{display:inline-block;font-size:18px;line-height:31px}@media(max-width: 1023px){.input-checkbox__text{font-size:14px;line-height:19px}}.input-checkbox__text a{color:#f51f29;text-decoration:none;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.input-checkbox__text a:hover{text-decoration:underline}.input-checkbox__fake{display:inline-block;position:absolute;left:0;top:4px;width:24px;height:24px;border:2px solid #1c1c1c;-webkit-border-radius:5px;border-radius:5px}@media(max-width: 1023px){.input-checkbox__fake{top:-2px}}.input-checkbox__fake:before{content:"";position:absolute;left:50%;top:50%;opacity:0;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2710%27 viewBox=%270 0 14 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 5L5 9L13 1%27 stroke=%27%23F51F29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;width:12px;height:10px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.input-checkbox__input{display:none}.input-checkbox__input:checked+.input-checkbox__fake::before{opacity:1}.input-checkbox--small .input-checkbox__text{font-size:14px;line-height:19px}.input{position:relative;display:inline-block;height:63px;width:100%}.input:not(:last-child){margin-bottom:20px}@media(max-width: 1023px){.input:not(:last-child){margin-bottom:14px}}.input--required .input__label:after{content:"*";font-size:22px;font-weight:500;line-height:29px;margin-left:15px;color:#f51f29}.input__label{display:inline-block;position:absolute;top:22px;left:0;font-size:22px;line-height:22px;font-weight:500;pointer-events:none;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1023px){.input__label{font-size:14px}}.input__field{border:0;border-bottom:2px solid #000;width:100%;height:100%;font-size:22px;line-height:22px;padding:18px 0 12px}@media(max-width: 1023px){.input__field{font-size:14px}}.input__field:not(:-moz-placeholder)~.input__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.input__field:not(:-ms-input-placeholder)~.input__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.input__field:focus~.input__label,.input__field:not(:placeholder-shown)~.input__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.input__field.error{border-bottom-color:#f51f29}.input label.error,.input span.error{position:absolute;right:0;top:20px;font-size:18px;color:#f51f29}@media(max-width: 1023px){.input label.error,.input span.error{top:63px;right:0;left:0;font-size:12px}}.input-file{margin-top:25px}.input-file__input{display:none}.input-file__label{position:relative;display:inline-block;cursor:pointer;font-size:22px;line-height:33px;padding-left:40px}.input-file__label:before{content:"";display:block;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3 16.5V21.2C3 21.3657 3.13431 21.5 3.3 21.5H20.7C20.8657 21.5 21 21.3657 21 21.2V16.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M17.6569 9.15687L12 3.50001M12 3.50001L6.3432 9.15687M12 3.50001L12.0001 16.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat}.input-file__label.not-active{opacity:.5;pointer-events:none}@media(max-width: 1023px){.input-file__label{font-size:14px;line-height:19px}}.input-radio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;padding-left:40px;cursor:pointer}.input-radio__fake{position:absolute;left:0;top:0;display:inline-block;border:2px solid #1c1c1c;width:24px;height:24px;-webkit-border-radius:50%;border-radius:50%}.input-radio__fake:before{content:"";position:absolute;left:50%;top:50%;opacity:0;width:6px;height:6px;-webkit-border-radius:50%;border-radius:50%;background-color:#f51f29;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.input-radio__text{line-height:24px}@media(max-width: 1023px){.input-radio__text{font-size:14px}}.input-radio__input{opacity:0;visibility:hidden}.input-radio__input:checked~.input-radio__fake::before{opacity:1}.input-radio__input:checked~.input-radio__text{color:#f51f29}.input-radio .error{position:absolute;left:0;top:-40px;font-size:18px;color:#f51f29}@media(max-width: 1199px){.input-radio .error{top:-35px}}@media(max-width: 1023px){.input-radio .error{top:-20px;font-size:12px}}.textarea{position:relative;display:inline-block;width:100%}.textarea--required .textarea__label:after{content:"*";font-size:22px;font-weight:500;line-height:29px;margin-left:15px;color:#f51f29}.textarea__label{display:inline-block;position:absolute;top:22px;left:0;font-size:22px;line-height:22px;font-weight:500;pointer-events:none;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1023px){.textarea__label{font-size:14px}}.textarea__field{border:0;border-bottom:2px solid #000;resize:vertical;min-height:63px;max-height:100px;height:63px;width:100%;font-size:22px;line-height:22px;font-weight:500;padding:18px 0 12px}@media(max-width: 1023px){.textarea__field{font-size:14px}}.textarea__field:not(:-moz-placeholder)~.textarea__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.textarea__field:not(:-ms-input-placeholder)~.textarea__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.textarea__field:focus~.textarea__label,.textarea__field:not(:placeholder-shown)~.textarea__label{top:-10px;font-size:12px;line-height:12px;color:#4f4e50}.textarea__field.error{border-bottom-color:#f51f29}.textarea__letter-counter{position:absolute;right:0;bottom:-20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#bdbdbd;font-weight:500;pointer-events:none}@media(max-width: 1023px){.textarea__letter-counter{font-size:14px;bottom:-15px}}.textarea__letter-counter-now{margin-right:5px}.textarea span.error,.textarea label.error{position:absolute;right:0;top:20px;font-size:18px;color:#f51f29}@media(max-width: 1023px){.textarea span.error,.textarea label.error{top:63px;left:0;right:auto;font-size:12px}}.header{font-size:18px;font-weight:500;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1023px){.header{font-size:14px;font-weight:400}}.header.float{background-color:#fff;-webkit-box-shadow:0px 8px 16px -6px rgba(0,0,0,.1);box-shadow:0px 8px 16px -6px rgba(0,0,0,.1);position:fixed;top:0;left:0;width:100%;z-index:10}@media(min-width: 768px){.header.float .header__inner{padding:20px 0 20px;border-bottom:0}}.header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:16px 0 18px;border-bottom:2px solid #1c1c1c}@media(max-width: 1023px){.header__inner{padding:20px 0}}@media(max-width: 768px){.header__inner{padding:12px 0 14px;row-gap:16px;border-bottom:none}}@media screen and (max-width: 550px){.header__inner{padding:12px 0 13px;border-bottom:none}}.header__digital{font-size:22px;line-height:33px;font-weight:400;margin-left:40px}@media(max-width: 1439px){.header__digital{font-size:18px}}@media(max-width: 1023px){.header__digital{font-size:14px;line-height:19px;margin-left:24px;display:none}}@media screen and (max-width: 550px){.header__digital{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;margin-left:0;margin-top:15px;width:100%;font-size:13px;letter-spacing:.4px;display:none}}.header__digital .letter-color{color:#f51f29}.header__digital .digi-br{display:none}.header__geo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.header__geo{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;width:100%;display:none}}@media screen and (max-width: 550px){.header__geo{width:100%;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4;margin-top:2px;letter-spacing:-0.2px;display:none}}.header__geo-icon{margin-right:8px}.header__btn-contacts{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:14px 29px}@media(max-width: 1279px){.header__btn-contacts{margin-left:auto}}@media screen and (max-width: 550px){.header__btn-contacts{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}}.header__language{margin-right:40px;min-width:63px}@media(max-width: 1279px){.header__language{margin-left:auto;margin-right:auto}}@media(max-width: 1023px){.header__btn-contacts{max-width:135px;font-size:14px;font-weight:400}}.language{position:relative}@media(min-width: 768px){.language--mobile{display:none}}@media(max-width: 767px){.language--desktop{display:none}}.language.open .language__list{display:block}.language.open .language__value:before{top:7px;-webkit-transform:rotateX(180deg) rotateZ(-45deg);transform:rotateX(180deg) rotateZ(-45deg)}.language__value{position:relative;padding-right:24px;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1023px){.language__value{padding-right:16px}}.language__value:hover{color:#f51f29}.language__value:hover:before{border-color:#f51f29}.language__value:before{content:"";display:block;position:absolute;right:0;top:3px;height:10px;width:10px;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1);-webkit-transform:rotateX(0) rotateZ(-45deg);transform:rotateX(0) rotateZ(-45deg);border-left:2px solid #000;border-bottom:2px solid #000}@media(max-width: 1023px){.language__value:before{height:8px;width:8px}}.language__list{position:absolute;top:30px;left:50%;display:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#fff;-webkit-box-shadow:0px 51px 64px -6px rgba(0,0,0,.3);box-shadow:0px 51px 64px -6px rgba(0,0,0,.3);-webkit-border-radius:4px;border-radius:4px;padding:24px;text-align:center;z-index:1}.language__list li:not(:last-child){margin-bottom:10px}.language__list a{text-decoration:none}.language__list a:hover{color:#f51f29}.logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:80px;width:100%;height:80px;background-color:#f51f29;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0px 16px 24px -6px rgba(245,31,41,.3);box-shadow:0px 16px 24px -6px rgba(245,31,41,.3)}@media(max-width: 1023px){.logo{width:48px;height:48px}}@media(max-width: 1023px){.logo img{width:28px}}.photo-stream{position:relative;width:100vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.photo-stream__inner{background-color:#fff;margin-left:16px;margin-right:16px;-webkit-border-radius:24px;border-radius:24px;padding:80px 56px 90px}@media(max-width: 1023px){.photo-stream__inner{padding-bottom:66px;padding-left:16px;padding-right:16px;-webkit-border-radius:8px;border-radius:8px}}@media(max-width: 767px){.photo-stream__inner{padding:24px}}.photo-stream__top{padding-bottom:104px;border-bottom:2px solid #ececec}@media(max-width: 1023px){.photo-stream__top{padding-bottom:58px}}@media(max-width: 767px){.photo-stream__top{padding-bottom:24px}}.photo-stream__bottom{padding-top:80px}@media(max-width: 1023px){.photo-stream__bottom{padding-top:58px}}@media(max-width: 767px){.photo-stream__bottom{padding-top:24px}}.photo-stream__column--2 .photo-stream__img--absolute{top:-webkit-calc(50% - 160px);top:calc(50% - 160px);-webkit-box-shadow:0px 51px 64px -6px rgba(0,0,0,.3019607843);box-shadow:0px 51px 64px -6px rgba(0,0,0,.3019607843)}@media(max-width: 767px){.photo-stream__column--2 .photo-stream__img:nth-child(2){margin-top:0}}.photo-stream__column--3{margin-top:24px}@media(max-width: 767px){.photo-stream__column--3{margin-top:16px}}.photo-stream .socials__text{font-family:Inter;font-weight:600;font-size:56px;line-height:110%}@media(max-width: 1023px){.photo-stream .socials__text{font-size:24px;font-weight:500;line-height:95%}}@media(min-width: 1921px){.photo-stream{max-width:1920px}}.mfp-bg{background:#191917;opacity:.75}.mfp-bg.submenuPopup{background:rgba(0,0,0,0)}.mfp-wrap{position:fixed !important;left:0 !important;top:0 !important;bottom:0 !important;height:100% !important;overflow:auto;z-index:1044}.mfp-content{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:100% !important;overflow:hidden}.mfp-container{padding:0;position:relative;margin:0}.mfp-bg.mfp-ready.mfp-video{opacity:.9}.mfp-close-btn-in .mfp-close{position:absolute;height:24px;width:24px;left:auto;right:15px;top:15px;background:no-repeat 0 0;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23191917%27%3E %3Cpath d=%27M17.5 16L28.5 4.91001C28.89 4.52001 28.89 3.89001 28.5 3.50001C28.11 3.11001 27.48 3.11001 27.09 3.50001L16 14.5L5 3.5C4.61 3.11 3.98 3.11 3.59 3.5C3.2 3.89 3.2 4.52 3.59 4.91L14.68 16L3.49996 27.09C3.10996 27.48 3.10996 28.11 3.49996 28.5C3.69996 28.7 3.94996 28.8 4.20996 28.8C4.46996 28.8 4.71996 28.7 4.91996 28.51L16 17.32L26.79 28.21C26.99 28.41 27.24 28.51 27.5 28.51C27.76 28.51 28.01 28.41 28.21 28.22C28.6 27.83 28.6 27.2 28.21 26.81L17.5 16Z%27/%3E %3C/svg%3E");-webkit-border-radius:0;border-radius:0;-webkit-transform:none;transform:none;opacity:1}.popup{background-color:#fff;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto;width:100%;padding:45px 36px 20px;-webkit-border-radius:8px;border-radius:8px;position:relative;max-height:100%}.popup--with-title{padding-top:144px}@media(max-width: 1199px){.popup--with-title{padding-top:80px}}.popup__title{font-size:22px;line-height:1.3;padding-bottom:32px;background-color:#fff;position:absolute;left:0;right:0;top:0;height:144px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-shadow:0 6px 32px -6px rgba(0,0,0,.15);box-shadow:0 6px 32px -6px rgba(0,0,0,.15)}@media(max-width: 1199px){.popup__title{font-size:16px;line-height:1.3;font-weight:500;height:80px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:0}}.popup--corporate .popup__title{-webkit-box-shadow:none;box-shadow:none}.popup__inner{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;overflow-y:auto}.popup__content h3,.popup__content .h3{margin:32px 0}@media(max-width: 1199px){.popup__content h3,.popup__content .h3{font-size:20px;line-height:1.11;font-weight:600;margin:24px 0}}.popup__content h3:first-child,.popup__content .h3:first-child{margin-top:0}.popup__content h4,.popup__content .h4{font-size:22px;line-height:1.3;font-weight:400;margin-bottom:16px;margin-top:32px}@media(max-width: 1199px){.popup__content h4,.popup__content .h4{font-size:16px;line-height:1.3;font-weight:500;margin-bottom:8px;margin-top:24px}}.popup__content ul{list-style:disc;margin-top:16px;padding-left:26px}@media(max-width: 1199px){.popup__content ul{padding-left:20px}}.popup__content ul li{padding-bottom:9px}@media(max-width: 1199px){.popup__content ul li{padding-bottom:5px}}.popup__content ul li:last-child{padding-bottom:0}.popup__header+.popup__content{margin-top:30px}.popup--privacy{max-width:600px}.popup--privacy .popup__content{font-size:11px}.popup--privacy .popup__content p:not(:last-child){margin-bottom:1rem}.popup--privacy .popup__content a[href]{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1);color:#f51f29}.popup--privacy .popup__content ul,.popup--privacy .popup__content ol{list-style:initial;padding-left:40px;margin-top:1em;margin-bottom:1em}.popup--corporate{max-width:900px;-webkit-border-radius:32px;border-radius:32px;padding-left:0;padding-right:0;padding-bottom:0}.popup--corporate .mfp-close{width:48px;height:48px;-webkit-border-radius:50%;border-radius:50%;background-color:#f7f7f7;background-size:16px 16px;background-position:50% 50%;right:64px;top:64px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNCAxNE0xNCAyTDIgMTQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)}@media(max-width: 1199px){.popup--corporate .mfp-close{right:32px;top:16px}}.popup--corporate .popup__title{-webkit-border-radius:32px 32px 0 0;border-radius:32px 32px 0 0;padding-left:64px;padding-right:64px}@media(max-width: 1199px){.popup--corporate .popup__title{padding-left:32px;padding-right:32px}}@media(max-width: 767px){.popup--corporate .popup__title{padding-left:16px;padding-right:16px}}.popup--corporate .popup__header{font-weight:500}@media(max-width: 1199px){.popup--corporate .popup__header{font-size:20px;line-height:1.11;font-weight:600}}.popup--corporate .popup__inner{padding:16px 64px 80px}@media(max-width: 1199px){.popup--corporate .popup__inner{padding:32px 32px 80px 32px}}@media(max-width: 767px){.popup--corporate .popup__inner{padding:32px 16px 40px 16px}}.popup--corporate .popup__content{font-size:16px;line-height:1.4}@media(max-width: 1199px){.popup--corporate .popup__content{font-size:14px;line-height:1.3}}.redirect{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;width:72px;height:72px;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.redirect svg{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}@media(max-width: 1023px){.redirect svg{width:12px;height:12px}}.redirect svg path{-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.redirect:hover{background-color:#f51f29}.redirect:hover svg path{stroke:#fff}@media(max-width: 1023px){.redirect{width:48px;height:48px}}.redirect--small{height:48px;width:48px}.short-modal{position:fixed;bottom:0;left:0;right:0;top:0;z-index:100;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.short-modal:after{position:fixed;content:"";height:100%;width:100%;top:0;left:0;background-color:#000;opacity:.5;z-index:-1}.short-modal.hide{opacity:0;visibility:hidden}.short-modal__inner{position:relative;margin-top:auto;height:auto;width:100%;background-color:#fff;padding:14px 30px 15px;-webkit-border-radius:16px 16px 0px 0px;border-radius:16px 16px 0px 0px;bottom:-100%;-webkit-transition:all .3s cubic-bezier(0, 0, 0.2, 1);transition:all .3s cubic-bezier(0, 0, 0.2, 1)}.short-modal__inner.active{bottom:0}@media(max-width: 767px){.short-modal__inner{padding:10px 15px 15px}}.short-modal__line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;padding:0;width:100%;height:16px;border:0;background-color:rgba(0,0,0,0);padding-bottom:15px;z-index:10}.short-modal__line span{display:inline-block;width:18px;height:2px;background-color:#bdbdbd}.short-modal__list li{border-bottom:1px solid #f1f1f1}.short-modal__list li:first-child a{padding-top:0}.short-modal__list li:last-child{border-bottom:0}.short-modal__list li:last-child a{padding-bottom:0}.short-modal__list li a{display:inline-block;height:100%;width:100%;font-size:14px;line-height:20px;font-weight:500;text-decoration:none;padding:10px 0}.social:not(:last-child){margin-right:85px}@media(max-width: 1199px){.social:not(:last-child){margin-right:64px}}@media(max-width: 1023px){.social:not(:last-child){margin-right:40px}}@media(max-width: 1023px){.social__img{width:48px;height:48px}}.socials__row{max-width:1096px;margin-left:auto;margin-top:56px}@media(max-width: 767px){.socials__row{margin-top:24px}}@media(max-width: 479px){.socials__row .social:not(:last-child){margin-right:auto !important}}@media(max-width: 479px){.socials__row .social:nth-child(1),.socials__row .social:nth-child(4){margin-left:0 !important}}@media(max-width: 479px){.socials__row .social:nth-child(3),.socials__row .social:nth-child(6){margin-right:0 !important}}.socials__text{font-size:56px;line-height:110%;font-weight:600}@media(max-width: 1023px){.socials__text{font-size:46px}}@media(max-width: 767px){.socials__text{font-size:24px;line-height:95%}}@media(max-width: 479px){.socials__row-line{display:grid !important;grid-template-columns:1fr 1fr 1fr !important;row-gap:24px}}@media(max-width: 375px){.socials__row-line{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}}@media(max-width: 479px){.socials__row-line .social{margin:auto}}.tag{display:inline-block;padding:5px 12px;font-family:Inter;font-weight:400;font-size:16px;line-height:150%;color:#1c1c1c;background-color:#f2f2f2;-webkit-border-radius:6px;border-radius:6px}@media(max-width: 1023px){.tag{font-size:13px;line-height:140%}}.case{margin:24px auto}.case section{margin-bottom:80px}@media(max-width: 1120px){.case section{margin-bottom:40px}}.case section.feedback,.case section.photo-stream{max-width:1888px}@media(max-width: 1400px){.case section.feedback,.case section.photo-stream{gap:40px}}.case section .photo-stream__inner{margin:0}.case-header{padding:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);-webkit-border-radius:32px;border-radius:32px;max-width:1776px;margin:0 auto 80px auto;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:69px}@media(max-width: 1400px){.case-header{gap:40px}}@media(max-width: 1120px){.case-header{padding:24px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}}@media(max-width: 1120px){.case-header{-webkit-border-radius:18px;border-radius:18px}}@media(max-width: 450px){.case-header{gap:16px}}.case-herbalife .case-header{background:-webkit-gradient(linear, left top, right top, from(#E1F0CC), color-stop(31.45%, #E1F0CC), color-stop(50.54%, #FFFFFF), to(#FFFFFF));background:linear-gradient(90deg, #E1F0CC 0%, #E1F0CC 31.45%, #FFFFFF 50.54%, #FFFFFF 100%)}@media(max-width: 1120px){.case-herbalife .case-header{background:-webkit-gradient(linear, left top, left bottom, from(#E1F0CC), color-stop(31.45%, #E1F0CC), color-stop(50.54%, #FFFFFF), to(#FFFFFF));background:linear-gradient(180deg, #E1F0CC 0%, #E1F0CC 31.45%, #FFFFFF 50.54%, #FFFFFF 100%)}}.case-central-asia-certificatione .case-header{background:-webkit-gradient(linear, left top, right top, from(rgba(48, 231, 120, 0.25)), color-stop(31.45%, rgba(48, 231, 120, 0.25)), color-stop(50.54%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(90deg, rgba(48, 231, 120, 0.25) 0%, rgba(48, 231, 120, 0.25) 31.45%, rgba(255, 255, 255, 0.25) 50.54%, rgba(255, 255, 255, 0.25) 100%)}@media(max-width: 1120px){.case-central-asia-certificatione .case-header{background:-webkit-gradient(linear, left top, left bottom, from(rgba(48, 231, 120, 0.25)), color-stop(38.21%, rgba(48, 231, 120, 0.25)), color-stop(68.69%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(180deg, rgba(48, 231, 120, 0.25) 0%, rgba(48, 231, 120, 0.25) 38.21%, rgba(255, 255, 255, 0.25) 68.69%, rgba(255, 255, 255, 0.25) 100%)}}.case-schneider-group .case-header{background:-webkit-gradient(linear, left top, right top, from(rgba(0, 47, 229, 0.2325)), color-stop(31.45%, rgba(134, 150, 214, 0.25)), color-stop(50.54%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(90deg, rgba(0, 47, 229, 0.2325) 0%, rgba(134, 150, 214, 0.25) 31.45%, rgba(255, 255, 255, 0.25) 50.54%, rgba(255, 255, 255, 0.25) 100%)}@media(max-width: 1120px){.case-schneider-group .case-header{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 229, 0.2325)), color-stop(31.45%, rgba(134, 150, 214, 0.25)), color-stop(50.54%, rgba(255, 255, 255, 0.25)), color-stop(73.05%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(180deg, rgba(0, 47, 229, 0.2325) 0%, rgba(134, 150, 214, 0.25) 31.45%, rgba(255, 255, 255, 0.25) 50.54%, rgba(255, 255, 255, 0.25) 73.05%, rgba(255, 255, 255, 0.25) 100%)}}.case-perfe .case-header{background:-webkit-gradient(linear, left top, right top, from(rgba(224, 196, 157, 0.25)), color-stop(31.45%, rgba(224, 196, 157, 0.25)), color-stop(50.54%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(90deg, rgba(224, 196, 157, 0.25) 0%, rgba(224, 196, 157, 0.25) 31.45%, rgba(255, 255, 255, 0.25) 50.54%, rgba(255, 255, 255, 0.25) 100%)}@media(max-width: 1120px){.case-perfe .case-header{background:-webkit-gradient(linear, left top, left bottom, from(rgba(224, 196, 157, 0.25)), color-stop(31.45%, rgba(224, 196, 157, 0.25)), color-stop(50.54%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));background:linear-gradient(180deg, rgba(224, 196, 157, 0.25) 0%, rgba(224, 196, 157, 0.25) 31.45%, rgba(255, 255, 255, 0.25) 50.54%, rgba(255, 255, 255, 0.25) 100%)}}.case-header__info{max-width:491px}@media(max-width: 1556px){.case-header__info{max-width:350px}}@media(max-width: 1120px){.case-header__info{width:100%;max-width:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}}.case-header__info-logo{max-width:233px;max-height:63px;margin-bottom:52px}@media(max-width: 1120px){.case-header__info-logo{margin-bottom:0;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}}@media(max-width: 768px){.case-header__info-logo{width:167px;height:50px}}@media(max-width: 450px){.case-header__info-logo{width:131px;height:36px;margin-bottom:14px}}.case-header__info-logo img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.case-header__info-text{font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c}@media(max-width: 1120px){.case-header__info-text{font-size:16px;line-height:150%;width:100%}}.case-header__info-text span{display:block}@media(max-width: 1120px){.case-header__info-text span{display:inline}}.case-header__info-text span:first-child{margin-bottom:33px}.case-header__info-link{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#1c1c1c;padding:4px 16px;display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background:rgba(250,250,250,.7);-webkit-border-radius:6px;border-radius:6px;margin-top:52px}@media(max-width: 1120px){.case-header__info-link{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;margin:0 0 0 auto;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}}@media(max-width: 600px){.case-header__info-link{display:none}}.case-header__photo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1427px){.case-header__photo{gap:16px}}.case-header__photo-item{width:-webkit-calc(33% - 13px);width:calc(33% - 13px);height:491px;-webkit-border-radius:16px;border-radius:16px;overflow:hidden}.case-header__photo--two-line .case-header__photo-item{width:-webkit-calc(50% - 12px);width:calc(50% - 12px);height:258px}@media(max-width: 1427px){.case-header__photo-item:nth-child(1){width:-webkit-calc(50% - 8px);width:calc(50% - 8px);height:258px}}@media(max-width: 450px){.case-header__photo-item:nth-child(1){width:100%}}@media(max-width: 450px){.case-header__photo-item:nth-child(1){height:238px}}@media(max-width: 600px){.case-header__photo--two-line .case-header__photo-item:nth-child(1){width:100%}}@media(max-width: 1427px){.case-header__photo-item:nth-child(2){width:-webkit-calc(50% - 8px);width:calc(50% - 8px);height:258px}}@media(max-width: 450px){.case-header__photo-item:nth-child(2){width:100%}}@media(max-width: 450px){.case-header__photo-item:nth-child(2){height:238px}}@media(max-width: 450px)and (max-width: 600px){.case-header__photo--two-line .case-header__photo-item:nth-child(2){width:100%}}.case-header__photo--two-line .case-header__photo-item:nth-child(3){width:100%;height:288px}@media(max-width: 1427px){.case-header__photo-item:nth-child(3){width:100%;height:288px}}@media(max-width: 450px){.case-header__photo-item:nth-child(3){width:100%}}@media(max-width: 450px){.case-header__photo-item:nth-child(3){height:238px}}@media(max-width: 450px)and (max-width: 600px){.case-header__photo--two-line .case-header__photo-item:nth-child(3){width:100%}}.case-header__photo-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-title{font-style:normal;font-weight:600;font-size:56px;line-height:110%;color:#1c1c1c;letter-spacing:-0.2px;width:536px}@media(max-width: 1300px){.case-title{width:400px}}@media(max-width: 1023px){.case-title{font-style:normal;font-weight:500;font-size:28px;line-height:105%;color:#1c1c1c}}@media(max-width: 768px){.case-title{font-style:normal;font-weight:500;font-size:28px;line-height:105%;color:#1c1c1c;width:auto}}.case-need{padding:40px;background:#fff;-webkit-box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);-webkit-border-radius:32px;border-radius:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 1141px){.case-need{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}}@media(max-width: 1024px){.case-need{padding:24px 16px}}@media(max-width: 450px){.case-need{-webkit-border-radius:20px;border-radius:20px}}.case-need__info{font-style:normal;font-weight:500;font-size:38px;line-height:120%;letter-spacing:-0.025em;color:#4f4e50}@media(max-width: 1024px){.case-need__info{font-style:normal;font-weight:600;font-size:20px;line-height:110%;color:#4f4e50;margin-bottom:24px}}.case-need__info:not(:last-child){margin-bottom:40px}@media(max-width: 1024px){.case-need__info:not(:last-child){margin-bottom:24px}}.case-need__content{max-width:1137px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.case-need__content ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@media(max-width: 1024px){.case-need__content ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px}}.case-need__content ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:24px;width:-webkit-calc(50% - 12px);width:calc(50% - 12px)}.case-need__content ul li:nth-child(3){padding-top:24px;border-top:1px solid #bdbdbd}@media(max-width: 1024px){.case-need__content ul li:nth-child(3){padding-top:16px}}.case-need__content ul li:nth-child(4){padding-top:24px;border-top:1px solid #bdbdbd}@media(max-width: 1024px){.case-need__content ul li:nth-child(4){padding-top:16px}}@media(max-width: 1024px){.case-need__content ul li{width:100%;border-top:1px solid #bdbdbd;padding-top:16px}.case-need__content ul li:first-child{border-top:none;padding-top:0}}.case-need__content ul li span{display:block;width:24px;height:24px}.case-need__content ul li span img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-need__content ul li p{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.case-need__content ul li p span{display:block;width:auto;height:auto;margin-bottom:12px;font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1e1e1e}@media(max-width: 1024px){.case-need__content ul li p span{font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#1e1e1e;margin-bottom:12px}}.case-solve-result{padding:40px;background:#fff;-webkit-box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);-webkit-border-radius:32px;border-radius:32px}@media(max-width: 1023px){.case-solve-result{padding:24px 16px;-webkit-border-radius:18px;border-radius:18px}}.case-solve{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:40px}@media(max-width: 1300px){.case-solve{padding-bottom:32px}}@media(max-width: 1200px){.case-solve{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px}}.case-solve__text{max-width:1136px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.case-solve__text p{font-style:normal;font-weight:500;font-size:38px;line-height:120%;letter-spacing:-0.025em;color:#4f4e50;margin-bottom:40px}@media(max-width: 1300px){.case-solve__text p{font-size:20px;line-height:110%;margin-bottom:19px;letter-spacing:.1px;word-spacing:-0.7px}}@media(max-width: 1300px){.case-solve__text p{margin-bottom:27px}}.case-solve__photo{width:100%;max-height:568px;-webkit-border-radius:20px;border-radius:20px;overflow:hidden}@media(max-width: 1200px){.case-solve__photo{height:360px;max-height:360px;max-width:704px;margin:0 auto;-webkit-border-radius:10px;border-radius:10px}}@media(max-width: 768px){.case-solve__photo{height:auto}}.case-solve__photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-result{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #bdbdbd;padding-top:40px}@media(max-width: 1200px){.case-result{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;padding-top:0;border-top:none}}.case-result ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:40px;max-width:1136px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1200px){.case-result ul{gap:16px}}.case-result ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:16px}.case-result ul li div{width:24px;height:24px}.case-result ul li div img{width:100%;height:100%}.case-result ul li.case-result__sub-title p{font-style:normal;font-weight:500;font-size:38px;line-height:120%;letter-spacing:-0.025em;color:#4f4e50;margin-bottom:-16px}@media(max-width: 1300px){.case-result ul li.case-result__sub-title p{font-size:20px;line-height:110%;margin-bottom:19px;letter-spacing:.1px;word-spacing:-0.7px}}.case-result ul li p{font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;letter-spacing:-0.1px}@media(max-width: 1200px){.case-result ul li p{font-weight:400;font-size:16px;line-height:150%;color:#1c1c1c;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.case-result ul li p span{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50;display:block;margin-bottom:8px}@media(max-width: 1000px){.case-result ul li p span{margin-bottom:4px;font-size:14px;line-height:170%;letter-spacing:0}}.case-result ul li p span:first-child{margin-top:18px}@media(max-width: 1000px){.case-result ul li p span:first-child{margin-top:13px}}.case-result ul li p span:last-child{margin-bottom:0px}.case-implementation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:40px;background:#fff;-webkit-box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);-webkit-border-radius:32px;border-radius:32px}@media(max-width: 1200px){.case-implementation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 1023px){.case-implementation{padding:24px 16px;-webkit-border-radius:15px;border-radius:15px}}.case-implementation__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:1136px}@media(max-width: 1024px){.case-implementation__wrapper{gap:16px}}@media(max-width: 600px){.case-implementation__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.case-implementation__wrapper-left,.case-implementation__wrapper-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1024px){.case-implementation__wrapper-left,.case-implementation__wrapper-right{gap:16px}}.case-implementation__wrapper-right{max-width:536px}.case-implementation .case-title{max-width:536px}@media(max-width: 1200px){.case-implementation .case-title{max-width:none;margin-bottom:24px}}.case-implementation__item{padding:24px 24px 30px 24px;background:#f7f7f7;-webkit-border-radius:16px;border-radius:16px}@media(max-width: 1024px){.case-implementation__item{padding:13px}}@media(max-width: 768px){.case-implementation__item{padding:13px 13px 13px 16px}}.case-implementation__item-photo{width:100%;max-height:332px;margin:0 0 24px 0;-webkit-border-radius:16px;border-radius:16px;overflow:hidden}@media(max-width: 1024px){.case-implementation__item-photo{max-height:176px}}@media(max-width: 768px){.case-implementation__item-photo{margin:0 0 15px 0}}.case-implementation__item-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-implementation__item-text{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50}@media(max-width: 1024px){.case-implementation__item-text{letter-spacing:-0.1px}}@media(max-width: 768px){.case-implementation__item-text{font-size:14px;line-height:140%}}.case-implementation__item-text strong{font-weight:500}.case-implementation__item-icon{width:50px;height:50px;margin-bottom:16px;margin-top:9px}.case-implementation__item-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-recommendation{background:#f7f7f7;-webkit-box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);box-shadow:0px 4px 32px -6px rgba(0,0,0,.1);-webkit-border-radius:32px;border-radius:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:66px;padding:40px}@media(max-width: 1024px){.case-recommendation{gap:16px;padding:24px 16px;-webkit-border-radius:15px;border-radius:15px}}@media(max-width: 700px){.case-recommendation{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:16px}}.case-recommendation__document{max-width:534px}@media(max-width: 1024px){.case-recommendation__document{max-width:344px;-webkit-border-radius:20px;border-radius:20px;overflow:hidden}}@media(max-width: 700px){.case-recommendation__document{max-width:none}}.case-recommendation__document img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-recommendation__text{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.case-recommendation__text .case-title{margin-bottom:40px}@media(max-width: 1024px){.case-recommendation__text .case-title{margin-bottom:24px;font-size:24px;line-height:105%;letter-spacing:.1px}}.case-recommendation__message{padding:24px;background:#fff;-webkit-border-radius:24px;border-radius:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media(max-width: 1024px){.case-recommendation__message{padding:16px}}.case-recommendation__message-avatar{width:70px;height:70px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;margin:0 20px 0 0}@media(max-width: 1024px){.case-recommendation__message-avatar{width:60px;height:60px}}.case-recommendation__message-avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-recommendation__message-name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:10px 0 0 0}@media(max-width: 1024px){.case-recommendation__message-name{padding:0}}.case-recommendation__message-name p{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#212121;margin:0}@media(max-width: 700px){.case-recommendation__message-name p{font-size:14px;line-height:127%}}.case-recommendation__message-name span{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#939393}@media(max-width: 700px){.case-recommendation__message-name span{font-size:14px}}.case-recommendation__message-text{width:100%;position:relative;padding-left:56px;margin-top:16px}@media(max-width: 1024px){.case-recommendation__message-text{padding-left:16px}}.case-recommendation__message-text p{font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c;letter-spacing:0}@media(max-width: 1024px){.case-recommendation__message-text p{font-size:15px;line-height:140%}}@media(max-width: 768px){.case-recommendation__message-text p{font-style:normal;font-weight:400;font-size:14px;line-height:140%;color:#1c1c1c}}.case-recommendation__message-text:before{content:"";width:1px;height:100%;background:#f51f29;position:absolute;left:24px;top:0}@media(max-width: 768px){.case-recommendation__message-text:before{content:"";width:1px;height:100%;background:#f51f29;position:absolute;left:1px;top:0}}.case-any-cases{max-width:1776px}@media(max-width: 769px){.case-any-cases{padding-top:48px;border-top:2px solid #bdbdbd}}.case-any-cases__title{font-style:normal;font-weight:500;font-size:38px;line-height:120%;letter-spacing:-0.025em;color:#212121;margin-bottom:40px}@media(max-width: 1023px){.case-any-cases__title{margin-bottom:24px;font-style:normal;font-weight:600;font-size:20px;line-height:110%;color:#212121}}.case-any-cases__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;margin-bottom:80px}@media(max-width: 1200px){.case-any-cases__wrapper{margin-bottom:40px;gap:24px 16px}}.case-any-cases__item{width:-webkit-calc(33% - 15px);width:calc(33% - 15px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative}@media(max-width: 1200px){.case-any-cases__item{width:-webkit-calc(50% - 8px);width:calc(50% - 8px)}}@media(max-width: 768px){.case-any-cases__item{width:100%}}.case-any-cases__item--hide{display:none}.case-any-cases__item:hover-link{color:#f51f29}.case-any-cases__item-photo{width:100%;height:400px;margin-bottom:12px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden}@media(max-width: 1200px){.case-any-cases__item-photo{margin-bottom:8px;height:250px}}@media(max-width: 768px){.case-any-cases__item-photo{height:227px}}.case-any-cases__item-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-any-cases__item-name{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50;margin-bottom:8px}@media(max-width: 1200px){.case-any-cases__item-name{font-size:14px;line-height:140%;margin-bottom:4px}}.case-any-cases__item-link{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#1c1c1c;text-decoration:none}@media(max-width: 1200px){.case-any-cases__item-link{font-size:14px;line-height:140%}}.case-any-cases__item-link:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.case-any-cases .case-any-cases__btn{margin:0 auto;max-width:576px;cursor:pointer}.corporate__description{font-size:38px;line-height:1.2;letter-spacing:-1.15px;font-weight:500}@media(max-width: 1199px){.corporate__description{font-size:16px;line-height:1.3;letter-spacing:normal}}@media(max-width: 1199px){.corporate__description--large{font-size:20px;line-height:1.11;font-weight:600}}.corporate__divider{margin-top:120px;margin-bottom:120px;display:block;width:100%;height:2px;background-color:#bdbdbd}@media(max-width: 1199px){.corporate__divider{margin-top:40px;margin-bottom:40px}}@media(max-width: 1023px){.corporate__honors{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width: 767px){.corporate__honors{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width: 1023px){.corporate__projects .grid-se__row{grid-template-columns:repeat(2, 1fr);gap:16px;display:grid;width:100%;margin:0}}@media(max-width: 767px){.corporate__projects .grid-se__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media(max-width: 1023px){.corporate__projects .grid-se__cell{margin:0;width:auto}}@media(max-width: 767px){.corporate__projects .grid-se__cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.corporate__row.grid-se__row{row-gap:24px}@media(max-width: 1023px){.corporate__row.grid-se__row{row-gap:16px}}.corporate-solutions__row.grid-se__row{row-gap:44px}@media(max-width: 1023px){.corporate-solutions__row.grid-se__row{row-gap:16px}}.corporate__header-48{margin-top:80px;margin-bottom:40px;font-size:48px;line-height:1.1;font-weight:600;letter-spacing:-1.2px}@media(max-width: 1199px){.corporate__header-48{margin-top:32px;padding-bottom:0;font-size:32px;line-height:.94;font-weight:500}}.corporate__show-more{width:100%;text-align:center;margin-top:40px}@media(max-width: 1199px){.corporate__show-more{margin-top:32px}}.corporate-partner-wrapper{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}@media(max-width: 991px){.corporate-partner-wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.corporate-types-projects{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:1fr;gap:24px;margin:0}@media(max-width: 1199px){.corporate-types-projects{grid-template-columns:repeat(2, 1fr);gap:16px}}@media(max-width: 767px){.corporate-types-projects{grid-template-columns:repeat(1, 1fr);gap:16px}}.corporate-types-projects-item{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0}.corporate .h1.large{font-weight:700;margin-bottom:80px}@media(max-width: 1199px){.corporate .h1.large{font-size:32px;line-height:1.13;margin-bottom:24px;font-weight:500}}.corporate-invitation__text p{font-weight:400}.corporate .cntBlock__title{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media(max-width: 1439px){.corporate .cntBlock__title{font-size:40px;line-height:1.05}}@media(max-width: 1199px){.corporate .cntBlock__title{max-width:none}}@media(max-width: 991px){.corporate .cntBlock__title{font-size:28px;line-height:1.08}}.page .h1.corporate-title{font-weight:700;margin-bottom:80px}@media(max-width: 1199px){.page .h1.corporate-title{margin-bottom:24px;font-weight:500}}.popup--corporate h3{font-weight:500}.popup--corporate p{letter-spacing:0}.corporate-service-offers__title br{display:block}@media(max-width: 991px){.corporate-service-offers__title br{display:none}}@media(max-width: 767px){.corporate-service-offers__title br{display:block}}.popup--diagram.popup{padding:8px;height:100vh}.popup--diagram.popup .popup__close{position:absolute;width:36px;height:36px;top:8px;right:8px;background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzU3MDlfMzI0NykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjI1IDYuOTkyNjRDMTUuNjY0MiA2Ljk5MjY0IDE2IDYuNjU2ODUgMTYgNi4yNDI2NEMxNiA1LjgyODQzIDE1LjY2NDIgNS40OTI2NCAxNS4yNSA1LjQ5MjY0TDEwLjQ5OTkgNS40OTI2NEwxMC40OTk5IDAuNzQ5OTk5QzEwLjQ5OTkgMC4zMzU3ODUgMTAuMTY0MiAwIDkuNzQ5OTUgMEM5LjMzNTczIDAgOC45OTk5NSAwLjMzNTc4NCA4Ljk5OTk1IDAuNzQ5OTk4TDguOTk5OTQgNi4yNDI2NEM4Ljk5OTk0IDYuNjU2ODUgOS4zMzU3MyA2Ljk5MjY0IDkuNzQ5OTQgNi45OTI2NEwxNS4yNSA2Ljk5MjY0Wk0wLjc1IDkuMDA3MzdDMC4zMzU3ODYgOS4wMDczNyAtMS44MjQyOWUtMDcgOS4zNDMxNSAwIDkuNzU3MzdDMi4wMzUwM2UtMDcgMTAuMTcxNiAwLjMzNTc4NiAxMC41MDc0IDAuNzUgMTAuNTA3NEw1LjUwMDAyIDEwLjUwNzRMNS41MDAwMiAxNS4yNUM1LjUwMDAyIDE1LjY2NDIgNS44MzU4IDE2IDYuMjUwMDIgMTZDNi42NjQyMyAxNiA3LjAwMDAyIDE1LjY2NDIgNy4wMDAwMiAxNS4yNVY5Ljc1NzM3QzcuMDAwMDIgOS41NTg0NSA2LjkyMSA5LjM2NzY5IDYuNzgwMzUgOS4yMjcwNEM2LjYzOTcgOS4wODYzOCA2LjQ0ODkzIDkuMDA3MzcgNi4yNTAwMiA5LjAwNzM3TDAuNzUgOS4wMDczN1oiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuODUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81NzA5XzMyNDciPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center center;-webkit-box-shadow:0px 5px 6px rgba(0,0,0,.05);box-shadow:0px 5px 6px rgba(0,0,0,.05);-webkit-border-radius:8px;border-radius:8px}.mplace__brand{background-color:#fff;-webkit-border-radius:8px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 7px;width:100%;aspect-ratio:426/140;min-height:100%}@media(max-width: 1199px){.mplace__brand{aspect-ratio:172/76}}@media(max-width: 767px){.mplace__brand{aspect-ratio:156/73}}@media(max-width: 991px){h1.mplace-main-title{font-size:34px;line-height:1;margin-bottom:24px;letter-spacing:0}}.mplace-diagram{background:rgba(241,241,241,.5);border:2px solid #f0f0f0;-webkit-border-radius:16px;border-radius:16px;position:relative}.mplace-diagram img{margin:0 auto;display:block}@media(max-width: 767px){.mplace-diagram img{width:606px}}@media(max-width: 991px){.mplace-diagram-title{letter-spacing:0}}.mplace-diagram__icon-open{display:none}@media(max-width: 767px){.mplace-diagram__icon-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;width:36px;height:36px;top:8px;right:8px;background:#fff;-webkit-box-shadow:0px 5px 6px rgba(0,0,0,.05);box-shadow:0px 5px 6px rgba(0,0,0,.05);-webkit-border-radius:8px;border-radius:8px}.mplace-diagram__icon-open img{width:16px;height:16px}}.mplace-brands{margin-bottom:75px}@media(max-width: 991px){.mplace-brands{margin-bottom:48px}}.mplace-brands:last-child{margin-bottom:0}.mplace-brands__title{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;gap:16px}.mplace-brands__title h2{font-size:38px;line-height:1.63;font-style:normal;font-weight:700;letter-spacing:-0.025em;color:#1c1c1c;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media(max-width: 991px){.mplace-brands__title h2{font-size:20px;line-height:1;font-weight:600}}@media(max-width: 767px){.mplace-brands__title h2{max-width:250px}}.mplace-brands__title span{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:1px;background:#bdbdbd}.mplace-brands__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@media(max-width: 991px){.mplace-brands__wrapper{gap:8px}}.mplace-brands__item{padding:16px 17px;background:rgba(0,0,0,.05);-webkit-border-radius:4px;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:144px;-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(16.666% - 20px);-ms-flex:0 0 calc(16.666% - 20px);flex:0 0 calc(16.666% - 20px);-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 991px){.mplace-brands__item{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(25% - 6px);-ms-flex:0 0 calc(25% - 6px);flex:0 0 calc(25% - 6px);height:98px;padding:7px 16px}}@media(max-width: 767px){.mplace-brands__item{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(50% - 10px);-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);max-width:-webkit-calc(50% - 10px);max-width:calc(50% - 10px);height:89px}}.mplace-brands__item-photo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:214px;height:86px;margin:0 auto 8px auto}@media(max-width: 991px){.mplace-brands__item-photo{max-width:138px;max-height:55px;margin:0 auto 8px auto}}@media(max-width: 767px){.mplace-brands__item-photo{max-width:112px;max-height:45px;margin:0 auto 8px auto}}.mplace-brands__item-photo img{max-width:100%;max-height:100%}.mplace-brands__item-link{font-size:16px;line-height:1.25;font-style:normal;font-weight:400;color:#4f4e50;cursor:pointer;width:-webkit-calc(100% - 12px);width:calc(100% - 12px);margin:auto 0 0 6px}@media(max-width: 991px){.mplace-brands__item-link{font-size:13px;line-height:1.54;width:auto;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.mplace-brands__item-link:hover{color:#f51f29}.mplace-brands__description p{font-size:22px;line-height:1.41;font-style:normal;font-weight:400;color:#1c1c1c;line-height:33px;margin-bottom:33px;letter-spacing:-0.2px}@media(max-width: 991px){.mplace-brands__description p{font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#1c1c1c;margin-bottom:16px}}.mplace-brands__description ul{margin-top:-30px;margin-bottom:35px}@media(max-width: 991px){.mplace-brands__description ul{margin-top:0;margin-bottom:15px}}.mplace-brands__description ul li{padding-left:33px;position:relative;font-size:22px;line-height:1.41;font-style:normal;font-weight:400;color:#1c1c1c;line-height:31px;letter-spacing:-0.2px}@media(max-width: 991px){.mplace-brands__description ul li{font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#1c1c1c;padding-left:20px}}.mplace-brands__description ul li:before{content:"";width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;background:#000;position:absolute;left:13px;top:11px}@media(max-width: 991px){.mplace-brands__description ul li:before{left:8px;top:6px;width:6px;height:6px}}.mplace-brands__user{width:276px;margin:0 0 0 auto}@media(max-width: 1199px){.mplace-brands__user{margin:0;width:206px}}.mplace-brands__user-photo{width:100%;height:348px;-webkit-border-radius:8px;border-radius:8px;overflow:hidden;margin-bottom:12px}@media(max-width: 1199px){.mplace-brands__user-photo{height:171px;width:136px;margin-bottom:8px}}.mplace-brands__user-photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mplace-brands__user-info span{font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c;margin-bottom:24px;position:relative;display:block}@media(max-width: 1199px){.mplace-brands__user-info span{font-style:normal;font-weight:500;font-size:14px;line-height:130%;color:#1c1c1c;margin-bottom:17px}}.mplace-brands__user-info span:before{content:"";width:34px;height:2px;background:#f51f29;position:absolute;left:0;bottom:-12px}@media(max-width: 1199px){.mplace-brands__user-info span:before{bottom:-8px}}.mplace-brands__user-info p{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4e50}@media(max-width: 1199px){.mplace-brands__user-info p{font-style:normal;font-weight:400;font-size:12px;line-height:140%;color:#4f4e50}}h1.mplace-offer__title{font-weight:700}@media(max-width: 1199px){h1.mplace-offer__title{font-weight:500;font-size:32px;letter-spacing:0}}.mplace-offer__list .grid-se__row{margin:0;width:100%}@media(max-width: 991px){.mplace-offer__list h3{font-size:28px;line-height:29px;letter-spacing:0}}@media(max-width: 767px){.mplace-offer__list h3{letter-spacing:-0.3px;word-spacing:-1.9px}}@media(max-width: 1199px){.mplace-offer__photo{width:100px;height:100px;margin-bottom:26px}}.mplace-offer__description{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media(max-width: 1199px){.mplace-offer__description{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:100%}}.mplace-offer__description .cntBlock__header{letter-spacing:0}.mplace-offer__text h3{font-style:normal;font-weight:500;font-size:28px;line-height:130%;color:#1c1c1c;letter-spacing:0}@media(max-width: 1199px){.mplace-offer__text h3{font-style:normal;font-weight:500;font-size:16px;line-height:130%;color:#1c1c1c;letter-spacing:-0.03px}}.mplace-offer__text-description{padding:40px;border:2px solid #f0f0f0;-webkit-border-radius:16px;border-radius:16px}@media(max-width: 1199px){.mplace-offer__text-description{padding:14px}}.mplace-offer__text-description h4{font-style:normal;font-weight:500;font-size:38px;line-height:120%;letter-spacing:-1.7px;word-spacing:3.5px;color:#1c1c1c;margin-bottom:26px}@media(max-width: 1199px){.mplace-offer__text-description h4{font-style:normal;font-weight:500;font-size:20px;line-height:110%;color:#1c1c1c;margin-bottom:19px;letter-spacing:0;word-spacing:-0.6px}}@media(max-width: 767px){.mplace-offer__text-description h4{font-weight:500;font-size:18px}}.mplace-offer__text-description p,.mplace-offer__text-description li{font-style:normal;font-weight:400;font-size:22px;line-height:130%;color:#1c1c1c;word-spacing:1.4px;letter-spacing:-0.3px;margin-bottom:16px}@media(max-width: 1199px){.mplace-offer__text-description p,.mplace-offer__text-description li{font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#1c1c1c}}.mplace-offer__text-description p:last-child,.mplace-offer__text-description li:last-child{margin-bottom:0}.mplace-offer__text-description ul{margin-bottom:15px}.mplace-offer__text-description ul:last-child{margin-bottom:0}.mplace-offer__text-description ul li{padding-left:33px;position:relative;margin-bottom:8.5px}@media(max-width: 1199px){.mplace-offer__text-description ul li{padding-left:20px;margin-bottom:0}}.mplace-offer__text-description ul li:before{content:"";width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;position:absolute;background:#000;top:11px;left:12px}@media(max-width: 1199px){.mplace-offer__text-description ul li:before{width:6px;height:6px;top:7px;left:8px}}@media(max-width: 1199px){.mplace-offer__item-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media(max-width: 1199px){.mplace-related-offers{margin-top:50px}}@media(max-width: 1199px){.mplace-related-offers h2{font-style:normal;font-weight:500;font-size:32px;line-height:95%;color:#1c1c1c}}.mplace-related-offers__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:54px;margin-bottom:54px;border-bottom:2px solid #bdbdbd;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mplace-related-offers__item:last-child{border-bottom:none}@media(max-width: 1199px){.mplace-related-offers__item{gap:8px;padding-bottom:12px;margin-bottom:17px}}.mplace-related-offers__item-icon{width:120px;height:120px}@media(max-width: 1199px){.mplace-related-offers__item-icon{width:80px;height:80px}}.mplace-related-offers__item-icon img{width:100%;height:100%}.mplace-related-offers__item-title{font-style:normal;font-weight:500;font-size:28px;line-height:130%;color:#1c1c1c;width:432px}@media(max-width: 1199px){.mplace-related-offers__item-title{font-weight:500;font-size:16px;line-height:130%;color:#1c1c1c;width:-webkit-calc(100% - 88px);width:calc(100% - 88px)}}.mplace-related-offers__item-text{font-style:normal;font-weight:400;font-size:16px;line-height:140%;color:#4f4e50;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;letter-spacing:-0.05px}@media(max-width: 1199px){.mplace-related-offers__item-text{width:100%;font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#4f4e50;-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto}}
