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: 100vh;
	line-height: 1.0;
	word-wrap: break-word;
	overflow-x: hidden;
	background-color: #FFFCF7;
}

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);
}

a {
	-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	color: inherit;
	text-decoration: underline;
}

s {
	text-decoration: line-through;
}

body:after {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
	-webkit-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
	-ms-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
	transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body.is-loading:after {
	opacity: 1;
	visibility: visible;
}

html {
	font-size: 17pt;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#main {
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align: left;
}

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

#main > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	-ms-transition: opacity 0.5s ease-in-out 0s;
	transition: opacity 0.5s 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(0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: calc(100% + 0rem + 0.4725px);
}

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

#main > .inner > .full:last-child {
	margin-bottom: 0rem !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: 50%;
	right: auto;
	margin-left: -50vw;
}

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

#main > .inner > :nth-child(2) {
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

#main > .inner > :nth-child(3) {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

#main > .inner > :nth-child(4) {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

#main > .inner > :nth-child(5) {
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
}

#main > .inner > :nth-child(6) {
	-moz-transition-delay: 3.75s;
	-webkit-transition-delay: 3.75s;
	-ms-transition-delay: 3.75s;
	transition-delay: 3.75s;
}

#main > .inner > :nth-child(7) {
	-moz-transition-delay: 4.5s;
	-webkit-transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

#main > .inner > :nth-child(8) {
	-moz-transition-delay: 5.25s;
	-webkit-transition-delay: 5.25s;
	-ms-transition-delay: 5.25s;
	transition-delay: 5.25s;
}

#main > .inner > :nth-child(9) {
	-moz-transition-delay: 6s;
	-webkit-transition-delay: 6s;
	-ms-transition-delay: 6s;
	transition-delay: 6s;
}

#main > .inner > :nth-child(10) {
	-moz-transition-delay: 6.75s;
	-webkit-transition-delay: 6.75s;
	-ms-transition-delay: 6.75s;
	transition-delay: 6.75s;
}

#main > .inner > :nth-child(11) {
	-moz-transition-delay: 7.5s;
	-webkit-transition-delay: 7.5s;
	-ms-transition-delay: 7.5s;
	transition-delay: 7.5s;
}

#main > .inner > :nth-child(12) {
	-moz-transition-delay: 8.25s;
	-webkit-transition-delay: 8.25s;
	-ms-transition-delay: 8.25s;
	transition-delay: 8.25s;
}

#main > .inner > :nth-child(13) {
	-moz-transition-delay: 9s;
	-webkit-transition-delay: 9s;
	-ms-transition-delay: 9s;
	transition-delay: 9s;
}

#main > .inner > :nth-child(14) {
	-moz-transition-delay: 9.75s;
	-webkit-transition-delay: 9.75s;
	-ms-transition-delay: 9.75s;
	transition-delay: 9.75s;
}

#main > .inner > :nth-child(15) {
	-moz-transition-delay: 10.5s;
	-webkit-transition-delay: 10.5s;
	-ms-transition-delay: 10.5s;
	transition-delay: 10.5s;
}

#main > .inner > :nth-child(16) {
	-moz-transition-delay: 11.25s;
	-webkit-transition-delay: 11.25s;
	-ms-transition-delay: 11.25s;
	transition-delay: 11.25s;
}

#main > .inner > :nth-child(17) {
	-moz-transition-delay: 12s;
	-webkit-transition-delay: 12s;
	-ms-transition-delay: 12s;
	transition-delay: 12s;
}

#main > .inner > :nth-child(18) {
	-moz-transition-delay: 12.75s;
	-webkit-transition-delay: 12.75s;
	-ms-transition-delay: 12.75s;
	transition-delay: 12.75s;
}

#main > .inner > :nth-child(19) {
	-moz-transition-delay: 13.5s;
	-webkit-transition-delay: 13.5s;
	-ms-transition-delay: 13.5s;
	transition-delay: 13.5s;
}

#main > .inner > :nth-child(20) {
	-moz-transition-delay: 14.25s;
	-webkit-transition-delay: 14.25s;
	-ms-transition-delay: 14.25s;
	transition-delay: 14.25s;
}

#main > .inner > :nth-child(21) {
	-moz-transition-delay: 15s;
	-webkit-transition-delay: 15s;
	-ms-transition-delay: 15s;
	transition-delay: 15s;
}

#main > .inner > :nth-child(22) {
	-moz-transition-delay: 15.75s;
	-webkit-transition-delay: 15.75s;
	-ms-transition-delay: 15.75s;
	transition-delay: 15.75s;
}

#main > .inner > :nth-child(23) {
	-moz-transition-delay: 16.5s;
	-webkit-transition-delay: 16.5s;
	-ms-transition-delay: 16.5s;
	transition-delay: 16.5s;
}

#main > .inner > :nth-child(24) {
	-moz-transition-delay: 17.25s;
	-webkit-transition-delay: 17.25s;
	-ms-transition-delay: 17.25s;
	transition-delay: 17.25s;
}

#main > .inner > :nth-child(25) {
	-moz-transition-delay: 18s;
	-webkit-transition-delay: 18s;
	-ms-transition-delay: 18s;
	transition-delay: 18s;
}

#main > .inner > :nth-child(26) {
	-moz-transition-delay: 18.75s;
	-webkit-transition-delay: 18.75s;
	-ms-transition-delay: 18.75s;
	transition-delay: 18.75s;
}

#main > .inner > :nth-child(27) {
	-moz-transition-delay: 19.5s;
	-webkit-transition-delay: 19.5s;
	-ms-transition-delay: 19.5s;
	transition-delay: 19.5s;
}

#main > .inner > :nth-child(28) {
	-moz-transition-delay: 20.25s;
	-webkit-transition-delay: 20.25s;
	-ms-transition-delay: 20.25s;
	transition-delay: 20.25s;
}

#main > .inner > :nth-child(29) {
	-moz-transition-delay: 21s;
	-webkit-transition-delay: 21s;
	-ms-transition-delay: 21s;
	transition-delay: 21s;
}

#main > .inner > :nth-child(30) {
	-moz-transition-delay: 21.75s;
	-webkit-transition-delay: 21.75s;
	-ms-transition-delay: 21.75s;
	transition-delay: 21.75s;
}

#main > .inner > :nth-child(31) {
	-moz-transition-delay: 22.5s;
	-webkit-transition-delay: 22.5s;
	-ms-transition-delay: 22.5s;
	transition-delay: 22.5s;
}

#main > .inner > :nth-child(32) {
	-moz-transition-delay: 23.25s;
	-webkit-transition-delay: 23.25s;
	-ms-transition-delay: 23.25s;
	transition-delay: 23.25s;
}

#main > .inner > :nth-child(33) {
	-moz-transition-delay: 24s;
	-webkit-transition-delay: 24s;
	-ms-transition-delay: 24s;
	transition-delay: 24s;
}

#main > .inner > :nth-child(34) {
	-moz-transition-delay: 24.75s;
	-webkit-transition-delay: 24.75s;
	-ms-transition-delay: 24.75s;
	transition-delay: 24.75s;
}

#main > .inner > :nth-child(35) {
	-moz-transition-delay: 25.5s;
	-webkit-transition-delay: 25.5s;
	-ms-transition-delay: 25.5s;
	transition-delay: 25.5s;
}

#main > .inner > :nth-child(36) {
	-moz-transition-delay: 26.25s;
	-webkit-transition-delay: 26.25s;
	-ms-transition-delay: 26.25s;
	transition-delay: 26.25s;
}

#main > .inner > :nth-child(37) {
	-moz-transition-delay: 27s;
	-webkit-transition-delay: 27s;
	-ms-transition-delay: 27s;
	transition-delay: 27s;
}

#main > .inner > :nth-child(38) {
	-moz-transition-delay: 27.75s;
	-webkit-transition-delay: 27.75s;
	-ms-transition-delay: 27.75s;
	transition-delay: 27.75s;
}

#main > .inner > :nth-child(39) {
	-moz-transition-delay: 28.5s;
	-webkit-transition-delay: 28.5s;
	-ms-transition-delay: 28.5s;
	transition-delay: 28.5s;
}

#main > .inner > :nth-child(40) {
	-moz-transition-delay: 29.25s;
	-webkit-transition-delay: 29.25s;
	-ms-transition-delay: 29.25s;
	transition-delay: 29.25s;
}

#main > .inner > :nth-child(41) {
	-moz-transition-delay: 30s;
	-webkit-transition-delay: 30s;
	-ms-transition-delay: 30s;
	transition-delay: 30s;
}

#main > .inner > :nth-child(42) {
	-moz-transition-delay: 30.75s;
	-webkit-transition-delay: 30.75s;
	-ms-transition-delay: 30.75s;
	transition-delay: 30.75s;
}

#main > .inner > :nth-child(43) {
	-moz-transition-delay: 31.5s;
	-webkit-transition-delay: 31.5s;
	-ms-transition-delay: 31.5s;
	transition-delay: 31.5s;
}

#main > .inner > :nth-child(44) {
	-moz-transition-delay: 32.25s;
	-webkit-transition-delay: 32.25s;
	-ms-transition-delay: 32.25s;
	transition-delay: 32.25s;
}

#main > .inner > :nth-child(45) {
	-moz-transition-delay: 33s;
	-webkit-transition-delay: 33s;
	-ms-transition-delay: 33s;
	transition-delay: 33s;
}

#main > .inner > :nth-child(46) {
	-moz-transition-delay: 33.75s;
	-webkit-transition-delay: 33.75s;
	-ms-transition-delay: 33.75s;
	transition-delay: 33.75s;
}

#main > .inner > :nth-child(47) {
	-moz-transition-delay: 34.5s;
	-webkit-transition-delay: 34.5s;
	-ms-transition-delay: 34.5s;
	transition-delay: 34.5s;
}

#main > .inner > :nth-child(48) {
	-moz-transition-delay: 35.25s;
	-webkit-transition-delay: 35.25s;
	-ms-transition-delay: 35.25s;
	transition-delay: 35.25s;
}

#main > .inner > :nth-child(49) {
	-moz-transition-delay: 36s;
	-webkit-transition-delay: 36s;
	-ms-transition-delay: 36s;
	transition-delay: 36s;
}

#main > .inner > :nth-child(50) {
	-moz-transition-delay: 36.75s;
	-webkit-transition-delay: 36.75s;
	-ms-transition-delay: 36.75s;
	transition-delay: 36.75s;
}

#main > .inner > :nth-child(51) {
	-moz-transition-delay: 37.5s;
	-webkit-transition-delay: 37.5s;
	-ms-transition-delay: 37.5s;
	transition-delay: 37.5s;
}

#main > .inner > :nth-child(52) {
	-moz-transition-delay: 38.25s;
	-webkit-transition-delay: 38.25s;
	-ms-transition-delay: 38.25s;
	transition-delay: 38.25s;
}

#main > .inner > :nth-child(53) {
	-moz-transition-delay: 39s;
	-webkit-transition-delay: 39s;
	-ms-transition-delay: 39s;
	transition-delay: 39s;
}

#main > .inner > :nth-child(54) {
	-moz-transition-delay: 39.75s;
	-webkit-transition-delay: 39.75s;
	-ms-transition-delay: 39.75s;
	transition-delay: 39.75s;
}

#main > .inner > :nth-child(55) {
	-moz-transition-delay: 40.5s;
	-webkit-transition-delay: 40.5s;
	-ms-transition-delay: 40.5s;
	transition-delay: 40.5s;
}

#main > .inner > :nth-child(56) {
	-moz-transition-delay: 41.25s;
	-webkit-transition-delay: 41.25s;
	-ms-transition-delay: 41.25s;
	transition-delay: 41.25s;
}

#main > .inner > :nth-child(57) {
	-moz-transition-delay: 42s;
	-webkit-transition-delay: 42s;
	-ms-transition-delay: 42s;
	transition-delay: 42s;
}

#main > .inner > :nth-child(58) {
	-moz-transition-delay: 42.75s;
	-webkit-transition-delay: 42.75s;
	-ms-transition-delay: 42.75s;
	transition-delay: 42.75s;
}

#main > .inner > :nth-child(59) {
	-moz-transition-delay: 43.5s;
	-webkit-transition-delay: 43.5s;
	-ms-transition-delay: 43.5s;
	transition-delay: 43.5s;
}

#main > .inner > :nth-child(60) {
	-moz-transition-delay: 44.25s;
	-webkit-transition-delay: 44.25s;
	-ms-transition-delay: 44.25s;
	transition-delay: 44.25s;
}

#main > .inner > :nth-child(61) {
	-moz-transition-delay: 45s;
	-webkit-transition-delay: 45s;
	-ms-transition-delay: 45s;
	transition-delay: 45s;
}

#main > .inner > :nth-child(62) {
	-moz-transition-delay: 45.75s;
	-webkit-transition-delay: 45.75s;
	-ms-transition-delay: 45.75s;
	transition-delay: 45.75s;
}

#main > .inner > :nth-child(63) {
	-moz-transition-delay: 46.5s;
	-webkit-transition-delay: 46.5s;
	-ms-transition-delay: 46.5s;
	transition-delay: 46.5s;
}

#main > .inner > :nth-child(64) {
	-moz-transition-delay: 47.25s;
	-webkit-transition-delay: 47.25s;
	-ms-transition-delay: 47.25s;
	transition-delay: 47.25s;
}

#main > .inner > :nth-child(65) {
	-moz-transition-delay: 48s;
	-webkit-transition-delay: 48s;
	-ms-transition-delay: 48s;
	transition-delay: 48s;
}

#main > .inner > :nth-child(66) {
	-moz-transition-delay: 48.75s;
	-webkit-transition-delay: 48.75s;
	-ms-transition-delay: 48.75s;
	transition-delay: 48.75s;
}

#main > .inner > :nth-child(67) {
	-moz-transition-delay: 49.5s;
	-webkit-transition-delay: 49.5s;
	-ms-transition-delay: 49.5s;
	transition-delay: 49.5s;
}

#main > .inner > :nth-child(68) {
	-moz-transition-delay: 50.25s;
	-webkit-transition-delay: 50.25s;
	-ms-transition-delay: 50.25s;
	transition-delay: 50.25s;
}

#main > .inner > :nth-child(69) {
	-moz-transition-delay: 51s;
	-webkit-transition-delay: 51s;
	-ms-transition-delay: 51s;
	transition-delay: 51s;
}

#main > .inner > :nth-child(70) {
	-moz-transition-delay: 51.75s;
	-webkit-transition-delay: 51.75s;
	-ms-transition-delay: 51.75s;
	transition-delay: 51.75s;
}

#main > .inner > :nth-child(71) {
	-moz-transition-delay: 52.5s;
	-webkit-transition-delay: 52.5s;
	-ms-transition-delay: 52.5s;
	transition-delay: 52.5s;
}

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

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

@-moz-keyframes loading-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes loading-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.deferred:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	animation: loading-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	opacity: 0;
	z-index: -1;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.deferred.loading:before {
	opacity: 0.35;
	z-index: 0;
}

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;
}

h1.style1, h2.style1, h3.style1, p.style1 br + br {
	margin-top: 0.525rem;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	text-align: left;
	color: #FF7E79;
	font-family: 'VT323', monospace;
	font-size: 3em;
	line-height: 0.875;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0rem #011993;
}

h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {
	text-decoration: underline;
}

h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
	text-decoration: none;
}

h1.style2, h2.style2, h3.style2, p.style2 br + br {
	margin-top: 0.75rem;
}

h1.style2, h2.style2, h3.style2, p.style2 {
	color: #FFFFFF;
	font-family: 'Inconsolata', monospace;
	letter-spacing: 0.05rem;
	width: calc(100% + 0.05rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 500;
}

h1.style2 a, h2.style2 a, h3.style2 a, p.style2 a {
	text-decoration: underline;
}

h1.style2 a:hover, h2.style2 a:hover, h3.style2 a:hover, p.style2 a:hover {
	text-decoration: none;
}

h1.style3, h2.style3, h3.style3, p.style3 br + br {
	margin-top: 0.45rem;
}

h1.style3, h2.style3, h3.style3, p.style3 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'VT323', monospace;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 4em;
	line-height: 0.75;
	font-weight: 400;
	text-shadow: 0.354rem 0.354rem 0rem #9437FF;
}

h1.style3 a, h2.style3 a, h3.style3 a, p.style3 a {
	text-decoration: underline;
}

h1.style3 a:hover, h2.style3 a:hover, h3.style3 a:hover, p.style3 a:hover {
	text-decoration: none;
}

h1.style5, h2.style5, h3.style5, p.style5 br + br {
	margin-top: 0.825rem;
}

h1.style5, h2.style5, h3.style5, p.style5 {
	color: #FFFFFF;
	font-family: 'Inconsolata', monospace;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0rem #9437FF;
}

h1.style5 a, h2.style5 a, h3.style5 a, p.style5 a {
	text-decoration: underline;
}

h1.style5 a:hover, h2.style5 a:hover, h3.style5 a:hover, p.style5 a:hover {
	text-decoration: none;
}

h1.style6, h2.style6, h3.style6, p.style6 br + br {
	margin-top: 0.9rem;
}

h1.style6, h2.style6, h3.style6, p.style6 {
	color: #011993;
	font-family: 'Inconsolata', monospace;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

h1.style6 a, h2.style6 a, h3.style6 a, p.style6 a {
	text-decoration: underline;
}

h1.style6 a:hover, h2.style6 a:hover, h3.style6 a:hover, p.style6 a:hover {
	text-decoration: none;
}

h1.style7, h2.style7, h3.style7, p.style7 br + br {
	margin-top: 0.6rem;
}

h1.style7, h2.style7, h3.style7, p.style7 {
	color: #011993;
	font-family: 'VT323', monospace;
	font-size: 1.625em;
	line-height: 1;
	font-weight: 400;
}

h1.style7 a, h2.style7 a, h3.style7 a, p.style7 a {
	text-decoration: underline;
}

h1.style7 a:hover, h2.style7 a:hover, h3.style7 a:hover, p.style7 a:hover {
	text-decoration: none;
}

#text27 br + br {
	margin-top: 0.825rem;
}

#text27 {
	color: rgba(0,0,0,0.561);
	font-family: 'VT323', monospace;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 400;
}

#text27 a {
	text-decoration: underline;
}

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

#text28 br + br {
	margin-top: 0.9rem;
}

#text28 {
	color: #6F7073;
	font-family: 'Inconsolata', monospace;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 400;
}

#text28 a {
	text-decoration: underline;
}

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

h1.style9, h2.style9, h3.style9, p.style9 br + br {
	margin-top: 0.525rem;
}

h1.style9, h2.style9, h3.style9, p.style9 {
	text-align: center;
	color: #FF7E79;
	font-family: 'VT323', monospace;
	font-size: 3em;
	line-height: 0.875;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0rem #011993;
}

h1.style9 a, h2.style9 a, h3.style9 a, p.style9 a {
	text-decoration: underline;
}

h1.style9 a:hover, h2.style9 a:hover, h3.style9 a:hover, p.style9 a:hover {
	text-decoration: none;
}

#text36 br + br {
	margin-top: 0.525rem;
}

#text36 {
	text-align: left;
	color: #FF7E79;
	font-family: 'VT323', monospace;
	font-size: 1.875em;
	line-height: 0.875;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0rem #011993;
}

#text36 a {
	text-decoration: underline;
}

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

#text42 br + br {
	margin-top: 0.9rem;
}

#text42 {
	text-align: left;
	color: #011993;
	font-family: 'Inconsolata', monospace;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text42 a {
	text-decoration: underline;
}

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

#text25 br + br {
	margin-top: 0.75rem;
}

#text25 {
	color: #011993;
	font-family: 'Inconsolata', monospace;
	letter-spacing: 0.05rem;
	width: calc(100% + 0.05rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 500;
}

#text25 a {
	text-decoration: underline;
}

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

.image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: block;
}

.image a, .image span {
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image a img, .image span img {
	display: block;
}

.image img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image.full img {
	display: block;
}

.image.full:first-child img {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child img {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.image.full a, .image.full span {
	display: block;
}

#image07 img {
	max-width: 100%;
	width: 374px;
}

#image03 img {
	width: 18.5rem;
}

#image02 img {
	width: 18rem;
}

#image06 img {
	max-width: 100%;
	width: 1105px;
}

#image05 img {
	max-width: 100%;
	width: 370px;
}

#image01 img {
	width: 11.75rem;
}

#image04 img {
	width: 3.875rem;
}

.container {
	position: relative;
}

.container > .wrapper {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

.container > .wrapper > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

#main .container.full:first-child > .wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01 > .wrapper > .inner {
	text-align: left;
	padding: 0rem 6rem;
}

#container01 {
	display: flex;
	width: 100%;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
	box-shadow: 0rem 0rem 2rem 0rem #0D0B0D;
}

#container01 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container01.default > .wrapper > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#container01.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container01.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container01.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 0rem;
}

#container01.columns > .wrapper > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#container01.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container01.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner > *:first-child {
	margin-left: 0rem;
}

#container01.default > .wrapper > .inner > .full {
	margin-left: calc(-6rem);
	width: calc(100% + 12rem + 0.4725px);
	max-width: none;
}

#container01.default > .wrapper > .inner > .full:first-child {
	margin-top: 0rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
	margin-bottom: 0rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: none;
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-6rem);
	width: calc(100% + 6rem + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 6rem + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(0rem) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(0rem) !important;
}

#container01.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container01.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 0rem);
	border-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container01 > .wrapper > .inner > :nth-child(1) {
	width: 40%;
	text-align: left;
}

#container01 > .wrapper > .inner > :nth-child(2) {
	width: 60%;
	text-align: right;
}

.container.style1 > .wrapper > .inner {
	text-align: center;
	padding: 1.5rem 1.5rem;
}

.container.style1 {
	display: flex;
	width: 100%;
	min-height: 48rem;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-attachment: scroll;
}

.container.style1 > .wrapper {
	width: 100%;
	max-width: 60rem;
}

.container.style1.default > .wrapper > .inner > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container.style1.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style1.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.container.style1.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 8rem;
}

.container.style1.columns > .wrapper > .inner > * > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container.style1.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style1.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style1.columns > .wrapper > .inner > *:first-child {
	margin-left: -8rem;
}

.container.style1.default > .wrapper > .inner > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3rem + 0.4725px);
	max-width: none;
}

.container.style1.default > .wrapper > .inner > .full:first-child {
	margin-top: -1.5rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style1.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1.5rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-4rem);
	width: calc(100% + 8rem + 0.4725px);
	max-width: none;
}

.container.style1.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 5.5rem + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 5.5rem + 0.4725px);
}

.container.style1.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1.5rem) !important;
}

.container.style1.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1.5rem) !important;
}

.container.style1.columns > .wrapper > .inner > div:first-child, .container.style1.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > div:last-child, .container.style1.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 48rem;
}

.container.style1.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 3rem);
	border-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container05 {
	background-image: linear-gradient(0deg, rgba(217,178,178,0.188) 0%, rgba(150,169,235,0.012) 87%), url('images/container05.gif');
	background-position: 0% 0%, center;
	background-repeat: repeat, repeat;
	background-size: cover, cover;
}

.container.style2 > .wrapper > .inner {
	padding: 6rem 0rem;
}

.container.style2 {
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
}

.container.style2 > .wrapper {
	width: 100%;
	max-width: 60rem;
}

.container.style2.default > .wrapper > .inner > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container.style2.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style2.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style2.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.container.style2.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4rem;
}

.container.style2.columns > .wrapper > .inner > * > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container.style2.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style2.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style2.columns > .wrapper > .inner > *:first-child {
	margin-left: -4rem;
}

.container.style2.default > .wrapper > .inner > .full {
	margin-left: calc(0rem);
	width: calc(100% + 0rem + 0.4725px);
	max-width: none;
}

.container.style2.default > .wrapper > .inner > .full:first-child {
	margin-top: -6rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style2.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -6rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2rem);
	width: calc(100% + 4rem + 0.4725px);
	max-width: none;
}

.container.style2.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(0rem);
	width: calc(100% + 2rem + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2rem + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-6rem) !important;
}

.container.style2.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-6rem) !important;
}

.container.style2.columns > .wrapper > .inner > div:first-child, .container.style2.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > div:last-child, .container.style2.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

.container.style2.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 12rem);
	border-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container08 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2rem);
}

#container08 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2rem);
}

#container13 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2rem);
}

#container13 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2rem);
}

#container11 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 1rem);
}

#container11 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + 1rem);
}

#container11 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 1rem);
}

#container11 > .wrapper > .inner > :nth-child(4) {
	width: calc(25% + 1rem);
}

#container03 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2rem);
}

#container03 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2rem);
}

#container07 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 1rem);
}

#container07 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + 1rem);
}

#container07 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 1rem);
}

#container07 > .wrapper > .inner > :nth-child(4) {
	width: calc(25% + 1rem);
}

#container02 > .wrapper > .inner {
	text-align: center;
	padding: 6rem 1.5rem;
}

#container02 {
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
}

#container02 > .wrapper {
	width: 100%;
	max-width: 60rem;
}

#container02.default > .wrapper > .inner > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#container02.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container02.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4rem;
}

#container02.columns > .wrapper > .inner > * > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#container02.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
	margin-left: -4rem;
}

#container02.default > .wrapper > .inner > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3rem + 0.4725px);
	max-width: none;
}

#container02.default > .wrapper > .inner > .full:first-child {
	margin-top: -6rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -6rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2rem);
	width: calc(100% + 4rem + 0.4725px);
	max-width: none;
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3.5rem + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 3.5rem + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-6rem) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-6rem) !important;
}

#container02.columns > .wrapper > .inner > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > div:last-child, #container02.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container02.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 12rem);
	border-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container04 > .wrapper > .inner {
	text-align: center;
	padding: 6rem 1.5rem;
}

#container04 {
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: transparent;
}

#container04 > .wrapper {
	width: 100%;
	max-width: 60rem;
}

#container04.default > .wrapper > .inner > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#container04.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container04.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container04.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4rem;
}

#container04.columns > .wrapper > .inner > * > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#container04.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container04.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner > *:first-child {
	margin-left: -4rem;
}

#container04.default > .wrapper > .inner > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3rem + 0.4725px);
	max-width: none;
}

#container04.default > .wrapper > .inner > .full:first-child {
	margin-top: -6rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container04.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -6rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2rem);
	width: calc(100% + 4rem + 0.4725px);
	max-width: none;
}

#container04.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3.5rem + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 3.5rem + 0.4725px);
}

#container04.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-6rem) !important;
}

#container04.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-6rem) !important;
}

#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container04.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 12rem);
	border-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container06 > .wrapper > .inner {
	padding: 1.5rem 1.5rem;
}

#container06 {
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: #FFFFFF;
}

#container06 > .wrapper {
	width: 100%;
	max-width: 60rem;
}

#container06.default > .wrapper > .inner > * {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

#container06.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container06.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container06.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 2rem;
}

#container06.columns > .wrapper > .inner > * > * {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

#container06.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container06.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner > *:first-child {
	margin-left: -2rem;
}

#container06.default > .wrapper > .inner > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 3rem + 0.4725px);
	max-width: none;
}

#container06.default > .wrapper > .inner > .full:first-child {
	margin-top: -1.5rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container06.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1.5rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container06.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1.5rem);
	width: calc(100% + 2.5rem + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.5rem + 0.4725px);
}

#container06.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1.5rem) !important;
}

#container06.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1.5rem) !important;
}

#container06.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container06.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 3rem);
	border-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container06 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 0.66rem);
	text-align: left;
}

#container06 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 0.66rem);
}

#container06 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 0.66rem);
}

.buttons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}

.buttons li a {
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}

.buttons.style1 {
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
}

.buttons.style1 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 1rem);
	margin: 0.5rem;
}

.buttons.style1 li a {
	display: flex;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	vertical-align: middle;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Inconsolata', monospace;
	letter-spacing: 0.125rem;
	padding-left: calc(0.125rem + 1rem);
	font-weight: 700;
	border-radius: 2rem;
}

.buttons.style1 li a svg {
	display: block;
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #011993;
	margin-right: calc(0.5em + 0.125rem);
	margin-left: -0.125em;
}

.buttons.style1 .button {
	background-color: #FFFFFF;
	color: #011993;
}

.buttons.style1 .button svg {
	fill: #FF7E79;
}

.buttons.style1 .button:hover {
	background-color: #FF7E79 !important;
}

.buttons.style4 {
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
}

.buttons.style4 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 1rem);
	margin: 0.5rem;
}

.buttons.style4 li a {
	display: flex;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	vertical-align: middle;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Inconsolata', monospace;
	letter-spacing: 0.125rem;
	padding-left: calc(0.125rem + 1rem);
	font-weight: 700;
	border-radius: 2rem;
}

.buttons.style4 li a svg {
	display: block;
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #011993;
	margin-right: calc(0.5em + 0.125rem);
	margin-left: -0.125em;
}

.buttons.style4 .button {
	color: #011993;
	border: solid 1px #011993;
}

.buttons.style4 .button svg {
	fill: #FF7E79;
}

.buttons.style4 .button:hover {
	color: #FF7E79 !important;
	border-color: #FF7E79 !important;
}

.buttons.style4 .button:hover svg {
	fill: #FF7E79 !important;
}

#buttons04 .n01 svg {
	fill: #FF7E79;
}

#buttons04 .n01 {
	color: #011993;
	border: solid 1px #011993;
}

#buttons04 .n01:hover {
	color: #FF7E79 !important;
	border-color: #FF7E79 !important;
}

#buttons04 .n01:hover svg {
	fill: #FF7E79 !important;
}

#header {
	margin-bottom: 0rem !important;
}

#footer {
	margin-top: 0rem !important;
}

.icons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}

.icons li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.icons li a {
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.icons li a svg {
	display: block;
	position: relative;
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
}

.icons li a + svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: fill 0.25s ease, stroke 0.25s ease;
	-webkit-transition: fill 0.25s ease, stroke 0.25s ease;
	-ms-transition: fill 0.25s ease, stroke 0.25s ease;
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.icons li a .label {
	display: none;
}

.icons.style1 {
	font-size: 1.25em;
	width: calc(100% + 0.75rem);
	margin-left: -0.375rem;
}

.icons.style1 li {
	margin: 0.375rem;
}

.icons.style1 li a {
	border-radius: 100%;
	width: 2em;
	height: 2em;
}

.icons.style1 li a svg {
	width: 60%;
	height: 60%;
}

.icons.style1 a svg {
	fill: #011993;
}

.icons.style1 a {
	border: solid 1px #011993;
}

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

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

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

@media (max-width: 736px) {
	html {
		font-size: 12pt;
	}
	
	#main > .inner {
		padding: 0rem 0rem;
	}
	
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(0rem);
		width: calc(100% + 0rem + 0.4725px);
		max-width: calc(100% + 0rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: 0rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3em;
		line-height: 0.875;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0.04375rem;
		width: calc(100% + 0.04375rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 3.5em;
		line-height: 0.75;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.625em;
		line-height: 1;
	}
	
	#text27 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.375;
	}
	
	#text28 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3em;
		line-height: 0.875;
	}
	
	#text36 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.875em;
		line-height: 0.875;
	}
	
	#text42 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text25 {
		letter-spacing: 0.04375rem;
		width: calc(100% + 0.04375rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	#image03 img {
		width: 18.5rem;
	}
	
	#image02 img {
		width: 18rem;
	}
	
	#image01 img {
		width: 11.75rem;
	}
	
	#image04 img {
		width: 3.875rem;
	}
	
	#container01 > .wrapper > .inner {
		text-align: center !important;
		padding: 0rem 2rem;
	}
	
	#container01 > .wrapper > .inner h1, #container01 > .wrapper > .inner h2, #container01 > .wrapper > .inner h3, #container01 > .wrapper > .inner p {
		text-align: inherit !important;
	}
	
	#container01 > .wrapper {
		max-width: 100%;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: 0 0 0 0rem;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0rem;
	}
	
	#container01.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	#container01.default > .wrapper > .inner > .full:first-child {
		margin-top: 0rem !important;
	}
	
	#container01.default > .wrapper > .inner > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-child > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-child > .full {
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(0rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(0rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: calc(100% + 0rem);
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		width: 40%;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		width: 60%;
	}
	
	.container.style1 > .wrapper > .inner {
		padding: 1.5rem 1.5rem;
	}
	
	.container.style1 {
		min-height: 36rem;
	}
	
	.container.style1 > .wrapper {
		max-width: 100%;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.container.style1.columns > .wrapper > .inner {
		-moz-flex-direction: column-reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style1.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * {
		padding: 2rem 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style1.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.5rem !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.5rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-1.5rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-1.5rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full {
		min-height: 36rem;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	.container.style2 > .wrapper > .inner {
		padding: 3.5rem 1.5rem;
	}
	
	.container.style2 > .wrapper {
		max-width: 100%;
	}
	
	.container.style2.default > .wrapper > .inner > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.container.style2.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style2.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style2.columns > .wrapper > .inner > * > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.container.style2.columns > .wrapper > .inner > * {
		padding: 2rem 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style2.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container08 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(4) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(4) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container02 > .wrapper > .inner {
		text-align: center !important;
		padding: 3.5rem 1.5rem;
	}
	
	#container02 > .wrapper > .inner h1, #container02 > .wrapper > .inner h2, #container02 > .wrapper > .inner h3, #container02 > .wrapper > .inner p {
		text-align: inherit !important;
	}
	
	#container02 > .wrapper {
		max-width: 100%;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	#container02.columns > .wrapper > .inner {
		-moz-flex-direction: column-reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container02.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: 2rem 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	#container02.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container02.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	#container02.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container04 > .wrapper > .inner {
		text-align: center !important;
		padding: 3.5rem 1.5rem;
	}
	
	#container04 > .wrapper > .inner h1, #container04 > .wrapper > .inner h2, #container04 > .wrapper > .inner h3, #container04 > .wrapper > .inner p {
		text-align: inherit !important;
	}
	
	#container04 > .wrapper {
		max-width: 100%;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	#container04.columns > .wrapper > .inner {
		-moz-flex-direction: column-reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: 2rem 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	#container04.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container04.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	#container04.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container06 > .wrapper > .inner {
		padding: 1.5rem 1.5rem;
	}
	
	#container06 > .wrapper {
		max-width: 100%;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container06.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: 2rem 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container06.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container06.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.5rem !important;
	}
	
	#container06.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.5rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.5rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.5rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container06 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container06 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container06 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.buttons.style1 li a {
		font-size: 0.75em;
	}
	
	.buttons.style4 li a {
		font-size: 0.75em;
	}
	
	#header {
		margin-bottom: 0rem !important;
	}
	
	#footer {
		margin-top: 0rem !important;
	}
	
	.icons.style1 {
		font-size: 1.25em;
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	.icons.style1 li {
		margin: 0.375rem;
	}
}

@media (max-width: 480px) {
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	.container.style2.default > .wrapper > .inner > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	.container.style2.columns > .wrapper > .inner > * > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.buttons.style1 {
		margin-left: 0;
		width: 100%;
		padding: 0.5rem 0;
	}
	
	.buttons.style1 li {
		max-width: 100%;
		display: block;
		margin: 1rem 0;
	}
	
	.buttons.style1 li:first-child {
		margin-top: 0;
	}
	
	.buttons.style1 li:last-child {
		margin-bottom: 0;
	}
	
	.buttons.style1 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	.buttons.style4 {
		margin-left: 0;
		width: 100%;
		padding: 0.5rem 0;
	}
	
	.buttons.style4 li {
		max-width: 100%;
		display: block;
		margin: 1rem 0;
	}
	
	.buttons.style4 li:first-child {
		margin-top: 0;
	}
	
	.buttons.style4 li:last-child {
		margin-bottom: 0;
	}
	
	.buttons.style4 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		padding: 0rem 0rem;
	}
	
	#main > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
		max-width: calc(100% + 0rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 2em;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 0.75em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 3.5em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1.125em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 1em;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		font-size: 1.5em;
	}
	
	#text27 {
		font-size: 1.25em;
	}
	
	#text28 {
		font-size: 1.125em;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		font-size: 2em;
	}
	
	#text36 {
		font-size: 1.5em;
	}
	
	#text42 {
		font-size: 0.75em;
	}
	
	#text25 {
		font-size: 0.75em;
	}
	
	#container01 > .wrapper > .inner {
		padding: 0rem 1.5rem;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container01.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#container01.default > .wrapper > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	
	#container01.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0rem);
		width: calc(100% + 0rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-child > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-child > .full {
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(-0rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(-0rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: calc(100% + 0rem);
	}
	
	.container.style1 > .wrapper > .inner {
		padding: 1.125rem 1.125rem;
	}
	
	.container.style1 {
		min-height: 24rem;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style1.default > .wrapper > .inner > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style1.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.125rem !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.125rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-1.125rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-1.125rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full {
		min-height: 24rem;
	}
	
	.container.style2 > .wrapper > .inner {
		padding: 2.625rem 1.125rem;
	}
	
	.container.style2.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style2.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style2.default > .wrapper > .inner > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style2.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	#container02 > .wrapper > .inner {
		padding: 2.625rem 1.125rem;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container02.default > .wrapper > .inner > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container02.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	#container02.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	#container04 > .wrapper > .inner {
		padding: 2.625rem 1.125rem;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	#container04.default > .wrapper > .inner > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container04.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	#container04.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	#container06 > .wrapper > .inner {
		padding: 1.125rem 1.125rem;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	#container06.default > .wrapper > .inner > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container06.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.125rem !important;
	}
	
	#container06.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.125rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.125rem);
		width: calc(100% + 2.25rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.125rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.125rem) !important;
	}
	
	.buttons.style1 {
		width: 100%;
		margin-left: 0;
		padding: 0.375rem 0;
	}
	
	.buttons.style1 li {
		max-width: 100%;
		margin: 0.75rem 0;
	}
	
	.buttons.style4 {
		width: 100%;
		margin-left: 0;
		padding: 0.375rem 0;
	}
	
	.buttons.style4 li {
		max-width: 100%;
		margin: 0.75rem 0;
	}
	
	.icons.style1 {
		width: calc(100% + 0.5625rem);
		margin-left: -0.28125rem;
	}
	
	.icons.style1 li {
		margin: 0.28125rem;
	}
}