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,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,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,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	min-width: 320px;
	min-height: var(--viewport-height);
	line-height: 1.0;
	word-wrap: break-word;
	overflow-x: hidden;
}

body:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: var(--background-height);
	z-index: 0;
	pointer-events: none;
	transform: scale(1);
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.62), rgba(0,0,0,0.62)), url('images/bg.jpg');
	background-position: 0% 0%, left;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-color: #FFFFFF;
}

:root {
	--site-language-direction: ltr;
	--site-language-alignment: left;
	--viewport-height: 100vh;
	--background-height: 100vh;
}

html {
	font-size: 18pt;
}

u {
	text-decoration: underline;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	background-color: rgba(144,144,144,0.25);
	border-radius: 0.25em;
}

mark {
	background-color: rgba(144,144,144,0.25);
}

s {
	text-decoration: line-through;
}

a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.25s ease;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	min-height: var(--viewport-height);
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#main {
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: right;
	transition: opacity 1.875s ease 0s,transform 1.875s ease 0s;
}

#main > .inner {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	padding: 3.875rem 3.125rem;
	max-width: 100%;
	width: 28rem;
}

#main > .inner > * {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
	transition: opacity 1s ease-in-out 0s;
}

#main > .inner > :first-child {
	margin-top: 0 !important;
}

#main > .inner > :last-child {
	margin-bottom: 0 !important;
}

#main > .inner > .full {
	margin-left: calc(-3.125rem);
	width: calc(100% + 6.25rem + 0.4725px);
	max-width: calc(100% + 6.25rem + 0.4725px);
}

#main > .inner > .full:first-child {
	margin-top: -3.875rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > .full:last-child {
	margin-bottom: -3.875rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main > .inner > .full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: auto;
	right: -100%;
	margin-left: calc(-100vw + 3.125rem);
}

body.is-loading #main {
	opacity: 0;
	transform: translateX(1.6875rem);
}

body.is-loading #main > .inner > * {
	opacity: 0;
}

#main > .inner > :nth-child(2) {
	transition-delay: 0.375s;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > *  {
	transition: none !important;
}

body.is-instant:after {
	display: none !important;
	transition: none !important;
}

h1, h2, h3, p {
	direction: var(--site-language-direction);
}

h1 br + br, h2 br + br, h3 br + br, p br + br {
	display: block;
	content: ' ';
}

h1 .li, h2 .li, h3 .li, p .li {
	display: list-item;
	padding-left: 0.5em;
	margin: 0.75em 0 0 1em;
}

#text01 br + br {
	margin-top: 0.705rem;
}

#text01 {
	text-align: center;
	text-transform: uppercase;
	color: #E0E0E0;
	font-family: 'Scheherazade', serif;
	letter-spacing: 0.35rem;
	width: calc(100% + 0.35rem);
	font-size: 2.75em;
	line-height: 1.175;
	font-weight: 400;
}

#text01 a {
	text-decoration: underline;
}

#text01 a:hover {
	text-decoration: none;
}

#text02 br + br {
	margin-top: 1.005rem;
}

#text02 {
	text-align: justify;
	color: #E0E0E0;
	font-family: 'Scheherazade', serif;
	letter-spacing: 0.05rem;
	width: calc(100% + 0.05rem);
	font-size: 1.25em;
	line-height: 1.675;
	font-weight: 400;
}

#text02 a {
	text-decoration: underline;
}

#text02 a:hover {
	text-decoration: none;
}

@media (max-width: 1680px) {
	html {
		font-size: 13pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	#main > .inner {
		padding: 3.5rem 2rem;
	}
	
	#main > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
		max-width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: calc(-100vw + 2rem);
	}
	
	#text01 {
		letter-spacing: 0.30625rem;
		width: calc(100% + 0.30625rem);
		font-size: 2.75em;
		line-height: 1.175;
	}
	
	#text02 {
		letter-spacing: 0.04375rem;
		width: calc(100% + 0.04375rem);
		font-size: 1.25em;
		line-height: 1.675;
	}
}

@media (max-width: 480px) {
	#main > .inner > * {
		margin-top: 0.984375rem;
		margin-bottom: 0.984375rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		padding: 2.625rem 1.5rem;
	}
	
	#main > .inner > * {
		margin-top: 0.84375rem;
		margin-bottom: 0.84375rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
		max-width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: calc(-100vw + 1.5rem);
	}
	
	#text01 {
		font-size: 2em;
	}
	
	#text02 {
		font-size: 1.25em;
	}
}