<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, group, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
	color:#F1BE48;
    -webkit-transition: all .25s;
    transition: all .25s;
}

body, html {
    height:100%;
}

h1 {
    font-size: 120px;
    margin: 0;
}

h2 {
    font-size: 75px;
    margin: 0;
}

h3 {
    font-size: 50px;
    margin: 0;
}

h4 {
	font-size: 35px;
	margin:0;
}

h5 {
	font-size: 25px;
	margin:0;
}

h6 {
	font-size: 18px;
	margin:0;
}

img {
    max-width: 100%;
    height: auto;
	image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges; 
 	image-rendering: -webkit-optimize-contrast; 
 	image-rendering: optimize-contrast; 
 	-ms-interpolation-mode: nearest-neighbor; 
}

hr {
	border: none;
    border-bottom: 1px solid #ccc;
	margin: 30px 0;
}

li {
	list-style:none; 
}

ol li {
    list-style:decimal;
}

table, thead, tbody, th, td, tr { 
    display: block; 
}

thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

ul {
    margin:0;
    list-style: none;
}


blockquote {
    padding: 10px 20px;
    margin: 17px 0;
    border-left: 5px solid #dee5e7;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}	

video {
    position:absolute;
    z-index:0;
    width:100%;
}

body {
    font-family: Montserrat, sans-serif;
    background:#000;
    width:100%;
	color:#fff;
    margin:0 auto;
    font-weight:400;
    font-size:.94rem;
    line-height: 1.7;
}

#mc_embed_signup {
	color:#000;
}

#mc_embed_signup .button {
	cursor:pointer!important;
    background-color:#e6396c!important;
    display:inline-block!important; 
    color:#fff!important;
    text-align:center!important;
	text-transform:uppercase!important; 
    -webkit-transition:250ms all ease-in-out;
    transition:250ms all ease-in-out;
}

.button {
	cursor:pointer;
    border-bottom:5px solid #e6396c;
    display:inline-block; 
    color:#fff;
	text-transform:uppercase; 
}

.button:hover {
    border-bottom:5px solid #bb2954;
}

.flex-block {
	display:flex;
}

.flex-center {
	justify-content:center;
}

.flex-align-center {
	align-items:center; 
}

.flex-wrap {
	flex-wrap:wrap; 
}

.header-container {
    width: 100%;
	padding:30px;
	position: relative;
    z-index: 11;
	text-align:center;
	box-sizing:border-box; 
}

.header-video-container {
    width:100%;
    height:100vh;
    position:relative;
	display:flex;
	align-items:center;
    justify-content:center; 
	overflow: hidden;
}

.header-video-container video-js {
	min-width: 100%; 
	min-height: 100%; 
	width: 1920px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.m-a-xs {
	margin:5px;
}

.m-a-sm {
	margin:11px;
}

.m-a-md {
	margin:15px;
}

.m-a-lg {
	margin:20px;
}

.m-a-xl {
	margin:30px;
}

.m-a-xxl {
	margin:50px;
}

.m-a-none {
    margin:0!important;
}

.m-b-xs {
	margin-bottom:5px;
}

.m-b-sm {
	margin-bottom:11px;
}

.m-b-md {
	margin-bottom:15px;
}

.m-b-lg {
	margin-bottom:20px;
}

.m-b-xl {
	margin-bottom:30px;
}

.m-b-xxl {
	margin-bottom:50px;
}

.m-b-xxxl {
	margin-bottom:100px;
}

.m-b-n-xxl {
	margin-bottom:-50px;
}

.m-l-xs {
	margin-left:5px;
}

.m-l-sm {
	margin-left:11px;
}

.m-l-md {
	margin-left:15px;
}

.m-l-lg {
	margin-left:20px;
}

.m-l-xl {
	margin-left:30px;
}

.m-l-xxl {
	margin-left:50px;
}

.m-l-n-xxl {
	margin-left:-50px;	
}

.m-r-xs {
	margin-right:5px;
}

.m-r-sm {
	margin-right:11px;
}

.m-r-md {
	margin-right:15px;
}

.m-r-lg {
	margin-right:20px;
}

.m-r-xl {
	margin-right:30px;
}

.m-r-xxl {
	margin-right:50px;
}

.m-r-n-xxl {
	margin-right:-50px;	
}

.m-t-xs {
	margin-top:5px;
}

.m-t-sm {
	margin-top:11px;
}

.m-t-md {
	margin-top:15px;
}

.m-t-lg {
	margin-top:20px;
}

.m-t-xl {
	margin-top:30px;
}

.m-t-xxl {
	margin-top:50px;
}

.m-t-xxxl {
	margin-top:100px;
}

.m-t-200 {
	margin-top:200px;
}

.m-t-n-xs {
	margin-top:-3px;	
}

.m-t-n-sm {
	margin-top:-11px;	
}

.m-t-n-md {
	margin-top:-15px;	
}

.m-t-n-lg {
	margin-top:-20px;	
}

.m-t-n-xl {
	margin-top:-30px;	
}

.m-t-n-xxl {
	margin-top:-50px;	
}

.m-t-n-xxxl {
	margin-top:-100px;	
}

.mobile-show {
	display:none!important;
}


/*------------------ modal popup ------------------*/



.modal {
    display: none; 
    position: fixed; 
    z-index: 111; 
    padding-top: 15vh; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;  
}

.modal-header {
    text-align:center; 
    padding:20px 0;
}

.close {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: -20px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



/*------------------ /modal popup ------------------*/




.text-bold {
	font-weight:900;
	letter-spacing:4px;
}

.text-thin {
	font-weight:400;
}

.text-uppercase {
    text-transform:uppercase; 	
}

.width-100 {
	width:100%;
}





@media only screen and (max-width: 1111px) {		
	
	
	
	.modal {
		padding-top: 15vh; 
	}
	
}



@media only screen and (max-width: 1050px) {		
	
	
	
		

	h1 {
		font-size: 75px;
	}
    
	h2 {
		font-size: 55px;
	}  
    
	h3 {
		font-size: 40px;
	}  
    
	h4 {
		font-size: 30px;
	} 
	
	h5 {
		font-size: 20px;
	}

	.mobile-hide {
		display:none!important;
	}
	
}





@media only screen and (max-width: 640px) {		
	
	
	
	
	h1 {
		font-size: 60px;
	}
    
	h2 {
		font-size: 40px;
	}  
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	body {
		font-size: 15px;
	}
	
	.modal {
		padding-top: 7vh; 
	}
	
}



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