<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================================*\
	#HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
\*----------------------------------------------------------------------------*/

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/*============================================================================*\
	#Author's Custom Styles
\*----------------------------------------------------------------------------*/

html,
body {
	background: #555;
	font-family: 'Open Sans';
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

h1, h2 {
	font-family: 'Julee';
	font-weight: normal;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }

a { color: #fff; }

.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

header {
	width: 100%;
	height: 233px;
	background: #4c010a;
}

.header__title {
	background: url(../img/header.png);
	width: 960px;
	height: 235px;
	margin: 0 auto;
	position: relative;
}

.header__title--workshops { background: url(../img/header_workshops.png); }
.header__title--mupadan { background: url(../img/header_mupadan1.png); }
.header__title--china { background: url(../img/header_china.png); }
.header__title--japan { background: url(../img/header_japan.png); }

.header__nav {
	width: 960px;
	margin: 0 auto;
}

.header__logo {
	background: url(../img/logo.png);
	width: 105px;
	height: 83px;
}

.header__nav a {
	font-family: 'Julee';
	font-size: 24px;
	text-decoration: none;
	float: left;
	line-height: 80px;
	margin: 10px 32px;
}

.header__nav a:hover {
	text-decoration: underline;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	background: #4c010a;
	padding: 115px 0 20px 0;
}

.intro {
	font-size: 18px;
	margin: 0 30px 30px 30px;
}

section &gt; p { margin: 0 30px; }

.main__img {
	max-height: 100%;
	max-width: 100%;
}

.main__slick {
	margin: 1em 2em 2em;
	background: rgba(0,0,0,0.25);
}

.main__slick img {
	max-width: 99%;
	max-height: 415px;
	margin: 0 auto;
	flex: 1;
}

.main__slick p {
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);   
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	left: 1px;
	right: 1px;
	text-align: center;
}

.main__slick .slick-track {
	display: flex;
	align-items: center;
}

li {
	list-style: none inside;
	padding: 5px 0;
}

.testimonials__teacher {
	margin: 0 50px 50px;
	padding: 0 20px;
}

.testimonials__student {
	margin: 20px 50px;
	text-align: center;
}

footer {
	width: 100%;
	background: #4c010a;
}

.footer__wrap {
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid rgba(0,0,0,0.5);
}

#school-list {
	max-height: 480px;
	overflow: scroll;
	padding: 30px;
	display: none;
	background: #fff;
	color: #000;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	        box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	text-shadow: none;
}

#school-list li {
	list-style: decimal;
	padding: 0;
}

/*============================================================================*\
	#Grid Styles
\*----------------------------------------------------------------------------*/

.grid {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.grid__cell {
	-ms-flex    : 1;
	-webkit-flex: 1;
	flex        : 1;
	min-height  : 0;
	min-width   : 0;
}

.grid--gutters { margin-left: -1em; }
.grid--gutters &gt; .grid__cell { padding-left: 1em; }

.grid--top    {
	-ms-align-items    : flex-start;
	-webkit-align-items: flex-start;
	align-items        : flex-start;
}
.grid--bottom {
	-ms-align-items    : flex-end;
	-webkit-align-items: flex-end;
	align-items        : flex-end;
}
.grid--center {
	-ms-align-items    : center;
	-webkit-align-items: center;
	align-items        : center;
}

.grid__cell--top    {
	-ms-align-self: flex-start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.grid__cell--bottom {
	-ms-align-self: flex-end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.grid__cell--center {
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center;
}

.grid__cell--padding { padding: 1em; }
.grid--gutters &gt; .grid__cell.grid__cell--padding {
	padding: 1em 1em 1em 2em;
}

/*============================================================================*\
	#leanModal.js
\*----------------------------------------------------------------------------*/

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

/*============================================================================*\
	#Media Queries
\*----------------------------------------------------------------------------*/

@media only screen and (min-width: 35em) {

}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {

}

/*============================================================================*\
	#Helper Classes
\*----------------------------------------------------------------------------*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*============================================================================*\
	#Print Styles
\*----------------------------------------------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}</pre></body></html>