
.events_items .item .type{
	background-color: #D9E2D8;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #1E2323;
}

.events_items .item .date{
	margin-top: 15px;
}

.events_items .item .location{
	margin-top: 5px;
}

.img-cover{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	aspect-ratio: 2.3;
}

h4.label{
	background-color: #D9E2D8;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
}

.smart_content .date, .smart_content .location{
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}

.smart_content .location svg,.smart_content .date svg{
	width: 23px;
	margin-right: 10px;
}


.events_top .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.events_top h1 {
	margin-bottom: 15px;
	font-size: 60px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #000000;
}
.events_top p {
	max-width: 864px;
	margin: auto;
	font-size: 24px;
}


.smart_wrap {
	display: flex;
	flex-wrap: wrap;
}
.smart_asset {
	flex: 0 0 calc(100% - 425px);
	max-width: calc(100% - 425px);
}
.smart_content {
	flex: 0 0 380px;
	max-width: 380px;
	margin-left: 45px;
}
.smart_asset img {
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.smart_content h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.smart_content p {
	margin-bottom: 20px;
	margin-top: 15px;
}


.events_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.events_items {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
.events_item {
	flex: 0 0 calc(33.33% - 2px);
	max-width: calc(33.33% - 2px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	opacity: .85;
	transition: 400ms;
}

.filter{
	color:#1E2323;
	font-size:16px;
}

.news_item {
	border-bottom: 1px solid #D5DBD3;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}

.news__item_content {
	flex: 0 0 calc(100% - 185px);
	max-width: calc(100% - 185px);
	align-items: flex-start;
}

.news__item_content h3 {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #3B4848;
	margin-bottom: 4px;
}
.news_item_date {
	flex: 0 0 135px;
	max-width: 135px;
	margin-left: 50px;
}

.news_item_date span {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #898D8E;
}

.events_item:hover, .news_item:hover{
	opacity: 1;
}
.events_img {
	height: 700px;
	position: relative;
	width: 100%;
}
.events_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.events_content {
	position: absolute;
	bottom: 24px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.events_cta a {
	font-size: 12px;
	line-height: 150%;
	text-transform: capitalize;
	color: #F6F3EA;
	border-bottom: 1px solid #F6F3EA;
	padding-bottom: 8px;
	display: inline-block;
}
.events_title h3 {
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #F6F3EA;
	margin: 8px 0px;
	padding: 0px 16px;
}
.events_tags {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}
.events_tags span {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	color: #F6F3EA;
}

.events_top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
	justify-content: space-between;
	align-items: center;
}
.events_top h2 {
	font-size: 40px;
}
.events_filter form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

/*
.events_filter select {
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px;
font-size: 10px;
line-height: 120%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #1E2323;
padding: 8px 16px;
height: 28px;
}
*/

.upcoming .events_filter select, .events_filter.events_ajax_filter select{
	background: #FFFFFF;
	border: 1px solid #BFCEBE;
	border-radius: 3px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-transform: none;
	color: #1E2323;
	padding: 5px 15px;
	height: 42px;
}

.upcoming .events_filter select.active,  .events_filter.events_ajax_filter select.active, .events_search input:focus, .events_search input:not(:placeholder-shown) {
	border: 1px solid #93C13E;
	background-color: #ECF0D5;
	transition: all 0.3s ease-in-out;
}

.events_search input {
	background: #FFFFFF;
	border: 1px solid #BFCEBE;
	border-radius: 3px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
	text-transform: none;
	color: #1E2323;
	padding: 5px 15px;
	height: 42px;
	width: 350px;
}
.events_item {
	border-bottom: 1px solid #D5DBD3;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}
.events_item_date {
	flex: 0 0 125px;
	max-width: 125px;
	margin-left: 50px;
}
.events__item_content {
	flex: 0 0 calc(100% - 175px);
	max-width: calc(100% - 175px);
	align-items: flex-start;
}
.events__item_content h3 {
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #3B4848;
	margin-bottom: 4px;
}
.events_item_date span {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #898D8E;
}

.events_exc {
	padding: 0px 16px;
}

.events_exc p {
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #fff;
}
.events_cta {
	margin-top: 40px;
}
.events_item:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.events_content {
	z-index: 1;
}
.news_items.news_loading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.news_items.news_loading .ctp_loader {
	display: flex;
	min-height: 200px;
	background: transparent;
}
.events_load_more {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	text-decoration: underline;
	text-underline-offset: 3px;
	position: relative;
	cursor: pointer;
}

.events_load_more.news_loadmore_loading {
	min-height: 100px;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.events_load_more.news_loadmore_loading .ctp_loader {
	background: transparent;
	display: flex;
}

.events_load_more .lds-ripple{
	width: 72px;
	height: 72px;
}

@media only screen and (max-width:992px){

	.events_top.section {
		padding-top: 150px;
	}
	.events_top h1 {
		font-size: 40px;
	}
	.smart_asset {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.smart_asset img {
		height: 300px;
	}
	.smart_content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	.smart_content h2 {
		font-size: 32px;
	}
	.events_items {
		gap: 20px;
	}
	.events_item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.events__item_content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}
	.events_item_date {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	.events_top p {
		font-size: 16px;
	}
	.events_top .btn {
		display: none;
	}

}


.section.update{
	padding-top: 120px;
}
.events_top.update .container {
	text-align: left;
}

.events_top.update h1{
	text-align: left;
	margin-left: -5px;
}


.update h2 {
	margin-left: -5px;
	margin-top: 20px;
}

.update h3 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #1E2323;
}

.update h4 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1E2323;
	margin: 0;
}

.events_archvie .events_top h2{
	font-size: 14px;
	text-transform: uppercase;
}

.update.upcoming h2{
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: 0px;
	letter-spacing: 0.1rem;
}

.smart_section.update{
	padding-top: 0;
}

.update .smart_wrap{
	flex-direction: column;
	flex-wrap: nowrap;
}

.update .smart_content p{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0em;
	color: #000000;
}

.update .smart_content{
	flex: 0 0 70%;
	max-width: 70%;
	/* margin-left: 45px; */
	margin-left: 0;
	/*margin-top: 20px;*/
	margin-top: 40px;
}

.plyr--video{
	border: 2px dashed #c1c1c1;
	border-radius: 10px;
}

.update.highlights .smart_content{
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0;
	padding-top: 80px;
	margin-top: 80px;
	border-top: 2px solid #ECF0EC;
}

.update .btn{
	font-size: 16px;
	padding: 10px 30px;
	margin-top: 25px;
}

.events_section.update{
	padding-top: 0;
}

.events_section.update .container{
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1.5px solid #ECF0EC;
	border-bottom: 1.5px solid #ECF0EC;
	margin-bottom: 60px;
	padding-bottom: 100px;
}

.update .events_items{
	gap: 30px;
	flex-wrap: wrap;
	display: flex;	
}

.update .events_img:before {
	content: none;
}

.item{
	display: flex;
	position: relative;
	transition: 400ms;
	width: calc(33% - 16px);
	max-width: calc(33% - 16px);
	flex-direction: column;
}

.item .image {
	height: 252px;
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.item .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.item .content{
	margin-top: 20px;
}

.item .content .title{
	margin-top: 15px;
}

.properties_section .container{
	margin-bottom: 80px;
	border-top: 1.5px solid #ECF0EC;
	padding-top: 80px;
	margin-top: 80px;
}

.properties_section .wrap{
	display: flex;
	flex-direction: row;
}
.properties_section.markets .wrap{
	flex-direction: column;
}
.wrap .left{    
	width: 50%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wrap .middle{
	margin-top: 40px;
}

.wrap .top h3, .wrap .left h3{    
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.wrap .top h2, .wrap .left h2{    
	font-size: 40px;
	max-width: 1000px;
}
.wrap .bottom .btn, .wrap .left .btn{
	display: inline-block;
	padding: 10px 32px;
	margin-top: 50px;
	font-size: 14px;
}

.wrap .right{
	width: 50%;
	padding-left: 40px;
}

.wrap .right .img-con{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 324px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.wrap .right .img-con.one{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(0px, 100px);
}

.wrap .right .img-con.two{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(200px, 0px);
}

.top_properties .container {
	padding-bottom: 80px;
	border-bottom: 1.5px solid #BFCEBE;
	margin-bottom: 80px;
}

.top_title{
	max-width: 1050px;
}

.top_title h1 {
	font-size: 60px;
	line-height: 120%;
}

.media .left{
	width: 70%;
	justify-content: flex-start;
}

.media .right{
	width: 30%;
	min-height: 240px;
	border-left: 1.5px dotted #000000;
}

.media .right h3{
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.media .name{
	font-size:24px;
	line-height:120%;
	letter-spacing: -0.05em;
	color: #000;
	margin-top: 30px;
}

.media .job{
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #000;
	margin-bottom: 30px;
	margin-top: 5px;
}

.media .email, .media .mobile{
	font-size:16px;
	line-height:120%;
	letter-spacing: -0.03em;
	color: #000;
}

.media .kit{
	margin-top: 50px;
}
.media .kit a{
	display: flex;
	align-items: center;
}

.media .kit .download-image{
	margin-right: 20px;
}
.media .kit .download-size{
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
}
.media .kit .download-size span{
	text-transform:uppercase;
}

.properties_section.media .container{
	background-color: #F6F3EA;
	padding: 30px 20px;
	border-radius: 10px;
	min-height: 300px;
}
.events_archvie.section {
	padding-top: 40px;
}

.events_archvie.section .container{
	border-bottom: 1.5px solid #BFCEBE;
	padding-bottom: 80px;
}

.events_load_more{
	display: inline-block;
	padding: 10px 32px;
	font-size: 14px;
	text-decoration: none;
	min-width: 100px;
}

@media (max-width: 768px) {
	.properties_section .wrap{
		flex-direction: column;
	}

	.properties_section .img-group{
		display: flex;
		height: 320px;
	}
	.wrap .left{
		width:100%;
		padding-right:0;
	}
	.wrap .right{
		width:100%;
		padding-left: 0;
		margin-top: 40px;
	}

	.properties_section.media .wrap {
		flex-direction: row;
	}

	.media .wrap .right{
		padding-left: 20px;
	}

	.update .smart_content{
		margin-left: 0;
	}

	.events_items{
		flex-direction: column;
	}

	.item{
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 520px) {
	.properties_section.media .wrap {
		flex-direction: column;
	}

	.media .wrap .right{
		border-left: none;
		min-height: unset;
		margin-top: 80px;
		padding-left: 0;
	}
}