<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* layout */
#logo img{height: 41px;}
/*#image-slider .slider-img iframe, #hero-bg-wrapper .hero-video-wrapper iframe{width:100vw;height: 100vh;}*/

/* main */
.swiper-slide{padding:0 100px;}
.light-content .slide-title span{font-size:68px;line-height: 1;text-align: left;}
#external-caption .slide-caption{font-size:18px;line-height: 2;}

.hero-video-wrapper{position:fixed;width:100vw !important;height:100vh !important;}

.hero-video-wrapper iframe{
/*	width:100vw !important;*/
/*	height:calc(100vw/1.8) !important;*/
}

/* content */
.vc_row h4{font-size:24px;line-height: 78px;}
.vc_row p{color:#999999;font-size:18px;line-height: 28px;font-weight: 400;}

/* about */
.about .hero-subtitle{font-size:18px;line-height: 1.6;margin-bottom: 30px;font-weight: 400;}
.about .hero-subtitle:before{display:none;}
.about .hero-subtitle:first-of-type:before{display:block;}
#hero-caption{padding-bottom:60px;}

/* contact */
.light-content h6{font-size:12px;line-height: 28px;}
.light-content p{font-size:12px;}

/* footer */
.copyright-wrap{width:350px;color:#fff;}
.socials-wrap{color:#fff;}
.socials li a{color:#fff;}

@media all and (max-width:1232px){
	.about .hero-subtitle br{display:none;}
}

@media all and (max-width:640px){
	#logo img{height: 30px;margin-top: 15%;}

	.swiper-slide{padding:0 20px;}
	.light-content .slide-title span{font-size:32px;}
	#external-caption .slide-caption{font-size:16px;line-height: 1.5;}

	.about .hero-subtitle{font-size:18px;}
	.about .vc_row h2{font-size:30px;line-height: 1.2;}
}
</pre></body></html>