/*See style.php for styles*/

/*
Theme Name: JD Base Theme Child
Theme URI: N/A
Author: Guo
Author URI: https://jurisdigital.com/
Description: Custom Theme design by https://jurisdigital.com/
Version: 1.0
Template: JD_Base_Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* *
* Begin Global Style
* */
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Sora:wght@100..800&display=swap');

div[data-lastpass-icon-root] {
	display: none;
}

:focus-visible {
	outline: none;
}

*, body {
	box-sizing: border-box;
}

h1 {
	font-family: "Belleza";
	font-size: 96px;
	font-weight: 400;
}

h2 {
	font-family: "Belleza";
	font-size: 48px;
	font-weight: 400;
}

h3 {
	font-family: "Belleza";
	font-size: 40px;
	font-weight: 400;
}

h4 {
	font-family: "Belleza";
	font-size: 32px;
	font-weight: 400;
}

h5 {
	font-family: "Belleza";
	font-size: 26px;
	font-weight: 400;
}

h6 {
	font-family: "Belleza";
	font-size: 18px;
	font-weight: 400;
}

body {
	margin: 0;
	padding: 0;
	/* background-color: #606063; */
}

ul, ol, li,
h1, h2, h3, h4, h5, h6,
div, p, span {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1920px;
	padding: 100px 150px;
	margin: 0 auto;
}

.btn {
	display: flex;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: Sora;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	width: fit-content;
	transition: all .25s ease-in-out;
}

.btn.btn-primary {
	background-color: #DAD1C7;
	color: #272727;
}

.btn.btn-primary:hover {
	background-color: #F2F2F0;
}

.btn.btn-primary {
	background-color: #DAD1C7;
	color: #272727;
}

.btn.btn-primary.btn-hover-dark:hover {
	color: #fff;
	background-color: #61848C;
}

.btn svg,
.btn svg path {
	transition: all .25s ease-in-out
}

.btn:hover svg {
	/* 	transform: translateX(5px); */
}

.btn.btn-primary.btn-hover-dark:hover svg path {
	fill: #fff;
}

@media (max-width: 1440px) {
	.container {
		padding: 100px 40px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 100px 4vw;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 12px;
	}
}

@media (max-width: 468px) {
	.container {
		padding: 80px 4vw;
	}
}

/* *
* Begin Header Style
* */
header#main-header {
	position: relative;
	z-index: 1;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
}

header#main-header.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #61848C;
	box-shadow: 0 0 5px #a7a7a7;
}

body.logged-in header#main-header.sticky-header {
	top: 32px;
}


header#main-header .container {
	padding: 40px calc(20px + 1.563vw);
}

header#main-header .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

header#main-header .inner-wrapper .menu-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1.5vw;
}

header#main-header .inner-wrapper .menu-wrapper .btn-menu-close,
header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
	display: none;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
	display: flex;
	column-gap: 1vw;
	list-style: none;
}

@media(min-width: 1800px) {
	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 60px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		column-gap: 2.604vw;
	}
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a {
	color: #FFF;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	text-decoration: none;
	transition: all .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.current-menu-item a,
header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a:hover {
	color: #DAD1C7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children> ul > li >.arrow path {
	fill: #272727;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
	height: inherit;
	position: relative;
	padding: 10px 0;

	display: flex;
	column-gap: 5px;
	justify-content: center;
	align-items: center;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu {
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 100%;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li {
	width: 100%;
	padding: 10px 20px;
	background-color: #DAD1C7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li:not(:last-child) {
	margin-bottom: 2px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu {
	list-style: none;
	left: -5px;
	z-index: 1;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {	
	color: #272727;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
	background-color: #F2F2F0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	font-size: 16px;
	color: #272727;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;
	padding: 10px 20px;
	background-color: #DAD1C7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #f2f2f0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	margin-bottom: 2px;
}

/* Begin 3 lv menu */
header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
	font-size: 14px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;
	padding: 10px 20px;
	background-color: #DAD1C7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #f2f2f0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	margin-bottom: 2px;
}
/* END 3 lv menu */

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow.arrow-left svg {
	transition: all .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow svg {
	transform: rotate(0);
}

header#main-header .logo > a {
	display: flex;
	column-gap: 20px;
	align-items: center;
	text-decoration: none;
}

@media(max-width: 1600px) {
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a {
		font-size: 14px;
	}
	
	header#main-header .inner-wrapper .menu-wrapper .button-group a.btn {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media (max-width: 1400px) {
	header#main-header .inner-wrapper .menu-wrapper {
		flex-direction: row;
		justify-content: flex-end;
		column-gap: 30px;
		align-items: center;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
		display: flex;
		width: 50px;
		height: 50px;
		padding: 13px;
		align-items: center;
		gap: 10px;
		cursor: pointer;
		background: #DAD1C7;
	}

	body.menu-opened header#main-header .inner-wrapper .menu-wrapper nav {
		transition: transform .25s ease-in-out;
		transform: translateX(0);
	}

	header#main-header .inner-wrapper .menu-wrapper nav {
		overflow: auto;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #1e1e1e;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		padding: 50px 4vw;
		transform: translateX(100%);
	}

	header#main-header .inner-wrapper .menu-wrapper nav .btn-menu-close {
		display: block;
		color: #FFF;
		font-size: 32px;
		position: absolute;
		top: 70px;
		right: 25px;
		cursor: pointer;
		z-index: 101;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 450px;
		margin: auto;
		justify-content: flex-end;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
		display: block;
		width: 100%;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li:after {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {
		color: #fff;
		padding: unset;
		font-size: 20px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li a {
		color: #FFF;
		font-size: 20px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
		cursor: pointer;
		position: absolute;
		right: 5px;
		transform: scale(1.5);
		top: 17px;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(90deg);
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children> ul > li >.arrow path {
		fill: #fff;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow.arrow-left {
		transform: rotate(0deg);		
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu {
		list-style: none;
		position: static;
		width: 100%;
		margin: 20px 0px -20px;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu>li {
		background-color: transparent;
		padding: 20px 20px 20px 30px;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
		position: static;
		width: 100%;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu>li {
		background-color: transparent;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
		background-color: transparent;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover {
		color: #A69485;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
		color: #fff;
	}
}

@media (max-width: 769px) {
	header#main-header .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header#main-header .inner-wrapper .menu-wrapper .button-group {
		display: none;
	}
}

@media (max-width: 768px) {	
	header#main-header .inner-wrapper .header-logo {
		width: 200px;
		height: auto;
	}

	header#main-header .inner-wrapper .menu-wrapper .btn-mobile-contact {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media(max-width: 390px) {
	header#main-header .container {
		padding: 25px 4vw;
	}

	header#main-header .inner-wrapper {
		gap: 10px;
	}

	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 10px;
	}
}

footer#footer {
	background-color: #F2F2F0;
}

footer#footer #footer-section .container {
	padding-top: 64px;
	padding-bottom: 64px;
}

footer#footer #footer-section .container .inner-wrapper {
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 70px;
}

footer#footer #footer-section .contact-info-wrapper {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 2.604vw;
}

footer#footer #footer-section .contact-info-wrapper .block-item {
	flex: 1;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

footer#footer #footer-section .contact-info-wrapper .block-item > span,
footer#footer #footer-section .contact-info-wrapper .block-item > a {
	flex: 1;
	color: #272727;
	font-family: Sora;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 39px */
	transition: all .25s ease-in-out;
	text-decoration: none;
}

footer#footer #footer-section .contact-info-wrapper .block-item > a:hover {
	color: #A69485;
}

footer#footer #footer-section .footer-menu-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 40px 0;
}

footer#footer #footer-section .footer-menu-wrapper #menu-footer-menu {
	list-style: none;
	display: flex;
	width: 100%;
	max-width: 1250px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

footer#footer #footer-section .footer-menu-wrapper #menu-footer-menu li a {
	color: #272727;
	font-family: Sora;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

footer#footer #footer-section .footer-menu-wrapper #menu-footer-menu li a:hover {
	color: #A69485;
}

footer#footer #footer-section .footer-author {
	padding-top: 40px;
}

footer#footer #footer-section .footer-author .disclaimer-text {
	color: #686868;
	text-align: center;
	font-family: Sora;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	margin-bottom: 50px;
}

footer#footer #footer-section .footer-author .designed-by {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

footer#footer #footer-section .footer-author .designed-by > span {
	color: #272727;
	font-family: Sora;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

footer#footer #footer-section .footer-author .designed-by .divider {
	width: 1px;
	height: 28px;
	background: #1F4A53;
}

@media(max-width: 1024px) {
	footer#footer #footer-section .contact-info-wrapper {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 40px;
	}
}

@media(max-width: 768px) {
	footer#footer #footer-section .footer-menu-wrapper #menu-footer-menu,
	footer#footer #footer-section .footer-author .designed-by {
		flex-direction: column;
		row-gap: 20px;
	}

	footer#footer #footer-section .contact-info-wrapper .block-item > span, footer#footer #footer-section .contact-info-wrapper .block-item > a {
		font-size: 20px;
	}

	footer#footer #footer-section .footer-author .designed-by .divider {
		width: 28px;
		height: 1px;
	}
}

@media(max-width: 468px) {
	footer#footer #footer-section .contact-info-wrapper .block-item > span, footer#footer #footer-section .contact-info-wrapper .block-item > a {
		font-size: 16px;
	}
}

/* *
* Homepage Style
* */
section.banner-section {
	position: relative;
	margin-top: -155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 180px;
	border-bottom: 10px solid #A69485;
}

section.banner-section::after {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -120px;
	width: 2px;
	height: 162px;
	background: #9BB9BF;
}

section#home-banner .banner-area {
	width: 100%;
	max-width: 1062px;
	margin: 0 auto 137px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	align-items: center;
	justify-content: center;
}

section#home-banner .banner-area .banner-title {
	text-align: center;
	color: #FFF;
	font-family: Belleza;
	font-size: max(64px, calc(calc(100vw / 1920) * 96));
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

section#home-banner .banner-area .banner-description {
	color: #FFF;
	text-align: center;
	font-family: Sora;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 44.8px */

	max-width: 826px;
}

section#home-banner .banner-addition {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

section#home-banner .banner-addition .google-review-wrapper img {
	filter: brightness(100) !important;
}

section#home-banner .banner-addition .google-review-wrapper * {
	color: #fff !important;
	font-family: Sora !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

section#home-banner .banner-addition .btn-scroll {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	border: 2px solid #FFF;
	
	transition: all .25s ease-in-out;
}

section#home-banner .banner-addition .btn-scroll:hover {
	background-color: #DAD1C7;
}

@media(max-width: 768px) {
	section#home-banner .banner-addition {
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
}

section.home-section .section-area .section-title {
	color: #61848C;
	text-align: center;
	font-family: Belleza;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	margin-bottom: 40px;
}

section.home-section .section-area .section-content p {
	color: #272727;
	text-align: center;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
}

section#requirements-section .container {
	padding-top: 220px;
}

section#requirements-section .section-area {
	width: 100%;
	max-width: 939px;
	margin: 0 auto;
}

section#services-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}

section#services-section .section-title {
	text-align: left;
	margin-bottom: 70px;
}

section#services-section .services-list-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 calc(40px + 3.125vw);
	column-gap: calc(40px + 3.125vw);
	align-items: flex-start;
}

section#services-section .services-list-wrapper .services-list .block-item {
	display: flex;
	column-gap: 30px;
	align-items: flex-start;
}

section#services-section .services-list-wrapper .services-list .block-item > a > svg path {
	transition: all .25s ease-in-out;
}

section#services-section .services-list-wrapper .services-list .block-item > a:hover > svg path {
	fill: #DAD1C7;
}

section#services-section .services-list-wrapper .services-list .block-item .service-content {
	flex: 1;
}

section#services-section .services-list-wrapper .services-list .block-item .service-content p {
	color: #272727;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 32px */
	margin-bottom: 10px;
	word-break: break-word;
	max-width: 555px;
}

section#services-section .services-list-wrapper .services-list .block-item .service-content a.btn-read-more {
	color: #272727;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	transition: all .25s ease-in-out;
	text-decoration: none;
}

section#services-section .services-list-wrapper .services-list .block-item .service-content a.btn-read-more:hover {
	color: #DAD1C7;
}

section#services-section .services-list-wrapper .services-list .block-item:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #A69485;
}

@media(max-width: 768px) {
	section#services-section .services-list-wrapper {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
		padding: 0;
	}

	section#services-section .services-list-wrapper .services-list:first-child {
		border-bottom: 1px solid #A69485;
		padding-bottom: 30px;
	}
}

section#resource-section .section-area {
	width: 100%;
	max-width: 1346px;
	margin: 0 auto;
}

section#resource-section .section-area .resource-repeater {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 100px auto;
}

section#resource-section .section-area .resource-repeater .block-item {
	width: 100%;
	max-width: 236px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 20px;
	text-decoration: none;
}

section#resource-section .section-area .resource-repeater .block-item .block-title {
	color: #525252;
	text-align: center;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	transition: all .25s ease-in-out;
}

section#resource-section .section-area .resource-repeater .block-item:hover .block-title {
	color: #DAD1C7;
}

@media(max-width: 768px) {
	section#resource-section .section-area .resource-repeater {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
}

section#mid-cta-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 10px solid #A69485;
}

section#mid-cta-section::before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: -110px;
	width: 2px;
	height: 162px;
	background: #DAD1C7;
}

section#mid-cta-section .section-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 20px;
}

section#mid-cta-section .section-area > h2 {
	color: #FFF;
	text-align: center;
	font-family: Belleza;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	margin-bottom: 50px;
}

section#meet-team-section .section-area {
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;

	display: flex;
	column-gap: 3.125vw;
	justify-content: center;
	align-items: center;
}

section#meet-team-section .section-area .section-left {
	width: 100%;
	max-width: calc(300px + 18.542vw);
}

section#meet-team-section .section-area .section-left > img {
	width: 100%;
	height: auto;
	border-bottom: 10px solid #A69485;
}

section#meet-team-section .section-area .section-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

section#meet-team-section .section-area .section-right h2 {
	text-align: left;
	margin: 0;
}

section#meet-team-section .section-area .section-right .section-content p {
	text-align: left;
}

@media(max-width: 768px) {
	section#meet-team-section .section-area {
		flex-direction: column;
		row-gap: 40px;
	}
}