.fw {
	float: left;
	width: 100%;
	
}

.nl-inner-hero {
    background-color: #132555;
	background-image: url(/wp-content/uploads/2026/02/bg_hero_image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding: 170px 0 320px;
}

.nl-hero-heading {
    text-align: center;
}

h1.nl-hero-title {
	color: #FFF;
	max-width: 900px;
	margin: 0 auto;
    font-size: 60px;
    line-height: 1.3;
    font-weight: 450;
    margin-bottom: 30px;
}

p.nl-hero-subtitle {
	position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: 450;
    line-height: 30px;
    letter-spacing: 0.5px;
    max-width: 650px;
    text-align: center;
    margin: 0 auto 90px;
}

.nl-dot-typing:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FF2C47;
	color: #ff2c4700;
	box-shadow:  0 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	animation: dot-typing 1.5s infinite linear;
	left: calc(50% - 35px);
	bottom: -40px;
}
@keyframes dot-typing {
	0% {
		box-shadow: 0px 0 0 0 #FF2C47 , 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
		z-index: 9;
	}
	12.5% {
		box-shadow: 0px 0 0 0 #FF2C47, 20px -10px 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
		z-index: 9;
	}
	25% {
		box-shadow:  0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	37.5% {
		box-shadow:  0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px -10px 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	50% {
		box-shadow:  0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	62.5% {
		box-shadow: 0px 0 0 0 #FF2C47,  20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px -10px 0 0 #AFBF0A
	}
	75% {
		box-shadow:  0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	87.5% {
		box-shadow: 0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
	100% {
		box-shadow:  0px 0 0 0 #FF2C47, 20px 0 0 0 #339BE7, 40px 0 0 0 #FF682A, 60px 0 0 0 #AFBF0A;
	}
}

.nl-form-section {
    margin-top: -320px;
   position: relative;
}

.nl-form-section:before {
	content: "";
	background: #F5F6F8;
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.nl-form-wrap {
    display: flex;
	flex-wrap: wrap;
    background: #fff;
}

.nl-form-holder_left {
    padding: 45px 45px 20px 50px;
	width: 50%;
}

h3.nl-form-title {
    font-size: 28px;
	line-height: 1.3;
    margin-bottom: 28px;
}

.nl-form-holder_right {
    width: 50%;
}

.nl-form-holder_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nl-form-wrap .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nl-input-field input {
	padding-left: 24px;
	border: 1px solid #BFBFBF;
	background: #FFF;
	height: 53px;
	color: #152655;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


.nl-input-half {
	width: 48%;
}

.nl-input-full{
	width: 100%;
}

.nl-form-wrap  input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(to right, #BCE01D 50%, #A7CA0B 50%);
    transition: all 0.2s ease-in-out;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: none;
    color: #fff;
    background-size: 200% 100%;
    background-position: right bottom;
    border-radius: 0px;
    font-size: 16px;
    margin: 0px;
    font-family: "FuturaHeavy";
    padding: 0px;
    width: 230px;
    height: 53px;
    font-weight: 400;
}

.nl-form-wrap  input.wpcf7-form-control.wpcf7-submit:hover {
	outline: none;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-position: left bottom;	
}


.nl-wyr-section {
    padding: 100px 0;
    background: #F5F6F8;
}

.nl-flex-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nl-wyr-col.col-xs-12.col-md-6 {
	padding: 0;
}

.nl-h2 {
    font-size: 34px;
    letter-spacing: 0.34px;
    margin-bottom: 75px;
    position: relative;
}

.nl-wyr-title.nl-dot-typing:after {
	left: 0;
}

ul.nl-wyr-list {
    padding-right: 20px;
}

ul.nl-wyr-list li {
    color: #192454;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.18px;
    font-family: 'FuturaLight';
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 35px;
	position: relative;
}

ul.nl-wyr-list li:before{
	content: "";
	background: url('/wp-content/uploads/2026/01/checker.svg');
	width: 26px;
	height: 26px;
	background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
}

.nl-wyr-image img {
	width: 100%;
	height: auto;
}

.nl-hiw-section {
    padding: 90px 0 85px;
}

h2.nl-hiw-title {
    text-align: center;
}

.nl-steps-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nl-step {
    width: 33%;
    text-align: center;
}

span.nl-step_no {
    color: #FF682A;
    text-align: center;
    font-family: 'FuturaLight';
    font-size: 40px;
    font-style: normal;
    border: 1.232px solid #D7D7D7;
    background: #FFF;
    width: 124px;
    height: 124px;
    display: block;
    text-align: center;
    line-height: 124px;
    margin: 0 auto 25px;
	position: relative;
}

.nl-step_no--line:after {
    content: "";
    width: 300px;
    height: 1px;
    background: #D7D7D7;
    position: absolute;
    top: 50%;
    left: 100%;
}

p.nl-step_p {
    color: #192454;
    font-family: 'FuturaMedium';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    max-width: 350px;
    margin: 0 auto;
}

p.nl-how-footnote {
    text-align: center;
    margin: 30px 0 0;
    color: #192454;
    text-align: center;
    font-family: 'FuturaLight';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
}

.nl-blog-section {
    padding: 150px 0 140px;
    background: #F5F6F8;
}

.nl-blog-content {
	background: #fff;
}

@media screen and (max-width: 1500px) {
	.nl-inner-hero {
		padding: 160px 0 320px;
	}
	h1.nl-hero-title {
		font-size: 52px;
	}
	
	h3.nl-form-title {
		font-size: 25px;
	}
	
	.nl-input-field input {
		height: 50px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.nl-input-half {
		width: 49%;
	}
	
	ul.nl-wyr-list li {
		font-size: 16px;
	}
	
	p.nl-step_p {
		font-size: 22px;
	}
	
}

@media screen and (max-width:1200px) {
	h1.nl-hero-title {
		font-size: 46px;
		max-width: 800px;
	}
	
	h3.nl-form-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
	
	.nl-inner-hero {
        padding: 130px 0 437px;
    }
 	.nl-form-holder_left,
	.nl-form-holder_right {
		width: 100%;
	}

	.nl-form-section {
		margin-top: -437px;
	}
	
	h3.nl-form-title {
		font-size: 26px;
		max-width: 570px;
	}
	
	.nl-wyr-section {
		padding: 100px 0 80px;
	}
	
	.nl-step {
		width: 100%;
		margin-bottom: 55px;
	}
	
	.nl-step_no--line:after {
		display: none;
	}
	
	.nl-wyr-col.col-xs-12.col-md-6 {
		padding: 0 15px;
	}

	ul.nl-wyr-list {
		padding-right: 0;
		margin-bottom: 40px;
	}
	p.nl-how-footnote {
		margin: 0;
	}
	.nl-blog-section .md-big-title {
		font-size: 36px;
	}
	
	.nl-blog-section {
		padding: 100px 0;
	}

}

@media screen and (max-width: 767px) {
	
	.nl-inner-hero {
		padding: 130px 0 471px;
	}
     h3.nl-form-title {
        max-width: 510px;
    }

	.nl-form-section {
		margin-top: -471px;
	}

}

@media screen and (max-width: 600px) {

	.nl-inner-hero {
		padding: 105px 0 425px;
	}

	h1.nl-hero-title {
		font-size: 38px;
	}

	p.nl-hero-subtitle {
		font-size: 18px;
		line-height: 28px;
		margin: 0 auto 80px;
	}
	.nl-form-section {
        margin-top: -424px;
    }

	.nl-form-holder_left {
		padding: 30px 30px 10px 30px;
	}

	h3.nl-form-title {
        font-size: 22px;
        max-width: 430px;
        text-align: center;
        margin: 0 auto 23px;
    }

	.nl-form-wrap input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
		height: 50px;
	}
	
	.nl-dot-typing:after {
		bottom: -30px;
	}
	    .nl-wyr-section {
        padding: 75px 0 70px;
    }
	
	ul.nl-wyr-list li:before {
		top: 2px;
	}

	.nl-hiw-section {
		padding: 80px 0 85px;
	}

	.nl-blog-section {
		padding: 80px 0;
	}
	.nl-blog-section .md-big-title {
		font-size: 34px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 424px) {
	.nl-inner-hero {
        padding: 105px 0 400px;
    }
	h1.nl-hero-title {
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	.nl-form-section {
        margin-top: -400px;
    }
	
	h3.nl-form-title {
        font-size: 20px;
		margin-bottom: 23px;
    }
	
	.nl-form-holder_left {
        padding: 30px 15px 10px 15px;
    }
	
	.nl-input-field input {
        height: 45px;
        padding-left: 15px;
    }
	
	.nl-h2,
	.nl-blog-section .md-big-title {
		font-size: 32px;
	}
	

}

@media screen and (max-width: 360px) {
	.nl-inner-hero {
		padding: 105px 0 425px;
	}

	.nl-form-section {
		margin-top: -425px;
	}
}