<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("../content.css");


/* Headline */
#main-cont-title {
	background: url(../../images/products/main-cont-title_bg@1.5x.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


/* Content */
#content-container &gt; .wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
}


/* Products navigation */
#prd-nav {
	margin: 0;
	padding: 0 0 30px;
}

#prd-nav h3 {
	font-size: 32px;
	text-align: center;
	letter-spacing: 1px;
	width: 1080px;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}

#prd-nav #prd-nav-grid {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#prd-nav #prd-nav-grid article {
	width: 520px;
	height: 240px;
	margin: 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#prd-nav #prd-nav-grid article:nth-child(2n+1) {
	margin-left: 0;
}

#prd-nav #prd-nav-grid article:nth-child(2n) {
	margin-right: 0;
}

#prd-nav #prd-nav-grid article:nth-child(-n + 2) {
	margin-top: 0;
}

#prd-nav #prd-nav-grid article:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

#prd-nav #prd-nav-grid article figure {
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#prd-nav #prd-nav-grid article figure &gt; div {
	max-width: 240px;
	height: 240px;
	margin-right: 10px;
	position: relative;
}

#prd-nav #prd-nav-grid article figure &gt; div:before {
	content: "";
	width: 240px;
	height: 240px;
	border: 8px solid rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#prd-nav #prd-nav-grid article figure img {
	max-width: 240px;
	max-height: 240px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#prd-nav #prd-nav-grid article figure figcaption h4 {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	width: 280px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -56px;
}

#prd-nav #prd-nav-grid article figure figcaption h4 span {
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	color: #969899;
	font-style: italic;
	margin-top: .3em;
	padding-top: .5em;
	display: block;
	border-top: 3px solid #c81233;
}

#prd-nav #prd-nav-grid article .list-prd {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}

#prd-nav #prd-nav-grid article .list-prd ul {
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 0 280px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	overflow: hidden;
}

#prd-nav #prd-nav-grid article .list-prd ul li {
	margin: 0 0 .7em;
	padding: 0;
}

#prd-nav #prd-nav-grid article .list-prd ul li:last-child {
	margin-bottom: 0;
}

#prd-nav #prd-nav-grid article .list-prd ul li a {
	color: #383a3b;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#prd-nav #prd-nav-grid article .list-prd ul li a:hover {
	color: #c81233;
}

#prd-nav #prd-nav-grid article .list-prd ul li a:before {
	content: "\f105";
	font: 15px "FontAwesome";
	color: rgba(163, 170, 174, 0);
	margin-right: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#prd-nav #prd-nav-grid article .list-prd ul li a:hover:before {
	color: rgba(163, 170, 174, 1);
	margin-right: .5em;
}
</pre></body></html>