.landing-outer{
	background: var(--landing-banner);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100vh;
}
.landing-banner{
	min-height: calc(100vh - 6.2rem);
	padding: 31.7rem 0 13.1rem;
}
.landing-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.landing-text{
	color: #fff;
	max-width: 70rem;
}
.landing-text p{
	color: #fff;
	line-height: 2.6rem;
	margin-top: 4rem;
}
.landing-text .fw-62 + p{
	margin-top: 5rem;
}
.application-box{
	background: #E4F6FC;
	width: 56.8rem;
	padding: 3.16rem 5.18rem 4.13rem 3.2rem;
}
.application-head *{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 3.2rem;
	letter-spacing: 0.64px;
	margin-bottom: 4.74rem;
}
.float-input{
	position: relative;
}
.float-label {
    color: #000000;
    font-size: 1.6rem;
    position: absolute;
    cursor: auto;
    left: 0;
    z-index: 1;
    top: 1rem;
    line-height: 1.6rem;
    display: inline-block;
    padding: 0 1.3rem;
    letter-spacing: 0.32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.float-input.error .float-label{
	color: #FF5353;
}
.float-input.focused .float-label {
    color: #00ADE5;
    font-size: 1.2rem;
    letter-spacing: 0.24px;
    top: 0.22rem;
}
.form-input{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 3.8rem;
	line-height: 2rem;
	background: #fff;
	border-radius: 0;
	padding: 1.62rem 4rem 0 1.3rem;
	color: #00203E;
	font-weight: bold;
	font-size: 1.6rem;
	border: 1px solid #00ADE5 !important;
	letter-spacing: 0.32px;
}
.float-input.error .form-input,
.float-input.error .select2-container .select2-selection--single{
	border: 2px solid #FF5353 !important;
	background: #fff url(../images/icon-error.png);
	background-position: center right 1rem;
	background-repeat: no-repeat;
	background-size: 2rem 1.9rem;
}
.float-input.focused .form-input{
	border-color: #fff !important;
}
.mb-10{
	margin-bottom: 1rem !important;
}
.select2-container .select2-selection--single {
    height: 3.8rem;
    border: 1px solid #00ADE5 !important;
    border-radius: 0 !important;
    outline: none !important;
}
.float-input.focused .select2-container .select2-selection--single{
	border-color: #fff !important;
}
.float-input.error .select2-container .select2-selection--single{
	background-position: center right 3.3rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.62rem 4rem 0 1.3rem !important;
    color: #00203E !important;
    font-weight: bold !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.8rem !important;
    top: 0 !important;
    right: 0 !important;
    width: 4rem !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: 0 !important;
	width: 1.8rem !important;
	height: 1.2rem !important;
	top: 0 !important;
    left: 0 !important;
    position: relative !important;
    margin: 0 !important;
	background: url(../images/icon-down.png);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.select2-results__option{
	font-size: 1.6rem !important;
	line-height: 2rem !important;
	padding: 0.6rem 1.3rem !important;
	margin: 0 !important;
}
.select2-results__option:after{
	content: none;
}
.select2-dropdown{
	border-radius: 0 !important;
	border: 1px solid #00ADE5 !important;
}
.mb-25{
	margin-bottom: 2.5rem !important;
}
.wpcf7-acceptance label {
	display: block;
	position: relative;
	padding-left: 3.6rem;
	min-height: 2.6rem;
	margin-bottom: 0;
	cursor: pointer;
	color: #00203E;
	letter-spacing: 0;
	font-size: 1.1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-acceptance label a{
	font-weight: bold;
	color: #00203E !important;
	text-decoration: underline !important;
}
.wpcf7-acceptance label a:hover{
	color: #00ADE5 !important;
}
.wpcf7-acceptance label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-acceptance label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.6rem;
    width: 2.6rem;
    background-color: #fff;
    border: 0.2rem solid #00ADE5;
    bottom: 0;
    margin: auto;
}
.wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label .checkmark{
	border-color: #24CF81;
}
.float-input.error .wpcf7-acceptance label .checkmark{
	border-color: #FF5353;
}
.wpcf7-acceptance label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label .checkmark:after {
	display: block;
}
.wpcf7-acceptance label .checkmark:after{
	left: 0.22rem;
	top: 0.48rem;
	width: 1.8rem;
	height: 1.3rem;
	background: url(../images/icon-check.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.float-input.error .wpcf7-acceptance label .checkmark:after{
	display: block;
}
.float-input.error .wpcf7-acceptance label .checkmark:after{
	top: 0.3rem;
	left: 0.32rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/icon-cross.png);
}
.btn-send{
	margin-top: 3.5rem;
}
.btn-send .btn{
	min-width: 28.5rem;
	font-size: 2.4rem;
}
.float-input > p{
	line-height: initial;
    margin-top: 0;
    letter-spacing: 0;
}
.float-input > p > label + br{
	display: none;
}
.float-input .chk br{
	display: none;
}
@media(min-width:1460px) and (max-width:1559px){
	.landing-banner {
    	padding: 24.7rem 0 9.1rem;
	}
}
@media(min-width:1360px) and (max-width:1459px){
	.landing-banner {
    	padding: 20rem 0 6.1rem;
	}
	.landing-text p {
    	line-height: 2.6rem;
    	margin-top: 3rem;
	}
	.application-box {
    	padding: 3.16rem 5.18rem 3.13rem 3.2rem;
	}
	.application-head * {
    	margin-bottom: 3rem;
	}
	.btn-send {
    	margin-top: 2.5rem;
	}
}
@media(min-width:1200px) and (max-width:1359px){
	.landing-banner {
    	padding: 20.7rem 0 9.1rem;
	}
	.application-box {
    	width: 54.8rem;
    	padding: 3.16rem 3.18rem 4.13rem 3.2rem;
	}
	.application-head * {
    	margin-bottom: 3.74rem;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.landing-text {
    	max-width: 47rem;
	}
	.landing-text .fw-62 + p {
    	margin-top: 4rem;
	}
	.landing-text p {
    	line-height: 2.7rem;
    	margin-top: 3rem;
    	font-size: 1.9rem;
	}
	.landing-text p br{
		display: none;
	}
	.application-box {
    	width: 42.8rem;
    	padding: 3.16rem 2.18rem 3.13rem 2.2rem;
	}
	.btn-send {
    	margin-top: 2.5rem;
	}
	.landing-banner {
    	padding: 20.7rem 0 8.1rem;
	}
	.application-head * {
    	font-size: 2.8rem;
   		line-height: 2.8rem;
    	margin-bottom: 2.74rem;
	}
}
@media(min-width:768px) and (max-width:991px){
	.landing-banner {
    	padding: 12.7rem 0 7.1rem;
	}
	.landing-text {
    	max-width: 100%;
	}
	.landing-text br{
		display: none;
	}
	.landing-text p {
    	line-height: 2.4rem;
   	 	margin-top: 2rem;
	}
	.landing-text .fw-62 + p {
    	margin-top: 3rem;
	}
	.application-box {
    	width: 100%;
    	margin-top: 3rem;
	}
}
@media(max-width:767px){
	.landing-banner {
    	min-height: calc(100vh - 5.5rem);
    	padding: 11.7rem 0 6.1rem;
	}
	.landing-text {
    	max-width: 100%;
	}
	.landing-text br{
		display: none;
	}
	.landing-text p {
    	line-height: 2.4rem;
   	 	margin-top: 2rem;
	}
	.landing-text .fw-62 + p {
    	margin-top: 3rem;
	}
	.application-box {
    	width: 100%;
    	padding: 3rem 2rem;
    	margin-top: 3rem;
	}
	.application-head * {
    	font-size: 2.6rem;
    	line-height: 2.6rem;
    	margin-bottom: 3rem;
	}
	.chk .checkmark {
    	top: 2px;
    	bottom: auto;
    }
    .btn-send {
    	margin-top: 2.5rem;
	}
	.btn-send .btn {
    	min-width: 100%;
    	font-size: 2.2rem;
	}
}