*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	line-height: 1.15
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #212529;
	text-align: left;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 0
}
dl, ol, p, ul {
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd, h1, h2, h3, h4, h5, h6, label {
	margin-bottom: .5rem
}
dd {
	margin-left: 0
}
blockquote, figure {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #0736dc;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #052492;
	text-decoration: underline
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
img, svg {
	vertical-align: middle
}
img {
	border-style: none
}
svg {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
label {
	display: inline-block
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[role=button] {
	cursor: pointer
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
.container {
	max-width: 540px
}
}

@media (min-width:768px) {
.container {
	max-width: 720px
}
}

@media (min-width:992px) {
.container {
	max-width: 960px
}
}

@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:992px) {
.col--text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
}
.col--short-form {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

@media (min-width:992px) {
.col--short-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
}
.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}
.page-wrapper .main-content {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.visually-hidden {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	border: 0!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	overflow: hidden!important;
	color: transparent!important;
	pointer-events: none!important
}
.svg {
	vertical-align: top
}
.input, .select {
	width: 100%;
	height: 54px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 4px;
	border: 1px solid #666d93;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	color: #666d93;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.input::-webkit-input-placeholder, .select::-webkit-input-placeholder {
color:inherit
}
.input::-moz-placeholder, .select::-moz-placeholder {
color:inherit
}
.input::-ms-input-placeholder, .select::-ms-input-placeholder {
color:inherit
}
.input::placeholder, .select::placeholder {
color:inherit
}
.input:focus, .select:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}
.btn:focus:not(:focus-visible), .input:focus:not(:focus-visible), .select:focus:not(:focus-visible) {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.input:focus-visible, .select:focus-visible {
outline:0;
-webkit-box-shadow:0 0 0 2px #000, 0 0 0 4px #fff;
box-shadow:0 0 0 2px #000, 0 0 0 4px #fff
}
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/icons/icon-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: top 50% right 20px
}
.select::-ms-expand {
display:none
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: .3s ease;
	transition: .3s ease
}
.overlay__container {
	position: absolute;
	top: 50px;
	left: 5px;
	right: 5px;
	bottom: 50px;
	z-index: 1
}
.overlay__content {
	border-radius: 5px;
	padding: 10px 30px;
	max-width: 1000px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff
}
.overlay__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer
}
.overlay__close:after, .overlay__close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 2px;
	background-color: currentColor
}
.overlay__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.overlay__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

@media (max-width:767.98px) {
.overlay__container {
	left: 0;
	right: 0;
	bottom: 0
}
.overlay__content {
	padding: 10px;
	border-radius: 0
}
.overlay__close, .overlay__close:before {
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: none;
	transform: none;
	background-color: transparent
}
.overlay__close {
	height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,.8);
	color: #000
}
.overlay__close:before {
	content: "Tap to Close";
	height: auto;
	font-size: 24px;
	line-height: 50px;
	color: #fff
}
.overlay__close:after {
	display: none
}
}
html.js_popup_is_open, html.js_popup_is_open body {
	position: relative;
	height: 100%;
	overflow: hidden
}
.header {
	background-color: #fff;
	-webkit-box-shadow: 0 15px 42px rgba(29,39,130,.13);
	box-shadow: 0 15px 42px rgba(29,39,130,.13);
	z-index: 100
}

@media (min-width:768px) {
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.header__navigation {
	display: none
}
.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px
}

@media (min-width:768px) {
.header__content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 72px
}
}
.header__caption {
	display: none;
	color: #fff
}

@media (min-width:992px) {
.header__caption {
	margin: 0 auto;
	font-size: .875rem
}
}
.header__btn {
	margin-left: auto
}
.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666d93
}
.logo:hover {
	color: #666d93;
	text-decoration: none
}
.logo__txt {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis
}
.logo__svg {
	width: 100%;
	height: 100%
}
.icon {
	display: block
}
.icon--arrow-right {
	width: 37px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/icon-arrow-right.svg)
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 24px;
	min-height: 54px;
	min-width: 220px;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 54px;
	background-color: #0736dc;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer
}

@media (hover:hover) {
.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0630c3;
	-webkit-box-shadow: 0 15px 22px rgba(29,39,130,.1);
	box-shadow: 0 15px 22px rgba(29,39,130,.1)
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0630c3;
	-webkit-box-shadow: 0 15px 22px rgba(29,39,130,.1);
	box-shadow: 0 15px 22px rgba(29,39,130,.1)
}
}
.btn:active {
	-webkit-box-shadow: inset 0 3px 9px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 3px 9px 0 rgba(0,0,0,.4)
}
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}
.btn:focus-visible {
outline:0;
-webkit-box-shadow:0 0 0 2px #000, 0 0 0 4px #fff;
box-shadow:0 0 0 2px #000, 0 0 0 4px #fff
}
.btn:disabled {
	background-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}
.btn--header {
	display: none;
	min-height: 48px;
	min-width: 163px;
	color: #0736dc;
	font-size: .875rem;
	font-weight: 500;
	background-color: #fff;
	border-color: #0736dc
}

@media (hover:hover) {
.btn--header:hover {
	color: #3762f9;
	text-decoration: none;
	border-color: #3762f9;
	background-color: #fff
}
.btn--header:hover .icon {
	fill: #3762f9;
	stroke: #3762f9
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.btn--header:hover {
	color: #3762f9;
	text-decoration: none;
	border-color: #3762f9;
	background-color: #fff
}
.btn--header:hover .icon {
	fill: #3762f9;
	stroke: #3762f9
}
}

@media (min-width:992px) {
.btn--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.btn__icon {
	fill: #fff;
	stroke: #fff
}
.btn__icon--header {
	fill: #0736dc;
	stroke: #0736dc
}
.entry {
	min-height: 100vh;
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: #505477;
	background-repeat: no-repeat;
	background-size: 420px;
	background-position: top center;
	background-image: linear-gradient(rgba(36,47,101,0) 778px, #242f65 928px), url(../images/backgrounds/entry-bg--mobile.jpg)
}

@media (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
.entry {
	background-image: linear-gradient(rgba(36,47,101,0) 778px, #242f65 928px), url(../images/backgrounds/entry-bg--mobile@2x.jpg)
}
}

@media (min-width:420px) {
.entry {
	background-size: cover;
	background-image: url(../images/backgrounds/entry-bg--tablet.jpg)
}
}

@media (min-width:420px) and (min-device-pixel-ratio:1.5), (min-width:420px) and (-webkit-min-device-pixel-ratio:1.5), (min-width:420px) and (min-resolution:144dpi) {
.entry {
	background-image: url(../images/backgrounds/entry-bg--tablet@2x.jpg)
}
}

@media (min-width:768px) {
.entry {
	min-height: auto;
	padding-top: 72px;
	background-position: top center;
	background-size: 1440px;
	background-image: linear-gradient(rgba(36,47,101,0) 688px, #242f65 838px), url(../images/backgrounds/entry-bg--desktop.jpg)
}
}

@media (min-width:768px) and (min-device-pixel-ratio:1.5), (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5), (min-width:768px) and (min-resolution:144dpi) {
.entry {
	background-image: linear-gradient(rgba(36,47,101,0) 688px, #242f65 838px), url(../images/backgrounds/entry-bg--desktop@2x.jpg)
}
}

@media (min-width:992px) {
.entry {
	display: flex;
	grid-template-rows: auto 128px;
	grid-template-columns: calc(50vw + 360px) 1fr;
	min-height: 732px;
	padding-top: 0;
	padding-bottom: 0;
	background-size: cover
}
}

@media (min-width:2000px) {
.entry {
	background-image: url(../images/backgrounds/entry-bg--desktop@2x.jpg)
}
}

@media (min-width:992px) {
.entry::before {
	grid-row: 1/span 2;
	grid-column: 1/span 1;
	height: 100%;
	content: "";
	background-color: #505477;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 1440px;
	background-image: linear-gradient(rgba(36,47,101,0) 688px, #242f65 838px), url(../images/backgrounds/entry-bg--desktop.jpg)
}
}

@media (min-width:992px) and (min-device-pixel-ratio:1.5), (min-width:992px) and (-webkit-min-device-pixel-ratio:1.5), (min-width:992px) and (min-resolution:144dpi) {
.entry::before {
	background-image: linear-gradient(rgba(36,47,101,0) 688px, #242f65 838px), url(../images/backgrounds/entry-bg--desktop@2x.jpg)
}
}

@media (min-width:2000px) {
.entry::before {
	background-image: linear-gradient(rgba(36,47,101,0) 688px, #242f65 838px), url(../images/backgrounds/entry-bg--desktop@2x.jpg);
	background-size: auto, 100%
}
}

@media (min-width:992px) {
.entry::after {
	grid-area: 1/2/-1/-1;
	height: 100%;
	content: "";
	background-color: #f6f6f9;
	background-image: url(../images/dotted-patterne.svg);
	background-repeat: no-repeat;
	background-position: left 25px bottom 8px;
	background-size: 322px
}
.entry__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column: 1/3;
	grid-row: 1/2;
	padding-top: 120px;
    justify-content: center;
}
}
.entry__content {
	margin-top: 26px;
	margin-bottom: 26px
}

@media (min-width:992px) {
.entry__content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 108px;
	padding-right: 10px
}
}
.entry__title {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	color: #fff
}

@media (min-width:768px) {
.entry__title {
	font-size: 4rem
}
}
.entry__title-overhead {
	display: block;
	margin-bottom: 12px;
	font-size: .875rem;
	font-weight: 500
}
.entry__form-container {
	min-height: 490px;
	margin-top: 26px;
	margin-bottom: 26px
}

@media (min-width:768px) {
.entry__form-container {
	min-height: 546px
}
}

@media (min-width:992px) {
.entry__form-container {
	min-width: 1200px;
	margin-top: 0;
	margin-bottom: 0
}
}
@supports (display:grid) {
@media (min-width:992px) {
.entry__protection {
grid-area:2/1/span 1/span 1;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.entry__protection .container {
margin-right:0;
padding-right:24px
}
}
}
.nav {
	padding: 12px 24px;
	background-color: #f6f6f9;
	border-radius: 15px
}

@media (min-width:768px) {
.nav {
	padding: 48px
}
}
.nav--header, .profit__title br {
	display: none
}

@media (min-width:992px) {
.nav--header {
	display: block;
	margin-left: 76px;
	padding: 0;
	border-bottom: none;
	background-color: transparent
}
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
.nav__list {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
}

@media (min-width:992px) {
.nav__list--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.nav__item {
	display: block;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media (min-width:768px) {
.nav__item {
	display: inline-block;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding-top: 12px;
	padding-bottom: 12px
}
}

@media (min-width:992px) {
.nav__item {
	padding-left: 12px;
	padding-right: 12px
}
}

@media (max-width:991.98px) {
.nav__item:nth-child(even) {
	padding-left: 20px
}
}

@media (min-width:768px) {
.nav__list--additional .nav__item {
	border-top: none
}
}
.nav__link {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: .875rem;
	line-height: 1.2;
	color: #242f65;
	text-decoration: none
}

@media (min-width:768px) {
.nav__link {
	display: inline-block;
	padding: 0 10px
}
}

@media (hover:hover) {
.nav__link:hover {
	color: #0736dc;
	text-decoration: underline
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.nav__link:hover {
	color: #0736dc;
	text-decoration: underline
}
}
.nav__link--active {
	color: #0736dc;
	pointer-events: none
}

@media (min-width:768px) {
.nav__link--active {
	text-decoration: underline
}
}
.nav__link--header {
	color: #fff
}

@media (hover:hover) {
.nav__link--header:hover {
	color: #fff;
	text-decoration: underline
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.nav__link--header:hover {
	color: #fff;
	text-decoration: underline
}
}

@media (min-width:992px) {
.nav__link--header {
	font-size: .875rem
}
}
.protection {
	margin-top: 28px;
	margin-bottom: 28px
}
.protection__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 320px;
	margin-left: auto;
	list-style: none
}

@media (min-width:768px) {
.protection__list {
	max-width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}

@media (min-width:992px) {
.protection__list {
        -webkit-box-pack: center;
        -ms-flex-pack: inherit;
        justify-content: center;
}
}

@media (min-width:768px) {
.protection__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.protection__item:not(:first-of-type) {
	margin-left: 24px
}
.protection__icon {
	margin-bottom: 9px
}

@media (min-width:768px) {
.protection__icon {
	margin-bottom: 0;
	margin-right: 6px
}
}
.protection__svg-item {
	fill: #fff
}
.protection__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff
}
.protection__title span {
	font-size: 12px;
	font-weight: 300
}
.advantages {
	padding-top: 48px;
	padding-bottom: 48px
}

@media (min-width:992px) {
.advantages {
	padding-top: 60px;
	padding-bottom: 60px
}
}
.advantages :first-child {
	margin-top: 0
}
.advantages :last-child {
	margin-bottom: 0
}
.advantages__title {
	margin-top: 24px;
	margin-bottom: 24px;
	color: #242f65;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2
}

@media (min-width:992px) {
.advantages__title {
	margin-top: 48px;
	margin-bottom: 48px;
	font-size: 2.75rem
}
}
.advantages__list {
	margin-top: 24px;
	margin-bottom: 24px;
	list-style: none
}

@media (min-width:992px) {
.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
.advantages__item {
	margin-top: 24px;
	margin-bottom: 24px
}

@media (min-width:992px) {
.advantages__item {
	width: 284px;
	margin: 0
}
}
.advantages__item-icon {
	display: block;
	width: 52px;
	height: 52px
}
.advantages__svg {
	width: 100%;
	height: 100%
}
.advantages__svg-item--1 {
	fill: #242f65
}
.advantages__svg-item--2 {
	fill: #0736dc
}
.advantages__svg-item--3 {
	fill: #f6f6f9
}
.advantages__icon-caption, .advantages__item-title {
	margin-top: 12px;
	margin-bottom: 6px;
	color: #0736dc;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.2
}
.advantages__item-title {
	margin-top: 6px;
	color: #242f65;
	font-weight: 600;
	font-size: 1.25rem
}
.advantages__item-content p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: .875rem;
	line-height: 1.2
}
.review {
	background-color: #f6f6f9
}

@media (min-width:992px) {
@supports (display:grid) {
.review {
display:grid;
grid-template-columns:calc(50vw + 375px) 1fr;
grid-template-rows:-webkit-min-content;
grid-template-rows:min-content;
background-color:#fff
}
}
.review::before {
	grid-column: 1/2;
	grid-row: 1/-1;
	content: "";
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f6f6f9;
	background-image: url(../images/dotted-patterne.svg);
	background-repeat: no-repeat;
	background-position: top 6px right 770px;
	background-size: 332px
}
}
.review__content {
	padding-top: 48px;
	padding-bottom: 48px
}

@media (min-width:992px) {
.review__content {
	grid-row: 1/-1;
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px
}
}
.review__image {
	border-radius: 15px
}

@media (min-width:992px) {
.review__image {
	width: 346px
}
}
.review__figure {
	margin-bottom: 0
}

@media (min-width:992px) {
.review__figure {
	max-width: 487px;
	margin-left: auto
}
}

@media (min-width:1200px) {
.review__figure {
	max-width: 645px
}
}
.review__quote {
	margin-top: 24px;
	margin-bottom: 24px;
	color: #242f65;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2
}

@media (min-width:1200px) {
.review__quote {
	font-size: 2.75rem
}
}
.review__author-quote {
	font-style: normal;
	color: #0736dc;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.2
}
.review__author-position {
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.2
}
.profit {
	padding-top: 48px;
	padding-bottom: 48px
}

@media (min-width:768px) {
.profit {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center
}
}
.profit :first-child {
	margin-top: 0
}
.profit :last-child {
	margin-bottom: 0
}
.profit__title {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #242f65;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2
}

@media (min-width:768px) {
.profit__title {
	font-size: 2.75rem;
	text-align: center
}
}

@media (min-width:768px) {
.profit__title br {
	display: inline
}
}
.profit__content {
	max-width: 720px;
	margin: 12px auto 24px;
	font-size: .875rem;
	line-height: 1.2
}
.profit__content p {
	margin-top: 12px;
	margin-bottom: 12px
}
.profit__btn {
	max-width: 290px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
.profit__btn {
	max-width: 220px
}
}
.footer__copyright {
	border-top: 1px solid #e8e9ef
}
.disclosures {
	margin-top: 3.4285714286em;
	margin-bottom: 3.4285714286em;
	font-size: .875rem;
	line-height: 1.2;
	color: #666d93
}

@media (min-width:768px) {
.disclosures {
	margin-top: 4.2857142857em;
	margin-bottom: 4.2857142857em
}
}

@media (min-width:992px) {
.disclosures {
	display: grid;
	grid-template-columns: 1fr 564px;
	grid-template-rows: -webkit-min-content;
	grid-template-rows: min-content
}
}
.disclosures :first-child {
	margin-top: 0
}
.disclosures :last-child {
	margin-bottom: 0
}
.disclosures h3 {
	margin-top: 1.2em;
	margin-bottom: .3em;
	font-size: 1.25rem;
	color: #242f65
}

@media (min-width:992px) {
.disclosures h3 {
	grid-column: 1/2;
	margin-top: 0
}
.disclosures h3:not(:first-child) {
	margin-top: 1.2em
}
}
.disclosures p {
	grid-column: 1/3
}
.disclosures h3~p {
	margin-top: 0;
	margin-bottom: .8571428571em
}

@media (min-width:992px) {
.disclosures h3~p {
	grid-column: 2/3;
	margin-bottom: 1.7142857143em;
	padding-left: 24px
}
.disclosures h3:not(:first-child)+p {
	margin-top: 1.7142857143em
}
}
.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 24px;
	padding-bottom: 24px
}

@media (min-width:992px) {
.copyright {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.copyright__content {
	margin-top: 12px;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: .8px;
	color: #666d93
}

@media (min-width:992px) {
.copyright__content {
	margin-top: 0;
	margin-bottom: 0
}
}
.main-content {
	padding-top: 48px;
	padding-bottom: 48px
}

@media (min-width:768px) {
.main-content {
	padding-top: 132px;
	padding-bottom: 60px
}
.main-content--short-form {
	padding-top: 96px
}
}

@media (min-width:992px) {
.main-content--short-form {
	display: grid;
	grid-template-columns: 1fr calc(50vw - 240px);
	grid-template-rows: 643px 1fr;
	padding: 0
}
}

@media (min-width:1200px) {
.main-content--short-form {
	grid-template-columns: 1fr calc(50vw - 300px)
}
}

@media (min-width:992px) {
.main-content--short-form::after {
	content: "";
	grid-column: 2/3;
	grid-row: 1/2;
	border-bottom-left-radius: 15px;
	background-color: #f6f6f9;
	background-image: url(../images/dotted-patterne.svg);
	background-repeat: no-repeat;
	background-position: left 121px bottom 9px;
	background-size: 332px
}
.main-content--short-form .container {
	grid-column: 1/-1;
	grid-row: 1/-1;
	padding-top: 132px;
	padding-bottom: 60px
}
}
.short-form {
	max-width: 380px;
	margin-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px;
	border: 1px solid #e8e9ef;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 42px rgba(9,15,30,.08);
	box-shadow: 0 15px 42px rgba(9,15,30,.08)
}

@media (min-width:992px) {
.short-form {
	position: sticky;
	top: 30px;
	margin-bottom: 60px
}
}
.short-form__header {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #242f65;
	text-align: center
}

@media (min-width:768px) {
.short-form__header {
	font-size: 24px
}
}
.short-form__row {
	margin-bottom: 12px
}
.short-form__row:last-child {
	margin-bottom: 0
}
.short-form .btn {
	width: 100%
}
.short-form__e-signature {
	font-size: .75rem;
	line-height: 1.2
}
.short-form__e-signature a, .wysiwyg a {
	color: #0736dc;
	text-decoration: underline
}

@media (hover:hover) {
.short-form__e-signature a:hover {
	text-decoration: none
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.short-form__e-signature a:hover {
	text-decoration: none
}
}
.short-form__ssl-provider {
	text-align: center
}
.ssl-provider__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none
}
.ssl-provider__link-title {
	display: inline-block;
	margin-left: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #242f65;
	text-align: left
}
.wysiwyg {
	color: #666d93;
	font-size: 1rem;
	line-height: 1.2
}
.wysiwyg :first-child {
	margin-top: 0
}
.wysiwyg :last-child {
	margin-bottom: 0
}
.wysiwyg .page_title {
	display: none
}
.wysiwyg .h1, .wysiwyg h1 {
	font-weight: 700;
	color: #242f65
}
.wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
	font-weight: 600;
	color: #242f65
}
.wysiwyg .h1, .wysiwyg h1 {
	margin-top: .67em;
	margin-bottom: .4285714286em;
	font-size: 1.75rem
}

@media (min-width:992px) {
.wysiwyg .h1, .wysiwyg h1 {
	margin-top: .67em;
	margin-bottom: .375em;
	font-size: 4rem
}
}
.wysiwyg .h2, .wysiwyg h2 {
	margin-top: 1.2em;
	margin-bottom: .3em;
	font-size: 1.25rem
}

@media (min-width:992px) {
.wysiwyg .h2, .wysiwyg h2 {
	margin-top: 1em;
	margin-bottom: .25em;
	font-size: 1.5rem
}
}
.wysiwyg .h3, .wysiwyg h3 {
	margin-top: .6666666667em;
	margin-bottom: .3333333333em;
	font-size: 1.125rem
}

@media (min-width:992px) {
.wysiwyg .h3, .wysiwyg h3 {
	margin-top: .6em;
	margin-bottom: .3em;
	font-size: 1.25rem
}
}
.wysiwyg .h4, .wysiwyg h4, .wysiwyg p {
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	font-size: 1rem
}
.wysiwyg p {
	margin-top: .375em;
	margin-bottom: .875em;
	color: currentColor
}

@media (min-width:992px) {
.wysiwyg p {
	margin-top: .3333333333em;
	margin-bottom: .7777777778em;
	font-size: 1.125rem
}
}
.wysiwyg p strong {
	color: #242f65
}

@media (hover:hover) {
.wysiwyg a:hover {
	text-decoration: none
}
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.wysiwyg a:hover {
	text-decoration: none
}
}
.wysiwyg table {
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 15px;
	border-collapse: separate;
	border-spacing: 0
}

@media (min-width:768px) {
.wysiwyg table {
	display: block;
	border: 1px solid #e8e9ef;
	-webkit-box-shadow: 0 15px 42px rgba(9,15,30,.08);
	box-shadow: 0 15px 42px rgba(9,15,30,.08);
	overflow: hidden
}
}
.wysiwyg tr:first-child td:first-child, .wysiwyg tr:first-child th:first-child {
	border-top-left-radius: 15px
}
.wysiwyg tr:first-child td:last-child, .wysiwyg tr:first-child th:last-child {
	border-top-right-radius: 15px
}
.wysiwyg tr:last-child td:first-child, .wysiwyg tr:last-child th:first-child {
	border-bottom-left-radius: 15px
}
.wysiwyg tr:last-child td:last-child, .wysiwyg tr:last-child th:last-child {
	border-bottom-right-radius: 15px
}
.wysiwyg td span, .wysiwyg th span {
	display: inline-block;
	word-break: break-word
}
.wysiwyg th {
	padding: 6px;
	vertical-align: middle;
	font-weight: 500;
	font-size: .75rem;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #0736dc
}

@media (min-width:576px) {
.wysiwyg th {
	padding: 12px;
	font-size: .875rem
}
}
.wysiwyg th:not(:first-child) {
	border-left: 1px solid #fff
}
.wysiwyg th:not(:last-child) {
	border-right: 1px solid #fff
}
.wysiwyg td {
	padding: 6px;
	font-size: .75rem;
	vertical-align: top;
	word-break: break-word;
	border: 1px solid #e8e9ef;
	background-color: #fff
}

@media (min-width:576px) {
.wysiwyg td {
	padding: 12px;
	font-size: .875rem
}
}
.wysiwyg ol, .wysiwyg ul {
	padding-left: 20px
}
.wysiwyg ol {
	list-style: decimal outside
}
.wysiwyg ul {
	list-style: disc outside url(../images/icons/icon-check-mark.svg)
}
.wysiwyg li {
	margin-top: .75em;
	margin-bottom: .75em
}

@media (min-width:768px) {
.page--index .logo, .page--index .logo:hover {
	color: #fff
}
}

@media (min-width:992px) {
.page--index .header__caption, .page--index .header__navigation {
	display: block
}
}
.page--index .header__btn {
	margin-left: 0
}
.page--index .main-content {
	padding: 0;
	background-color: #fff
}
.page--form .header__btn, .page--loan-form .header__btn {
	display: none
}
.form-benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 48px auto 0;
	max-width: 540px;
	list-style: none
}

@media (min-width:992px) {
.form-benefits-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: initial
}
}
.fbli {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) {
.fbli {
	gap: 12px;
	padding: 6px 12px;
	border: 1px solid #d0c9c6;
	border-radius: 6px;
	background-color: #f6f6f6
}
}
.fbli__icon--mobile {
	display: block;
	width: 16px;
	height: 16px
}

@media (min-width:768px) {
.fbli__icon--mobile {
	display: none
}
}
.fbli__icon--desktop {
	display: none;
	width: 48px;
	height: 48px
}

@media (min-width:768px) {
.fbli__icon--desktop {
	display: block
}
}
.fbli__text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	color: #0a2540
}
.form-benefits-fill {
	fill: #0736dc
}
