/* HIGHLIGHTS */
.mosaic-wrapper {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
.mosaic-wrapper figure {
	position: relative;
	background-color: #000;
	margin-bottom: 20px;
}
.mosaic-wrapper figure > a,
.mosaic-wrapper figure picture {
	height: 100%;
}
.mosaic-wrapper figure picture img {
	-webkit-filter: grayscale(0);
	height: 100%;
}
.mosaic-wrapper figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: left;
	width: 100%;
	padding: 0 25px;
	pointer-events: none;
	color: #fff;
}
.mosaic-wrapper.style-tiny figure figcaption {
	top: auto;
	bottom: 40px;
}
.mosaic-wrapper.style-four figure figcaption {
	top: auto;
	bottom: 40px;
	transform: none;
	left: auto;
}

.mosaic-wrapper.style-tiny .highlights-splitter figure figcaption {
	top: auto;
	left: auto;
	bottom: auto;
}
.mosaic-wrapper .highlights-splitter .double {
	display: flex;
}
.mosaic-wrapper .highlights-splitter .double figure {
	margin: 20px 10px 0 0;
	width: 50%;
}
.mosaic-wrapper .highlights-splitter .double figure:last-of-type {
	margin: 20px 0 0 10px;
}
.mosaic-wrapper.style-default figure.has-video figcaption {
	margin-top: 100px;
}
.mosaic-wrapper .highlights-splitter figure.has-video figcaption {
	margin-top: 75px;
}
.mosaic-wrapper figure figcaption h3 {
	font: 400 30px/1 "DIN Next LT W01 Black", sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
}
.mosaic-wrapper.style-four figure figcaption h3 {
	font-size: 44px;
	line-height: 1;
}
.mosaic-wrapper.style-four .highlights-splitter figure figcaption h3 {
	font-size: 36px;
	line-height: 1;
}
.mosaic-wrapper figure figcaption .description {
	margin-top: 15px;
	font-family: "DIN Next LT W01 Regular", sans-serif;
	font-size: 20px;
}
.mosaic-wrapper.style-four figure figcaption .description {
	font-size: 20px;
	line-height: 1;
}


.mosaic-wrapper figure figcaption i.fas {
	font-size: 0px;
	margin-top: -15px;
	margin-left: 0px;
	transition-property: font-size, margin-left;
	transition-duration: .35s;
	transition-timing-function: ease;
}
.mosaic-wrapper .home-arrows {
	position: fixed;
	right: 20px;
	bottom: 30px;
}
.mosaic-wrapper .home-arrows i {
	font-size: 41px;
	color: #ff4539;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 30px;
	margin: 0px 5px;
	cursor: pointer;
}

.mosaic-wrapper a.play-btn {
	position: absolute;
	width: 75px;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	height: auto;
	outline: none;
}
.mosaic-wrapper .highlights-splitter a.play-btn {
	width: 50px;
	top: calc(50% - 40px);
	left: calc(50% - 25px);
}


.mosaic-wrapper.style-tiny {
	background: #fffaed;
	padding-bottom: 0;
}
.mosaic-wrapper.style-tiny figure {
	background: transparent;
}
.mosaic-wrapper.style-tiny .sub {
	display: flex;
}
.mosaic-wrapper.style-tiny .sub a {
	width: 43%;
}
.mosaic-wrapper.style-tiny .highlights-splitter {

}
.mosaic-wrapper.style-tiny .highlights-splitter figure picture img {
	width: 100%;
}
.mosaic-wrapper.style-tiny .highlights-splitter figcaption {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 57%;
	padding: 0;
	display: flex;
	pointer-events: all;
}
.mosaic-wrapper.style-tiny .highlights-splitter figcaption h3 {
	font-size: 44px;
	color: #434444;
	margin-left: 40px;
	margin-right: 10px;
}
.mosaic-wrapper.style-tiny .highlights-splitter figcaption h3 a {
	width: 100%;
}

@media screen and (max-width: 40em) {
	.mosaic-wrapper .highlights-splitter figure:last-of-type {
		margin-bottom: 0px;
	}
	.mosaic-wrapper.style-four figure.has-video figcaption {
		bottom: 20px;
	}
}
@media screen and (min-width: 40.063em) {
	.mosaic-wrapper .slide .wrapper {
		display: flex;
	}
	.mosaic-wrapper figure {
		margin: 0;
	}
	.mosaic-wrapper .slide .wrapper > figure {
		margin-right: 20px;
	}
	.mosaic-wrapper .slide .wrapper > figure {
		flex: 1 1 49%;
	}
	.mosaic-wrapper .highlights-splitter {
		flex: 1 1 51%;
	}
	.highlights-splitter {
		/* display: flex; */
		flex-flow: column;
		justify-content: space-between;
	}
	.mosaic-wrapper .highlights-splitter > figure {
		margin-bottom: 20px;
	}
	.mosaic-wrapper .highlights-splitter > figure:last-of-type {
		margin-bottom: 0;
	}
	.mosaic-wrapper .slide .wrapper > figure {
		margin-right: 20px;
	}
}
@media screen and (min-width: 64.063em) {
	.mosaic-wrapper figure:hover picture img {
		opacity: 0.7;
		-webkit-filter: grayscale(0.75);
	}
	.mosaic-wrapper.style-tiny figure:hover picture img {
		opacity: 1;
	}
	.mosaic-wrapper figure:hover figcaption i.fas {
		color: #ff4539;
		background-color: #fff;
		border-radius: 50px;
		border: 3px solid #fff;
		font-size: 30px;
		margin-left: 5px;
	}
}
@media screen and (min-width: 40.063em) and (max-width: 240em) {
	.mosaic-wrapper figure figcaption h3 {
		font-size: calc(30px + (100 - 30) * ((100vw - 640px) / (3840 - 640)));
	}
}
@media screen and (min-width: 240em) {
	.mosaic-wrapper figure figcaption h3 {
		font-size: 100px;
	}
}
@media screen and (max-width: 64.063em) {
	.mosaic-wrapper.style-four .highlights-splitter figure figcaption h3,
	.mosaic-wrapper.style-four figure figcaption h3 {
		font-size: 28px;
	}
	.mosaic-wrapper.style-tiny .highlights-splitter figcaption h3 {
		font-size: 26px;
		margin-left: 20px;
	}
	.mosaic-wrapper.style-four .double {
		display: block;
	}
	.mosaic-wrapper .highlights-splitter .double figure,
	.mosaic-wrapper .highlights-splitter .double figure:last-of-type {
		margin: 20px 0 0 0;
	}
	.mosaic-wrapper.style-four .double figure figcaption, {
		bottom: 10px;
	}
}
@media screen and (max-width: 40.063em) {
	.mosaic-wrapper figure figcaption h3 {
		text-align: center;
		font-size: 28px;
	}
	.mosaic-wrapper figure figcaption .description {
		display: none;
	}
	.mosaic-wrapper.style-default figure.has-video figcaption {
		margin-top: 50px;
	}
	.mosaic-wrapper.style-tiny figure.has-video figcaption {
		bottom: 0;
	}
	.mosaic-wrapper.style-tiny .highlights-splitter figcaption h3 {
		margin-left: 20px;
		text-align: left;
		font-size: 24px;
	}
	.mosaic-wrapper a.play-btn {
		width: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
}