

html, body {
	font-size: 18px;
	width: 100%;
}

body {
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

main {
	transition: 0.4s;
}

h1, h2, h3, h4, h5 {
	display: block;
	color: #001E43;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: none;
}

h2 {
	font-size: 36px;
	line-height: 28px;
}

.active:after {
	width: 100% !important;
}

strong {
	font-weight: 700;
}

p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #001E43;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.4s;
}

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

li {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 19px;
}

img {
	max-width: 100%;
	border: none;
}

button, select, input, textarea {
	font-family: 'Open Sans';
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	cursor: pointer;
}

.wrapper {
	max-width: 1425px;
	height: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.wrapper.large {
	max-width: 1725px;
}

.link {
	color: #00CDAC;
}

.link:hover {
	color: #02AAB0;
}

.logo {
	width: 115px;
}

.get-btn {
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: 0.4s;
}

.get-btn.primary {
	background: #001E43;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
}

.get-btn.primary:hover {
	background: #02AAB0;
}

.get-btn.secondary {
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 50px;
}

.get-btn.secondary:hover {
	background: #fff;
	color: #001E43;
}

.get-btn.tertiary {
	border: 2px solid #00CDAC;
	background: #fff;
	font-size: 18px;
	line-height: 18px;
	color: #00CDAC;
}

.get-btn.tertiary:hover {
	border-color: #02AAB0;
	color: #02AAB0;
}

.get-btn:after, .get-btn:before {
	display: none!important;
}

.pos-rel {
	position: relative;
}

/* ------------- header section ------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 995;
}

header .top-info {
	background: #104280;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 14px 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

header .top-info span {
	font-weight: 700;
}

header .top-info a {
	color: #f00;
}

header .top-info .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .top-info .col-left {
	margin: 0 5px 0 0;
}

header .top-nav {
	height: 105px;
	position: relative;
	background: #48b1bf;
	background: -moz-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
	background: -webkit-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
	background: linear-gradient(to right, #48b1bf 0%, #06beb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b1bf', endColorstr='#06beb6', GradientType=1);
}

header .top-nav .wrapper {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .top-nav .bg-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 30, 67, 0.7);
	z-index: 30;
}

header .menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .menu ul li {
	margin: 0 45px 0 0;
}

header .menu ul li a {
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: relative;
	color: #fff;
}

header .menu ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
}

header .menu ul li a:hover:after {
	width: 100%;
}

header .menu li a.get-btn {
	width: 200px;
	height: 56px;
}

.hum {
	width: 36px;
	height: 30px;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column nowrap;
	cursor: pointer;
}

.hum span {
	width: 100%;
	height: 5px;
	background: #fff;
	transition: 0.4s;
	position: relative;
	top: 0;
	left: 0;
}

/* --------------------------------------------
----------------- PAGE 'HOME' -----------------
----------------------------------------------- */

.preform-section {
	padding: 105px 0 170px;
}

.preform-section .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.preform-section .col-right {
	width: 50%;
	text-align: right;
	position: relative;
}

.preform-section .col-right .man {
	margin: 0 40px;
}

.preform-section .col-right .clock {
	position: absolute;
	top: -20%;
	right: 20px;
	width: 20%;
}

.preform-section .preform-box {
	width: 50%;
	max-width: 650px;
	background: #BBFFEC;
	border-radius: 20px;
	padding: 60px 90px 100px;
}

.preform-section .preform-box h2 {
	width: 100%;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 85px;
	text-align: center;
}

.preform-section .preform-box .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.preform-section .preform-box .section .select-box {
	position: relative;
	width: 48%;
	height: 65px;
}

.preform-section .preform-box .section .select-box select {
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #001E43;
	padding: 0 25px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	background-size: 18px 9px;
	border-radius: 8px;
}

.preform-section .preform-box .section .select-box label {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #02AAB0;
}

.preform-section .preform-box .section .pos-rel {
	width: 100%;
	height: 65px;
}

.preform-section .preform-box .section .pos-rel input {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
}

.pos-rel input.error {
	border-color: #f00!important;
}

.pos-rel .text-req {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	color: #f00;
}

.preform-section .preform-box .section button {
	width: 100%;
	height: 65px;
	margin: 40px 0 0;
}

/* ------------- step section ------------- */

.step-section {
	background: #F7AF4D;
	padding: 22px 0;
}

.step-section .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step-section .wrapper div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.step-section .wrapper div img {
	margin: 0 24px 0 0;
}

/* ------------- rates section ------------- */

.rates-section {
	background: #FFE7C6;
	padding: 20px 0;
	text-align: center;
}

.rates-section .rates-section__apr {
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	max-width: 1035px;
	margin: 0 auto;
}
.rates-section .rates-section__apr h1 {
	display: none;
}

/* ------------- get loan section ------------- */

.get-loan-section {
	padding: 160px 0 190px;
	text-align: center;
}

.get-loan-section p {
	width: 100%;
	max-width: 640px;
	margin: 30px auto 0;
}

/* ------------- our process section ------------- */

.our-process-section {
	position: relative;
	padding: 80px 0 350px;
	background: rgba(187, 255, 236, 0.3);
}

.our-process-section h2 {
	text-align: center;
}

.our-process-section .img-girl {
	position: absolute;
	bottom: -60px;
	left: calc(50% - 102px);
	z-index: 5;
       max-width: 205px;
}

.our-process-section .box-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 100px 0 0;
}

.our-process-section .box-flex>img.mobile-img {
	display: none;
}

.our-process-section .box-flex .item {
	width: 33%;
	max-width: 300px;
	margin: 0 20px;
}

.our-process-section .box-flex .item .img {
	margin: 15px 0 0;
}

.our-process-section .box-flex .item h3 {
	margin: 50px 0 15px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

/* get well section */

.get-well-section {
	padding: 190px 0 110px;
	background: #BBFFEC;
	text-align: center;
}

.get-well-section h2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.get-well-section .wrapper>p {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 85px;
}

.get-well-section form.preform {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}

.get-well-section form.preform .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.get-well-section form.preform .section .select-box {
	position: relative;
	width: 300px;
	height: 65px;
}

.get-well-section form.preform .section .select-box select {
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #001E43;
	padding: 0 25px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	background-size: 18px 9px;
	border-radius: 8px;
}

.get-well-section form.preform .section .select-box label {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #02AAB0;
}

.get-well-section form.preform .section .pos-rel {
	width: 300px;
	height: 65px;
}

.get-well-section form.preform .section .pos-rel input {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
}

.get-well-section form.preform .section button {
	width: 300px;
	height: 65px;
	margin: 0 0 0 20px;
}

/* Footer */

footer .material {
	padding: 50px 0;
}

footer .material p {
	margin: 0 0 25px;
	color: rgba(0, 30, 67, 0.5);
}

footer .material .partners {
	margin: 45px 0;
	text-align: center;
}

footer .material .partners a {
	margin: 0 15px;
}

footer .footer-nav {
	background: #48b1bf;
	background: -moz-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
	background: -webkit-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
	background: linear-gradient(to right, #48b1bf 0%, #06beb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b1bf', endColorstr='#06beb6', GradientType=1);
}

footer .footer-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-nav ul li a {
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 25px;
	padding: 35px 0;
	position: relative;
}

footer .footer-nav ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
}

footer .footer-nav ul li a:hover:after {
	width: 100%;
}

footer .copyright {
	text-align: center;
	background: #104280;
	padding: 15px 0;
}

footer .copyright p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

/* -------------------------------------------
--------------- ALL PAGE STYLE ---------------
---------------------------------------------- */

.head-all-section {
	padding: 135px 0;
}

.head-all-section .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-all-section .col-left, .head-all-section .col-right {
	width: 50%;
	max-width: 35%;
}

.head-all-section .col-left {
	text-align: right;
}

.head-all-section .col-right {
	margin: 0 0 0 100px;
}

.head-all-section h1 {
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 20px;
}

.head-blue-section {
	padding: 115px 0;
	background: #BBFFEC;
}

.head-blue-section h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 42px;
}

/* -------------------------------------------
------------- PAGE 'HOW IT WORKS' -------------
---------------------------------------------- */

.head-works-section {
	background: #FFE7C6;
}

.step-work-section {
	padding: 170px 0;
}

.step-work-section ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.step-work-section ul li {
	width: 100%;
	max-width: 410px;
	padding: 80px 40px 40px;
	margin: 0 30px 0 0;
	border: 3.5px solid #F7B61A;
	border-right: none;
	border-radius: 45px;
	position: relative;
}

.step-work-section ul li:before {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border: 12px solid #fff;
	position: absolute;
	top: -30px;
	right: -30px;
	border-radius: 50%;
	font-weight: 700;
	font-size: 36px;
	line-height: 28px;
	color: #fff;
	z-index: 2;
}

.step-work-section ul li:nth-child(1) {
	border-color: #F7B61A;
}

.step-work-section ul li:nth-child(2) {
	border-color: #82B5E6;
}

.step-work-section ul li:nth-child(3) {
	border-color: #00CDAC;
}

.step-work-section ul li:nth-child(1):before {
	content: '1';
	background: #F7B61A;
}

.step-work-section ul li:nth-child(2):before {
	content: '2';
	background: #82B5E6;
}

.step-work-section ul li:nth-child(3):before {
	content: '3';
	background: #00CDAC;
}

.step-work-section ul li:after {
	content: '';
	display: block;
	width: 120px;
	height: 140px;
	position: absolute;
	bottom: -5px;
	right: -70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

.step-work-section ul li:nth-child(1):after {
	background-image: url(../img/arrow-step-works-one.svg);
}

.step-work-section ul li:nth-child(2):after {
	background-image: url(../img/arrow-step-works-two.svg);
}

.step-work-section ul li:last-child:after {
	display: none;
}

.step-work-section ul li:last-child {
	margin: 0;
	border-right: 3.5px solid #00CDAC;
}

.step-work-section ul li h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 30px;
}

/* -------------------------------------------
----------------- PAGE 'Q&A' -----------------
---------------------------------------------- */

.head-faq-section {
	background: #BBFFEC;
	padding: 100px 0 60px;
}

/* accordeon */

.accordeon-section {
	padding: 100px 0;
}

.box-acc {
	margin: 0 0 15px;
}

.ac-head {
	position: relative;
	cursor: pointer;
	padding: 25px 80px 25px 35px;
	transition: 0.4s;
	background: #FFF0DC;
	border-radius: 4px;
	border: 1px solid #FFF0DC;
}

.ac-head.in, .ac-head:hover {
	border-color: #F7AF4D;
}

.ac-head h4 {
	font-size: 22px;
	line-height: 22px;
}

.ac-head:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 34px;
	display: inline-block;
	width: 16px;
	height: 3px;
	background: #F7AF4D;
}

.ac-head:after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 40px;
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #F7AF4D;
	transition: 0.4s;
}

.ac-head.in:after {
	transform: rotate(90deg);
}

.ac-body {
	display: none;
	padding: 30px 35px;
}

/* -------------------------------------------
---------------- PAGE 'CONTACT' ----------------
---------------------------------------------- */

.contact-main-section {
	padding: 100px 0;
}

.box-contact-form {
	width: 100%;
	max-width: 785px;
	margin: 0 auto;
}

.contact-main-section form.feed-form .box-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.contact-main-section form.feed-form .box-field .field {
	position: relative;
	width: 48%;
	height: 65px;
	margin: 0 0 24px;
}

.contact-main-section form.feed-form .box-field .field label {
	display: none;
	position: absolute;
	bottom: -16px;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.01em;
	color: #f00;
}

.contact-main-section form.feed-form .box-field .field .error+label {
	display: block;
}

.contact-main-section form.feed-form .box-field .field.textarea-field {
	width: 100%;
	height: 265px;
}

.contact-main-section form.feed-form .box-field .field input, .contact-main-section form.feed-form .box-field .field textarea {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 30, 67, 0.5);
	border-radius: 8px;
	font-size: 18px;
	line-height: 18px;
}

.contact-main-section form.feed-form .box-field .field input.error, .contact-main-section form.feed-form .box-field .field textarea.error {
	border-color: #f00;
}

.contact-main-section form.feed-form .box-field .field input {
	padding: 0 24px;
}

.contact-main-section form.feed-form .box-field .field textarea {
	padding: 20px 24px;
}

.contact-main-section form.feed-form .get-box {
	padding: 40px 0 50px;
	border-bottom: 1px solid rgba(0, 30, 67, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-main-section form.feed-form .get-box .box-captcha {
	position: relative;
	width: 100%;
}

.contact-main-section form.feed-form .get-box button {
	width: 280px;
	height: 76px;
	margin: 0 0 0 30px;
}

.contact-main-section form.feed-form .req-text {
	position: absolute;
	bottom: -35px;
	left: 0;
	font-size: 14px;
	line-height: 19px;
}

.contact-main-section form.feed-form .info {
	padding: 50px 0 0;
	text-align: center;
}

.contact-main-section .thank-you {
	text-align: center;
}

.contact-main-section .thank-you h3 {
	font-size: 30px;
	line-height: 30px;
}

.contact-main-section .thank-you p {
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0 60px;
}

/* -------------------------------------------
---------------- PAGE 'TERMS' ----------------
---------------------------------------------- */

.terms-section {
	padding: 50px 0;
	border-bottom: 1px solid rgba(0, 30, 67, 0.3);
}

.terms-section h4 {
	margin: 20px 0;
}

.terms-section table, .terms-section p, .terms-section li {
	font-size: 18px;
	line-height: 26px;
}

.terms-section p {
	margin: 0 0 30px;
}

.terms-section p strong {}

.terms-section a, .terms-section .get-links {
	font-weight: 700;
	color: #00CDAC;
	cursor: pointer;
}

.terms-section a:hover, .terms-section .get-links:hover {
	color: #02AAB0;
}

.terms-section ul {
	margin: 0 0 30px;
}


.terms-section table {
	border-collapse: separate;
	width: 100%;
	margin: 0 0 30px;
	border-spacing: 20px;
}

.terms-section table tr th {
	background: #FFE7C6;
	border: 2px solid #F7AF4D;
	padding: 5px 25px;
}

.terms-section table tr td {
	padding: 25px;
	border: 2px solid rgba(0, 30, 67, 0.2);
}

/* -------------------------------------------
---------------- PAGE 'FORM' ----------------
---------------------------------------------- */

/* cookie message */

.cookie-message {
	width: 100%;
	text-align: left;
	position: fixed;
	bottom: -100%;
	left: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 40px;
	transition: 0.4s;
	opacity: 0;
	z-index: 100;
}

.cookie-message.view {
	border-top: 1px solid #000;
	bottom: 0;
	opacity: 1;
}

.cookie-message p {
	color: #000;
}

.cookie-message p {
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
}

.cookie-message p a {
	text-decoration: underline;
	color: #000;
}
.cookie-message p a:hover {
	text-decoration: none;
	    color: #02AAB0;
}
.cookie-message .cookie-close, .cookie-message .cookie-reject {
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 60px;
	background-color: #000;
	color: #fff;
	margin-left: 45px;
	transition: .4s;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cookie-message .cookie-close:hover, .cookie-message .cookie-reject:hover {
	background: #02AAB0;
	color: #fff;
}
.cookie-container {
    display: flex;
}
.opt_out_body .box-captcha {
	max-width: 305px;
	margin: 0 auto;
}

/* ------------- form error ------------- */

.feedCaptcha-error {
	color: red;
	font-size: 12px;
	position: absolute;
	bottom: -15px;
	left: 5px;
}

/* ------------- modal ------------- */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1005;
	width: 100%;
	height: 100%;
	background: rgba(0, 30, 67, 0.7);
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1004;
	overflow-y: auto;
}

form.modal-form {
	top: 0;
	margin: 0 auto;
}

.flex-add {
	display: flex;
}

.modal .window {
	position: relative;
	z-index: 1006;
	width: 650px;
	background: #BBFFEC;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
	text-align: center;
	padding: 50px 90px;
}

.modal .window h2 {
	font-size: 28px;
	line-height: 36px;
	margin: 15px 0 5px;
}

/* form */

.modal form.preform {
	width: 100%;
	margin: 60px 0 30px;
}

.modal form.preform .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.modal form.preform .section .select-box {
	position: relative;
	width: 48%;
	height: 65px;
}

.modal form.preform .section .select-box select {
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0.05em;
	color: #001E43;
	padding: 0 25px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	background-size: 18px 9px;
	border-radius: 8px;
}

.modal form.preform .section .select-box label {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #02AAB0;
}

.modal form.preform .section button {
	width: 100%;
	height: 65px;
	margin: 40px 0 0;
}

.modal form.preform .section .pos-rel {
	width: 100%;
	height: 65px;
}

.modal form.preform .section .pos-rel label {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #02AAB0;
}

.modal form.preform .section .pos-rel input {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
}

.modal .window .rates {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
}
.modal .window .rates h1 {
	display: none;
}

.modal .window .close-modal {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 2;
}

.modal .window .close-modal:before, .modal .window .close-modal:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #001E43;
}

.modal .window .close-modal:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal .window .close-modal:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* animation */

@keyframes modal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#omForm.omForm .om_subhead, #omForm.omForm .om_full_step_colored_bg {
	background: red;
}

.omUKopt_out {
	cursor: pointer;
}

header.navigate-fix-top {
	position: absolute;
}

.none-get-btn {
	display: none !important;
}

/* Opt Out style */

body #omForm.omForm {
	margin: 10px auto;
}

body .opt_out_block_wrap {
	background: rgba(0, 30, 67, 0.7);
}

body #opt_out_block {
	max-width: 570px;
	background: #BBFFEC;
	border-radius: 16px;
	padding: 60px 95px;
}

body #opt_out_close:before, body #opt_out_close:after {
	height: 2px;
	background: #00CDAC;
}

body #opt_out_block h2 {
	font-family: 'Open Sans'!important;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
}

body #opt_out_H p {
	font-size: 24px;
	line-height: 32px;
}

body .opt_out_body {
	width: 100%;
	max-width: 100%;
}

body #opt_out_block button {
	background: #00CDAC;
	border-radius: 8px;
	padding: 20px 0;
}

body #opt_out_block button:hover {
	background: #001E43;
}

body #opt_out_block input {
	text-align: left;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 25px;
	height: 65px;
	border: 1px solid rgba(0, 30, 67, 0.5);
	border-radius: 8px;
}

body .opt_out_form_or {
	font-size: 24px;
	line-height: 22px;
	color: rgba(0, 30, 67, 0.5);
}

body .g-recaptcha {
	margin: 20px 0;
}

div.opt_out_body .g-recaptcha {
	margin: 20px 0 0;
}

body .g-recaptcha>div {
	margin: 0 auto;
}

body #opt_out_close {
	right: 20px;
	top: 20px;
	width: 24px;
	height: 24px;
}

body .omReApplymdl {
	margin: 0 auto 20px;
}

body #omForm.omForm .omClmnsBox .omClmn.omClmn_33.button-container {
	padding-top: 22px;
}

.opt_out_body .box-captcha {
    width: 305px;
    margin: 0 auto;
}
.terms-section ul li {
    margin: 0 0 15px 0;
  }
  .terms-section ul li {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #001e43;
  }

/* decline page */
.decline {
    padding: 54px 0 85px;
}

.decline .wrapper_decline {
    max-width: 590px;
}

.decline__inner {
    color: #000;
    text-align: center;
}

.decline__image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 70px;
    position: relative;
}

.decline__image>img {
    width: 100%;
}

.decline__name,
.decline__title {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.decline__name {
    margin-bottom: 28px;
}

.decline__title {
    margin-bottom: 34px;
    max-width: 470px;
}

.decline__text {
    margin: 0 auto 25px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.decline__text:nth-child(1) {
    max-width: 441px;
}

.decline__link_orange {
    color: #FFB800;
    transition: 0.4s;
}
.decline__link_orange:hover {
    color: #FFE031;
}

.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}
.set-scroll{
	overflow-x: auto;
}
