/* Capital Stack */
.capitalStackRightColumn p{
	padding:0;
	margin: 0;
}
.capitalStackRightColumn .wpb_text_column .wpb_wrapper{
	display: flex;
	align-items: flex-end;
}
.capitalStackRightColumn .wpb_text_column .wpb_wrapper p{
	width: 180px;
	font-size: 1rem;
	text-transform: uppercase;
}

.capitalStackRightColumnLabel{
	font-weight: 300;
}
.capitalStackRightColumnValue{
	font-weight: 700;
}
.capitalStackRightColumnColor{
	width: 1.5rem;
	height: 1.5rem;
	background-color: white;
	margin-right: 1rem;
}
.capitalStackLeftColumn{
	text-align: right;
}
.capitalStackLeftColumn .wpb_text_column{
	margin-right: 3rem;
}
/* Capital Stack */
















/* Team */
.teamBlock {
	background: black;
	padding: 2rem;
	border: solid 4px var(--color-content-link);
}

.teamBlock .wpb_wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
}

.teamBlock .w-person-description {
	display: none;
}

.teamBlock .w-person-image img,
.teamBlock .w-person-image {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}

.teamBlock .w-person {
	flex: 1 1 0;
	cursor: pointer;
}

.teamBlock .w-person-image {
	width: 70%;
	aspect-ratio: 1/1;
	margin: auto;
	position: relative;
}
.teamBlock .w-person-image img{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.teamBlock .w-person-name {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: var(--color-content-link);
	font-size: 1rem;
	margin: 0;

}

.teamBlock .w-person-role {
	color: white;
	font-style: italic;
	font-size: 1rem;
	opacity: 1;
}

.teamPopupImage {
	width: 300px;
	height: 300px;
	max-width: 90%;
	max-height: 90%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	/* background-color: rgb(50, 50, 50); */
}

.teamPopupName {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-content-link);
	margin: 1rem 0;
	text-transform: uppercase;
}

.teamPopupRole {
	font-style: italic;
	margin: 1rem 0;
}

/* Team */











/* Timeline */
.timelineImage img{
	width:100%;
}
.timeline.columnsBlock4 .vc_column-inner>.wpb_wrapper{
	flex-wrap:nowrap;
}

.timeline .arrowImage .w-image-h{
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
/* Timeline */







/* Past projects */
.columnsBlock1 .wpb_wrapper:has(.pastProject){
	display: flex;
}
.pastProject{
	flex: 1 1 calc(100% / 3 - 3rem);
	margin: 1rem;
	padding: 0rem;
	cursor: pointer;
}
.pastProject:hover .pastProjectImage {
	transform: scale(105%);
	-webkit-transform: scale(105%);
	-moz-transform: scale(105%);
	-ms-transform: scale(105%);
	-o-transform: scale(105%);
}
.pastProjectImage{
	width:100%;
	aspect-ratio: 1/1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
}
.pastProject .pastProjectAbout, .pastProject .pastProjectBottomBlocks{
	display: none;
}
.pastProjectName{
	font-family:'Roboto Condensed', sans-serif;
	color:var(--color-content-link);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
	margin-top:1rem;
	margin-bottom: 0.5rem;
}
.pastProjectLocation{
	font-style: italic;
	text-align: center;
}
.pastProjectBottomBlocks{
	text-align: center;
	color:var(--color-content-link);
}
.pastProjectBottomBlocks h5 {
	color:white;
}
.pastProjectBottomBlocks .wpb_text_column{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.pastProjectPopupImage{
	background-size: cover;
}
/* Past projects */


/* End page */
.endPageBlocks .wpb_wrapper{
	gap:1rem;
}
.endPageBlock{
	border:solid 4px var(--color-content-link);
	padding:1rem;
	background-color: rgba(0, 0, 0, 0.5);
	flex: 1 1 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.endPageBlock:hover{
	transform: scale(110%);
	-webkit-transform: scale(110%);
	-moz-transform: scale(110%);
	-ms-transform: scale(110%);
	-o-transform: scale(110%);
}
.endPageSecondLine{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex: 1;
	justify-content: center;
	transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

.endPageSecondLine div{
	/* flex:1; */
}
.endPageBlock:hover .endPageSecondLine{
	color:var(--color-content-link);
}
.endPageIcon {
	width: 40px;
	height: 40px;
	margin-left: 0.5rem;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	flex-shrink: 0;
}

.endPageMainBlock{
	height: calc(100vh - 200px);
}

.endPageMainBlock>.l-section-h {
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/* End page */






/* Start page */
.startPageMainBlock{
	height: calc(100vh - 200px);
}
.startPageMainBlock>.l-section-h {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* Start page */











/* The Market */
.popupContent{
	display: none;
}
/* The Market */

/* Maps */
.mapPins{
	display: none;
}
/* Maps */











/* 3 колонки */

.columnsBlock3 em,
.columnsBlock4 em
{
	font-style: normal;
	color: var(--color-content-link);
	font-size: 1.5rem;
}

.columnsBlock3 .wpb_wrapper,
.columnsBlock4 .wpb_wrapper
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	align-items: stretch
}

.columnsBlock3 .wpb_text_column,
.columnsBlock4 .wpb_text_column
{
	flex: 1 1 calc(100% / 3 - 3rem);
	background-color: rgba(0, 0, 0, 0.5);
	border: solid 4px var(--color-content-link);
	margin: 1rem;
	margin-bottom: 0;
	padding: 1rem;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
}
.pastProjectBottomBlocks .wpb_text_column:first-child
{
	margin-left:0;
}
.pastProjectBottomBlocks .wpb_text_column:last-child
{
	margin-right: 0;
}

.columnsBlock3 .wpb_text_column:hover,
.columnsBlock4 .wpb_text_column:hover
{
	transform: scale(110%);
	-webkit-transform: scale(110%);
	-moz-transform: scale(110%);
	-ms-transform: scale(110%);
	-o-transform: scale(110%);
}

.columnsBlock3 .wpb_text_column .wpb_wrapper,
.columnsBlock4 .wpb_text_column .wpb_wrapper
{
	display: block;
}
/* 3 Колонки */


/* 4 колонки */

.columnsBlock4 .wpb_text_column {
flex: 1 1 calc(100% / 4 - 2rem);
}
/* 4 колонки */








/* 1 колонка */
.columnsBlock1 .wpb_text_column,
.columnsBlock1 .wpb_wrapper:has(.pastProject)
 {
	flex: 1 1 calc(100% / 1 - 2rem);
	background-color: rgba(0, 0, 0, 0.5);
	border: solid 4px var(--color-content-link);
	margin: 1rem;
	padding: 1rem;
}
.columnsBlock1 .wpb_text_column h2,
.columnsBlock1 .wpb_text_column p
{
	margin: 0;
}
/* 1 колонка */







.columnsBlock3.projectPipeline .wpb_text_column .wpb_wrapper p:has(img) {
	aspect-ratio: 4/2;
	width: calc(100% + 2rem);
	margin: -1rem;
}
.columnsBlock3.projectPipeline .wpb_text_column .wpb_wrapper img {
	object-fit: cover;
	width:100%;
	height: 100%;
}
