@font-face {
	font-family: 'GorditaMedium';
	src: url('/fonts/GorditaMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'GorditaRegular';
	src: url('/fonts/GorditaRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GorditaBold';
	src: url('/fonts/GorditaBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neoneon';
	src: url('/fonts/Neoneon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GorditaRegular-Italic';
	src: url('/fonts/GorditaRegular-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GorditaMedium-Italic';
	src: url('/fonts/GorditaMedium-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SFUIDisplay-Regular';
	src: url('/fonts/SFUIDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Gibson-SemiBold';
	src: url('/fonts/Gibson-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}


}



.navbar-right {
	padding-top: 5px;
}


select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
	box-shadow: none;
	background-image: url(/images/caret-down.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 5px center !important;
	background-size: 10px;
}

.btn[disabled] {
	opacity: .95;
}

body {
	font-family: 'GorditaRegular';
	font-size: 14px;
	color: #2e177b;
}

h1, h2, h3, label {
	font-weight: 100;
}

input, select, button {
	outline: none !important;
}


h1 {
	font-size: 40px;
	color: #180354;
	font-family: 'GorditaMedium';
	margin: 0 0 20px;
	line-height: 1.4;
}

h2 {
	font-size: 18px;
	color: #180354;
	font-family: 'GorditaRegular';
	margin: 0 0 20px;
	line-height: 1.4;
}

p {
	color: #2e177b;
	font-size: 14px;
}

label {
	margin-bottom: 15px;
	color: #180354;
	font-family: 'GorditaMedium';
	font-size: 18px;
}

.logo-img {
	height: 50px;
	background: url(/images/logo-img.png) left center no-repeat;
	width: 190px;

}

.footer .logo-img {
	background: url(/images/logo-img-footer.png) left top/185px no-repeat;
	height: 48px;
}


a:focus, a:active, a:hover {
	text-decoration: none !important;
}

.ct {
	text-align: center;
}

.navbar-right li > a {
	color: #888fa3;
	font-size: 12px;
	background: transparent;
	line-height: 1;
	border-radius: 4px;
	margin-left: 5px;
	font-family: 'GorditaMedium';
	outline: none;
}

.navbar-right li > a:hover, .navbar-right li > a:active, .navbar-right li > a:focus {
	background: transparent;
}

.navbar-right li > a.tel {
	color: #fff;
	background: #00d88e;
	padding: 12px 20px 12px 60px;
	font-family: 'Gibson-SemiBold';
	font-size: 16px;
}

.navbar-right li > a.tel svg {
	left: 16px;
	top: 13px;
	width: 13px;
	position: absolute;
}


.navbar {
	min-height: auto;
	padding: 20px 0px;
	margin-bottom: 0;
}


.navbar-brand {
	height: auto;
	padding: 0px 15px;
}


.btnor {
	background: #f55641;
	color: #fff;
	font-size: 14px;
	font-family: 'GorditaBold';
	height: 55px;
	transition: .15s;
	max-width: 100%;
}

.btnor:active, .btnor:focus, .btnor:hover {
	color: #fff;
}


.box {
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	color: #fff;
	font-family: 'GorditaBold', sans-serif;
	display: inline-block;
	padding: 0.43em 0.86em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	height: auto;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 4px;
	background-color: #20d790;
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(32, 215, 144, 1.0), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
	text-shadow: 0 2px 2px rgba(83, 96, 102, 0.13);
}
.box--bg1 {
	background: #20d790;
}
.box--bg2 {
	background: #f55641;
}

.box--lg {
	font-size: 23px;
}
.box--plg {
	padding: 0.86em;
}


.mtmq {
	margin-top: -0.25em !important;
}
.mtmh {
	margin-top: -0.5em !important;
}
.mtm1 {
	margin-top: -1em !important;
}
.mtm2 {
	margin-top: -2em !important;
}
.mbmq {
	margin-bottom: -0.25em !important;
}
.mbmh {
	margin-bottom: -0.5em !important;
}
.mbm1 {
	margin-bottom: -1em !important;
}
.mbm2 {
	margin-bottom: -2em !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mbq {
	margin-bottom: 0.25em !important;
}
.mbh {
	margin-bottom: 0.5em !important;
}
.mb1,
.mb {
	margin-bottom: 1em !important;
}
.mb1h {
	margin-bottom: 1.5em !important;
}
.mb2 {
	margin-bottom: 2em !important;
}
.mb3 {
	margin-bottom: 3em !important;
}
.mb4 {
	margin-bottom: 4em !important;
}
.mt0 {
	margin-bottom: 0 !important;
}
.mtq {
	margin-bottom: 0.25em !important;
}
.mth {
	margin-bottom: 0.5em !important;
}
.mt1,
.mt {
	margin-bottom: 1em !important;
}
.mt1h {
	margin-bottom: 1.5em !important;
}
.mt2 {
	margin-bottom: 2em !important;
}
.mt3 {
	margin-bottom: 3em !important;
}
.mt4 {
	margin-bottom: 4em !important;
}
.mxa {
	margin-left: auto;
	margin-right: auto;
}

.dib {
	display: inline-block;
}
.vam {
	display: inline-block;
	vertical-align: middle;
}
.tdu {
	text-decoration: underline;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.uc {
	text-transform: uppercase;
}

.np {
	padding: 0;
}


.index .row1 {
	padding: 0 15px 15px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#exitintentModal .modal-dialog {
	width: 680px;
}

#exitintentModal .modal-content {
	padding: 55px 50px;
}

#exitintentModal h2 {
	font-family: 'GorditaRegular';
	font-size: 35px;
	text-align: center;
	margin: 0px 0 10px;
}

#exitintentModal p {
	font-family: 'GorditaRegular';
	font-size: 19px;
	text-align: center;
	color: #180354;
	margin: 10px 0 20px;
}

#exitintentModal h1 {
	font-family: 'GorditaBold';
	font-size: 42px;
	text-align: center;
	margin: 0;
}

#exitintentModal form {
	float: left;
	width: 100%;
}

#exitintentModal em {
	position: absolute;
	bottom: -20px;
	left: 0px;
	font-size: 12px;
	color: red;
	display: none;
}

#exitintentModal .form-control {
	color: #7b8bb7;
	border: 1px solid #b9c1d7 !important;
	border-radius: 4px;
	font-size: 19px;
	font-family: 'GorditaRegular';
	width: 40%;
	height: 65px;
	padding: 6px 12px 6px 40px;
	float: left;
	margin: 0;
	background: #fff url(/images/mob.svg) 20px/10px no-repeat;
}

#exitintentModal .btnor {
	background-color: rgba(32, 215, 144, 1.0);
	border: 0;
	border-radius: 4px;
	width: 55%;
	height: 65px;
	float: right;
	font-size: 20px;
	margin: 0;
}


@media screen and (min-width: 992px) {
	/* .index .row1 {
		background: url(/images/indexrow1.png) no-repeat center bottom;
		padding-bottom: 350px;
	} */

}

.index .row1 h1 {
	font-size: 52px;
	font-family: 'GorditaBold';
	color: #180354;
	letter-spacing: -2px;

}

.index .row1 h2 {
	color: #0e0431;
}


.box--1,
.index .row1 .btnor {
	background-color: rgba(32, 215, 144, 1.0);
	width: 365px;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: center;

	height: 85px;
	font-size: 23px;
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(32, 215, 144, 1.0), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
	text-shadow: 0px 2px 2px rgba(83, 96, 102, 0.13);
}

.index .row1 .btnor .fa {
	margin-left: 10px;
}

.index .row1 .btnor + img {
	margin-top: 45px;
	margin-left: 40px;
	position: absolute;
}

.index .row1 .phone-cta1 {
	color: #140950 !important;
	font-size: 21px;
	display: block;
	font-family: 'GorditaBold';
}

.index .row1 .phone-cta {
	color: #fff;
	font-family: 'GorditaBold';
	font-size: 14px;
	width: 100%;
	max-width: 370px;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	background: #f23a2f;
	box-shadow: 0px 8px 10px 0px rgba(83, 96, 102, 0.30);
	border-radius: 4px;
	text-shadow: 0px 2px 2px rgba(83, 96, 102, 0.13);
}

.index .row1 .phone-cta svg {
	position: relative;
	width: 16px;
	top: 2px;
	margin-left: 15px;
}

.index .row1 .phone-cta img {
	position: relative;
	width: 16px;
	top: -2px;
	margin-left: 15px;
}


.index .row2wrap {
	overflow: hidden;
	padding: 30px 0 0;
}

.index .row2 {
	background: #fff url(/images/indexrow2.svg) top center/cover no-repeat;
	/* height: 515px; */
}

.index .row2 .container {
	position: relative;
}

.index .row2 .line1 {
	position: absolute;
	left: -153px;
	top: -70px;
}

.index .row2 .line2 {
	/* position: absolute; */
	/* left: -240px; */
	/* bottom: -53px; */
	margin-left: auto;
	margin-right: auto;
	position: static;
	max-width: 100%;
}

.index .row2 h1.white {
	color: #fff;
	padding-top: 240px;
	float: left;
}

.card {
	border-radius: 4px;
	background: #fff;
	text-align: center;
	border: 1px solid rgba(90, 122, 190, 0.08);
	box-shadow: 0 3px 0 0 rgba(90, 122, 190, 0.12);
	border-radius: 8px;

}

.index .row2 .card {
	border-radius: 4px;
	background: #fff;
	text-align: center;
	width: 295px;
	height: 355px;
	font-family: 'GorditaBold';
	font-weight: 700;
	padding-top: 165px;
	border: 1px solid #eaedf6;
	border-bottom: 5px solid #eaedf6;
	margin-top: 30px;
	position: relative;
}

.index .row2 .card a {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	color: #296efa;
	font-family: 'GorditaMedium';
}


.index .row2 .card h2 {
	margin-bottom: 20px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cards {
	width: 620px;
	max-width: 94%;
	margin: auto;
}
.index .row2 .card.c1 {
	background: #fff url(/images/vendido.png) top 30px center no-repeat;
	float: left;
}
html[lang=es] .index .row2 .card.c1 {
	background-image: url(/images/vendido_es.png);
}
html[lang=en] .index .row2 .card.c1 {
	background-image: url(/images/vendido_en.png);
}


.index .row2 .card.c2 {
	background: #fff url(/images/card-2.png) center 20% no-repeat;
	float: left;
	margin-left: 20px;
}


.index .row3 {
	padding-top: 80px;
	text-align: center;
}

.index .row3 h2 {
	margin-bottom: 50px;
	font-family: 'GorditaMedium';
	font-size: 30px;
}


.index .row3 img {
	max-width: 100%;
}

.index .row4 {
	padding-top: 150px;
	position: relative;
	overflow: hidden;
	padding-bottom: 200px;

}

.index .row4 .fleft {
	width: 610px;
}

.index .row4 .line {
	position: absolute;
	bottom: 95px;
	left: 50%;
	margin-left: -760px;
	width: 1625px;

}

.index .list {
	margin: 15px 0 20px;
	padding-top: 65px;
	color: #0e0431;
}

.index .list label {
	width: 100%;
}

.ic1 {
	background: #fff url(/images/ic1.png) top left 15px no-repeat;
}

.ic2 {
	background: #fff url(/images/ic2.png) top left 15px no-repeat;
}

.ic3 {
	background: #fff url(/images/ic3.png) top left 15px no-repeat;
}


.ic4 {
	background: #fff url(/images/ic4.png) top left 15px no-repeat;
}

.ic5 {
	background: #fff url(/images/ic5.png) top left 15px no-repeat;
}


.ic6 {
	background: #fff url(/images/ic6.png) top left 15px no-repeat;
}

.index .row5 {
	position: relative;
	padding-bottom: 225px;
	overflow: hidden;
}

.index .row5 .line {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -810px;

}

.index .row6 {
	overflow: hidden;

	padding: 50px 0 210px;
}

.index .row6 .container {
	background: #f7f8fb;
	padding: 50px;
	position: relative;
	border-radius: 4px;
}

.index .row6 .btnor {
	width: 270px;
	margin-top: 15px;
}

.index .row6 .logos2 {
	position: absolute;
	top: -50px;
	right: -45px;
}


.index .row7 h1, .index .row7 h2, .index .row7 .nnumber, .index .row9 h1, .index .row9 h2, .index .rowform h1, .index .rowform h2 {
	text-align: center;
}

.row.neonlist {
	margin: 40px -10px 0;
	padding-bottom: 130px;
	position: relative;
}

.row.neonlist > div {
	padding: 0 10px;
}

.neonlist .list {
	display: table;
	table-layout: fixed;
	border: 1px solid #d1d8ea;
	border-radius: 4px;
	height: 80px;
	margin: 0 0 20px;
	color: #7b8bb7;
	padding: 0;
	width: 100%;
}

.index .neonlist .list {
	background: #fff;
}


.neonlist .list > div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;

}

.neonlist .list .nnumber {
	font-family: 'Neoneon';
	color: #00d88e;
	font-size: 43px;
	width: 80px;
	padding-right: 0px;

}


.neonlist .list.gr {
	background: #00d88e;
	color: #fff !important;
	font-family: 'GorditaBold';
	border: 1px solid #00d88e;
}

.neonlist .list.gr .nnumber {
	color: #fff;
}

.index .row7 {
	overflow: hidden;
}

.index .row7 .line {
	position: absolute;
	bottom: -40px;
	right: -70px;
	width: 309px;
}

.index .row8wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
.index .row8wrap--pb .row8 {
	padding-bottom: 12em;
}

.index .row8 {
	background: #180354;
	padding-top: 2em;
	padding-bottom: 1em;
}


.index .row8wrap .line {
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin: 0;
	width: 100% !important;
	transform: translateX(-50%);
	max-height: 10em;
	max-width: 100%;
	display: block;
}

.onboarding {
	background: url('/images/onboarding.png') no-repeat;
}

.training {
	background: url('/images/training.png') no-repeat;
}


.fb {
	background: url('/images/fb.png') no-repeat;
}

.leadc {
	background: url('/images/leadc.png') no-repeat;
}

.helpc {
	background: url('/images/helpc.png') no-repeat;
}

.support {
	background: url('/images/support.png') no-repeat;
}


.index .row8 .flist {
	padding: 70px 15px 35px;
	background-position: 15px 10px !important;
	color: #fff;
	font-family: 'GorditaMedium';
	font-size: 14px;
}


.index .row8 h1 {
	font-size: 60px;
	color: #fff;
}


.index .row8 .quotes {
	font-family: 'GorditaRegular-Italic';
	padding-top: 30px;
	font-size: 18px;
	color: #a39abb;
	background: url('/images/quotes-icon.png') no-repeat;
}

.index .row8 .quotes .name {
	font-family: 'GorditaMedium-Italic';
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}

.index .row9 {
	padding: 100px 0;
	font-size: 14px;
}

.index .row9 h1 {
	/* margin-bottom: 75px; */
}

.testbig {
	background: url('/images/testbig.png') left top no-repeat;
	width: 421px;
	height: 621px;
	font-family: 'GorditaMedium';
	color: #fff;
	font-size: 30px;
	padding: 75px 25px 0 35px;
	float: left;
}

.testbig .name {
	color: #fff;
	padding-left: 60px;
	margin: 55px 0 0 0px;
	padding-bottom: 10px;
	background: url('/images/amandaw.png') left top 5px no-repeat;
}

.name span {
	font-size: 12px;
	display: block;

}

.index .testrow {
	width: 740px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gr {
	color: #00d88e !important;
}


.blue {
	color: #296efa !important;
}

.pk {
	color: #e5257f !important;
}

.ylo {
	color: #fbb848 !important;
}

.org {
	color: #f55641 !important;
}

.index .testrow label {
	padding-left: 60px;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	vertical-align: middle;
	display: inline-block;
	padding-top: 6px;
}

.index .testrow .testcell {
	padding: 30px 0 55px;
	width: 355px;
}

.index .testrow label.name span {
	color: #7b8bb7;
}


.index .testrow label img {
	position: absolute;
	top: 0;
	left: 0;
}


.npl {
	padding-left: 0;
}

.npr {
	padding-right: 0;
}

.index form {
	max-width: 600px;
	margin: 0 auto;
	border-radius: 4px;
	background: transparent;
	overflow: hidden;
	position: relative;
}

.index form > :first-child > .form-control {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.index .form-group {
	margin: 0;
	position: relative;

}

.index .form-control {
	border: none !important;
	height: 50px;
	padding-left: 50px;
	color: #1D123C;
	font-size: 14px;
	box-shadow: none !important;
	border-bottom: 1px solid #d1d8ea !important;
	padding-top: 25px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
	padding-right: 20px !important;
}
.index .form-width-realestate textarea.form-control {
	min-height: 5.71em;
	padding-top: 6px !important;
}

.index .form-group label {
	position: absolute;
	line-height: 52px;
	left: 50px;
	color: #7b8bb7;
	font-size: 14px;
	top: 0px;
	margin: 0;
	font-family: 'GorditaRegular';
	cursor: text;
	right: 0;
	height: 12px;
	background: transparent;
}

.index .rowform {
	background: url('/images/formbg.svg') center top/cover no-repeat;
	padding: 80px 15px 95px;

	position: relative;
	overflow: hidden;
}
.index .rowform h2, .index .rowform h1 {
	color: #fff;
}

.index .rowform h2 {
	margin-bottom: 50px;
}

.index .rowform h1 {
	margin-bottom: 10px;
}

.index .form-group input.form-control:focus ~ label, .index .form-group .form-control.hasval ~ label {
	color: #296efa !important;
	font-size: 10px;
	font-family: 'GorditaMedium';
	line-height: 10px;
	text-transform: uppercase;
	top: 10px;

}

.rowform .calldiv {
	color: #fff;
	font-size: 24px;
	text-align: center;
	display: block;
	font-family: 'GorditaMedium';
	padding-top: 45px;
}


.index .form-group .form-control.error ~ label, .index .form-group select ~ label {
	display: none;
}

.index .form-group select.hasval ~ label {
	display: block;
}

.index .form-group select.hasval {
	padding-bottom: 3px;
}

.index .form-group select:not(.hasval) {
	padding-top: 6px;
}

.index .form-group select.error {
	padding-top: 25px;
}


.index .form-group .form-control.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7b8bb7;
}

.index .form-group .form-control.error::-moz-placeholder { /* Firefox 19+ */
	color: #7b8bb7;
}

.index .form-group .form-control.error:-ms-input-placeholder { /* IE 10+ */
	color: #7b8bb7;
}

.index .form-group .form-control.error:-moz-placeholder { /* Firefox 18- */
	color: #7b8bb7;
}

.index .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: transparent;
}

.index .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	color: transparent;
}

.index .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	color: transparent;
}

.index .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

.index .form-group em.error {
	color: #e52564 !important;
	position: absolute;
	top: 5px;
	font-size: 10px;
	font-family: 'GorditaMedium';
	left: 50px;
	font-style: normal;
}

.index .form-group:after, #availabilityModal .form-group:after {
	content: '';
	position: absolute;
	left: 18px;
	color: #b0bad3;
	height: 100%;
	width: 20px;
	top: 0;
}

.index .rowform .form-control {
	border: 1px solid #ABB7DB !important;
}


.form-group.phone:after {
	background: url(/images/phone.svg) center/16px no-repeat;
}

.form-group#div_email:after {
	background: url(/images/mail.svg) center/17px no-repeat;

}

.form-group#div_name:after {

	background: url(/images/name.svg) center/15px no-repeat;
}

.form-group.zip:after {
	background: url(/images/zip.svg) 6px 19px/10.64px no-repeat;
}

.index .form-group.lead_type:after {
	background: url(/images/iam.svg) center 16px/15px no-repeat;

}


.index .form-group.phone {
	width: 400px;
	float: left;
	border-bottom: 0px solid #d1d8ea !important;
}

.index .form-group.lead_type {

}

.index .form-group.zip {
	width: 200px;
	float: left;
	border-left: 1px solid #d1d8ea !important;
	border-bottom: 0px solid #d1d8ea !important;

}

.index .form-group.zip .form-control {
	padding-left: 45px;
}

.index .form-group.zip label {
	left: 45px;
}

.index .form-group.country .form-control {
	padding-top: 6px;


}

.btnor.vbtn {
	background: #0d012e !important;
}

.index .rowform .btnor {
	width: 100%;
	margin: 0;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #00d88e !important;
	position: relative;
	z-index: 10;
	font-size: 22px;
	height: 65px;

}

.promowrap {
	margin-top: 5px;
	position: absolute;
	z-index: 10;
	color: rgba(233, 60, 40, 1.0);
}

@media (max-width: 768px) {
	.promowrap {
		color: rgb(244, 85, 68);
	}
}

.promowrap input {
	border: 0 !important;
	outline: none;
	background: none;
	margin-left: 5px;
}

.index .rowform .line {
	position: absolute;
	bottom: -35px;
	left: -725px;
	z-index: 1;
}

.footer {
	background: #0d012e;
	padding-top: 70px;
	color: #a8b5d8;
	font-size: 12px;
	text-align: left;
}

.footer label {
	color: #fff;
	font-size: 12px;
	width: 100%;
}

.footer .flinks {
	padding-top: 20px;
	padding-right: 405px;
	position: relative;
	margin: 0 -15px;
}

.footer .flinks .lve {
	padding: 25px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer a {
	color: inherit;
	width: 100%;
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
}

.footer .footerfrst a {
	display: inline-block;
	margin-right: 10px;
	width: auto;
}

.footer .tos a {
	display: inline;
}

.footer .flinks .lve + label {
	margin-bottom: 10px;
	line-height: 1;
}

.footer label {
	color: #fff;
}

.footer .callbox {
	position: absolute;
	top: 0;
	right: 15px;
	font-family: 'GorditaMedium';
	color: #fff;
	font-size: 18px;
	padding: 25px 0 0 30px;
	background: #180354 url(/images/footerboxbg.svg) top -255px right -182px no-repeat;
	width: 390px;
	height: 175px;
	line-height: 1.1;
	border-radius: 10px;
	overflow: hidden;
}

.footer .callbox .footerno {
	font-size: 32px;
	margin: 22px 0 18px;
}

.footer .callbox .footermail {
	font-size: 14px;
	font-family: 'GorditaRegular';

}

.footer .tos {
	text-align: center;
	padding: 50px 15px 15px;
	font-family: 'SFUIDisplay-Regular';
	letter-spacing: 0.5px;
}


.bluebtn {
	background: #296efa;
	color: #fff;
}

h3 {
	font-size: 25px;
	font-family: 'GorditaMedium';
	margin: 0 0 15px;
}

.rightbtnbox h3 {
	color: #fff;
}

.rightbtnbox {
	text-align: left;
	color: #95a3cb;
	font-size: 16px;
	padding-right: 305px;
	position: relative;
	height: 152px;
	border-radius: 4px;
	overflow: hidden;
	padding-left: 35px;
	padding-top: 45px;
	background: url(/images/btnboxbg.png) right/cover no-repeat;
}

.rightbtnbox .btnor.bluebtn {
	width: 220px;
	line-height: 60px;
	padding: 0;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -30px;
	height: auto;

}


/* 404 error page*/

body.erpage {
	text-align: center;
	padding-bottom: 50px;
}


body.erpage .logo-img {
	margin-top: 20px;
	margin-bottom: 75px;
	float: left;
}

.clr {
	clear: both;
}

body.erpage a {
	text-decoration: none;
	font-family: 'GorditaMedium';
	display: block;
	margin-top: 5px;
}


body.erpage .card {
	text-align: left;
	padding: 20px 15px;
	margin-top: 40px;
}


body.erpage .card h2 {
	font-family: 'GorditaMedium';
	margin-bottom: 10px;
}


/* end 404 error */


/* availability modal*/


#availabilityModal .help-block {
	color: #e52564;
}


.modal-content {
	padding: 25px 30px;
	text-align: left;
}


.modal-content .form-control {
	height: 45px;
}


.modal-content .btnor {
	width: 100%;
	max-width: 380px;
	float: none;
	margin: 5px auto 0;
	display: block;
	background: #00d88e !important;
}


.modal-content button.close {
	position: absolute;
	top: 15px;
	right: 15px;
}


#availabilityModal h1.ct {
	font-size: 45px;
	margin-bottom: 20px;
}

#availabilityModal h2 {
	line-height: 1.3;
}

#availabilityModal .form-group:after {
	top: 17px;
}

.modal-content .help-block {
	margin: 5px 0 0;
	font-size: 13px;
}

#availabilityModal .form-group .form-control {
	background: none;
	padding-left: 30px;
	color: #0d012e;
}

#availabilityModal .form-group .form-control#country {
	background: url(/images/caret-down.svg) right 5px center/10px no-repeat !important;

}

#availabilityModal .form-group {
	position: relative;
}

#availabilityModal .form-group.z {
	float: left;
	width: 70%;
}


#availabilityModal .form-group.c {
	float: right;
	width: 27%;
}


#availabilityModal .form-group.c .form-control {
	padding-left: 15px;
}

@media (max-width: 1199px) {

	.index .row2 .cards {
		width: 484px;
	}
	.index .row2 .card {
		width: 230px;
	}


	.index .row6 .logos2 {
		right: -25px;
		max-width: 40%;
	}


	.footer .callbox {

		width: 300px;
	}

	.footer .flinks {
		padding-right: 330px;

	}

	.index .row7 .line {
		right: -10px;
	}

	.index .testrow {
		width: 100%;
		float: none;
		max-width: 750px;
		margin: 0 auto;
	}

	.testbig {
		float: none;
		margin: 0 auto 30px;
	}


}

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

	.neonlist .list {
		height: 90px;
	}

	.neonlist .list > div {
		padding: 0 15px 0 0;
	}

	.neonlist .list .nnumber {
		padding: 0;
		width: 60px;
	}

	.index .row7 .line {
		bottom: -43px;
		width: 230px;

	}

	.index .list br {
		display: none;
	}

}


@media (max-width: 991px) {


	.navbar-right li > a.tel {
		font-size: 14px;
		padding-left: 50px;
	}


	.nav > li > a {
		padding: 10px;
	}


	.index .row6 .logos2 {
		bottom: -95px;
		top: auto;
		right: 0;
	}

	.index .row2 {
		background: #180354;
		padding-bottom: 135px;
		height: auto;
	}

	.index .row2 h1.white {
		padding-top: 115px;
	}

	.index .row2 h1.white {
		float: none;
	}

	.index .row2 .fright {
		float: none;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		/* font-size: 0; */
	}

	.index .row2 .card {
		display: inline-block;
		margin-top: 70px;
		float: none !important;
		font-family: 'GorditaBold';
		font-size: 18px;
		font-weight: 700;
		flex: 0 1 auto;
	}
	.index .row2 .card.c2 {
		float: none !important;
	}
	.index .row2 .card h2 {
		font-size: 16px;
	}
	
	.index .row5 img.fright {
		float: none;
		display: block;
		margin: 30px auto 0;
	}

	.index .row6 .container {
		padding: 15px;
	}

	.index .row8 h1 {
		font-size: 40px;
	}

	.index .row8 .flist {
		padding: 60px 15px 20px;
		background-position: 15px 14px !important;
	}

	.index .row8 .flist br {
		display: none;
	}


	.index .row4 .container {
		max-width: 567px;
	}

	.index .row5 .container {
		max-width: 590px;
	}

	.index .row4 img.fright {
		float: none;
		margin: 20px auto;

	}

	.index .row9 {
		padding: 80px 0 150px;
	}

	.footer .flinks {
		padding-right: 0;
	}

	.footer .callbox {
		position: static;
		margin: 45px auto 48px;
		max-width: 390px;
		width: 100%;
		padding-left: 25px;
	}

	.index .rowform {
		padding-bottom: 0;
	}

	.index .rowform form {
		padding-bottom: 105px;
	}

	.index .rowform .line {
		width: 192px;
		left: -15px;
		top: auto;
		bottom: 50px;
	}

	.rowform .calldiv {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.index .rowform .btnor {
		height: 65px;
	}

	.index .form-control {
		height: 60px;

	}

	.index .form-group.lead_type:after {
		background: url(/images/iam.svg) center 20px/15px no-repeat;
	}


	.index .form-group label {
		line-height: 62px;
	}

	.index .row7 .line {
		right: -3px;
		bottom: -55px;
	}


}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar .logo-img {
		width: 135px;
		background-size: 98% !important;
	}

	.nav > li > a {
		padding: 13px 2px;
	}


	.navbar-right li > a.tel {
		font-size: 14px;
		padding-left: 45px;
		margin-left: 10px;
	}

	.form-group.zip:after {
		background: url(/images/zip.svg) 6px 25px/10.64px no-repeat;
	}


}

@media (max-width: 767px) {


	h1, h2 {
		line-height: 1.0;
		margin-bottom: 25px;
	}
	.row4 h1 {
		font-size: 32px;
	}
	.row4 h1 br {
		display: none;
	}


	h2 {
		line-height: 30px;
	}

	.logo-img {
		background: url(/images/logo-img-mobile.png) left center/138px no-repeat;


	}


	.navbar {
		padding: 10px 0px;
	}

	.index .row1 {
		padding: 0 15px 60px;
		background-size: 600px;
	}

	.index .row1 h3 {
		color: #150451;
		font-size: 14px;
		margin: 0 0 12px;
		line-height: 1;
		font-family: 'GorditaBold';
		letter-spacing: 1px;
	}


	.index .row2wrap {
		padding-bottom: 30px;

	}

	.index .row1 .btnor {
		margin-bottom: 20px;
		margin-top: 40px;
		width: 100%;
		max-width: 370px;
		height: 75px;
		font-size: 20px;
		text-shadow: 0px 2px 2px rgba(83, 96, 102, 0.13);
		box-shadow: 0px 8px 10px 0px rgba(83, 96, 102, 0.30);
		text-align: center;
	}


	.index .testrow .testcell {
		width: 100%;
	}

	.index .testrow .testcell.fright {
		float: left;
	}

	.testbig {
		background: url('/images/testbig.png') left top/100% 100% no-repeat;
		font-size: 27px;
		max-width: 100%;
		margin-bottom: 70px;
	}

	.index .row2 {
		position: relative;

	}

	.index .row2 .fright {
		display: block;
		text-align: center;
	}

	.index .row2 .card {
		width: 100%;
		max-width: 500px;
	}

	.index .row2 .card h2 {
		font-size: 18px;
	}
	.index .row2 .card.c2 {
		margin: 20px 0 0 0;
	}


	.index .row2 .line2m {
		position: absolute;
		left: -177px;
		margin-top: 40px;
	}

	.index .row2 .line1m {
		position: absolute;
		left: -275px;
		margin-top: -40px;
		width: 930px;
	}


	.index .row3 {
		padding-top: 85px;
	}

	.index .row3 h2 {
		margin: 0 auto 44px;
		width: 310px;
	}

	.index .row3 img {
		width: 284px;
		margin: 0 auto;
	}


	.index .row4 {
		padding-top: 40px;
		padding-bottom: 164px;
	}

	.index .row4 h2 {
		height: 130px;
		line-height: 30px;
	}

	.index .row4 .line {
		bottom: 70px;
		margin-left: -715px;
		width: 1091px;
	}


	.prospects-image {
		padding-left: 0;
		padding-right: 0;
	}

	.index .row5 h2 {
		margin-bottom: 25px;
	}

	.index .row5 img.fright {
		margin-top: 65px;
	}

	.index .row5 {
		padding-bottom: 10px;
	}

	.index .row5 .line {
		position: static;
		margin: 10px 0 0 -50px;
		width: 750px;

	}

	.index .row6 {
		padding: 0 15px;
	}

	.index .row6 .container {
		padding: 30px 20px 300px;
		margin-bottom: 150px;

	}

	.index .row6 .container h1 {
		line-height: 60px;
	}

	.index .row6 .logos2 {
		width: 110%;
		bottom: -30px;
		max-width: none;
		right: -5%;
		max-width: 400px;
		z-index: 5;
	}

	.index .row6 .btnor {
		margin: 30px 0 0px;
		z-index: 10;
		position: relative;
	}

	.neonlist .list .nnumber {
		width: 70px;
	}

	.index .neonlist .list {
		height: 75px;
		margin-bottom: 10px;
	}

	.index .row8 h1 {
		margin-bottom: 40px;
	}

	.index .row8wrap .line {
		/* width: 955px; */
		/* margin-left: -370px; */
		/* bottom: 150px; */
	}

	.index .row8 .quotes {
		margin-top: 137px;
		background: url(/images/quotes-icon.png) 15px 0px no-repeat;
	}

	.index .row8wrap--pb .row8 {
		padding-bottom: 6em;
	}

	.index .rowform {

		padding: 50px 15px 0px;

	}

	.index .rowform h1 {
		font-size: 36px;
	}


	.index .rowform h2 {
		margin-bottom: 20px;
	}


	.index .form-group.phone, .index .form-group#div_email {
		width: 100%;
	}

	.index .form-group.zip {
		width: 100%;
	}


	.index .form-group.country {
		width: 50%;
		position: absolute;
		right: 0;
		top: 120px;
	}

	.index .row9 h1 {
		font-size: 32px;
	}


	.callboxwrap {
		padding: 0 15px;
	}

	.footer .callbox {
		margin-bottom: 0;
	}

	.index .testrow .testcell {
		padding: 0 0 50px;
	}

	.navbar-toggle .icon-bar {
		background: #25292F;
	}

	.row.neonlist {
		margin-right: 0px;
		margin-left: 0px;
		padding-bottom: 175px;

	}

	.index .row7 .line {
		right: -3px;
		bottom: -5px;
		width: 220px;
	}

	.navbar-right li > a {
		margin: 0;
		padding-left: 15px;
		text-align: left;
	}

	.footerfrst {
		margin-bottom: 40px;
	}


	.index .row1 h1 {
		font-size: 32px;
		letter-spacing: -3px;
		margin-bottom: 20px;
	}


	.index .row1 h2 {
		font-size: 17px;
		line-height: 1.2;
		color: #0e0431;
		max-width: 415px;
		margin: 0 auto;
	}


	/* availability modal*/
	#availabilityModal h1.ct {
		font-size: 30px;

	}

	#availabilityModal h2 {
		font-size: 15px;
	}

	#availabilityModal .form-group.z {
		width: 100%;
	}

	#availabilityModal .form-group.c {
		display: none;
	}

	.modal-content .form-control {
		height: 40px;
	}

	.modal-content .btnor {
		height: 45px;
	}

	.modal-content .help-block {
		font-size: 11px;
	}


	.form-group.zip:after {
		background: url(/images/zip.svg) 6px 25px/10.64px no-repeat;
	}


}


@media (max-width: 449px) {
	.index .row1 h1 {
		font-size: 27px;
	}
	.index .row1 h2 {
		font-size: 14px;
		max-width: none;
		letter-spacing: -0.02em;
	}
}
@media (max-width: 399px) {
	.row1 .box--lg {
		font-size: 20px;
	}
	.row1 .box--plg {
		padding-left: 0.4em;
		padding-right: 0.4em;
	}
}
@media (max-width: 379px) {
	.index .row1 h1 {
		font-size: 24px;
	}
}
@media (max-width: 359px) {
	.row1 .box--lg {
		font-size: 18px;
	}
}

@media (max-width: 320px) {

	.index .row1 {

		background-size: 500px;

	}


	.testbig {
		font-size: 25px;
	}


	.neonlist .list > div {
		font-size: 13px;
	}


	.index .rowform h1 {
		font-size: 32px;
	}

	.index .row1 h1 {
		font-size: 22px;
	}

	.index .row1 h2 {
		font-size: 12px;
		line-height: 1.3;
	}

	.index .form-control {
		height: 50px;
	}

	.index .form-group label {
		line-height: 52px;
	}

	.index .rowform .btnor {
		height: 60px;
		font-size: 20px;
	}


	.modal-content {
		padding: 25px 20px;

	}


	#availabilityModal h1.ct {
		font-size: 22px;
		margin-bottom: 16px;

	}

	#availabilityModal h2 {
		font-size: 13px;
	}

	#availabilityModal .form-group:after {
		top: 15px;
	}

	.index .form-group.country {
		top: 100px;
	}


	.form-group.zip:after {
		background: url(/images/zip.svg) 6px 20px/10.64px no-repeat;
	}


}

.navbar-toggle .icon-bar {
	transition: all 0.2s;
}

.navbar-toggle.collapsed :first-child {
	transform: rotate(0);
}

.navbar-toggle.collapsed :nth-child(2) {
	transform: rotate(0);

}

.navbar-toggle :first-child {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle :nth-child(2) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;

}


.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 10px;
}

.navbar-toggle.collapsed .icon-bar + .icon-bar {
	margin-top: 4px;
}


@supports (-webkit-overflow-scrolling: touch) {
	.neonlist .list .nnumber {
		padding-bottom: 11px;
	}
}

.btnTos {
	background: #f55641;
	color: #fff;
	font-size: 14px;
	font-family: 'GorditaBold';
	height: 36px;
	transition: .15s;
	max-width: 100%;
	margin-right: 10px;
}

.btnTos.gbtn {
	background: #00d88e !important;
}

.black-community-banr {
	background: #000;
	color: #fff;
	font-size: 18px;
	font-family: 'GorditaBold', serif;
	text-align: center;
	padding: 10px !important;
	width: 100%;
	display: none;
}

.bnr-text{  
	color: #000!important;
	padding: 12px;
}
.bnr-text a{
	color: inherit;
}
.our-corporate{
	text-transform:uppercase ;
	margin-top: 20px;
}
.our-corporate a{
	color: inherit;
}
.contact-sec .btn-sub-text, .rowform  .btn-sub-text{
	color: #7B8BB7!important;
	font-size: 12px!important;
	margin-top: 40px;
	font-family: 'GorditaRegular', serif;
	text-align: center;
	margin-bottom: 0!important;
}
.rowform  .btn-sub-text a{
	color: inherit;
}
@media screen and (max-width: 767px) {
	.bnr-text{  
		color: #000!important;
		padding:0 10px;
	}
}





.form-width-realestate {
	width: 700px;
	margin: auto;
	margin-top: 50px;
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

.index .form-width-realestate .form-group label {
	position: static !important;
	color: #180354 !important;
	font-size: 14px !important;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-group .checkboxnew label {
	color: #180354 !important;
	font-size: 12px !important;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-group {
	margin-bottom: 20px !important;
}

.index .form-width-realestate .name-group label {
	color: #180354 !important;
	font-size: 14px !important;
	margin-bottom: 10px;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-control {
	border: 1px solid #ABB7DB !important;
	height: 40px !important;
	padding-left: 15px !important;
	color: #7B8BB7;
	font-size: 14px;
	box-shadow: none !important;
	border-bottom: 1px solid #d1d8ea !important;
	padding-top: 0 !important;
	border-radius: 4px !important;
	width: 100%;
	padding-right: 15px !important;
	margin-top: 5px;
}

.index .form-width-realestate .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7B8BB7;
	font-size: 12px;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #7B8BB7;
	font-size: 12px;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #7B8BB7;
	font-size: 12px;
	font-family: 'GorditaMedium', serif !important;
}

.index .form-width-realestate .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	color: #7B8BB7;
	font-size: 12px;
	font-family: 'GorditaMedium', serif !important;
}

.index .realestateform form {
	max-width: 700px !important;
}

.index .rowform .realestateh1 {
	font-size: 60px !important;
	font-family: 'GorditaMedium', serif !important;
	color: #fff!important;

}

.index .rowform .realestateh2 {
	font-size: 16px !important;
	font-family: 'GorditaBold', serif !important;
	color: #fff!important;

}

.form-width-realestate .has-feedback label ~ .form-control-feedback {
	top: 50px;
}

.checkboxnew .form-control-feedback {
	top: 16px !important;
}

.claim-btn-realestate {
	height: 60px;
	background: #00d88e !important;
	color: #fff !important;
	width: 100%;
	margin-top: 30px;
	font-size: 18px !important;
	font-family: 'GorditaBold', serif !important;
}

.promorealestate .promowrap {
	color: #fff !important;
}

.calldivrealestate {
	font-size: 18px !important;
	font-family: 'GorditaMedium', serif !important;
	text-align: center;
	color: #fff;
}
.realestateform{
	position: relative;
}
.line-realestate{
	position: absolute;
	position: absolute;
	top: 50%;
	left: -27%;
}
@media screen and (max-width: 767px) {
	.form-width-realestate {
		width: 100%;
	}

	.index .realestateform form {
		max-width: 100% !important;
	}

	.index .realestateform {
		background: url(/images/formbg.svg) center top/cover no-repeat !important;
		padding: 80px 15px 95px;
		position: relative;
		overflow: hidden;
	}

	.pb-20 {
		padding-bottom: 20px;
	}
	.index .rowform .realestateh1 {
	font-size: 40px !important;
	font-family: 'GorditaMedium', serif !important;
	color: #fff!important;

}
}
.checkboxnew .form-control-feedback{
	display:none!important;
}




.list-c--countries {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}
	.list-c--countries li {
		display: inline-block;
		flex: 0 0 auto;
		margin: 0 1.5em 2em;
		font-family: "GorditaMedium", sans-serif;
		min-width: 9.5em;
		text-align: left;
	}
	.list-c__flag {
		background: url('/images/flagsh/us.png') no-repeat left 0.15em transparent;
		-webkit-background-size: auto 1em;
		-moz-background-size: auto 1em;
		-o-background-size: auto 1em;
		background-size: auto 1em;
		padding-left: 2em;
	}
	.list-c__flag--ar {
		background-image: url('/images/flagsh/ar.png');
	}
	.list-c__flag--cl {
		background-image: url('/images/flagsh/cl.png');
	}
	.list-c__flag--py {
		background-image: url('/images/flagsh/py.png');
	}
	.list-c__flag--es {
		background-image: url('/images/flagsh/es.png');
	}
	.list-c__flag--br {
		background-image: url('/images/flagsh/br.png');
	}
	.list-c__flag--co {
		background-image: url('/images/flagsh/co.png');
	}
	.list-c__flag--uy {
		background-image: url('/images/flagsh/uy.png');
	}
	.list-c__flag--mx {
		background-image: url('/images/flagsh/mx.png');
	}
	.list-c__flag--ru {
		background-image: url('/images/flagsh/ru.png');
	}
	.list-c--xs,
	.list-c--sm,
	.list-c--md,
	.list-c--lg {
		max-width: 1030px;
		margin-left: auto;
		margin-right: auto;
	}
	.list-c--md {
		max-width: 660px;
	}
	.list-c--sm {
		max-width: 480px;
	}
	.list-c--xs {
		max-width: 300px;
	}

	.index .list .label-title,
	.label-title {
		letter-spacing: -0.05em;
	}

	.bg-w {
		background: #fff;
		color: #000;
	}


	.text {
		font-size: calc(0.3125vw + 16px);
	}
		.text p {
			font-size: 1em;
		}
		.text strong {
			font-family: "GorditaBold", "Gordita Bold", "Gordita", sans-serif;
		}
		.text p:not(:last-child) {
			margin-bottom: 1em;
		}



	
	.faqs {
		border-bottom: 2em double #180354;
		margin: 0 auto;
		padding: 3em 0 4em;
		max-width: 1000px;
		width: 94%;
	}
		.faq:not(:last-child) {
			margin-bottom: 2em;
		}
			.faq__title {
				color: #180354;
				font-family: "GorditaBold", "Gordita Bold", "Gordita", sans-serif;
				font-size: 20px;
				display: block;
				border-bottom: 1px solid rgba(24, 3, 84, 0.125);
				margin-bottom: 0.5em;
			}
			.faq__text {
				font-family: "GorditaRegular", "Gordita Regular", "Gordita", sans-serif;
				font-size: 18px;
				letter-spacing: 0.025em;
				line-height: 1.5;
			}




.tdu--f {
	display: inline-block;
	position: relative;
}
	.tdu--f::after {
		background: url('/images/tdu-f.png') no-repeat center bottom transparent;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		content: '';
		position: absolute;
		left: 7.5%;
		right: 0;
		bottom: -0.16em;
		height: 0;
		overflow: hidden;
		padding: 0 0 10.526315789%;
		width: 85%;
	}
	.tdu--f--white-xl::after,
	.tdu--f--yellow-xxl::after,
	.tdu--f--yellow-xl::after,
	.tdu--f--yellow-lg::after,
	.tdu--f-lg::after,
	.fz__lg .tdu--f::after {
		background-image: url('/images/tdu-f-lg.png');
		bottom: -0.26em;
		left: 0;
		width: 100%;
	}
	.tdu--f--white-xl::after,
	.tdu--f--yellow-xl::after {
		bottom: -0.39em;
	}
	.tdu--f--white-xxl::after,
	.tdu--f--yellow-xxl::after {
		bottom: -0.55em;
	}
	.tdu--f--alt::after {
		background-image: url('/images/tdu-f-alt.png');
	}
	.tdu--f--alt-lg::after,
	.fz__lg .tdu--f--alt::after {
		background-image: url('/images/tdu-f-alt-lg.png');
	}

	.tdu--f--yellow::after {
		background-image: url('/images/tdu-f-yellow.png');
	}
	.tdu--f--yellow-xxl::after,
	.tdu--f--yellow-xl::after,
	.tdu--f--yellow-lg::after,
	.fz__lg .tdu--f--yellow::after {
		background-image: url('/images/tdu-f-yellow-lg.png');
	}

	.tdu--f--white::after {
		background-image: url('/images/tdu-f-white.png');
	}
	.tdu--f--white-xxl::after,
	.tdu--f--white-xl::after,
	.tdu--f--white-lg::after,
	.fz__lg .tdu--f--white::after {
		background-image: url('/images/tdu-f-white-lg.png');
	}

@media (min-width:480px) and (max-width:579px){
	h1 {
		font-size: calc(2.8vw + 19px);
	}
}


@media (max-width: 449px) {
	.index .row2 h1.white {
		font-size: 27px;
	}
	.faq__text {
		font-size: 15px;
	}
}
@media (max-width: 379px) {
	.index .row2 h1.white {
		font-size: 24px;
	}
	.faq__text {
		font-size: 14px;
	}
}
	.prospects-image img {
		margin-left: auto;
		margin-right: auto;
	}



.navbar-header--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
	.navbar-header {
		float: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: auto;
	}
	.navbar-lang {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 1em;
		margin-left: auto;
		text-decoration: underline;
	}
	.navbar-lang:hover {
		text-decoration: none;
	}
