/* White banner */

.white-banner {
	background-color: #F7F8F9;
	padding: 64px 0;
	margin-top: 108px;
}

.white-banner > .flex-wrapper {
	justify-content: space-between;
	gap: 24px;
}

.white-banner .left {
	max-width: 593px;
	width: 100%;
}

.white-banner .left .badge {
	color: #5CA46B;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 12px;
}

.white-banner .left h1 {
	font-weight: 700;
	color: #000;
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 24px;
}

.white-banner .left .banner-subtitle {
	margin-bottom: 24px;
}

.white-banner .left .flex-wrapper {
	gap: 24px;
}


.white-banner .left .flex-wrapper .btn {
	max-width: 279px;
	width: 100%;
}

.white-banner .left .flex-wrapper .btn.transparent {
	color: #000000 !important;
}

.white-banner .right {
	max-width: 488px;
	width: 100%;
}

/* Who we are */

.who-we-are .flex-wrapper {
	justify-content: space-between;
	gap: 30px;
}

.who-we-are .left {
	max-width: 592px;
	width: 100%;
}

.who-we-are .left h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #147588;
	text-align: left !important;
}

.who-we-are .left p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 24px !important;
}

.who-we-are .right {
	max-width: 572px;
	width: 100%;
	border: 1px solid #EDF0F1;
	padding: 24px;
	border-radius: 24px;
}


.who-we-are .right .title {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 26px;
}

.who-we-are .right .what-we-do .item {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 12px;
}

.who-we-are .right .what-we-do .item .icon {
	width: 72px;
	min-width: 72px;
}

.who-we-are .right .what-we-do .item .item-title {
	font-size: 18px;
	line-height: 26px;
	padding-left: 8px;
	position: relative;
	margin-bottom: 4px;
}

.who-we-are .right .what-we-do .item .item-title::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	border-radius: 2px;
	left: 0px;
	top: 0px;
	background-color: #E3A114;
}

.who-we-are .right .what-we-do .item .item-text {
	font-size: 18px;
	line-height: 26px;
}

/* Why us */

.why-us {
	background-color: #F7F8F9;
}

.why-us h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	color: #147588;
	margin-bottom: 48px;
}

.why-us .items-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.why-us .items-container .item {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex-direction: column;
	width: 100%;
}

.why-us .items-container .item .text {
	font-size: 18px;
	line-height: 28px;
	padding-left: 10px;
	border-left: 4px solid #E3A114;
}

.why-us .items-container .item img {
	width: 42px !important;
}

/* Founder */

.founder .container > .flex-wrapper {
	justify-content: space-between;
	margin-bottom: 75px;
	gap: 24px;
}

.founder .container .flex-wrapper > .left {
	max-width: 384px;
	width: 100%;
}

.founder .container .flex-wrapper > .right {
	max-width: 796px;
	width: 100%;
}

.founder .right .badge {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #147588;
	margin-bottom: 8px;
}

.founder .right h2 {
	text-align: left !important;
	color: #000 !important;
	font-size: 32px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 8px !important;
}

section.founder h2:not(h2.has-subtitle) {
	margin-bottom: 8px !important;
}

.founder .right .founder_subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 24px;
}

.founder .right .founder_subtitle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left:0;
	background-color: #147588;
	border-radius: 12px;
	width: 59px;
	height: 4px;
}

.founder .right .content p{
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 24px;
}

.founder .right .founder-benefits {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.founder .right .founder-benefits .item {
	display: flex;
	gap: 12px;
	align-items: center;
	border: 1px solid #EDF0F1;
	padding: 8px 12px;
	border-radius: 12px;
	font-size: 18px;
}

.founder .right .founder-benefits .item img {
	width: 48px !important;
}

.founder .contact {
	background-color: #F7F8F9;
	border: 1px solid #EDF0F1;
	padding: 24px 32px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.founder .contact .left {
	display: flex;
	gap: 23px;
}

.founder .contact .left .icon{
	max-width: 97px;
	min-width: 97px;
}


.founder .contact .left .content {
	max-width: 504px;
	font-size: 18px;
	line-height: 24px;
}

.founder .contact .left .contact-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 13px;
}

.founder .contact .right .flex-wrapper {
	gap: 24px;
}

.founder .contact .right .btn {
	height: 42px;
	width: 176px;
	font-weight: 700;
	font-size: 16px;
	border-radius: 12px !important;
}

.founder .contact .right .btn.transparent {
	color: #000 !important;
}

/* Reviews */

.review-slider {
	background-color:#E2EEF1;
	padding-top:120px;
	padding-bottom:110px;
	overflow:hidden;
}

.review-slider .title {
	font-size:42px;
	font-weight:700;
	color:#2B2B2B;
	margin-bottom:50px !important;
}

/* Service block menu */

.new-list-subtitle{
	color:#717171;
	font-weight:500;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

.services_block_new ul{
	list-style:none;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	    font-size: 18px;
	padding-left:0px !important;
}

.services_block_new li{
	display:flex;
	gap:15px;
	align-items:center;
}

/* Faq */

.faq {
	background-color:whitesmoke;
	padding-bottom:80px !important;
}

.faq .title {
	font-size:44px;
	line-height:120%;
	color:#333;
	margin-bottom:40px;
	font-weight:700;
	text-align:center;
}

.faq .question-answear{
	background-color:#fff;
	border-radius:12px;
	margin-bottom:12px;
	padding:20px;
	cursor:pointer;
}

.faq .question {
	font-size:20px;
	font-weight:700;
	line-height:120%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	transition: 0.3s;
}

.faq a {
	text-decoration: underline !important;
}

.faq .question-answear:hover .question,.faq .question-answear:hover .question a {
	color:#1077cc;
}

.faq .answear {
	max-height:0;
	overflow:hidden;
	color: #000; 
    font-size: 16px;
    line-height: 1.8;
	transition:0.3s;
}

.faq .question-answear.open .answear {
	 margin-top:20px;
}

section:last-child {
    padding-bottom: 80px !important;
}

.faq .arrow-down {
	width:14px;
	height:14px;
}

/* Form */

.form_bottom_block{
	margin-bottom:75px !important;
}

.form_bottom_block .big_container {
    background: #147588;
    border-radius: 20px;
    padding-top: 32px;
}
.form_bottom_block .container .flex-wrapper {
    align-items: center;
    gap: 20px;
}
.form_bottom_block .container .flex-wrapper .left {
    margin-bottom: 0;
}

.form {
    display: flex
;
    width: 100%;
    max-width: 488px;
    padding: 30px 32px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    background: #FFF;
}

.form_bottom_block .form {
    box-shadow: 4px 4px 20px 0px rgb(143, 150, 151, 20%);
}

.gf_browser_chrome, .gform_body {
    width: 100% !important;
}

.gform_title {
	display:none !important;
}

@media screen and (max-width: 1024px) {
	/* White banner */

	.white-banner > .flex-wrapper {
		flex-direction: column-reverse;
	}

	.white-banner .left .badge {
		text-align: center;
	}

	/* Who we are */

	.who-we-are .flex-wrapper {
		flex-direction: column;
	}

	.who-we-are .left, .who-we-are .right {
		max-width: 100%;
	}

	/* Founder */
	
	.founder .container > .flex-wrapper {
		flex-direction: column;
	}
	
	.founder .container .flex-wrapper > .right {
		max-width: 100%;
	}
}

@media screen and (max-width: 850px) {
	/* Why us */
	
	.why-us .items-container {
		flex-direction: column;
		gap: 24px;
	}
	
	.why-us .items-container .item {
		max-width: 280px;
	}
	
	/* Founder */
	
	.founder .contact, .founder .contact .left {
		flex-direction: column;
		text-align: center;
		align-items: center;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 600px) {
	
	/* White banner */
	
	.white-banner .left .banner-subtitle {
		text-align: center;
		font-size: 18px;
		line-height: 28px;
	}
	
	.white-banner .left .flex-wrapper {
		flex-direction: column;
		gap: 12px;
	}
	
	.white-banner .left .flex-wrapper .btn {
		max-width: 100%;
	}
	
	
	/* Who we are */

	.who-we-are .left h2 {
		text-align: center !important;
	}
	
	.who-we-are .left p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 12px;
	}
	
	/* Founder */
	
	.founder .contact {
		padding: 48px 32px;
	}
	
	.founder .contact .right .flex-wrapper{
		flex-direction: column;
		gap: 12px;
	} 
	
	.founder .contact .right .flex-wrapper .btn, .founder .contact .right {
		width: 100%;
	}
	
	.founder .right .founder-benefits {
		flex-direction: column;
	}
	
	.founder .container > .flex-wrapper {
		margin-bottom: 48px;
	}

	/* FAQ */
	
	.faq .question {
        font-size: 18px;
    }
}





