<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";
/* Style for overlay and box */
.overlay_open {
	background: rgba(0, 0, 0, 0.8);;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.box_overlay {
	position: absolute;
	top: -1500px;
	margin: 0 24%;
	z-index: 101;
}

a.boxclose {
	background: url("../../images/new_homepage/close.png") no-repeat scroll left
		top transparent;
	cursor: pointer;
	float: right;
	height: 28px;
	margin-right: -9px;
	margin-top: -20px;
	position: relative;
	top: 16px;
	width: 28px;
	z-index: 102;
}

#activator,#activator-1 {
	cursor: pointer;
}

#box_overlay-3 {
	margin: 0 15.1%;
}</pre></body></html>