html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing: border-box;}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


.mobile-bg-support-form,
.c-support-form,
.c-support-icon,
.c-message-icon,
.c-tel-icon,
#call,
.c-support-mobile {
	visibility: hidden;
}
.c-support-form {
	display: none;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
	overflow-x: hidden;	
	overflow: hidden !important;	
}	

html, body {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}


body { 
	color: #000;
	font-family: 'Nunito', sans-serif; 
	font-weight: normal; 
	font-size: 1.1vw;
	text-align: center;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

input, textarea, button {
	font-family: 'Nunito', sans-serif; 
	-webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, button:focus {
	border: 0;
	outline: 0;
}

::-webkit-input-placeholder {
	color: #313440;
}
::-moz-placeholder {
	color: #313440;
}
:-ms-input-placeholder {
	color: #313440;
}
:-moz-placeholder {
	color: #313440;
}



input:focus,
textarea:focus {
	border: 0;
	outline: 0;
}

button:focus {
	outline: 0;
}

input::-ms-clear {
    display: none;
}

main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media all and (max-width: 1280px) {
	body { 
		font-size: 1em;
	}
}
	

.clear {
	clear: both;
    font-size:0;
    height:0;	
}

button,
a {
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

a.active {
	outline: none;
}


.pseudo {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}


body * {
	font-size: inherit;
}
	

footer,
section {
	visibility: hidden;
}

section:nth-of-type(1) {
	visibility: visible;
}


footer,
section {
	display: inline-block;
	width: 100%;	
	position: relative;
	z-index: 1;
}


/* coming soon */

.el {
	display: block;
	height: 100vh;
	width: 100%;
	line-height: 0;
	font-size: 1.1vw;
}


@media all and (max-width: 1280px) {
	.el {
		font-size: 1em;
	}	
}	
.soon {
	display: block;
	width: 100%;
	height: 100%;
	background: #e2eae4;
}
.soon > div {
	display: block;
	width: 100%;
	height: 100%;	
	position: relative; 
}

.soon > div:after {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left:0;
	width: 100%;
	height: 19em;
	z-index: 0;
}





#logo {
	font-size: 1em;
	position: absolute; 
	width: 17.1em;
	height: 15em;
	top: 2em;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('images/icons/lh-logo.svg');
	z-index: 1;
}

#soononline {
	position: absolute;

	font-size: 2.6em;
	font-weight: 300;
	color: #7d7d7d;
	width: 5.7em;
	line-height: 1em;
	height: 1em;
	bottom: 1.3em;
	left: -.15em;
	right: 0;
	margin: 0 auto;
}




@media all and (max-width: 768px) {
	#soononline {
		font-size: 6.7vw;
	}
}

@media all and (max-width: 420px) {
	#logo {
		top: 3em;
	}
	
	.soon > div:after {
		height: 21em;
	}
	
	#soononline {
		font-size: 8vw;
		bottom: 2em;
	}
	
}

@media all and (max-width: 380px) {
	#logo {
		font-size: .9em;
		top: 3em;
	}
	
	.soon > div:after {
		height: 19em;
	}

}

/* coming soon end */

body.no-transition *:before,
body.no-transition * {
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}