<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 	{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	text-align: center;
	background: #eee7e2 url("/cms/images/background.jpg") top repeat-x;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4	{
	font-family: "Open Sans", Arial, sans-serif;
}

h1	{
	font-size:20px;
}

h2	{
	font-size:16px;
}

h3	{
	font-size:14px;
}

h4	{
	font-size:12px;
}

a {
	color: #a0214e;
	text-decoration:none;
}

form	{
	margin: 0;
	padding: 0;
}

img	{
	border: 0;
}

table, td, th	{
	font-size: 13px;
}

input	{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
}

textarea	{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
}

select, select option	{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
}

span.errorMessage	{
	color: #AA0000;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 3px;
	display: block;
}

div.errorMessage	{
	padding: 10px;
	margin-bottom: 10px;
	background: #F19898;
	color: white;
	font-weight: bold;
}

div.warningMessage	{
	padding: 10px;
	margin-bottom: 10px;
	background: #F5D250;
	font-weight: bold;
	color: #494949;
}

div.noticeMessage	{
	padding: 10px;
	margin-bottom: 10px;
	background: #B8EDCF;
	font-weight: bold;
	color: #494949;
}

.behaviorPIE	{
	behavior: url("/javascript/PIE.htc");
	_behavior:none;
	position: relative;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.unseen{
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
    z-index: 200;
}

/**COOKIE**/
.cookies.in {
	bottom: 0;
}

.cookies {
	position: fixed;
	bottom: -200px;
	left: 0;
	width: 100%;
	z-index: 2147483648;
	font-size: 15px;
	background-color: rgba(136, 15, 58, .9);
	color: #ffffff;
	padding: 20px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
}

.cookies p {
	margin: 0;
	font-size: 14px;
}

.cookies a:focus-visible,
.cookies button:focus-visible {
	outline-color: #FFFFFF;
}

.cookies .btn:focus-visible {
	outline-offset: 2px;
}

.cookies .wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin: 0 auto;
	width: 90vw;
	padding: 0 20px;
}

.cookies .btn {
	display: inline-block;
	cursor: pointer;
	min-width: 170px;
	margin-left: 30px;
	vertical-align: top;
	padding: 10px 9px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #a0214e;
	border: 1px solid white;
	background: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.cookies .link {
	color: white;
	min-width: 185px;
	background: transparent;
	border: 1px solid white;
}

.cookies .btn:hover {
	text-decoration: underline;
}

.cookies a {
	color: white;
	text-decoration: underline;
}

.cookies .margin10 {
	margin-left: 10px;
}

@media screen and (max-width: 1024px) {
	.cookies .wrapper {
		font-size: 12px;
		text-align: center;
		display: block;
		padding: 0;
	}
	.cookies p {
		margin-bottom: 22px;
	}
}

@media screen and (max-width: 768px) {
	.cookies {
		bottom: -360px;
	}

	.cookies .btn, .cookies .btnCookie {
		margin-left: 0;
		font-size: 13px;
	}

	.cookies .margin10 {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}

/*COOKIE POPUP*/
.white-popup-block {
	z-index: 2147483649;
	display: block;
	background: white;
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;
}

.modalHeader {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}

.modalHeader .closeIcon {
	display: block;
	position: absolute;
	height: 18px;
	right: -4px;
	top: 7px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	border: 0;
	background: none;
	padding: 0;
}

.modalHeader .closeIcon:before, .modalHeader .closeIcon:after {
	background-color: black;
	content: "";
	height: 18px;
	top: 0;
	left: 8px;
	position: absolute;
	-webkit-transition: .25s background-color;
	transition: .25s background-color;
	width: 3px;
}

.modalHeader .closeIcon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modalHeader .closeIcon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modalHeader h2, .modalSettings h2 {
	font-size: 20px;
	margin: 0;
}

.modalSettings {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.modalSettings .categoryTop {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modalSettings .categoryTop p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.modalSettings .categoryTop .switch {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.modalSettings .categoryTop .btn_switch {
	display: inline-block;
	border: 1px solid #a0214e;
	background: transparent;
	color: #a0214e;
	padding: 8px 15px;
	transition: all .2s;
	cursor: pointer;
}

.modalSettings .category[data-status="on"] .btn_switch.on,
.modalSettings .category[data-status="off"] .btn_switch.off {
	background: #a0214e;
	color: white;
}

.modalSettings .margin10, .modalButtons .margin10 {
	margin-left: 10px;
}

.modalSettings .small {
	font-size: 13px;
}

.modalButtons button, .modalHeader button {
	display: inline-block;
	border: 1px solid #a0214e;
	padding: 8px 15px;
	transition: all .2s;
	cursor: pointer;
	background: #a0214e;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.white-popup-block {
		max-width: 100%;
	}

	.modalHeader h2, .modalSettings h2 {
		font-size: 16px;
	}

	.modalSettings .categoryTop {
		display: block;
	}

	.modalSettings .categoryTop .btn_switch {
		margin-top: 5px;
	}

	.modalButtons .margin10 {
		margin-left: 0;
		margin-top: 5px;
	}
}
</pre></body></html>