<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editorial-header {
	position: relative;
	padding-top: 62px;
	font-family: 'Termina', sans-serif;
	margin-bottom: 50px;
}

.editorial-header .img-cont {
	position: relative;
}

.editorial-header .img-cont::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-top: 8px solid;
	border-left: 8px solid;
	border-right: 8px solid;
	border-color: #960046;
	opacity: 0.5;
	z-index: 100;
}

@media (min-width: 801px) {
	.editorial-header .img-cont::after {
		border-top: 36px solid;
		border-left: 36px solid;
		border-right: 36px solid;
		border-color: #960046;
	}

	.editorial-header .content-section h3 {
		right: 25px;
	}
}

@media (min-width: 1025px) {
	.editorial-header {
		padding-top: 0;
		margin-bottom: 120px;
	}
}

.editorial-header &gt; .inner {
	position: relative;
}

.editorial-header .content-section h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(50%);
	color: #f0df02;
    margin: 0;
    font-family: "termina", sans-serif;
    font-size: calc(50px + (140 - 50) * ((100vw - 320px) / (1025 - 320)));
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 3px #f0df02;
    text-shadow: none;
	z-index: 101;
}

.editorial-header .content-section h1 {
	margin: 0 auto;
	padding: 36px 40px;
	max-width: 320px;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #000;
}

@media (min-width: 1025px) {
	.editorial-header .content-section h1 {
		padding: 0;
		max-width: 100%;
		font-size: 50px;
		font-size: calc(33px + (50 - 33) * ((100vw - 1025px) / (1470 - 1025)));
	}
}

@media (min-width: 1470px) {
	.editorial-header .content-section h1 {
		font-size: 50px;
	}
}

.editorial-header img {
	display: block;
	width: 100%;
}

@media (min-width: 1025px) {
	.editorial-header .img-cont {
		position: relative;
	}

	/* .editorial-header .img-cont::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(50deg, #960047, #cc5599);
		opacity: 0.7;
		clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 24px) 100%, calc(100% - 24px) 24px, 24px 24px, 24px 100%, 0 100%);
	} */

	.editorial-header img {
		max-height: 538px;
		object-fit: cover;
	}
}</pre></body></html>