<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
	margin: unset;
}
body{
	background-color: rgb(0, 0, 0);

}
.site-header{
	background:rgba(0,0,0,0.6) ;
	display: flex;
	padding: 3px 20px;
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
}
.site-logo img{
	height: 60px;
	width: auto;
}
.gnav__menu{
	display: flex;
}
.gnav__menu__item{
	margin-top: 20px;
	margin-left: 20px;
}
.gnav__menu__item a{
	color: #ffffff;
	text-decoration: none;
}
.hero{
	max-height: 300px;
	overflow: hidden;

}
.hero img{
	height: 100%;	
	width: 100%;
 	margin: 0 auto;

}
.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 0px;
	width:90%;
	color: #ffffff;
}
.content p{
	margin-bottom: 40px;
}
.site-footer{
	background: #141414;
	padding: 20px 0;
}
.copyright{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.image-vw {
	width : 90vw ; 
}

.video{
	position:absorute;

}

.wrap-video{
  	position:absorute;
	z-index:-1;
	filter:brightness(80%);
	text-align: center;	

}

.wrap-video video{
	width: 80%;
 	height:80%;

}

.wrap-video .text{
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%,50%);
  transform: translate(5%, 5%); 
}

.wrap-video .text p{
  font-size:auto;
  color:#FFFFFF;
}

.text{
	width:90%;
	color:#ffffff;
	margin:0 5%;
}
</pre></body></html>