<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.efi-mobile-menu:before {
	content: "";
	background: url(../Userfiles/template/logo.svg) no-repeat center;
	width: calc(100% - 8rem);
	height: 100px;
	display: block;
	background-size: contain;
	margin: 1rem 4rem;
	box-sizing: border-box;
}

.efi-mobile-menu {
	width: 270px;
	position: fixed;
	background: rgba(50, 50, 50, 0.7);
	z-index: 9900;
	left: -270px;
	top: 0;
	display: block;
	transition: all ease 0.3s;
	height: 100vh;
}

body.efi-menu-open {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

body.efi-menu-open .efi-mobile-menu {
	font-size: 62.5%;
}

.efi-mobile-menu .default {
	display: none;
}

.efi-mobile-menu-inner {
	height: calc(100vh - 100px - 2rem - 100px);
	overflow: hidden;
	overflow: auto;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
	-webkit-overflow-scrolling: touch;
}

.efi-mobile-menu-inner::-webkit-scrollbar-track {
	background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar {
	background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.2);
}

body.efi-menu-open .efi-mobile-menu {
	left: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0px 0px 100px #000;
}

body.efi-menu-open .efi-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(50, 50, 50, 0.7);
	z-index: 9800;
	cursor: pointer;
    	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.efi-mobile-menu &gt; ul {
	top: 0;
	left: 0;
}

.efi-mobile-menu ul, .efi-mobile-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.efi-mobile-menu .ul4 li a {
	font-size: 1.4rem;
	padding: .25rem 3rem;
	padding-left: 5rem;
}

.efi-mobile-menu .efi-expanded + ul {
	display: block;
	border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 1.2rem 2rem;
	padding-right: 4rem;
	font-size: 2rem;
	line-height: 1.4rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.0);
	transition: background ease 0.3s;
	font-family: sans-serif;
	box-sizing: border-box;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li:last-of-type a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Level 2 */
.efi-mobile-menu .ul2 {
	display: none;
}

.efi-mobile-menu .ul2 li a {
	font-size: 1.4rem;
}

/* Level 3 */
.efi-mobile-menu .ul3 {
	display: none;
}

.efi-mobile-menu .ul3 li a {
	font-size: 1.4rem;
	opacity: 0.7;
}

/* Level 4 */
.efi-mobile-menu .ul4 {
	display: none;
}

.efi-menu-expand {
	right: 0rem;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 300;
	font-size: 2rem;
	line-height: 1;
	width: 4rem;
	transition: color ease 0.3s;
	padding: 1rem;
}

.efi-menu-expand:after {
	content: "\002B";
}

.efi-menu-expand.expanded:after {
	content: "\2212";
}

.efi-menu-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}

.efi-mobile-phone {
	width: 100%;
	box-sizing: border-box;
	padding: 0rem 2rem;
	padding-top: .5rem;
	height: 35px;
	font-weight: 600;
    text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-phone:empty {
	display: none;
}

.efi-mobile-phone a {
	display: block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
}

.efi-mobile-social {
	padding: 0rem 2rem;
	padding-top: .5rem;
	height: 45px;
	width: 100%;
        text-align: center;
	box-sizing: border-box;
}

.efi-mobile-social:empty {
	display: none;
}

.efi-mobile-social a {
	padding: 0 1rem;
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.5);
}








</pre></body></html>