<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CODEDESIGN SIMPLE POPUP */
.codedesign_simple_popup_overlay {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999483647;
}
.codedesign_simple_popup_centerWrap {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}
.codedesign_simple_popup_centerer {
	display: table-cell;
	vertical-align: middle;
}
.codedesign_simple_popup_content_ {
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
.codedesign_simple_popup_centerer iframe {
	background: #C6B299;
	width: 95%;
	display: table;
	margin: 0 auto;
	padding: 6px 6px 6px 6px;
	border: 6px solid #C6B299;
	position: relative;
}
.codedesign_simple_popup_contentWrap {
	width: 60%;
	margin: 0 auto;
	position: relative;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
@media only screen and (max-width: 991px) {

	.codedesign_simple_popup_contentWrap {
		width: 90%;
	}

}
.codedesign_simple_popup_scaleWrap {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 20px;
	padding-bottom: 50.25%;
}
.codedesign_simple_popup_centerer iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	left: 0;
}
.codedesign_simple_popup_closeBtn {
	z-index: 2;
	position: relative;
	margin-top: -46px;
}
.codedesign_simple_popup_closeBtn div {
	background: #C6B299;
	width: 26px;
	height: 26px;
	color: #ffffff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	right: -26px;
	top: 26px;
}
.codedesign_simple_popup_closeBtn div:hover {
	background: #ffffff;
	color: #000000;
}</pre></body></html>