<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********ASPOT BLOCK********/
.RelatedContent-Block {
	display: flex;
	position: relative;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block {
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 405px;
}
}
/********************************/
.RelatedContent-Block article {
	padding: 20px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: relative;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	width: 50%;
	cursor:pointer;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article {
	flex-direction: column;
	max-width: 302px;
	padding: 15px;
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article {
	flex-direction: row;
	padding: 15px;
	width: 100%;
	max-width: 761px;
}
}
/********************************/
.RelatedContent-Block article .BoxContent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 30px;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 200px;
	width: 40%;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article .BoxContent {
	max-width: 336px;
	width: 100%;
	padding: 20px;
	padding-right: 0;
	padding-left: 0;
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article .BoxContent {
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 200px;
	width: 50%;
}
}
/********************************/
.RelatedContent-Block article .BoxContent p.Title {
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	margin: 0;
	margin-bottom: 0.25em;
	font-size: 30px;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article .BoxContent p.Title {
	font-size: 24px;
}
}
/********************************/
.RelatedContent-Block article .BoxContent p.Tag {
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #be0f34;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article .BoxContent p.Tag {
	margin-bottom: 15px;
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article .BoxContent p.Tag {
	margin-bottom: 6px;
	font-size: 11px;
}
}
/********************************/
.RelatedContent-Block article .BoxContent p.Text {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article .BoxContent p.Text {
}
}
/********************************/
.RelatedContent-Block article .BoxContent p.TextLink {
	margin: 0;
	margin-top: 20px;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article .BoxContent p.TextLink {
	margin-top: 15px;
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article .BoxContent p.TextLink {
	margin-top: 15px;
}
}
.RelatedContent-Block article .BoxContent p.TextLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	line-height: 14px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	    border-bottom: 1px solid #bfbfbf;
	
	letter-spacing:0.1em;
}
.RelatedContent-Block article .BoxContent p.TextLink a:hover {
	color: #be0f34;
	border-bottom: 1px solid #be0f34;
}
/********************************/
.RelatedContent-Block article figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	z-index: 1;
	width: 60%;
	max-width: 302px;
}

@media screen and (max-width: 1023px) {
.RelatedContent-Block article figure {
	max-width: 336px;
	width: 100%;
}
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article figure {
	width: 50%;
	height: 150px;
	position: relative;
	max-width: 232px;
	font-size: 0;
	display: block;
}
}
.RelatedContent-Block article figure img {
	position: relative;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	max-width: 100%;
}

@media screen and (max-width: 761px) {
.RelatedContent-Block article figure img {
	width: 232px;
	max-width: 232px;
	height: 150px;
	margin-left: calc(50% - 116px);
}
}
.RelatedContent-Block article:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
</pre></body></html>