.real-estate-section .estate-top > div {
	padding-top: 32px;
}

.real-estate-section .estate-top {
	padding: 32px;

	background-color: white;
}

.real-estate-section.invest-item-grid .estate-top {
	border-bottom: 1px solid #f3f3f3;
}

.real-estate-section.invest-item-grid .estate-top:first-child {
	position: relative;
	z-index: 1;
}

.commitments > div {
	border-right: 1px solid #f3f3f3;
}

.commitments > div:last-child {
	border-right: none;
}

.commitments-grid > div:last-child {
	border-top: 1px solid #f3f3f3;
}

.invest-item-grid-right > div {
	border-bottom: 1px solid #f3f3f3;
}

.invest-item-grid-right > div:last-child {
	border-bottom: none;
}

.real-estate-section .estate-top p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.estate-item {
	display: flex;
	gap: 60px;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;

	flex: 1 0 0;
	background: #fbfbfa;
	justify-content: space-between;
}

#item-inner-section .estate-item {
	height: 225px;
}

#item-inner-section .head-bottom {
	height: auto;
}

.estate-item h3 {
	color: #887322;

	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 68px;
}

.estate-item h3 span {
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
}

.estate-item p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.real-estate-section .estate-top .estate-total h3,
.real-estate-section .estate-top .estate-total p {
	color: #fff;
}

.real-estate-section .estate-top .estate-total {
	background-color: #002a4a;
}

.real-estate-section .estate-bottom {
	display: grid;
	grid-template-columns: 344px 1fr;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;

	margin-top: 80px;
}

.real-estate-section .estate-bottom:first-child {
	border-top: none;
	margin-top: 0;
}

.real-estate-section .estate-bottom:last-child {
	border-bottom: none;
}

.real-estate-section .estate-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #f3f3f3;
}

.real-estate-section .estate-bottom:first-child {
	padding-top: 0;
}

.real-estate-section .estate-bottom h4,
.other-investment-section > div h4 {
	color: #000;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.real-estate-section .estate-bottom h6 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.real-estate-section .estate-bottom p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.real-estate-section .estate-bottom strong {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.real-estate-section .estate-bottom ul {
	padding-left: 25px;
	list-style: disc;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.real-estate-section .estate-bottom ul li {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.real-estate-section .estate-bottom .estate-sticky {
	position: sticky;
	top: 100px;
	height: fit-content;
	padding: 32px;
}

.real-estate-section .estate-bottom:first-child .estate-sticky {
	border-top: none;
}

.other-investment-section {
	display: grid;
	grid-template-columns: 1fr 3fr;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	margin-top: 80px;
}

/* Investment portfolio specific grid styles */
/* .portfolio-investment-section {
	border-bottom: none;
} */
.other-investment-section.portfolio-investment-section {
	margin-top: 0;
	grid-template-columns: 1fr;
	border-bottom: none;
	border-right: none;
}
.portfolio-investment-section .invest-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.portfolio-investment-section .invest-grid .item {
	border-bottom: 1px solid #f3f3f3;
}
/* .portfolio-investment-section .invest-grid .item:last-child {
	border-right: none;
} */

.other-invest .item {
	background-color: #fff;
	border: none;
	border-right: 1px solid #f3f3f3;
	height: 256px;
}

.other-invest.career-invest .item {
	border-top: 1px solid #f3f3f3;
	height: 200px;
}

.other-invest.career-invest .item:hover .item-text h4 {
	transform: translateY(0);
}

.career-border {
	background: white;
}

.career-grid-section h6 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 32px;
}

.other-invest.career-invest .item-text h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.other-invest .item:hover {
	background-color: #fbfbfa;
}

.other-invest.career-invest .item {
	cursor: auto;
}

.other-invest .item h4 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.other-invest .item span {
	color: #cecece;
}

.other-invest .item:hover .overlay {
	opacity: 0;
}

.other-invest .item:hover span {
	color: #cecece;
}

.estate-top.chart h6 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.estate-top.chart span {
	/* color: #aaa; */
	font-weight: 400;
}

.chart-container {
	margin-top: 40px;
}

.table {
	padding: 32px;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

.esg-table table {
	margin-top: 32px;
	border: 1px solid #f3f3f3;
}

.table thead th:first-child {
	color: #aaa;
}

.table thead th,
.table tbody th {
	color: #0b0b0b;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px dashed #f3f3f3;
	text-align: left;
	padding: 16px 0;
}

.table tbody tr,
.table thead tr {
	border-bottom: 1px dashed #f3f3f3;
}

.table tbody td,
.table tbody td {
	padding: 16px 0;
	font-size: 15px;
}

.table tbody td:first-child,
.table thead td:first-child {
	display: flex;
	align-items: center;
	gap: 19px;
}

.table .row-number {
	color: #aaa;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	min-width: 24px;
}

.table tbody td,
.table thead td {
	color: #0b0b0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.table thead td {
	color: #aaa;
}

.real-estate-section .estate-bottom.table {
	display: grid;
	grid-template-columns: auto;
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}

.real-estate-section .estate-bottom.table::before {
	content: none;
}

.white-section .banner-content {
	border-bottom: 1px solid #f3f3f3;
	background: transparent;
}

.white-section .head-bottom .content h1 {
	color: #000;
}

.head-bottom.career .content {
	gap: 24px;
}

.head-bottom.career {
	height: auto;
}

.white-section .head-bottom .content p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}

#item-section .head-bottom {
	padding-bottom: 80px;
}

.invest-portfolio {
	margin-top: 0 !important;
	border-bottom: none !important;
}

.estate-list ol {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.estate-list ol li {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.estate-list ol li ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.estate-list ol li ol li {
	font-weight: 400;
}

.estate-top ul li {
	display: flex;
	padding: 25px 20px;
	align-items: center;
	gap: 12px;
	flex: 1 0 0;
	align-self: stretch;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.estate-top ul,
.esg-list {
	width: 100%;
	max-width: 346px;
	padding: 0 !important;
}

.esg-right {
	border-left: 1px solid #f3f3f3;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	padding: 8px;
}

.esg-grid-main .estate-bottom::before {
	content: none;
}

.esg-grid-main .estate-bottom {
	border-bottom: none;
}

.esg-grid-main .real-estate-section {
	border-left: 1px solid #f3f3f3;
}

.esg-grid {
	padding-top: 0;
}

.esg-grid h4 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
}

.estate-bottom.table ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 32px;
}

.estate-bottom.table ul li {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding-left: 24px;
}

.estate-bottom.table ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: black;
	position: absolute;
	left: 8px;
	top: 11px;
}

.esg-table table thead th {
	color: white !important;
	padding: 16px 20px;
	align-items: center;
	gap: 10px;

	background: #002a4a;
}

.esg-table table thead tr,
.esg-table table thead tr th {
	border-bottom: none !important;
}

.esg-table table tbody {
	position: relative;
}

.esg-table table tbody::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #f3f3f3;
}

.esg-table table tbody tr td {
	padding: 16px 20px;
	align-items: center;
	gap: 10px;
}

.esg-table table tbody tr {
	border-bottom: 1px solid #f3f3f3;
}

.real-estate-section .esg-table.second table {
	width: 100%;
	max-width: 50%;
}

.real-estate-section .esg-table.second table tbody::before {
	content: none;
}

.career-training > div {
	border-bottom: 1px solid #f3f3f3;
}

.career-training > div:last-child {
	border-bottom: none;
}

.career-training h6 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
}

.career-training p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.career-employee > div {
	padding: 32px;

	border-right: 1px solid #f3f3f3;
}

.career-employee h6 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-top: 12px;
}

.career-employee span {
	color: #919191;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-top: 4px;
}

.career-employee p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-top: 20px;
}

.career-arrow {
	border-top: 1px solid #f3f3f3;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.career-arrow > div:last-child {
	display: flex;
}

.career-arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background-color: #f3f3f3;
}

.career-arrow button {
	padding: 30px 77px;
	border: none;
	background: white;
	cursor: pointer;
	border-right: 1px solid #f3f3f3;
}

.career-arrow button:last-child {
	border-right: none;
}

.career-vacancy .vacancy-item {
	padding: 32px 31px;

	display: flex;
	flex-direction: column;
	gap: 44px;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: white;
}

.career-vacancy .vacancy-item:hover {
	background-color: #fbfbfa;
}

.career-vacancy .vacancy-item:hover h6 {
	color: #887322;
}

.career-vacancy .vacancy-item h6 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	transition: all 0.5s ease;
}

.career-vacancy .vacancy-item p {
	color: #aaa;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.career-vacancy .vacancy-item span {
	color: #7b7b7b;
}

.career-vacancy-sticky p {
	font-size: 14px !important;
	line-height: 20px !important;
	padding-top: 10px;
}

.career-vacancy-sticky .main-bttn {
	margin-top: 28px;
}

.head-bottom.career .content {
	gap: 32px;
}

.head-bottom.career {
	display: block;
}

.reports .report-item {
	padding: 32px;
	gap: 4px;
}

.management-grid {
	border-left: 1px solid #f3f3f3;
}

.management-grid-section {
	border-top: 1px solid #f3f3f3;
}

.management-grid-section .estate-bottom::before {
	content: none;
}

.management-table {
	margin-top: 0 !important;
	border-bottom: none !important;
	border-top: 1px solid #f3f3f3 !important;
}

.management-table-left {
	border-top: none !important;
	border-bottom: none !important;
}

.report-item h4 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.reports .report-item > div {
	display: flex;
	justify-content: space-between;

	padding-top: 7px;
}

.reports .report-item a {
	color: #887322;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.reports .report-item small,
.reports .report-item span {
	color: #aaa;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.reports .report-item small {
	padding-left: 12px;
	position: relative;
}

.reports .report-item small::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	left: 3px;
	top: 7px;
	background: #aaa;
	border-radius: 50%;
}

.faq {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
}

.faq-item {
	border-bottom: 1px solid #f3f3f3;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-item > div {
	padding: 32px;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-item > div:first-child {
	border-right: 1px solid #f3f3f3;
}

.faq-item.active {
	background-color: #fbfbfa;
}

.faq-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.faq-header h4 {
	color: #000;
	font-size: 20px;
	font-weight: 400 !important;
	line-height: 28px;
	margin: 0;
	flex: 1;
}

.faq-header.active h4 {
	color: #887322;
}

.faq-icon svg path {
	transition: fill 0.3s ease, transform 0.3s ease;
	fill: #000;
}

.faq-item.active .faq-icon svg path {
	fill: #887322;
}

.faq-icon {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
	transform: rotate(-45deg);
}

.faq-content {
	max-height: 0;
	overflow: hidden;
}

.faq-content p {
	margin: 12px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.faq-item.active .faq-content {
	max-height: 300px;
}

.contact-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	/* padding-top: 90px; */
}

.contact-section .contact-top {
	display: grid;
	grid-template-columns: 1fr 1fr;

	/* border-top: 1px solid #f3f3f3; */
}

.contact-section .contact-top .contact-top-left {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-right: 1px solid #f3f3f3;
}

.contact-section .contact-top .contact-top-right {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-section .contact-top span {
	color: #9f9f9f;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.contact-section .contact-top div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact-section .contact-top p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.contact-section .contact-top .contact-email {
	color: #887322;
}

.contact-section .contact-bottom {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 32px;
	border-top: 1px solid #f3f3f3;
	background-color: white;
}

.contact-section .contact-bottom p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-map iframe {
	width: 100%;
}

.form-group,
.form-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-row label {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.form-row input,
.form-row select,
.form-row textarea {
	display: flex;
	padding: 16px 20px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border: 1px solid #f3f3f3;
	transition: border-color 0.3s;
	color: #9f9f9f;
}

.form-row textarea{
	resize: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	border-color: #887322;
	outline: none;
}

.two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

::placeholder {
	color: #9f9f9f;
	opacity: 1;
}

.form-row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../images/svg/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px 16px;
	padding-right: 40px;
}

.contact-map {
	padding: 32px;
	height: 100%;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;

	background-color: white;
}

.contact-map iframe {
	width: 100%;
	height: 650px;
	border: none;
	position: sticky;
	top: 100px;
}

.contact-section .contact-info h1 {
	color: #000;

	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	letter-spacing: -0.96px;
	padding: 32px;
}

.contact-section .contact-info {
	/* padding-top: 130px; */
	border: 1px solid #f3f3f3;
	border-top: none;
	background-color: white;
}

.gradient-bg {
	background: linear-gradient(0deg, #f1f1f1 0%, #fcfcfc 73.31%) !important;
}

.gradient-bg .content .containerLayout {
	display: grid;
	align-items: end;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;

	width: 100%;
}

.gradient-bg .content img {
	width: 278.225px;
	height: 398.257px;
	flex-shrink: 0;
	aspect-ratio: 278.22/398.26;
}

.gradient-bg .head-bottom {
	padding-bottom: 0 !important;
	display: block;
}

.gradient-bg .content h1 {
	padding-bottom: 32px;
}

.gradient-bg .content .grid-img {
	display: flex;
	justify-content: center;
}
