@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Bold-Italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Book.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Extra-Light-Italic.otf")
		format("opentype");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Extra-Light.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Thin-Italic.otf") format("opentype");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Gotham";
	src: url("../../fonts/gotham/Gotham-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
}

div {
	font-family: "Gotham", sans-serif !important;
}

.investors {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Gotham", sans-serif !important;
	padding-top: 110px;
	padding-bottom: 253px;
	width: 100%;
}

.investors .banner {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	height: 750px;
	justify-content: center;
	margin-bottom: 55px;
	width: 100%;
}

.investors .banner span {
	color: #ffffff;
	font-size: 64px;
	font-weight: bold;
	line-height: 77px;
	text-align: center;
}

.investors .content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	max-width: 1186px;
	padding-top: 180px;
	width: 100%;
}

.investors .content .content-header {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
}

.investors .content .content-header span {
	color: #ff5d00;
	font-size: 40px;
	flex: 0 0 auto;
	font-weight: 700;
	white-space: nowrap;
}

.investors .content .content-header .divider {
	background-color: #1e1e1e;
	flex: 1 1 auto;
	height: 1px;
	min-width: 0;
	width: auto;
}

.investors .content .content-body .numeric-list-dot {
	background-color: #ff5d00;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 9px;
	width: 9px;
}

.investors .content .content-body .accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.investors .content .content-body .accordion .accordion-item {
	display: flex;
	flex-direction: column;
	gap: 27px;
	width: 100%;
}

.investors .content .content-body .accordion .accordion-item .accordion-header {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 25px 0px 24px;
	width: 100%;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-header
	span {
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-header
	svg {
	fill: #000000;
	height: 16px;
	transform: rotate(360deg);
	transition: transform 0.3s ease;
	width: 28px;
}

.investors .content .content-body .accordion .accordion-item .accordion-body {
	display: none;
	max-width: 1135px;
	padding-bottom: 30px;
	width: 100%;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item.opened
	.accordion-header
	svg {
	fill: #ff5d00;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item.opened
	.accordion-body {
	display: block;
	margin: 0px auto;
	transition: max-height 0.3s ease;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.with-table
	span.title {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	span {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.with-table
	span {
	color: #1e1e1e;
	font-size: 20px;
	line-height: 24px;
}

.investors .content .content-body table.table-section {
	--table-col-role-width: 48%;
	border-collapse: separate;
	border-spacing: 9px 0;
	table-layout: fixed;
	width: 100%;
}

.investors .content .content-body table.table-section th,
.investors .content .content-body table.table-section td {
	padding: 9px 0px 10px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	word-break: break-word;
}

.investors .content .content-body table.table-section thead th {
	background-color: #ff5d00;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.investors .content .content-body table.table-section tbody td {
	color: #505050;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}

.investors .content .content-body table.table-section tbody td.font-medium {
	font-weight: 500;
}

.investors
	.content
	.content-body
	table.table-section
	tbody
	tr:nth-child(odd)
	td {
	background-color: #ffffff;
}

.investors
	.content
	.content-body
	table.table-section
	tbody
	tr:nth-child(even)
	td {
	background-color: #e0e0e0;
}

.investors .content .content-body table.table-section th:first-child,
.investors .content .content-body table.table-section td:first-child {
	width: var(--table-col-role-width);
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.link-box-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, 348px);
	column-gap: 38px;
	row-gap: 27px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.link-box {
	background-color: #ff5d00;
	box-sizing: border-box;
	border-radius: 10px;
	height: 65px;
	padding-left: 15px;
	width: 348px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.link-box
	.box {
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 0px 8px 8px 0px;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0px 18px 0px 15px;
	width: 100%;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.link-box
	.box
	span {
	color: #ff5d00;
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.text-with-link {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: 19px;
}

.investors
	.content
	.content-body
	.accordion
	.accordion-item
	.accordion-body
	.text-with-link
	span.text {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.investors .content .content-body ul.information-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.investors .content .content-body ul.information-list li {
	align-items: start;
	column-gap: 10px;
	display: grid;
	grid-template-columns: 8px 1fr;
}

.investors .content .content-body ul.information-list li::before {
	align-self: start;
	background-color: #1e1e1e;
	border-radius: 50%;
	content: "";
	height: 8px;
	margin-top: 8px;
	width: 8px;
}

@media (max-width: 1024px) {
	.investors {
		padding-top: 100px;
	}

	.investors .banner {
		height: 350px;
		margin-bottom: 30px;
	}

	.investors .banner span {
		font-size: 40px;
		line-height: 47px;
	}
	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-header
		span {
		max-width: 600px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-header
		span
		br {
		display: none;
	}

	.investors .content {
		gap: 30px;
		max-width: 768px;
		padding: 50px 37px 0px;
	}
	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box-grid {
		column-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		justify-content: center;
		row-gap: 16px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box {
		margin: 0 auto;
		width: 100%;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.text-with-link
		.link-box {
		margin: 0;
		max-width: 280px;
		width: 100%;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.text-with-link
		span.text {
		max-width: 350px;
	}

	.investors .content .content-body .table-container {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 768px) {
	.investors {
		padding-top: 60px;
	}

	.investors .banner {
		height: 250px;
		margin-bottom: 23px;
	}

	.investors .banner span {
		font-size: 20px;
		line-height: 24px;
	}

	.investors .content {
		gap: 10px;
		max-width: 100%;
		padding: 39px 37px 0px;
	}

	.investors .content .content-header .divider {
		display: none;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-header {
		padding: 15px 0px 16px;
	}

	.investors .content .content-body .numeric-list-dot {
		height: 6px;
		width: 6px;
	}

	.investors .content .content-header span {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
	}

	.investors .content .content-body .accordion .accordion-item {
		gap: 23px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-header
		span {
		font-size: 15px;
		line-height: 18px;
		max-width: 252px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-header
		svg {
		height: 14px;
		width: 27px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		span {
		font-size: 12px;
		line-height: 18px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box-grid {
		column-gap: 0px;
		grid-template-columns: 1fr;
		justify-content: center;
		row-gap: 16px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box {
		height: 50px;
		max-width: 280px;
		margin: 0 auto;
		padding-left: 10px;
		width: 100%;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box
		.box {
		border-radius: 0px 10px 10px 0px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.with-table
		span.title {
		font-size: 15px;
		line-height: 18px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.with-table
		span {
		font-size: 12px;
		line-height: 18px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.link-box
		.box
		span {
		font-size: 12px;
		line-height: 15px;
	}

	.investors .content .content-body table.table-section thead th {
		font-size: 12px;
	}

	.investors .content .content-body table.table-section tbody td {
		font-size: 12px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.text-with-link {
		align-items: start;
		flex-direction: column;
		gap: 26px;
		margin-top: 0px;
	}

	.investors
		.content
		.content-body
		.accordion
		.accordion-item
		.accordion-body
		.text-with-link
		span.text {
		font-size: 13px;
		line-height: 18px;
	}

	.investors .content .content-body ul.information-list li {
		gap: 5px;
		grid-template-columns: 4px 1fr;
	}

	.investors .content .content-body ul.information-list li::before {
		height: 4px;
		margin-top: 6px;
		width: 4px;
	}
}

@media (max-width: 600px) {
	.investors .content .content-body table.table-section th,
	.investors .content .content-body table.table-section td {
		padding: 10px 8px;
	}
}
