@font-face {
	font-family: 'Montserrat';
	src: url("/assets/common/fonts/Montserrat-Regular.otf");
	font-style: normal
}

@font-face {
	font-family: 'MontserratMedium';
	src: url("/assets/common/fonts/Montserrat-Medium.otf");
	font-weight: 500
}

@font-face {
	font-family: 'MontserratExtrabold';
	src: url("/assets/common/fonts/Montserrat-Bold.otf");
	font-weight: 800
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit;
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden], template {
	display: none
}

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: none
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	background: hsla(0, 0%, 100%, .75);
	cursor: pointer;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
	background: #fff
}

.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
	filter: alpha(opacity=60);
	opacity: .6
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button:disabled {
	filter: alpha(opacity=30);
	opacity: .3;
	cursor: auto
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-prev-next-button .arrow {
	fill: #333
}

.flickity-prev-next-button.no-svg {
	color: #333;
	font-size: 26px
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	filter: alpha(opacity=25);
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100);
	opacity: 1
}

@keyframes vex-fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

@keyframes vex-fadeout {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

@keyframes vex-rotation {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}

}

.vex, .vex *, .vex:after, .vex:before {
	box-sizing: border-box
}

.vex {
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1111;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.vex-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.vex-overlay {
	animation: vex-fadein .5s;
	position: fixed;
	z-index: 1111;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.vex-overlay.vex-closing {
	animation: vex-fadeout .5s forwards
}

.vex-content {
	animation: vex-fadein .5s;
	background: #fff
}

.vex.vex-closing .vex-content {
	animation: vex-fadeout .5s forwards
}

.vex-close:before {
	font-family: Arial, sans-serif;
	content: "\D7"
}

.vex-dialog-form {
	margin: 0
}

.vex-dialog-button {
	text-rendering: optimizeLegibility;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
	animation: vex-rotation .7s linear infinite;
	box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	position: fixed;
	z-index: 1112;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2em;
	width: 2em;
	background: #fff
}

body.vex-open {
	overflow: hidden
}

@keyframes vex-pulse {
	0% {
		box-shadow: inset 0 0 0 300px transparent
	}

	70% {
		box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
	}

	to {
		box-shadow: inset 0 0 0 300px transparent
	}

}

.vex.vex-theme-plain {
	padding-top: 160px;
	padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
	font-family: Helvetica Neue, sans-serif;
	background: #fff;
	color: #444;
	padding: 1em;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 450px;
	font-size: 1.1em;
	line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content li, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul {
	color: inherit
}

.vex.vex-theme-plain .vex-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
	position: absolute;
	content: "\D7";
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	height: 30px;
	width: 30px;
	text-align: center;
	top: 3px;
	right: 3px;
	color: #bbb;
	background: transparent
}

.vex.vex-theme-plain .vex-close:active:before, .vex.vex-theme-plain .vex-close:hover:before {
	color: #777;
	background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
	margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
	margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
	background: #f0f0f0;
	width: 100%;
	padding: .25em .67em;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	min-height: 2.5em;
	margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
	outline: none
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
	*zoom: 1
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
	content: "";
	display: table;
	clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
	border-radius: 0;
	border: 0;
	float: right;
	margin: 0 0 0 .5em;
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	line-height: 1em;
	padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
	margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
	animation: vex-pulse 1.1s infinite;
	outline: none
}

@media (max-width:568px) {
	.vex.vex-theme-plain .vex-dialog-button:focus {
		animation: none
	}
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
	background: #3288e6;
	color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
	background: #e0e0e0;
	color: #777
}

.vex-loading-spinner.vex-theme-plain {
	height: 2.5em;
	width: 2.5em
}

@font-face {
	font-family: icomoon;
	src: url(data:application/vnd.ms-fontobject;base64,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);
	src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"), url(data:application/x-font-ttf;base64,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) format("truetype"), url(data:application/font-woff;base64,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) format("woff"), url(../../static/img/icomoon.9f62a69.svg#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}

.t-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (min-width:1170px) {
	.t-container {
		max-width: 1200px;
		padding-left: 70px;
		padding-right: 70px;
		position: relative
	}

}

@media only screen and (max-width:1169px) {
	.t-container {
		width: auto;
		padding-left: 24px;
		padding-right: 24px
	}

}

@media only screen and (max-width:767px) {
	.t-container {
		overflow: hidden
	}

}

@media only screen and (max-width:480px) {
	.hidden-mobile {
		display: none
	}

}

@media only screen and (min-width:1170px) {
	.t-container--collapse {
		padding: 0
	}

}

.t-breakline {
	display: block
}

*, :after, :before {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box
}

body, html {
	width: 100%;
	margin: 0;
	padding: 0
}

body {
	font-family: Montserrat, sans-serif
}

.o-button {
	display: block;
	text-decoration: none;
	width: 310px;
	padding: 28px 36px;
	border-radius: 35px;
	box-shadow: 0 22px 24px 0 rgba(0, 0, 0, .19);
	text-align: center;
	margin-bottom: 33px;
	background-color: #fff;
	line-height: 1
}

.o-button:after {
	content: "";
	display: block;
	clear: both
}

.o-button:hover .o-button__arrow {
	transform: translateX(10px) translateZ(0)
}

.o-button__text {
	display: block;
	float: left;
	color: #272727;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700
}

.o-button__arrow {
	display: block;
	margin-left: 15px;
	float: right;
	transform: translateX(0) translateZ(0);
	transition: transform .2s ease-in-out
}

.o-button__arrow:before {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	font-size: 14px;
	color: #dd0332
}

.o-button--highlight {
	background: linear-gradient(45deg, #dd0332, #b90636);
	background-color: #dd0332
}

.o-button--highlight .o-button__arrow:before, .o-button--highlight .o-button__text {
	color: #fff
}

.o-button--outline {
	border: 2px solid #dd0332;
	box-shadow: none
}

.o-button--outline .o-button__text {
	color: #272727
}

.o-button--outline .o-button__arrow:before {
	color: #dd0332
}

@media only screen and (max-width:767px) {
	.o-button {
		padding: 18px 16px;
		max-width: 240px;
		width: 100%
	}

	.o-button__text {
		font-size: 12px;
		float: none;
		display: inline-block
	}

}

.o-link {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .4px;
	color: #272727;
	text-decoration: none;
	display: block
}

.o-link:after {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	display: inline-block;
	font-size: 14px;
	color: #dd0332;
	margin-left: 15px;
	transform: translateX(0) translateZ(0);
	transition: transform .2s ease-in-out
}

.o-link:hover:after {
	transform: translateX(10px) translateZ(0)
}

@media only screen and (max-width:767px) {
	.o-link {
		font-size: 19px
	}

}

@keyframes header-anim {
	0% {
		transform: translate3d(0, -100%, 0)
	}

	to {
		transform: translateZ(0)
	}

}

.c-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

.c-header__wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 58px
}

@media only screen and (min-width:1170px) {
	.c-header__wrap {
		max-width: 1200px;
		padding-left: 70px;
		padding-right: 70px;
		position: relative
	}

}

@media only screen and (max-width:1169px) {
	.c-header__wrap {
		width: auto;
		padding-left: 24px;
		padding-right: 24px
	}

}

.c-header__wrap:after {
	content: "";
	display: block;
	clear: both
}

.c-header__logo {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 213px
}

.c-header__logo img {
	width: 100%
}

.c-header__info {
	float: right
}

.c-header__logo-img {
	display: block
}

.c-header__nav {
	float: right
}

.c-header__nav-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 30px
}

.c-header__nav-item {
	display: inline-block;
	position: relative
}

.c-header__nav-item:not(:first-child) {
	margin-left: 40px
}

.c-header__nav-item:before {
	content: "";
	width: 0;
	height: 3px;
	background-color: #dd0332;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width .2s ease
}

.c-header__nav-item:hover:before {
	width: 20px
}

.c-header__nav-item--active {
	font-weight: 700
}

.c-header__nav-item--active:before {
	width: 20px
}

.c-header__nav-link {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-size: 15px;
	line-height: 2
}

.c-header__nav--compact {
	position: relative;
	padding-top: 30px;
	height: 0;
	z-index: 1;
	padding-right: 30px
}

.c-header__nav--compact:before {
	content: "\E907";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	position: absolute;
	font-size: 10px;
	color: #fff;
	right: 0;
	top: 10px
}

.c-header__nav--compact .c-header__nav-list {
	height: 0;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .33)
}

.c-header__nav--compact .c-header__nav-item {
	display: block;
	margin-left: 0
}

.c-header__nav--compact .c-header__nav-link {
	display: block
}

.c-header__nav--compact .c-header__nav-item:not(.c-header__nav-item--active) .c-header__nav-link {
	color: #00539f;
	font-size: 11px;
	padding: 10px 20px;
	border-top: 1px solid hsla(0, 0%, 59%, .3);
	position: relative
}

.c-header__nav--compact .c-header__nav-item:not(.c-header__nav-item--active) .c-header__nav-link:before {
	content: "\E906";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	position: absolute;
	display: block;
	font-size: 12px;
	color: #dd0332;
	right: 20px;
	top: 15px
}

.c-header__nav--compact .c-header__nav-item--active {
	position: absolute;
	top: 0;
	right: 25px
}

.c-header__nav--compact .c-header__nav-item--active:before {
	content: none
}

.c-header__nav--compact:hover .c-header__nav-list {
	height: auto
}

.c-header__create-account-cta {
	float: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	padding: 9px 14px;
	border-radius: 16px;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: 600;
	display: none
}

.c-header__nav-sec {
	clear: both;
	float: right;
	margin-top: 18px;
	display: none
}

.c-header__nav-sec-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0
}

.c-header__nav-sec-item {
	display: inline-block
}

.c-header__nav-sec-item:not(:first-child) {
	margin-left: 20px
}

.c-header__nav-sec-link {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	opacity: .65;
	font-size: 13px
}

.c-header__nav-sec-link--active {
	text-shadow: 1px 0 0 #fff;
	opacity: 1
}

.c-header--compact {
	top: 0;
	z-index: 100;
	background: linear-gradient(45deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: fixed;
	animation: header-anim .3s linear;
	box-shadow: 1px 1px 20px #012e60
}

.c-header--compact .c-header__wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 106px
}

.c-header--compact .c-header__logo {
	margin-top: 14px
}

.c-header--compact .c-header__create-account-cta {
	display: block
}

.c-header--compact .c-header__nav-sec {
	display: block;
	position: absolute;
	white-space: nowrap;
	right: 70px;
	bottom: 20px
}

@media only screen and (max-width:1169px) {
	.c-header--compact .c-header__wrap {
		height: auto
	}

	.c-header--compact .c-header__logo {
		margin-top: 0;
		width: 120px
	}

	.c-header--compact .c-header__create-account-cta, .c-header--compact .c-header__nav-sec {
		display: none
	}

	.c-header--compact .c-header__wrap {
		height: 66px
	}

}

@media only screen and (max-width:767px) {
	.c-header__wrap {
		padding-top: 20px
	}

	.c-header__logo {
		max-width: 135px
	}

	.c-header__nav-list {
		margin-top: 30px;
		margin-left: 0
	}

	.c-header__nav-item {
		display: block
	}

	.c-header__nav-item:not(:first-child) {
		margin-left: 0
	}

	.c-header--compact .c-header__nav-list {
		margin-top: 43px
	}

	.c-header--compact .c-header__nav-link {
		font-size: 13px
	}

	.c-header__nav--compact {
		padding: 0
	}

	.c-header__nav--compact .c-header__nav-link {
		font-size: 13px
	}

	.c-header__nav--compact .c-header__nav-item:not(.c-header__nav-item--active) .c-header__nav-link {
		padding: 10px 39px 10px 20px
	}

}

.c-footer__wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (min-width:1170px) {
	.c-footer__wrap {
		max-width: 1200px;
		padding-left: 70px;
		padding-right: 70px;
		position: relative
	}

}

@media only screen and (max-width:1169px) {
	.c-footer__wrap {
		width: auto;
		padding-left: 24px;
		padding-right: 24px
	}

}

.c-footer__wrap:after {
	content: "";
	display: block;
	clear: both
}

.c-footer__links-wrap {
	padding-top: 49px;
	padding-bottom: 38px;
	position: relative
}

.c-footer__links-wrap:after {
	content: "";
	display: block;
	clear: both
}

.c-footer__links-wrap:before {
	content: "";
	display: block;
	height: 2px;
	background-image: linear-gradient(85deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: absolute;
	bottom: 0;
	width: 100%
}

.c-footer__links {
	float: left;
	width: 33.33%
}

.c-footer__links-title {
	font-size: 14px;
	font-weight: 700;
	color: #00539f;
	margin-bottom: 11px;
	margin-top: 0
}

.c-footer__links-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0
}

.c-footer__links-item {
	display: block
}

.c-footer__links-item--floated {
	float: left;
	width: 50%
}

.c-footer__links-link {
	font-size: 12px;
	line-height: 3.8;
	color: #272727;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	position: relative;
	white-space: nowrap
}

.c-footer__links-link:before {
	content: "\E906";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	position: absolute;
	font-size: 8px;
	color: #dd0332;
	top: 50%;
	transform: translate3d(0, -40%, 0);
	left: 0;
	font-weight: 700;
	transition: transform .2s ease-in-out
}

.c-footer__links-link:hover {
	text-decoration: underline
}

.c-footer__links-link:hover:before {
	transform: translate3d(5px, -40%, 0)
}

.c-footer__contact-info {
	margin-top: 36px;
	margin-bottom: 57px
}

.c-footer__contact-info:after {
	content: "";
	display: block;
	clear: both
}

.c-footer__phones {
	display: inline-block;
	vertical-align: bottom
}

.c-footer__phones-title {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.8
}

.c-footer__phones-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: 21px;
	margin-bottom: 0;
	width: 760px
}

.c-footer__phones-list:after {
	content: "";
	display: block;
	clear: both
}

.c-footer__phones-item {
	width: 25%;
	float: left;
	display: block
}

.c-footer__phones-number {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #272727;
	text-decoration: none;
	position: relative;
	padding-left: 18px
}

.c-footer__phones-number:before {
	content: "\E90A";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	font-size: 12px;
	color: #dd0332;
	position: absolute;
	top: 2px;
	left: 0
}

.c-footer__phones-number:hover {
	text-decoration: underline
}

.c-footer__phones-desc {
	display: block;
	font-size: 9px;
	color: #272727;
	white-space: nowrap;
	font-weight: 500;
	margin-top: 5px
}

.c-footer__signature {
	font-size: 12px;
	font-style: normal;
	line-height: 2.1;
	font-weight: 500;
	display: inline-block;
	vertical-align: bottom
}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-webdoor {

    background: url(/mei/static/img/banner-mei.jpg) 51% 0 no-repeat!important;
}
.s-webdoor__title {

    width: 75%!important;
}
	br {
		display: none
	}

	.c-footer__links {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 32%
	}

	.c-footer__links:not(:last-child) {
		margin-right: 60px;
		width: calc(32% - 60px)
	}

	.c-footer__links-link {
		line-height: 1.7;
		margin-bottom: 9px;
		white-space: normal
	}

	.c-footer__links-item--floated {
		float: none;
		width: auto
	}

	.c-footer__phones {
		display: block
	}

	.c-footer__phones-list {
		margin: 20px auto 0;
		width: 610px
	}

	.c-footer__phones-title {
		text-align: center
	}

	.c-footer__phones-desc {
		white-space: normal
	}

	.c-footer__phones-item {
		margin-bottom: 20px;
		width: auto
	}

	.c-footer__phones-item:not(:last-child) {
		margin-right: 30px
	}

	.c-footer__signature {
		text-align: center;
		width: 100%
	}

}

@media only screen and (max-width:767px) {
	.c-footer:after {
		content: "";
		background-color: #dd0332;
		display: block;
		margin-top: 30px;
		height: 10px;
		width: 100%
	}

	.c-footer__links-wrap {
		padding-top: 25px;
		padding-bottom: 0
	}

	.c-footer__links-wrap:before {
		content: none
	}

	.c-footer__links-title, .c-footer__phones-title {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		padding-top: 19px;
		margin-bottom: 0;
		cursor: pointer
	}

	.c-footer__links-title:before, .c-footer__phones-title:before {
		content: "\E907";
		font-family: icomoon;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		speak: none;
		text-transform: none;
		font-size: 15px;
		line-height: 17px;
		color: #e70741;
		float: right;
		margin-right: 6px;
		margin-left: 20px
	}

	.c-footer__links-title:after, .c-footer__phones-title:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: linear-gradient(45deg, #0066b1, #01113a);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01113a", endColorstr="#0066b1", GradientType=1);
		opacity: .6;
		margin-top: 19px
	}

	.c-footer__links-list {
		display: none
	}

	.c-footer__contact-info {
		margin: 0
	}

	.c-footer__phones {
		display: block;
		margin-bottom: 19px
	}

	.c-footer__phones-list {
		display: none;
		width: auto
	}

	.c-footer__phones-title {
		color: #00539f
	}

	.c-footer__phones-item {
		float: none;
		text-align: center;
		margin: 0 auto 20px;
		width: 159px
	}

	.c-footer__signature {
		display: block;
		font-size: 13px;
		line-height: 1.38;
		text-align: center;
		width: 100%
	}

	.c-footer__links {
		float: none;
		width: 100%
	}

	.c-footer__links--active .c-footer__links-list, .c-footer__links--active .c-footer__phones-list {
		display: block
	}

	.c-footer__links-item--floated {
		float: none
	}

}

.c-box-areas-links {
	margin-top: -62px;
	font-size: 0;
	position: relative;
	z-index: 2
}

.c-box-areas-links__item {
	vertical-align: top;
	position: relative;
	padding-top: 10px
}

.c-box-areas-links__item:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #dd0332;
	position: absolute;
	top: 0;
	left: 35px
}

.c-box-areas-links__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #272727;
	margin: 0 0 8px
}

.c-box-areas-links__title br {
	display: none
}

.c-box-areas-links__text {
	font-size: 15px;
	line-height: 1.53;
	letter-spacing: .5px;
	color: #272727;
	margin: 0
}

.c-box-areas-links__link {
	display: block;
	text-decoration: none;
	width: 100%
}

@media only screen and (min-width:768px) {
	.c-box-areas-links__item {
		display: inline-block;
		width: 50%
	}

	.c-box-areas-links__item:not(:last-child) {
		margin-right: 25px;
		width: calc(50% - 25px)
	}

	.c-box-areas-links__item .c-box-areas-links__link {
		min-height: 210px
	}

	.c-box-areas-links__item--active .c-box-areas-links__link {
		background: #fff;
		box-shadow: none
	}

	.c-box-areas-links__item--active .c-box-areas-links__title {
		color: #dd0332
	}

	.c-box-areas-links__link {
		box-shadow: 0 24px 178px -34px rgba(0, 0, 0, .45);
		text-decoration: none;
		background: #c8c5cb;
		padding: 37px 35px;
		width: 100%
	}

}

@media only screen and (max-width:767px) {
	.c-box-areas-links {
		margin-top: -65px
	}

	.c-box-areas-links__link {
		box-shadow: none;
		background: none;
		padding: 0
	}

	.c-box-areas-links__title {
		background: #c8c5cb;
		box-shadow: 0 24px 178px -34px rgba(0, 0, 0, .45);
		padding: 31px 28px;
		font-size: 16px;
		letter-spacing: .4px;
		text-align: center;
		width: 100%
	}

	.c-box-areas-links__title br {
		display: block
	}

	.c-box-areas-links__title:before {
		content: "";
		width: 3px;
		height: 20px;
		background: #dd0332;
		position: absolute;
		top: 0;
		left: 28px
	}

	.c-box-areas-links__text {
		display: none;
		text-align: center
	}

	.c-box-areas-links__item {
		display: inline-block;
		margin-right: 0;
		width: 50%
	}

	.c-box-areas-links__item:before {
		content: none
	}

	.c-box-areas-links__item:not(:last-child) {
		margin-right: 15px;
		width: calc(50% - 15px)
	}

	.c-box-areas-links__item .c-box-areas-links__info-holder {
		max-width: none
	}

	.c-box-areas-links__item .c-box-areas-links__link {
		min-height: 0
	}

	.c-box-areas-links__item--active .c-box-areas-links__title {
		background: #fff;
		box-shadow: none;
		color: #dd0332
	}

	.c-box-areas-links__item--active .c-box-areas-links__text {
		display: block;
		padding: 36px 0 0 46px;
		position: relative
	}

	.c-box-areas-links__item--active .c-box-areas-links__text:before {
		content: "";
		height: 100%;
		background: #c8c5cb;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 14px;
		width: 2px
	}

	.c-box-areas-links__item--active.already-am .c-box-areas-links__text {
		margin-left: -100%
	}

	.c-box-areas-links__item--active.wanto-to-be .c-box-areas-links__text {
		margin-right: -100%
	}

}

@media only screen and (max-width:1169px) {
	.c-box-areas-links__text br {
		display: none
	}

}

.c-text-explanation {
	padding: 77px 0 49px 75px;
	position: relative
}

.c-text-explanation:before {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background: #c8c5cb;
	position: absolute;
	left: 37px;
	top: 0
}

.c-text-explanation__arrow {
	background: #fff;
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	left: 0;
	top: 62px
}

.c-text-explanation__arrow:before {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #dd0332;
	display: block;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px
}

.c-text-explanation__title {
	font-size: 40px;
	line-height: 1;
	letter-spacing: .5px;
	color: #272727;
	margin: 0 0 17px
}

span.c-text-explanation__text {
	margin-top: 20px
}

.c-text-explanation__text {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .6px;
	color: #272727;
	margin: 0 0 27px
}

.c-text-explanation__text--highlight {
	color: #e70741;
	text-decoration: underline
}

@media only screen and (max-width:767px) {
	.c-text-explanation {
		padding: 55px 0 30px 37px
	}

	.c-text-explanation:before {
		left: 14px
	}

	.c-text-explanation__arrow {
		width: 25px;
		height: 42px;
		top: 48px
	}

	.c-text-explanation__arrow:before {
		font-size: 15px
	}

	.c-text-explanation__title {
		font-size: 24px;
		margin-bottom: 12px
	}

	.c-text-explanation__title br {
		display: none
	}

	.c-text-explanation__text {
		font-size: 17px;
		line-height: 1.4
	}

	.c-text-explanation__text br {
		display: none
	}

}

.c-questions {
	font-size: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0
}

.c-questions:after {
	content: "";
	display: block;
	clear: both
}

.c-questions__item {
	width: 100%
}

.c-questions__item:not(:last-child) {
	padding-bottom: 5px
}

.c-questions__item-wrapper {
	font-size: 1.25rem;
	position: relative
}

.c-questions__item-mask {
	background-image: linear-gradient(58deg, #0066b1, #e70741);
	
	display: block;
	height: 0;
	padding-top: 63.38%;
	width: 100%;
	opacity: .8
}

.c-questions__content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.c-questions__content-inner {
	left: 0;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 10px;
	position: absolute;
	bottom: 0
}

.c-questions__question {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1.5;
	white-space: pre
}

.c-questions__cta, .c-questions__question {
	margin-bottom: 0;
	margin-top: 0;
	text-align: left
}

.c-questions__cta {
	font-size: .8125rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2.31;
	letter-spacing: 1px;
	white-space: nowrap
}

.c-questions__cta:after {
	content: "\279C";
	display: inline-block;
	vertical-align: middle
}

.c-questions__cta-text {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 1em
}

.c-questions__link {
	color: #fff;
	text-decoration: none;
	transition: background-color .2s
}

.c-questions__link .c-questions__question {
	transition: color .2s
}

.c-questions__link:hover {
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25)
}

.c-questions__link:hover .c-questions__question {
	color: #272727
}

.c-questions__link:hover .c-questions__cta {
	color: #dd0332
}

.c-questions__link:hover .c-questions__cta-text {
	max-width: 100px
}

.quero-ser-mei .c-questions__item-wrapper {
	background-image: url(../../static/img/mosaic-quero-ser-mei.872217f.jpg)
}

.ja-sou-mei .c-questions__item-wrapper {
	background-image: url(../../static/img/mosaic-ja-sou-mei.ad22c90.jpg)
}

.c-questions__cta-articles {
	float: right;
	font-size: 14px;
	position: relative;
	z-index: 1;
	margin-top: 22px
}

@media only screen and (min-width:1170px) {
	.c-questions__item {
		float: left;
		width: 33.33%
	}

	.c-questions__item .c-questions__item-wrapper {
		background-size: 300%
	}

	.c-questions__item:first-child .c-questions__item-wrapper {
		background-size: 150%;
		background-position: 0 0
	}

	.c-questions__item:first-child .c-questions__item-mask {
		background-image: linear-gradient(33deg, rgba(0, 102, 177, .8), rgba(1, 40, 90, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0066B1, endColorstr=#01285A, GradientType=1)
	}

	.c-questions__item:nth-child(2) .c-questions__item-wrapper {
		background-position: 100% 0
	}

	.c-questions__item:nth-child(2) .c-questions__item-mask {
		background-image: linear-gradient(58deg, rgba(1, 40, 90, .8), rgba(1, 17, 58, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01285A, endColorstr=#01113A, GradientType=1)
	}

	.c-questions__item:nth-child(3) .c-questions__item-wrapper {
		background-position: 100%
	}

	.c-questions__item:nth-child(3) .c-questions__item-mask {
		background-image: linear-gradient(32deg, rgba(1, 40, 90, .8), rgba(1, 17, 58, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01285A, endColorstr=#01113A, GradientType=1)
	}

	.c-questions__item:nth-child(4) .c-questions__item-wrapper {
		background-position: 0 100%
	}

	.c-questions__item:nth-child(4) .c-questions__item-mask {
		background-image: linear-gradient(58deg, rgba(1, 40, 90, .8), rgba(1, 17, 58, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01285A, endColorstr=#01113A, GradientType=1)
	}

	.c-questions__item:nth-child(5) .c-questions__item-wrapper {
		background-position: bottom
	}

	.c-questions__item:nth-child(5) .c-questions__item-mask {
		background-image: linear-gradient(58deg, rgba(1, 40, 90, .8), rgba(1, 17, 58, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01285A, endColorstr=#01113A, GradientType=1)
	}

	.c-questions__item:nth-child(6) .c-questions__item-wrapper {
		background-position: 100% 100%
	}

	.c-questions__item:nth-child(6) .c-questions__item-mask {
		background-image: linear-gradient(58deg, rgba(1, 50, 104, .8), rgba(1, 17, 58, .8));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#013268, endColorstr=#01113A, GradientType=1)
	}

	.c-questions__item:nth-child(4) {
		clear: left
	}

	.c-questions__item:nth-child(4), .c-questions__item:nth-child(5) {
		width: calc(33.33% - 5px);
		margin-right: 5px
	}

	.c-questions__item:nth-child(4) .c-questions__item-mask, .c-questions__item:nth-child(5) .c-questions__item-mask {
		padding-top: 64.3%
	}

	.c-questions__item--big {
		margin-right: 5px;
		width: calc(66.66% - 5px)
	}

	.c-questions__item--big .c-questions__question {
		font-size: 2.5rem;
		line-height: 1.25;
		letter-spacing: .5px
	}

	.c-questions__item--big .c-questions__item-mask {
		padding-top: 64.539%
	}

	.c-questions__cta-text {
		max-width: 0;
		margin-right: 0;
		transition: all .2s
	}

	.c-questions__link:hover .c-questions__cta-text {
		margin-right: 1em;
		max-width: 100px
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.c-questions br {
		display: none
	}

	.c-questions__item {
		float: left;
		width: calc(50% - 3px)
	}

	.c-questions__item:nth-child(odd) {
		margin-right: 5px
	}

	.c-questions__item .c-questions__item-wrapper {
		background-size: 300%
	}

	.c-questions__item:first-child .c-questions__item-wrapper {
		background-position: -100% top
	}

	.c-questions__item:first-child .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(0, 102, 177, .8), rgba(1, 57, 114, .8))
	}

	.c-questions__item:nth-child(2) .c-questions__item-wrapper {
		background-position: 100% top
	}

	.c-questions__item:nth-child(2) .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(1, 57, 114, .8), rgba(1, 17, 58, .8))
	}

	.c-questions__item:nth-child(3) .c-questions__item-wrapper {
		background-position: -100%
	}

	.c-questions__item:nth-child(3) .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(0, 102, 177, .8), rgba(1, 57, 114, .8))
	}

	.c-questions__item:nth-child(4) .c-questions__item-wrapper {
		background-position: 100%
	}

	.c-questions__item:nth-child(4) .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(1, 57, 114, .8), rgba(1, 17, 58, .8))
	}

	.c-questions__item:nth-child(5) .c-questions__item-wrapper {
		background-position: -100% bottom
	}

	.c-questions__item:nth-child(5) .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(0, 102, 177, .8), rgba(1, 57, 114, .8))
	}

	.c-questions__item:nth-child(6) .c-questions__item-wrapper {
		background-position: 100% bottom
	}

	.c-questions__item:nth-child(6) .c-questions__item-wrapper .c-questions__item-mask {
		background-image: linear-gradient(45deg, rgba(1, 57, 114, .8), rgba(1, 17, 58, .8))
	}

	.c-questions__question {
		font-size: 2.3vw;
		white-space: normal;
		max-width: 31vw
	}

}

@media only screen and (max-width:767px) {
	.c-questions__content-inner {
		padding-bottom: 1.25rem;
		padding-left: 1.25rem
	}

	.c-questions__item:not(:last-child) {
		padding-bottom: 0;
		margin-bottom: 15px
	}

	.c-questions__item .c-questions__item-mask {
		padding-top: 51.99%
	}

	.c-questions__item:first-child {
		margin-left: -24px;
		margin-right: -24px;
		width: 100vw
	}

	.c-questions__item:first-child .c-questions__question {
		font-size: 1.5625rem;
		line-height: 1.25;
		letter-spacing: .5px
	}

	.c-questions__item:first-child .c-questions__item-wrapper {
		background-position: center 4%;
		background-size: 143%
	}

	.c-questions__item:first-child .c-questions__item-mask {
		background-image: linear-gradient(16deg, #0066b1, #01113a);
		padding-top: 74.13%
	}

	.c-questions__item:nth-child(2) .c-questions__item-wrapper {
		background-position: center 51%;
		background-size: 163%
	}

	.c-questions__item:nth-child(2) .c-questions__item-mask {
		background-image: linear-gradient(16deg, #004988, #005aa0)
	}

	.c-questions__item:nth-child(3) .c-questions__item-wrapper {
		background-position: center 81%;
		background-size: 163%
	}

	.c-questions__item:nth-child(3) .c-questions__item-mask {
		background-image: linear-gradient(16deg, #014583, #004988)
	}

	.c-questions__item:nth-child(4) .c-questions__item-wrapper {
		background-position: center 100%;
		background-size: 203%
	}

	.c-questions__item:nth-child(4) .c-questions__item-mask {
		background-image: linear-gradient(16deg, #38348b, #014583)
	}

	.c-questions__item:nth-child(5) .c-questions__item-wrapper {
		background: none
	}

	.c-questions__item:nth-child(5) .c-questions__item-mask {
		background-image: linear-gradient(16deg, #011641, #38348b);
		opacity: .95
	}

	.c-questions__item:nth-child(6) .c-questions__item-wrapper {
		background: none
	}

	.c-questions__item:nth-child(6) .c-questions__item-mask {
		background-image: linear-gradient(16deg, #011641, #002556);
		opacity: .95
	}

	.c-questions__question {
		font-size: 1.1875rem
	}

	.c-questions__cta {
		display: none
	}

	.c-questions__cta-articles {
		font-size: 13px
	}

	.quero-ser-mei .c-questions__item-wrapper {
		background-image: url(../../static/img/mosaic-quero-ser-mei-mobile.03234d3.jpg)
	}

	.ja-sou-mei .c-questions__item-wrapper {
		background-image: url(../../static/img/mosaic-ja-sou-mei-mobile.0d2d1eb.jpg)
	}

	.c-questions__cta-articles {
		margin-top: 7px
	}

}

@media only screen and (max-width:480px) {
	.c-questions__question {
		font-size: .875rem;
		white-space: normal
	}

	.c-questions__cta {
		font-size: .625rem
	}

	.c-questions .c-questions__item:first-child .c-questions__question {
		font-size: 1.0625rem;
		line-height: 1.25;
		letter-spacing: .5px
	}

}

.c-specials-conditions {
	background-color: #eaeaea
}

.c-specials-conditions__wrap {
	max-width: 1058px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 65px
}

.c-specials-conditions__wrap:before {
	content: "";
	display: block;
	height: 2px;
	background-image: linear-gradient(85deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: absolute;
	bottom: 0;
	width: 100%
}

.c-specials-conditions__wrap .flickity-page-dots {
	text-align: left;
	bottom: 25px
}

.c-specials-conditions__wrap .flickity-page-dots .dot {
	margin-left: 0;
	margin-right: 30px
}

.c-specials-conditions__wrap .flickity-page-dots .dot.is-selected {
	background-color: #dd0332
}

.c-specials-conditions__wrap .flickity-page-dots .dot:not(.is-selected) {
	background-color: #c9c9c9
}

.c-specials-conditions__wrap .flickity-prev-next-button {
	border-radius: 0;
	background-color: #fff;
	width: 70px;
	height: 70px;
	bottom: 0;
	top: auto;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .33)
}

.c-specials-conditions__wrap .flickity-prev-next-button svg {
	display: none
}

.c-specials-conditions__wrap .flickity-prev-next-button:before {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #dd0332;
	transition: transform .2s ease-in-out
}

.c-specials-conditions__wrap .flickity-prev-next-button.next {
	right: 38px
}

.c-specials-conditions__wrap .flickity-prev-next-button.next:hover:before {
	transform: translate3d(-20%, -50%, 0)
}

.c-specials-conditions__wrap .flickity-prev-next-button.previous {
	right: 128px;
	left: auto
}

.c-specials-conditions__wrap .flickity-prev-next-button.previous:before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform-origin: 25% 25%;
	transform-origin: 25% 25%
}

.c-specials-conditions__wrap .flickity-prev-next-button.previous:hover:before {
	transform: translate3d(-20%, 0, 0) rotate(180deg)
}

.c-specials-conditions__sec-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: .3px;
	color: #272727;
	margin: 0 0 24px
}

.c-specials-conditions__item {
	background-position: 50%;
	background-size: contain;
	overflow: hidden;
	position: relative;
	width: 100%
}

.c-specials-conditions__img {
	width: 100%
}

.c-specials-conditions__info {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 400px
}

.c-specials-conditions__info--bradesco .c-specials-conditions__title {
	text-transform: none
}

.c-specials-conditions__title {
	color: #fff;
	font-size: 39px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 35px;
	text-transform: uppercase
}

.c-specials-conditions__title span {
	display: block;
	font-size: 16px
}

.c-specials-conditions__title .c-specials-conditions__title--small {
	text-transform: none
}

.c-specials-conditions__additional-info {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700
}

.c-specials-conditions__desc {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 28px
}

.c-specials-conditions__price {
	color: #fff;
	line-height: 30px;
	margin: 0 0 32px
}

.c-specials-conditions__price--in-cash {
	font-size: 16px;
	line-height: 18px
}

.c-specials-conditions__price--in-installment {
	font-size: 31px;
	line-height: 1
}

.c-specials-conditions__price--in-installment strong {
	font-size: 37px
}

.c-specials-conditions__cta {
	background-color: #fff;
	border-radius: 21px;
	color: #000;
	display: inline-block;
	font-weight: 700;
	height: 43px;
	line-height: 43px;
	padding: 0 40px;
	text-decoration: none
}

.c-specials-conditions__disclaimer {
	position: absolute;
	bottom: 10px;
	left: 24px;
	width: 170px;
	text-align: right;
	font-size: 13px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.c-specials-conditions__img {
		width: 100%
	}

	.c-specials-conditions__title {
		font-size: 30px
	}

	.c-specials-conditions__info {
		max-width: 350px
	}

	.c-specials-conditions__additional-info {
		font-size: 16px
	}

	.c-specials-conditions__disclaimer {
		right: 242px;
		width: auto
	}

	.c-specials-conditions__wrap .flickity-prev-next-button {
		bottom: -25px
	}

	.c-specials-conditions__desc br {
		display: none
	}

}

@media only screen and (max-width:767px) {
	.c-specials-conditions__item {
		height: 220px;
		width: 295px;
		margin: 0 5px
	}

	.c-specials-conditions__item--1 {
		background: url(../../static/img/banner-1.9c35451.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--2 {
		background: url(../../static/img/banner-2.bd8cfa6.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--3 {
		background: url(../../static/img/banner-3.737955d.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--4 {
		background: url(../../static/img/banner-4.94296e2.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__wrap {
		padding-bottom: 50px
	}

	.c-specials-conditions .t-container {
		padding: 0
	}

	.c-specials-conditions .flickity-page-dots {
		text-align: center
	}

	.c-specials-conditions .flickity-page-dots .dot {
		margin-right: 15px
	}

	.c-specials-conditions .flickity-prev-next-button {
		display: none
	}

	.c-specials-conditions__title {
		font-size: 24px;
		margin-bottom: 9px
	}

	.c-specials-conditions__title br {
		display: none
	}

	.c-specials-conditions__desc {
		font-size: 12px;
		line-height: 16px
	}

	.c-specials-conditions__desc br {
		display: none
	}

	.c-specials-conditions__info {
		max-width: 157px
	}

	.c-specials-conditions__info--left {
		left: calc(50% - 21px);
		width: 100%
	}

	.c-specials-conditions__info--right {
		text-align: right;
		right: calc(50% - 21px);
		width: 100%
	}

	.c-specials-conditions__info--cielo {
		width: 100%;
		max-width: 129px;
		right: 6px;
		left: auto
	}

	.c-specials-conditions__info--cielo .c-specials-conditions__title {
		margin-left: -100%;
		padding: 0 25px;
		line-height: 1;
		margin-bottom: 16px
	}

	.c-specials-conditions__info--bradesco {
		width: 100%;
		max-width: 186px;
		right: 6px;
		left: auto
	}

	.c-specials-conditions__info--bradesco .c-specials-conditions__title {
		margin-left: -54%;
		padding: 0 25px;
		line-height: 1;
		margin-bottom: 34px;
		font-size: 20px
	}

	.c-specials-conditions__info--bradesco .c-specials-conditions__title--small {
		font-size: 12px
	}

	.c-specials-conditions__info--bradesco .c-specials-conditions__desc {
		margin-bottom: 5px
	}

	.c-specials-conditions__info--bradesco .c-specials-conditions__additional-info {
		font-size: 11px;
		line-height: 14px;
		margin-top: 0
	}

	.c-specials-conditions__disclaimer {
		width: 90%;
		font-size: 8px;
		bottom: 0
	}

	.c-specials-conditions__price--in-installment {
		font-size: 15px;
		line-height: 19px
	}

	.c-specials-conditions__price--in-installment strong {
		font-size: 16px
	}

	.c-specials-conditions__price {
		line-height: 1;
		margin-bottom: 10px
	}

	.c-specials-conditions__cta {
		line-height: 36px;
		height: 38px;
		padding: 0 19px;
		font-size: 13px
	}

	.c-specials-conditions__sec-title {
		font-size: 20px;
		margin-bottom: 40px;
		padding: 0 24px
	}

	.c-specials-conditions__sec-title br {
		display: none
	}

}

@media only screen and (min-width:768px) {
	.c-specials-conditions__item {
		height: 370px;
		width: 1058px
	}

	.c-specials-conditions__item--1 {
		background: url(../../static/img/banner-1.f590754.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--2 {
		background: url(../../static/img/banner-2.bc48d7a.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--3 {
		background: url(../../static/img/banner-3.c683be8.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__item--4 {
		background: url(../../static/img/banner-4.22c90d1.jpg) 0 0 no-repeat
	}

	.c-specials-conditions__info--left {
		left: 48%
	}

	.c-specials-conditions__info--right {
		text-align: right;
		right: 50%
	}

}

@media only screen and (min-width:1025px) and (max-width:1130px) {
	.c-specials-conditions__disclaimer {
		left: 102px
	}

}

.c-box-links {
	font-size: 0
}

.c-box-links .flickity-prev-next-button {
	display: none
}

.c-box-links__item {
	background: #fff
}

.c-box-links__disclaimer_banner {
	color: #fff;
	font-size: 8px;
	width: 514px;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-top: 10px
}

.c-box-links__disclaimer {
	font-size: 9px;
	color: #272727;
	margin: 0 0 9px
}

.c-box-links__item--small {
	margin-bottom: 15px
}

.c-box-links__link {
	padding: 40px 37px 20px;
	text-decoration: none;
	width: 100%;
	display: block;
	min-height: 230px
}

.c-box-links__link:after {
	content: "\E909";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #c8c5cb;
	font-size: 14px;
	display: block;
	position: absolute;
	height: 18px;
	right: 17px;
	top: 26px;
	width: 18px;
	transition: transform .2s ease-in-out
}

.c-box-links__link:hover:after {
	transform: translate3d(5px, -7px, 0)
}

.c-box-links__link--external {
	position: relative
}

.c-box-links__link--external:after {
	transform: translateZ(0)
}

.c-box-links__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .4px;
	color: #00539f;
	margin: 0 0 7px;
	width: 100%
}

.c-box-links__description {
	font-size: 15px;
	line-height: 1.53;
	letter-spacing: .5px;
	color: #272727;
	margin: 0 0 23px
}

.c-box-links__description br {
	display: none
}

.c-box-links__description ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}

.c-box-links__cta {
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	letter-spacing: 1px;
	color: #dd0332;
	text-transform: uppercase;
	margin: 0
}

.c-box-links__text-wrap {
	position: relative;
	z-index: 2
}

.c-box-links__mask {
	background-image: linear-gradient(85deg, #dd0332, #850026);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd0332", endColorstr="#850026", GradientType=1);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s
}

.c-box-links__link--colorfull {
	position: relative
}

.c-box-links__link--colorfull:hover {
	background: none;
	box-shadow: 0 2px 44px 0 rgba(0, 0, 0, .5)
}

.c-box-links__link--colorfull:hover .c-box-links__mask {
	opacity: 1;
	visibility: visible
}

.c-box-links__link--colorfull:hover .c-box-links__cta, .c-box-links__link--colorfull:hover .c-box-links__description, .c-box-links__link--colorfull:hover .c-box-links__disclaimer, .c-box-links__link--colorfull:hover .c-box-links__title, .c-box-links__link--colorfull:hover:after {
	color: #fff
}

@media only screen and (min-width:768px) {
	.c-box-links__item {
		display: inline-block;
		vertical-align: top
	}

	.c-box-links__item--small {
		margin-right: 15px;
		width: calc(33.3% - 15px)
	}

	.c-box-links__item--small:nth-child(3n+3) {
		margin-right: 0;
		width: 33.3%
	}

	.c-box-links__link--bottom:before {
		content: "";
		height: 100%;
		min-height: 178px
	}

	.c-box-links__link--bottom .c-box-links__text-wrap, .c-box-links__link--bottom:before {
		display: inline-block;
		vertical-align: top;
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.c-box-links__link {
		min-height: auto;
		height: 100%;
		overflow: hidden
	}

	.c-box-links__title {
		font-size: 16px
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.c-box-links {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

@media only screen and (max-width:767px) {
	.c-box-links__link {
		min-height: auto
	}
	.hidden-mobile{
		display: none;
	}

}

.c-tabs {
	font-size: 0;
	white-space: nowrap
}

.c-tabs__link {
	position: relative;
	display: inline-block;
	width: 50%;
	color: #272727;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-decoration: none;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0
}

.c-tabs__link:before {
	width: 100%
}

.c-tabs__link:after, .c-tabs__link:before {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	bottom: -1px;
	background-color: #979797
}

.c-tabs__link:after {
	width: 0;
	transition: width .2s ease
}

.c-tabs__link:hover {
	color: #dd0332
}

.c-tabs__link:hover:after {
	width: 100%;
	height: 3px;
	bottom: -1px;
	background-color: #dd0332;
	transition: width .2s ease
}

.c-tabs__link--active {
	color: #dd0332
}

.c-tabs__link--active:after {
	width: 100%;
	height: 3px;
	bottom: -1px;
	background-color: #dd0332
}

@media only screen and (max-width:767px) {
	.c-tabs__link {
		font-size: 3.6vw
	}

}

.c-modal--no-scroll .c-modal__wrapper {
	overflow: visible
}

.c-modal {
	display: block;
	white-space: nowrap;
	text-align: center
}

.c-modal:before {
	content: "";
	height: 100vh;
	width: 0
}

.c-modal .vex-content, .c-modal:before {
	display: inline-block;
	vertical-align: middle
}

.c-modal .vex-content {
	text-align: left;
	white-space: normal;
	font-size: 1rem;
	background: #fff;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 40px;
	max-height: 90vh;
	width: 100%;
	max-width: 885px;
	position: relative
}

.c-modal .vex-close {
	background: #dd0332;
	cursor: pointer;
	position: absolute;
	top: -12px;
	right: -12px;
	height: 49px;
	width: 49px
}

.c-modal .vex-close:before {
	content: "\E900";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-modal__content, .c-modal__placeholder {
	display: none
}

.c-modal__wrapper {
	overflow: hidden;
	overflow-y: scroll;
	max-height: calc(90vh - 100px);
	height: 100%;
	padding: 0 80px;
	margin: 0 9px
}

.c-modal__wrapper::-webkit-scrollbar {
	width: 8px
}

.c-modal__wrapper::-webkit-scrollbar-track {
	background-color: #eaeaea;
	border-radius: 5px
}

.c-modal__wrapper::-webkit-scrollbar-thumb {
	background-color: #c9c9c9;
	border-radius: 5px
}

@media only screen and (max-width:767px) {
	.c-modal .vex-content {
		width: auto;
		max-height: none;
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px
	}

	.c-modal__wrapper {
		padding: 0 9px;
		max-height: none
	}

}

.c-related {
	padding-top: 20px;
	position: relative
}

.c-related:before {
	content: "";
	background: linear-gradient(270deg, #0066b1, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: absolute;
	height: 2px;
	top: 0;
	width: 100%
}

.c-related__items {
	padding: 0;
	font-size: 0
}

.c-related__items .c-box-links__item {
	background: #c8c5cb
}

.c-related__items .c-box-links__item--small {
	margin-right: 10px;
	width: calc(33.8% - 10px)
}

.c-related__items .c-box-links__item--small:nth-child(3n+3) {
	margin-right: 0;
	widows: 33.3%
}

.c-related__items .c-box-links__link {
	padding: 30px 25px 9px;
	min-height: 0
}

.c-related__items .c-box-links__link:after {
	content: none
}

.c-related__items .c-box-links__item--bottom:before {
	min-height: 104px
}

.c-related__items .c-box-links__title {
	font-size: 15px;
	color: #272727;
	font-weight: 500
}

.c-related__items .c-box-links__cta:before {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	font-size: 17px;
	color: #e70741
}

.c-related__title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.59;
	letter-spacing: .4px;
	color: #272727;
	margin: 0 0 20px
}

.c-related__title:before {
	content: "\E901";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #e70741;
	font-size: 17px;
	margin-right: 10px
}

.c-related__link, .c-related__title:before {
	display: inline-block;
	vertical-align: middle
}

.c-related__link {
	color: #272727;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.08;
	letter-spacing: .4px;
	text-decoration: none
}

.c-related__link:before {
	content: "\E905";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #e70741;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin-right: 10px
}

@media only screen and (max-width:767px) {

	.c-related__items .c-box-links__item--small {
		width: 100% !important
	}

	.c-related__items .c-box-links__link {
		padding: 19px 21px;
		min-height: 0
	}

	.c-related__items .c-box-links__link:after {
		right: 12px;
		top: 15px
	}

	.c-related__items .c-box-links__title {
		margin-bottom: 0
	}

	.c-related__items .c-box-links__cta {
		display: none
	}

	.c-related__items .c-box-links__description {
		margin-bottom: 0;
		line-height: 1.6
	}

	.c-related__items .c-box-links__description:not(:last-child) {
		margin-bottom: 13px
	}

}

.c-video {
	border-bottom: 2px solid #5bb4e5;
	padding-bottom: 20px;
	margin-top: 20px
}

.c-video__items {
	padding: 0;
	font-size: 0
}

.c-video__item {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin-right: 0
}

.c-video__item:not(:last-child) {
	margin-right: 22px
}

.c-video__section-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.59;
	letter-spacing: .4px;
	color: #272727;
	margin: 0 0 30px
}

.c-video__section-title:before {
	content: "\E90B";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	color: #e70741;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin-right: 10px
}

.c-video__thumb-holder {
	box-shadow: 0 22px 24px 0 rgba(0, 0, 0, .19);
	height: 122px;
	width: 215px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 35px;
	display: block
}

.c-video__thumb-holder:before {
	content: "";
	background: linear-gradient(45deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: .5;
	border-radius: 10px
}

.c-video__thumb {
	border-radius: 10px;
	width: 100%
}

.c-video__thumb-title-holder {
	text-decoration: none;
	display: block
}

.c-video__thumb-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: .5px;
	color: #00539f;
	margin-bottom: 20px
}

.c-video__duration {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.82;
	letter-spacing: .5px;
	color: #272727
}

.c-modal--abra-sua-empresa-mei .vex-content {
	max-width: 690px
}

.c-modal--abra-sua-empresa-mei .c-modal__wrapper {
	overflow: visible
}

.c-open-account {
	max-width: 690px
}

.c-open-account__title {
	color: #dd0332;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 50px
}

.c-open-account__desc {
	font-size: 15px;
	margin-bottom: 40px;
	line-height: 1.6
}

.c-open-account__buttons {
	font-size: 0
}

.c-open-account__button {
	display: inline-block;
	width: 190px
}

.c-open-account__button .o-button__text {
	text-transform: none
}

.c-open-account__button:not(:first-child) {
	margin-left: 60px
}

@media only screen and (max-width:767px) {
	.c-open-account .c-open-account__title {
		font-size: 16px
	}

	.c-open-account .c-open-account__buttons {
		text-align: center
	}

	.c-open-account .c-open-account__button:not(:first-child) {
		margin-left: 0
	}

}

.l-questions-modal__wrapper {
	display: none
}

.l-questions-modal {
	width: 100%;
	margin: 0 auto;
	padding: 0
}

.l-questions-modal__list {
	display: none
}

.l-questions-modal__list--active {
	display: block
}

.l-questions-modal__list-holder {
	margin: 40px 0 0;
	padding: 0
}

.l-questions-modal__list-item {
	list-style: none;
	margin: 0 0 23px 23px;
	position: relative;
	vertical-align: top
}

.l-questions-modal__list-item:before {
	content: "\E906";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	position: absolute;
	font-size: 12px;
	color: #dd0332;
	top: 5px;
	transform: translateZ(0);
	left: -23px;
	font-weight: 700;
	transition: transform .2s ease-in-out
}

.l-questions-modal__list-item:hover {
	text-decoration: underline
}

.l-questions-modal__list-item:hover:before {
	transform: translate3d(5px, 0, 0)
}

.l-questions-modal__list-link {
	color: #000;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none
}

.l-questions-modal__list-link:hover {
	text-decoration: underline
}

@media only screen and (max-width:767px) {
	.l-questions-modal {
		width: 100%;
		margin: 0 auto;
		padding: 10px
	}

	.l-questions-modal__list-link {
		font-size: 16px
	}

}

.l-answer-modal__title-holder {
	border-bottom: 2px solid #5bb4e5
}

.l-answer-modal__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .6px;
	color: #00539f;
	margin-top: 0;
	margin-bottom: 25px
}

.l-answer-modal__text {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: .5px;
	margin-bottom: 40px;
	word-wrap: break-word
}

.l-answer-modal__text table {
	border-collapse: collapse
}

.l-answer-modal__text h2, .l-answer-modal__text h3, .l-answer-modal__text h4, .l-answer-modal__text h5, .l-answer-modal__text h6 {
	font-size: 15px
}

.l-answer-modal__text td {
	padding: 5px
}

.l-answer-modal__text table, .l-answer-modal__text td, .l-answer-modal__text th {
	border: 1px solid #000
}

.l-answer-modal__text p {
	margin-bottom: 1.3em
}

.l-answer-modal__text a {
	color: #dd0332;
	text-decoration: none
}

.l-answer-modal__text a:hover {
	text-decoration: underline
}

.l-answer-modal__cta {
	padding-top: 30px;
	position: relative
}

.l-answer-modal__cta .o-button__text {
	text-transform: none
}

.l-answer-modal__cta .o-button {
	margin-top: 15px;
	margin-right: 50px;
	display: inline-block;
	width: 190px
}

.l-answer-modal__cta .o-button:last-child {
	margin-right: 0
}

.l-answer-modal__cta .o-button--large {
	width: 310px
}

.l-answer-modal__cta .o-button--outline {
	border: 0;
	width: 165px;
	padding: 0
}

.l-answer-modal__cta .o-button--outline .o-button__text {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.08;
	letter-spacing: .4px;
	text-transform: none
}

.l-answer-modal__cta .o-button--outline .o-button__arrow {
	top: 5px;
	position: relative
}

.l-answer-modal__cta .o-link {
	color: #272727;
	font-size: 13px;
	font-weight: 500
}

.l-answer-modal__cta--with-sep:before {
	content: "";
	background: linear-gradient(270deg, #0066b1, #003a73, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: absolute;
	height: 2px;
	left: 0;
	top: 0;
	width: 100%
}

.l-answer-modal__cta-highlight {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 10px 0;
	display: inline-block
}

.l-answer-modal__description {
	font-size: 15px;
	line-height: 1.67;
	letter-spacing: .5px;
	color: #272727
}

@media only screen and (min-width:768px) {
	.l-answer-modal__cta .o-button--outline {
		background-color: transparent
	}
	.
.show-mobile{
		display: none;

	}
	.s-webdoor {

	min-height: 477px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	background:url(/mei/static/img/banner-mei.jpg) 0 0 no-repeat;
	background-position: center!important;
}


}

@media only screen and (max-width:767px) {
	.l-answer-modal__description br {
		display: none
	}

	.l-answer-modal__cta-highlight {
		text-align: left;
		display: block
	}

	.l-answer-modal__cta {
		text-align: center
	}

	.l-answer-modal__cta .o-button {
		display: block;
		margin: 25px auto 30px
	}

	.l-answer-modal__cta .o-button:last-child {
		margin: 25px auto 30px
	}

	.l-answer-modal__description {
		text-align: left
	}

}

.s-webdoor {
	height: 100%;
	max-height: 477px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	 background:url(/mei/static/img/banner-mei.jpg) 0 0 no-repeat;
}

.s-webdoor__mask {
	display: block;
	background-image: linear-gradient(85deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: .7
}

.s-webdoor__video {
	margin-left: -5%;
	width: 110%
}

.s-webdoor__title-wrapper {
	position: static
}

.s-webdoor__title-holder {
	position: absolute;
	bottom: 20%;
	z-index: 2
}

.s-webdoor__title {
	font-size: 40px;
	line-height: 1.3;
	color: #fff;
	font-weight: 400
}

.s-webdoor__title strong {
	display: block
}

@media only screen and (max-width:767px) {
	.s-webdoor {
		background: url(/mei/static/img/banner-mei-responsive.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
		min-height: 100vw;
		
	}

	.s-webdoor__title {
		position: absolute;
		bottom: auto;
		z-index: 2;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		font-size: 6vw;
		text-align: left;
	}

	.s-webdoor__title br {
		display: none
	}

	.s-webdoor__title-holder {
		width: 50%;
		bottom: none;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 648px) {
	.s-webdoor__video {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.show-mobile{
		display: none;
	}
	.s-webdoor {

		background-size: cover;
		min-height: 0;
		height: 477px
	}

}

.s-cta {
	padding-top: 126px;
	padding-bottom: 126px;
	width: 100%
}

.s-cta .c-text-explanation__arrow {
	top: 107px
}

@media only screen and (max-width:767px) {
	.s-cta {
		padding-top: 102px;
		padding-bottom: 105px
	}

	.s-cta .c-text-explanation__arrow {
		top: 94px
	}

	.s-cta .c-text-explanation__text {
		margin-bottom: 20px
	}

	.s-cta .o-button {
		margin-top: 43px;
		margin-bottom: 50px
	}

}

.s-partners {
	background-image: linear-gradient(85deg, #0066b1, #01113a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b1", endColorstr="#01113a", GradientType=1)
}

.s-partners .c-text-explanation {
	padding-top: 70px;
	padding-bottom: 58px;
	padding-left: 0
}

.s-partners .c-text-explanation:before {
	background: #ffffff;
	height: 62px
}

.s-partners .c-text-explanation:after {
	content: "";
	background: #ffffff;
	bottom: 0;
	display: block;
	position: absolute;
	left: 37px;
	top: 132px;
	width: 2px
}

.s-partners .c-text-explanation__arrow {
	background: none
}

.s-partners .c-text-explanation__arrow:before {
	color: #ffffff
}

.s-partners .c-text-explanation__text {
	color: #ffffff;
	padding-left: 73px;
	margin-bottom: 42px;
	font-weight: 400
}

.s-partners .c-box-links {
	position: relative;
	z-index: 1
}

.s-partners .c-box-links__link {
	min-height: 310px;
}

@media only screen and (min-width:1170px) {
	.s-partners .c-box-links__item {
		margin-right: 18px;
		width: calc(25% - 18px)
	}

	.s-partners .c-box-links__item:nth-child(4) {
		margin-right: 0;
		width: 25%
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-partners .c-box-links__link {
		min-height: 0
	}

	.s-partners .c-box-links__item {
		margin-right: 18px;
		width: calc(50% - 18px)
	}

	.s-partners .c-box-links__item:nth-child(2n+2) {
		margin-right: 0;
		width: 50%
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-partners .c-box-links__description {
		overflow: visible;
		height: auto
	}

}

@media only screen and (max-width:767px) {
	.s-partners .c-text-explanation {
		padding-top: 84px;
		padding-bottom: 84px
	}

	.s-partners .c-text-explanation:after {
		left: 13px
	}

	.s-partners .c-text-explanation__text {
		padding-left: 37px;
		margin-bottom: 31px
	}

	.s-partners .c-text-explanation__text.item--text {
		margin-top: 80px
	}

	.s-partners .c-text-explanation__arrow {
		top: 74px
	}

	.s-partners .c-box-links {
		margin-left: -24px;
		margin-right: -24px
	}

	.s-partners .c-box-links__item {
		margin: 0 10px;
		height: 254px;
		width: 80%
	}

	.s-partners .c-box-links__item:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.s-partners .c-box-links__link {
		display: inline-block;
		vertical-align: middle;
		position: static
	}

	.s-partners .flickity-page-dots {
		bottom: -35px
	}

	.s-partners .flickity-page-dots .dot {
		background-color: transparent;
		border: 1px solid #fff;
		opacity: 1
	}

	.s-partners .flickity-page-dots .dot.is-selected {
		background-color: #fff
	}

}

.s-services-kits {
	background-color: #eaeaea;
	position: relative;
	overflow: hidden;
	z-index: 0
}

.s-services-kits:before {
	background: linear-gradient(85deg, #dd0332, #850026);
	top: 167px;
	border-radius: 100px;
	max-width: 881px;
	width: 100%;
	height: 69%
}

.s-services-kits:after, .s-services-kits:before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%) translateZ(0);
	z-index: -1
}

.s-services-kits:after {
	background-color: #eaeaea;
	top: 169px;
	border-radius: 98px;
	max-width: 877px;
	width: 99.5%;
	height: 68.5%
}

.s-services-kits__holder {
	background: url(../../static/img/services-kits-woman.500def8.jpg) 49% 18px no-repeat;
	padding-top: 104px;
	padding-bottom: 73px;
	z-index: 1
}

.s-services-kits__header {
	padding-bottom: 35px;
	z-index: 2
}

.s-services-kits__header:before {
	content: "";
	background-color: #eaeaea;
	position: absolute;
	width: 332px;
	height: 290px;
	display: block;
	z-index: -1
}

.s-services-kits__title {
	font-family: Montserrat, sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #272727;
	line-height: 1.29;
	letter-spacing: .5px;
	margin: 0 0 12px
}

.s-services-kits__description {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .4px;
	margin: 0;
	max-width: 360px
}

.s-services-kits__cta .o-button {
	margin: 0 auto
}

.s-services-kits__boxes {
	font-size: 0;
	white-space: nowrap;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin: 30px 0 50px
}

.s-services-kits__box {
	display: inline-block;
	width: calc(50% - 8px);
	height: 300px;
	background: gray;
	vertical-align: bottom
}

.s-services-kits__box:not(:last-child) {
	margin-right: 8px
}

.s-services-kits__box--left-photo {
	padding-left: 165px
}

.s-services-kits__box--right-photo {
	padding-right: 165px
}

.s-services-kits__box--tall {
	height: 242px
}

.s-services-kits__box--high {
	height: 300px
}

.s-services-kits__box--exclusive {
	background: url(../../static/img/services-kits-exclusive-mei.0557626.jpg) 0 no-repeat
}

.s-services-kits__box--multi-mobile {
	background: url(../../static/img/services-kits-multi-mobile.571b205.jpg) 100% no-repeat
}

.s-services-kits__box-content {
	background-color: #fff;
	width: 100%;
	height: 100%;
	white-space: normal
}

.s-services-kits__box-content .c-box-links__item {
	width: 100%
}

.s-services-kits__box-content .c-box-links__link {
	padding: 28px 16px 21px 26px
}

.s-services-kits__box-content .c-box-links__title {
	padding-right: 42px
}

.s-services-kits__box-content .c-box-links__description {
	margin: 0 0 15px
}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-services-kits__holder {
		background-position: right 18px
	}

	.s-services-kits__boxes {
		margin: 30px 0 34px
	}

	.s-services-kits__holder {
		background: url(../../static/img/services-kits-woman-small-tablet.2656d87.jpg) 91% 104px no-repeat;
		background-size: 343px
	}

	.s-services-kits__box--left-photo {
		padding-left: 0
	}

	.s-services-kits__box--right-photo {
		padding-right: 0
	}

	.s-services-kits__box--high, .s-services-kits__box--tall {
		height: auto
	}

}

@media only screen and (max-width:767px) {
	.s-services-kits:before {
		content: none
	}

	.s-services-kits__holder {
		background: none;
		padding-top: 44px
	}

	.s-services-kits__header {
		padding-bottom: 0
	}

	.s-services-kits__header:after {
		content: "";
		display: block;
		background: url(../../static/img/services-kits-woman-small.965371b.jpg) 0 0 no-repeat;
		background-size: contain;
		height: 188px;
		width: 194px;
		margin: 13px auto 0
	}

	.s-services-kits__title {
		font-size: 26px;
		letter-spacing: .5px;
		text-align: center;
		margin: 0 auto 6px
	}

	.s-services-kits__title br {
		display: none
	}

	.s-services-kits__description {
		font-size: 20px;
		letter-spacing: .5px;
		line-height: 1.2;
		text-align: center;
		max-width: 297px;
		margin: 0 auto
	}

	.s-services-kits__box-content {
		background-color: transparent;
		text-align: center;
		height: auto;
		margin-left: -24px;
		margin-right: -24px;
		width: 100vw
	}

	.s-services-kits__box-content .c-box-links__link {
		padding: 29px 35px 21px 26px
	}

	.s-services-kits__boxes {
		margin-top: 0;
		margin-bottom: 0
	}

	.s-services-kits__box {
		display: block;
		width: 100%;
		height: auto
	}

	.s-services-kits__box:not(:last-child) {
		margin-right: 0
	}

	.s-services-kits__box .c-box-links__item {
		margin-bottom: 0
	}

	.s-services-kits__box--exclusive, .s-services-kits__box--multi-mobile {
		background: none
	}

	.s-services-kits__box--exclusive:after {
		content: "";
		height: 30px;
		width: 2px;
		background-color: #00539f;
		display: block;
		margin: 0 auto
	}

	.s-services-kits__box--multi-mobile:after {
		content: "";
		height: 35px;
		width: 2px;
		background-color: #c71350;
		display: block;
		margin: 0 auto
	}

	.s-services-kits__box--left-photo, .s-services-kits__box--right-photo {
		padding: 0
	}

}

.s-products-services {
	background: url(../../static/img/bg-products-services.ecfc5cd.jpg) bottom #eaeaea no-repeat;
	padding: 70px 0 58px;
	position: relative;
	width: 100%
}

.s-products-services .c-box-links__wrapper {
	margin-bottom: 27px
}

.s-products-services .c-box-links__link {
	padding: 18px 31px 18px 28px
}

.s-products-services .c-box-links__title {
	padding-right: 23px
}

.s-products-services .c-box-links__description {
	font-size: 13px;
	line-height: 1.38
}

.s-products-services .o-button {
	margin: 25px auto 0
}

.s-products-services__holder {
	position: relative;
	z-index: 1
}

.s-products-services__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: .3px;
	color: #272727;
	margin: 0 0 24px;
	width: 100%
}

.s-products-services__button-holder {
	text-align: center
}

@media only screen and (max-width:767px) {
	.s-products-services {
		padding-top: 38px;
		padding-bottom: 0
	}

	.s-products-services .c-box-links__item:last-child {
		margin-bottom: 50px
	}

	.s-products-services__holder .o-button {
		margin-bottom: 53px
	}

	.s-products-services__title {
		font-size: 20px;
		margin-bottom: 40px
	}

}

@media only screen and (max-width:1169px) {
	.c-text-explanation__text br, .s-products-services__title br {
		display: none
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-products-services .c-box-links__title {
		font-size: 15px
	}

}

@media only screen and (min-width:1170px) {
	.s-products-services .c-box-links__title {
		font-size: 17px
	}

}

.s-software-download {
	padding-bottom: 87px;
	position: relative
}

.s-software-download:before {
	content: "";
	width: 2px;
	display: block;
	background: #c8c5cb;
	position: absolute;
	left: 107px;
	top: 370px;
	bottom: 0
}

.s-software-download .o-button {
	padding: 16px 36px;
	max-width: 292px;
	width: 100%
}

.s-software-download__wrapper {
	background: url(../../static/img/bg-banner-software.680f144.jpg) 50% no-repeat;
	display: block;
	height: 370px;
	text-decoration: none;
	width: 100%
}

.s-software-download__info-wrapper {
	position: relative
}

.s-software-download__info-holder {
	padding: 36px 0 0 75px;
	max-width: 473px;
	width: 100%
}

.s-software-download__info-item, .s-software-download__info-text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: .4px;
	color: #fff
}

.s-software-download__info-text {
	margin: 0 0 18px
}

.s-software-download__info-list {
	padding: 0;
	list-style: none;
	margin-bottom: 14px
}

.s-software-download__info-item {
	margin-bottom: 4px
}

.s-software-download__info-item:before {
	content: "\E906";
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	color: #e70741
}

@media only screen and (max-width:767px) {
	.s-software-download .o-button {
		padding: 16px 20px;
		margin: 0 auto
	}

	.s-software-download:before {
		top: 258px;
		left: 39px
	}

	.s-software-download__wrapper {
		background: url(../../static/img/bg-banner-software-mobile.1f0cd02.jpg) 50% no-repeat;
		background-size: cover;
		height: 258px
	}

	.s-software-download__info-wrapper:after {
		right: 14px;
		top: 16px
	}

	.s-software-download__info-holder {
		padding: 37px 18px 0;
		margin: 0 auto
	}

	.s-software-download__info-holder .o-button {
		padding: 11px 19px;
		max-width: 210px;
		margin: 0
	}

	.s-software-download__info-holder .o-button__text {
		font-size: 12px
	}

	.s-software-download__info-text {
		font-size: 14px;
		margin-bottom: 8px;
		max-width: 320px
	}

	.s-software-download__info-text br {
		display: none
	}

	.s-software-download__info-list {
		margin-bottom: 10px;
		margin-top: 0
	}

	.s-software-download__info-item {
		margin-bottom: 5px;
		font-size: 14px
	}

}

@media only screen and (max-width:1169px) {

	.s-software-download {
		padding: 0;
		padding-bottom: 80px
	}

	.s-software-download__info-wrapper:after {
		color: #fff
	}

}

@media only screen and (min-width:768px) and (max-width:1169px) {
	.s-software-download:before {
		left: 57px
	}

}

@media only screen and (min-width:768px) {
	.show-mobile{
		display: none;
	}
	.s-software-download__info-holder {
		max-width: none
	}

}
