<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay_contact_reg {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000000;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_contact_reg:target {
	visibility: visible;
	opacity: 1;
}
.contact_toggle_popup_container_reg {
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 1000000000;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.close_contact_reg {
	height: 45px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: -0px;
	width: 45px;
	right: 0px;
}
.close_contact_reg:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	font-size: 23px;
	line-height: 2.1em;
}
.contact_form_popap_button {
	float: left;
	width: 70px;
}
.contact_form_popap_btn {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border:0;
}
.contact_form_popap_btn:hover {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #C4A39F !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
}
.contact_form_popap_btn:focus {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
}
.close_reg_contact {
	width: 30px;
	height: 30px;
	line-height: 31px;
	position: absolute;
	text-align: center;
	text-decoration: none;	
	left: 14px;
	top: 10px;
	border-radius:50%;
	background-color:#e91e1e;
}
.close_reg_contact:before {
	color: #fff;
	content: "X";
	font-size: 16px;
	font-family: 'arial';
}
.contact_toggle_popup_background_reg {
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.contact_toggle_btn_container {
	width: 100%;
	float: right;
	display:inline-block;
	text-align:center;
	direction:rtl;
	margin-top:10px
}

.popup_content .fs_btn {
    height: 38px;
    padding: 0 20px 0 20px;
	background-color:#000;
	color:#000;
}
.popup_content .fs_btn:hover {
	background-color:#2d2d2d!important;
	color:#c6e4fc;
}
.popup_content .fs_btn_text {
    font-size: 19px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 500px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.contact_toggle_popup_background_reg {
	width: 500px;
    padding:7px;
	height: 540px;
}
.popup_right_image {
	width: 100%;
	height:400px;
	float:right;
	margin-bottom:10px;
}
.popup_content {
	width: 100%;
	height:auto;
	float:right;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 500px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.contact_toggle_popup_background_reg {
	width: 500px;
    padding:7px;
	height: 540px;
}
.popup_right_image {
	width: 100%;
	height:400px;
	float:right;
	margin-bottom:10px;
}
.popup_content {
	width: 100%;
	height:auto;
	float:right;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 500px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.contact_toggle_popup_background_reg {
	width: 400px;
    padding:7px;
	height: 430px;
}
.popup_right_image {
	width: 100%;
	height:300px;
	float:right;
	margin-bottom:10px;
}
.popup_content {
	width: 100%;
	height:auto;
	float:right;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 360px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.contact_toggle_popup_background_reg {
	width: 360px;
    padding:3px;
	height: 430px;
}
.popup_right_image {
	width: 100%;
	height:300px;
	float:right;
	margin-bottom:10px;
}
.popup_content {
	width: 100%;
	height:auto;
	float:right;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 360px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.contact_toggle_popup_background_reg {
	width: 360px;
    padding:3px;
	height: 430px;
}
.popup_right_image {
	width: 100%;
	height:300px;
	float:right;
	margin-bottom:10px;
}
.popup_content {
	width: 100%;
	height:auto;
	float:right;
}
}</pre></body></html>