@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #424242;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #424242;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #424242;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #424242;
}

.p-editorial {
	text-align: left;
	margin: 0.5rem 0;
	color: var(--grey);
}

html[dir=rtl] .p-editorial {
	text-align: right;
}

.p-editorial .media {
	width: 50%;
}

.p-editorial--text {
	width: 50%;
	padding-right: 8.5rem;
	padding-left: 9.38rem;
}

.p-editorial.left {
	text-align: right;
}

.p-editorial.left .p-editorial--text {
	-ms-flex-order: 2;
	order: 2;
	padding-left: 8.5rem;
	padding-right: 4.5rem;
}

.p-editorial.left .media {
	-ms-flex-order: 1;
	order: 1;
}

.p-editorial--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.p-editorial .title {
	margin-bottom: 1rem;
	text-align: center;
}

.p-editorial .text {
	margin-bottom: 24px;
}

.p-editorial.banner {
	position: relative;
	padding: 7.5rem 0;
	min-height: 31.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-editorial.banner.bkg-color .p-editorial--content .p-editorial--text .title,
.p-editorial.banner.bkg-color .p-editorial--content .p-editorial--text .text {
	color: var(--grey);
}

.p-editorial.banner .container {
	max-width: 100%;
	padding: 0;
}

.p-editorial.banner .button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-editorial.banner .media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-editorial.banner .p-editorial--content {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-editorial.banner .p-editorial--content .p-editorial--text {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 60%;
}

.p-editorial.banner .p-editorial--content .p-editorial--text .title {
	color: #FFF;
}

.p-editorial.teaser {
	text-align: center;
}

.p-editorial.teaser .container {
	width: 100%;
	padding: 0;
}

.p-editorial.teaser .p-editorial--content {
	display: block;
}

.p-editorial.teaser .p-editorial--text {
	width: 100%;
	padding: 0;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 1rem;
}

.p-editorial.teaser .p-editorial--text .title,
.p-editorial.teaser .p-editorial--text .text {
	margin: auto;
}

.p-editorial.teaser .media {
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}

.p-editorial.video {
	text-align: center;
}

.p-editorial.video .p-editorial--content {
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
}

.p-editorial.video .p-editorial--content .p-editorial--text {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 60%;
}

.p-editorial.video .text {
	margin-bottom: 0;
}

.p-editorial.video .media {
	width: 100%;
}

.p-editorial.video .media-content {
	position: relative;
}

.p-editorial.video .media-content:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.p-editorial.video .media-content:after {
	content: "";
	width: 5rem;
	height: 5rem;
	background-image: url("../../images/icons/play.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
}

.p-editorial.video .media-content.is-playing:after {
	background-image: none;
}

@media (max-width: 1023px) {

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 40px;
}

.title-h3 {
	font-size: 40px;
}

.title-h4 {
	font-size: 40px;
}

.p-editorial {
	padding: 0 10px;
	text-align: center;
}

.p-editorial .media {
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-editorial--text {
	width: 100%;
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
}

.p-editorial--text .subtitle br {
	display: none;
}

.p-editorial.left {
	text-align: center;
}

.p-editorial.left .p-editorial--text {
	padding: 0;
}

.p-editorial--content {
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
}

.p-editorial .title {
	margin-bottom: 8px;
}

.p-editorial.banner {
	padding: 60px 0;
	min-height: 350px;
}

.p-editorial.banner .container {
	padding-left: 15px;
	padding-right: 15px;
}

.p-editorial.banner .p-editorial--content .p-editorial--text {
	max-width: none;
}

.p-editorial.teaser {
	padding: 0;
}

.p-editorial.teaser .p-editorial--text {
	margin-top: 0;
}

.p-editorial.video .p-editorial--content .p-editorial--text {
	max-width: none;
	-ms-flex-order: 1;
	order: 1;
}

.p-editorial.video .link {
	-ms-flex-order: 3;
	order: 3;
}

.p-editorial.video .media-content {
	-ms-flex-order: 2;
	order: 2;
}

}

