html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

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

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

#bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.46875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, transparent 17%, rgba(66,95,199,0.753) 94%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: var(--background-height);
	z-index: 0;
	pointer-events: none;
	transform: scale(1);
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#bg video {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

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

html {
	font-size: 16pt;
}

u {
	text-decoration: underline;
}

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

em {
	font-style: italic;
}

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

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

s {
	text-decoration: line-through;
}

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

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

#main {
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: center;
	background-color: transparent;
	transition: opacity 1.25s ease-in-out 0s;
}

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

#main > .inner > header {
	margin-bottom: 0rem;
}

#main > .inner > footer {
	margin-top: 0rem;
}

#main > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

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

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

#main > .inner > .full {
	margin-left: calc(-3rem);
	width: calc(100% + 6rem + 0.4725px);
	max-width: calc(100% + 6rem + 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;
}

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

#main > .inner > * > .full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: 50%;
	right: auto;
	margin-left: -50vw;
}

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

#main > .inner > .active {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

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

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

#main > .inner > header, #main > .inner > footer {
	transition: opacity 0.125s ease-in-out 0.1875s,visibility 0.125s linear 0.1875s;
}

#main > .inner > header.hidden, #main > .inner > footer.hidden {
	transition: opacity 0.125s ease-in-out,visibility 0.125s;
	opacity: 0;
	visibility: hidden;
}

#main > .inner > section {
	transition: opacity 0.25s ease-in-out 0.125s,min-height 0.125s ease-in-out,max-height 0.125s ease-in-out;
}

#main > .inner > section.inactive {
	transition: opacity 0.125s ease-in-out;
	opacity: 0;
}

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

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

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

	100% {
		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;
}

.slideshow-background:after {
	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: 1s;
	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;
}

.slideshow-background.is-loading:after {
	opacity: 0.35;
	z-index: 0;
}

.slideshow-background > div {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	z-index: -2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.slideshow-background > .initial {
	transition: none;
}

.slideshow-background > .visible {
	opacity: 1;
}

.slideshow-background > .top {
	z-index: -1;
}

.slideshow-background.instant > div {
	visibility: hidden;
}

.slideshow-background.instant > .visible {
	visibility: visible;
}

.slideshow-background.crossfade > div {
	transition: opacity 2s ease-in-out;
	visibility: hidden;
}

.slideshow-background.crossfade > .visible {
	visibility: visible;
}

.slideshow-background.fade > div {
	transition: opacity 2s ease-in-out;
	visibility: visible;
}

.slideshow-background.fade > .visible {
	visibility: visible;
}

.slideshow-background > .left, .slideshow-background > .right {
	width: 150% !important;
}

.slideshow-background > .up, .slideshow-background > .down {
	height: 150% !important;
}

.slideshow-background > .in, .slideshow-background > .out {
	transform-origin: 50% 50%;
}

.slideshow-background > .left.is-playing {
	animation-name: slideshow-background-left;
}

.slideshow-background > .right.is-playing {
	animation-name: slideshow-background-right;
}

.slideshow-background > .up.is-playing {
	animation-name: slideshow-background-up;
}

.slideshow-background > .down.is-playing {
	animation-name: slideshow-background-down;
}

.slideshow-background > .in.is-playing {
	animation-name: slideshow-background-in;
}

.slideshow-background > .out.is-playing {
	animation-name: slideshow-background-out;
}

.slideshow-background > .slow {
	animation-duration: 60s;
}

.slideshow-background > .normal {
	animation-duration: 45s;
}

.slideshow-background > .fast {
	animation-duration: 30s;
}

@keyframes slideshow-background-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

@keyframes slideshow-background-right {
	from {
		transform: translateX(-25%);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes slideshow-background-up {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-25%);
	}
}

@keyframes slideshow-background-down {
	from {
		transform: translateY(-25%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideshow-background-in {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(2);
	}
}

@keyframes slideshow-background-out {
	from {
		transform: scale(2);
	}
	to {
		transform: scale(1);
	}
}

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

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

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

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: 'Shadows Into Light', cursive;
	letter-spacing: 1rem;
	width: calc(100% + 1rem);
	font-size: 7em;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0.221rem 0.221rem 0.25rem #000000;
}

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.style14, h2.style14, h3.style14, p.style14 br + br {
	margin-top: 1.425rem;
}

h1.style14, h2.style14, h3.style14, p.style14 {
	color: #FFFFFF;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.4rem;
	width: calc(100% + 0.4rem);
	font-size: 1.75em;
	line-height: 2.375;
	font-weight: 700;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style9, h2.style9, h3.style9, p.style9 {
	text-transform: uppercase;
	color: rgba(255,255,255,0.89);
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

h1.style13, h2.style13, h3.style13, p.style13 {
	color: #E8F2AA;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 1.875em;
	line-height: 0.75;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style8, h2.style8, h3.style8, p.style8 {
	color: #FFFFFF;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

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

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

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

h1.style5, h2.style5, h3.style5, p.style5 {
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 2em;
	line-height: 1.25;
	font-weight: 500;
}

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.style1, h2.style1, h3.style1, p.style1 br + br {
	margin-top: 1.05rem;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	color: rgba(255,255,255,0.78);
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem rgba(0,0,0,0.22);
}

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

h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
	color: #3BFFF4;
}

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

h1.style4, h2.style4, h3.style4, p.style4 {
	color: #E8F2AA;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 2.25em;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style18, h2.style18, h3.style18, p.style18 {
	color: #E8F2AA;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.25rem;
	width: calc(100% + 0.25rem);
	font-size: 2.25em;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style3, h2.style3, h3.style3, p.style3 {
	color: #FFFFFF;
	font-family: 'Shadows Into Light', cursive;
	letter-spacing: -0.075rem;
	width: 100%;
	font-size: 7em;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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.style11, h2.style11, h3.style11, p.style11 br + br {
	margin-top: 0.75rem;
}

h1.style11, h2.style11, h3.style11, p.style11 {
	color: #FFFFFF;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.4rem;
	width: calc(100% + 0.4rem);
	font-size: 2.375em;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style17, h2.style17, h3.style17, p.style17 {
	color: #FFFFFF;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.4rem;
	width: calc(100% + 0.4rem);
	font-size: 2.375em;
	line-height: 0.75;
	font-weight: 700;
	text-shadow: 0.088rem 0.088rem 0.125rem #000000;
}

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

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

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

h1.style15, h2.style15, h3.style15, p.style15 {
	color: #FFFFFF;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 4.25em;
	line-height: 1.25;
	font-weight: 400;
}

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

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

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

h1.style16, h2.style16, h3.style16, p.style16 {
	color: #FFFFFF;
	font-family: 'JetBrains Mono', monospace;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 500;
}

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

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

.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;
	align-items: center;
	justify-content: center;
}

.icons li a svg {
	display: block;
	position: relative;
}

.icons li a + svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

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

.icons.style1 {
	font-size: 4.5em;
	width: calc(100% + 2rem);
	margin-left: -1rem;
}

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

.icons.style1 li a {
	border-radius: 100%;
	width: 1em;
	height: 1em;
	transition: transform 1s ease, color 1s ease, background-color 1s ease, border-color 1s ease;
}

.icons.style1 li a svg {
	width: 100%;
	height: 100%;
	transition: fill 1s ease;
}

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

.icons.style1 a:hover svg {
	fill: #F74848 !important;
}

.icons.style1 li a + svg {
	transition: transform 1s ease, fill 1s ease, stroke 1s ease;
}

.icons.style1 li a:hover {
	transform: scale(1.2);
}

.icons.style1 li a:hover + svg {
	transform: scale(1.2);
}

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

.container.style6:not(:last-child) {
	margin-bottom: 1.375rem !important;
}

.container.style6 > .wrapper > .inner {
	padding: 0rem 3rem;
}

.container.style6 {
	display: flex;
	width: 100%;
	min-height: 31rem;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	box-shadow: 0rem 0.25rem 2.5rem 0rem #000000;
}

.container.style6 > .wrapper {
	width: 100%;
	max-width: 65rem;
}

.container.style6 > .slideshow-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	border-radius: inherit;
	z-index: -2;
	overflow: hidden;
	background-color: #000000;
}

.container.style6:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: inherit;
	z-index: -1;
}

.container.style6 > .slideshow-background > .slow {
	animation-duration: 52.5s;
}

.container.style6 > .slideshow-background > .normal {
	animation-duration: 39.375s;
}

.container.style6 > .slideshow-background > .fast {
	animation-duration: 26.25s;
}

.container.style6 > .slideshow-background > div {
	transition-duration: 1.25s;
}

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

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

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

.container.style6.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style6.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style2:not(:first-child) {
	margin-top: 1rem !important;
}

.container.style2:not(:last-child) {
	margin-bottom: 1rem !important;
}

.container.style2 > .wrapper > .inner {
	padding: 1.625rem 2rem;
}

.container.style2 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, rgba(79,26,105,0.561) 0%, #021436 79%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
	border-style: solid;
	border-color: rgba(0,0,0,0.529);
	border-width: 1px;
	box-shadow: 0rem 0rem 2rem 0rem #0D0303;
}

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

.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 {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

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

.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: -4.875rem;
}

.container.style2.columns > .wrapper > .inner > *:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	margin-left: calc(-2.4375rem - 0.5px);
	border-left: solid 1px rgba(0,0,0,0.529);
	top: 0;
	height: 100%;
}

.container.style2.columns > .wrapper > .inner > *:first-child:before {
	display: none;
}

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

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

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

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

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

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

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

.container.style2.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1.625rem) !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% + 3.25rem);
	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;
}

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

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

.container.style1 > .wrapper > .inner {
	padding: 2.625rem 3rem;
}

.container.style1 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: flex-start;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, #26282E 32%, #3C3F4D 100%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

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

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

.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 {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

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

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

.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: -6rem;
}

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

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

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

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

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

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

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

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

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

.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% + 5.25rem);
	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;
}

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

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

.container.style5 > .wrapper > .inner {
	padding: 4rem 3rem;
}

.container.style5 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, #26282E 32%, #3C3F4D 100%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

.container.style5 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style5.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style5.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style12 > .wrapper > .inner {
	padding: 2.625rem 3rem;
}

.container.style12 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: flex-start;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(278deg, #26282E 32%, #3C3F4D 100%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

.container.style12 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style12.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style12.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style8 > .wrapper > .inner {
	padding: 2.625rem 3rem;
}

.container.style8 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: flex-start;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, #26282E 32%, #3C3F4D 100%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

.container.style8 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style8.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style8.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style9 > .wrapper > .inner {
	padding: 2.625rem 3rem;
}

.container.style9 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(45deg, #26282E 32%, #3C3F4D 100%);
	background-size: 512px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

.container.style9 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style9.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style9.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style11 > .wrapper > .inner {
	padding: 4rem 3rem;
}

.container.style11 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	box-shadow: 0rem 0.625rem 2rem 0rem rgba(3,1,1,0.71);
}

.container.style11 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style11.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.container.style11.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container15 {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container15.jpg');
	background-size: 512px, auto, cover;
	background-position: center, 0% 0%, center;
	background-repeat: repeat, repeat, repeat;
}

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

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

.container.style10 > .wrapper > .inner {
	padding: 4rem 3rem;
}

.container.style10 {
	display: flex;
	width: 100%;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
}

.container.style10 > .wrapper {
	width: 100%;
	max-width: 100%;
}

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

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

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

.container.style10.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style10.columns > .wrapper > .inner > * {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container07 {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container07.jpg');
	background-size: 512px, auto, cover;
	background-position: center, 0% 0%, center;
	background-repeat: repeat, repeat, repeat;
}

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

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

#container12 {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container12.jpg');
	background-size: 512px, auto, cover;
	background-position: center, 0% 0%, center;
	background-repeat: repeat, repeat, repeat;
}

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

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

#container04 {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1796875%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container04.jpg');
	background-size: 512px, auto, cover;
	background-position: center, 0% 0%, center;
	background-repeat: repeat, repeat, repeat;
}

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

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

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

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

.buttons.style2 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

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

.buttons.style2 li a {
	display: flex;
	width: 27.375rem;
	height: 2.875rem;
	line-height: 2.875rem;
	vertical-align: middle;
	padding: 0 1.4375rem;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.4375rem);
	font-weight: 400;
	border-radius: 2rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style2 li a svg {
	display: block;
	width: 1.25em;
	min-width: 18px;
	height: 100%;
	fill: #000000;
	margin-right: calc(0.5em + 0.15rem);
	margin-left: -0.125em;
	transition: fill 0.25s ease;
}

.buttons.style2 li a .label {
	direction: var(--site-language-direction);
}

.buttons.style2 .button {
	background-color: #FFFFFF;
	color: #000000;
}

.buttons.style2 .button:hover {
	background-color: #F74848 !important;
}

.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: 2.75rem;
	line-height: 2.75rem;
	vertical-align: middle;
	padding: 0 1.375rem;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.375rem);
	font-weight: 400;
	border-radius: 2rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style1 li a svg {
	display: block;
	width: 1.25em;
	min-width: 18px;
	height: 100%;
	fill: #26282E;
	margin-right: calc(0.5em + 0.15rem);
	margin-left: -0.125em;
	transition: fill 0.25s ease;
}

.buttons.style1 li a .label {
	direction: var(--site-language-direction);
}

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

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

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

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

.buttons.style3 li a {
	display: flex;
	width: auto;
	height: 2.75rem;
	line-height: 2.75rem;
	vertical-align: middle;
	padding: 0 1.375rem;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.375rem);
	font-weight: 400;
	border-radius: 2rem;
	direction: var(--site-language-direction);
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style3 .button {
	background-color: #FFFFFF;
	color: #26282E;
}

.buttons.style3 .button:hover {
	background-color: #F74848 !important;
}

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

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

.buttons.style6 li a {
	display: flex;
	width: auto;
	height: 2.75rem;
	line-height: 2.75rem;
	vertical-align: middle;
	padding: 0 1.375rem;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.375rem);
	font-weight: 400;
	border-radius: 2rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style6 li a svg {
	display: block;
	width: 1.25em;
	min-width: 18px;
	height: 100%;
	fill: #26282E;
	margin-right: calc(0.5em + 0.15rem);
	margin-left: -0.125em;
	transition: fill 0.25s ease;
}

.buttons.style6 li a .label {
	direction: var(--site-language-direction);
}

.buttons.style6 .button {
	background-color: #FFFFFF;
	color: #26282E;
}

.buttons.style6 .button:hover {
	background-color: #F74848 !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: 2.75rem;
	line-height: 2.75rem;
	vertical-align: middle;
	padding: 0 1.375rem;
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.375rem);
	font-weight: 400;
	border-radius: 2rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style4 li a svg {
	display: block;
	width: 1.25em;
	min-width: 18px;
	height: 100%;
	fill: #26282E;
	margin-right: calc(0.5em + 0.15rem);
	margin-left: -0.125em;
	transition: fill 0.25s ease;
}

.buttons.style4 li a .label {
	direction: var(--site-language-direction);
}

.buttons.style4 .button {
	background-color: #FFFFFF;
	color: #26282E;
}

.buttons.style4 .button:hover {
	background-color: #F74848 !important;
}

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

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

.buttons.style5 li a {
	display: flex;
	width: auto;
	height: 2.75rem;
	line-height: 2.75rem;
	vertical-align: middle;
	padding: 0 1.375rem;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.15rem;
	padding-left: calc(0.15rem + 1.375rem);
	font-weight: 400;
	border-radius: 2rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style5 li a svg {
	display: block;
	width: 1.25em;
	min-width: 18px;
	height: 100%;
	fill: #26282E;
	margin-right: calc(0.5em + 0.15rem);
	margin-left: -0.125em;
	transition: fill 0.25s ease;
}

.buttons.style5 li a .label {
	direction: var(--site-language-direction);
}

.buttons.style5 .button {
	background-color: #FFFFFF;
	color: #26282E;
}

.buttons.style5 .button:hover {
	background-color: #F74848 !important;
}

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

.image .frame {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.image .frame img {
	width: inherit;
	max-width: 100%;
	vertical-align: top;
	border-radius: 0 !important;
}

.image.full .frame {
	display: block;
}

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

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

#image04 .frame {
	width: 100vw;
	transition: none;
}

#image04 .frame img {
	transition: none;
}

#image01 .frame {
	width: 25.5rem;
	transition: transform 1s ease, z-index 1s ease;
}

#image01 .frame:hover {
	transform: scale(1.2);
	z-index: 1;
}

#image05 .frame {
	width: 100vw;
	border-radius: 1rem;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image05 .frame:hover {
	transform: scale(1.2);
	z-index: 1;
}

#image11 .frame {
	width: 100vw;
	border-radius: 1rem;
	border-style: solid;
	border-color: transparent;
	border-width: 2px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image11 .frame:hover {
	transform: scale(1.2);
	z-index: 1;
}

#image08 .frame {
	width: 100vw;
	border-style: solid;
	border-color: #F7F2F2;
	border-width: 1px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image08 .frame:hover {
	transform: scale(1.06);
	z-index: 1;
}

#image03 .frame {
	width: 100vw;
	transition: none;
}

#image03 .frame img {
	transition: none;
}

#image02 .frame {
	width: 100vw;
	transition: none;
}

#image02 .frame img {
	transition: none;
}

.slideshow {
	position: relative;
	max-width: 100%;
	display: block;
}

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

.slideshow .bg {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	z-index: 1;
}

.slideshow.full .bg {
	display: block;
}

.slideshow.full:first-child .content {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.slideshow.full:last-child .content {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.slideshow.full:first-child .bg {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.slideshow.full:last-child .bg {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#slideshow02:not(:first-child) {
	margin-top: 6rem !important;
}

#slideshow02:not(:last-child) {
	margin-bottom: 6rem !important;
}

#slideshow02 .bg {
	width: 50rem;
	height: 0;
	padding-bottom: 100%;
	border-radius: 3rem;
	background-color: #23252B;
}

#slideshow02 .bg > .slow {
	animation-duration: 20s;
}

#slideshow02 .bg > .normal {
	animation-duration: 15s;
}

#slideshow02 .bg > .fast {
	animation-duration: 10s;
}

#slideshow01:not(:first-child) {
	margin-top: 6rem !important;
}

#slideshow01:not(:last-child) {
	margin-bottom: 6rem !important;
}

#slideshow01 .bg {
	width: 50rem;
	height: 0;
	padding-bottom: 100%;
	border-radius: 3rem;
	background-color: #23252B;
}

#slideshow01 .bg > .slow {
	animation-duration: 20s;
}

#slideshow01 .bg > .normal {
	animation-duration: 15s;
}

#slideshow01 .bg > .fast {
	animation-duration: 10s;
}

.video {
	position: relative;
}

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

.video .frame {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.video .frame:before {
	content: '';
	display: block;
	width: 100%;
}

.video .frame iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.video.full video {
	display: block;
}

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

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

.video.full .frame {
	display: block;
}

.video.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.video.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#video01 video {
	width: 100vw;
}

#video01 .frame {
	width: 100vw;
}

#video01 .frame:before {
	padding-top: 56.25%;
}

#video02 video {
	width: 100vw;
}

#video02 .frame {
	width: 100vw;
}

#video02 .frame:before {
	padding-top: 56.25%;
}

.list {
	display: block;
}

.list ul, .list ol {
	display: inline-block;
	max-width: 100%;
	text-align: var(--site-language-alignment);
	vertical-align: middle;
}

.list ul li, .list ol li {
	direction: var(--site-language-direction);
	display: flex;
	position: relative;
}

.list ul li:before, .list ol li:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: relative;
	letter-spacing: 0 !important;
	font-variant: normal !important;
	flex-grow: 0;
	flex-shrink: 0;
}

.list ul li p, .list ol li p {
	flex-grow: 1;
	flex-shrink: 1;
}

.list ul li:first-child, .list ol li:first-child {
	margin-top: 0 !important;
}

#list01 {
	color: #FFFFFF;
	font-family: 'Bangers', cursive;
	letter-spacing: 0.1rem;
	font-size: 1.75em;
	line-height: 1;
	font-weight: 400;
}

#list01 a {
	color: #F7F7F7;
	text-decoration: none;
}

#list01 a:hover {
	color: #3BFFF4;
}

#list01 ul {
	width: 100rem;
}

#list01 ul li {
	margin-top: 0.5rem;
}

#list01 ul li p {
	padding: 0 1.09375rem;
}

#list01 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 2rem;
	line-height: 1.75rem;
	height: 1.75rem;
	background-position: left 60%;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 0.8203125rem;
}

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

@media (max-width: 1280px) {
	html {
		font-size: 12pt;
	}
	
	.container.style6 > .slideshow-background > .slow {
		animation-duration: 39.375s;
	}
	
	.container.style6 > .slideshow-background > .normal {
		animation-duration: 29.53125s;
	}
	
	.container.style6 > .slideshow-background > .fast {
		animation-duration: 19.6875s;
	}
	
	#slideshow02 .bg > .slow {
		animation-duration: 15s;
	}
	
	#slideshow02 .bg > .normal {
		animation-duration: 11.25s;
	}
	
	#slideshow02 .bg > .fast {
		animation-duration: 7.5s;
	}
	
	#slideshow01 .bg > .slow {
		animation-duration: 15s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 11.25s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 7.5s;
	}
}

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

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	#wrapper {
		padding: 0 0rem 0rem 0rem;
	}
	
	#main > .inner {
		padding: 0rem 2rem;
	}
	
	#main > .inner > header {
		margin-bottom: 0rem;
	}
	
	#main > .inner > footer {
		margin-top: 0rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
		max-width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: 0rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
		max-width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: 0rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0.875rem;
		width: calc(100% + 0.875rem);
		font-size: 3.5em;
		line-height: 1.25;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		letter-spacing: 0.35rem;
		width: calc(100% + 0.35rem);
		font-size: 1.25em;
		line-height: 2.375;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.75;
	}
	
	h1.style13, h2.style13, h3.style13, p.style13 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.5em;
		line-height: 0.75;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.125em;
		line-height: 1.25;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 2em;
		line-height: 1.25;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.75;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	h1.style18, h2.style18, h3.style18, p.style18 {
		letter-spacing: 0.21875rem;
		width: calc(100% + 0.21875rem);
		font-size: 2.125em;
		line-height: 1.25;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: -0.065625rem;
		width: 100%;
		font-size: 2.5em;
		line-height: 1.25;
	}
	
	h1.style11, h2.style11, h3.style11, p.style11 {
		letter-spacing: 0.35rem;
		width: calc(100% + 0.35rem);
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	h1.style17, h2.style17, h3.style17, p.style17 {
		letter-spacing: 0.35rem;
		width: calc(100% + 0.35rem);
		font-size: 1.5em;
		line-height: 0.75;
	}
	
	h1.style15, h2.style15, h3.style15, p.style15 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 3.5em;
		line-height: 1.25;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.25;
	}
	
	.icons.style1 {
		font-size: 2.375em;
		width: calc(100% + 0.5rem);
		margin-left: -0.25rem;
	}
	
	.icons.style1 li {
		margin: 0.25rem;
	}
	
	.container.style6:not(:last-child) {
		margin-bottom: 1.03125rem !important;
	}
	
	.container.style6 > .wrapper > .inner {
		padding: 0rem 2rem;
	}
	
	.container.style6 {
		min-height: 23.25rem;
	}
	
	.container.style6 > .wrapper {
		max-width: 100%;
	}
	
	.container.style6 > .slideshow-background > .slow {
		animation-duration: 26.25s;
	}
	
	.container.style6 > .slideshow-background > .normal {
		animation-duration: 19.6875s;
	}
	
	.container.style6 > .slideshow-background > .fast {
		animation-duration: 13.125s;
	}
	
	.container.style6.default > .wrapper > .inner > * {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	.container.style6.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style6.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style6.columns > .wrapper > .inner > * > * {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	.container.style6.columns > .wrapper > .inner > * {
		padding: 1rem 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style6.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style6.default > .wrapper > .inner > .full:first-child {
		margin-top: 0rem !important;
	}
	
	.container.style6.default > .wrapper > .inner > .full:last-child {
		margin-bottom: 0rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(0rem) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(0rem) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type, .container.style6.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type, .container.style6.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type, .container.style6.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type, .container.style6.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > .full {
		min-height: 23.25rem;
	}
	
	.container.style6.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style6.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style6.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style6.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	.container.style2:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	.container.style2:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	.container.style2 > .wrapper > .inner {
		padding: 1.625rem 2rem;
	}
	
	.container.style2 > .wrapper {
		max-width: 100%;
	}
	
	.container.style2.default > .wrapper > .inner > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.container.style2.columns > .wrapper > .inner {
		flex-direction: column !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: 2.4375rem 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:before {
		margin-left: 0 !important;
		top: auto !important;
		height: 0 !important;
		border-top: solid 1px rgba(0,0,0,0.529) !important;
		margin-top: calc(-2.4375rem - 0.5px) !important;
		left: 0 !important;
		width: 100% !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.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	.container.style2.columns > .wrapper > .inner > *:last-child:before {
		display: block !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div.after-spacer:before {
		display: none !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div.before-spacer:after {
		display: none !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style2.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.625rem !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.625rem !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(-2.4375rem + 0.5px) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(-2.4375rem + 0.5px) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.625rem) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.625rem) !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%;
	}
	
	#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;
	}
	
	.container.style1 > .wrapper > .inner {
		padding: 2.625rem 2rem;
	}
	
	.container.style1 {
		min-height: 13.5rem;
	}
	
	.container.style1 > .wrapper {
		max-width: 100%;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style1.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style1.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style1.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !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: inherit;
		border-top-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-left-radius: inherit;
		border-bottom-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: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.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%;
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style5 > .wrapper > .inner {
		padding: 3.5rem 2rem;
	}
	
	.container.style5 {
		min-height: 13.5rem;
	}
	
	.container.style5 > .wrapper {
		max-width: 100%;
	}
	
	.container.style5.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style5.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style5.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style5.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style5.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	.container.style5.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style5.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style5.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type, .container.style5.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type, .container.style5.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type, .container.style5.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type, .container.style5.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style5.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style5.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style5.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style5.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container10 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style12 > .wrapper > .inner {
		padding: 2.625rem 2rem;
	}
	
	.container.style12 {
		min-height: 13.5rem;
	}
	
	.container.style12 > .wrapper {
		max-width: 100%;
	}
	
	.container.style12.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style12.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style12.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style12.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style12.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style12.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style12.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style12.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type, .container.style12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type, .container.style12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type, .container.style12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type, .container.style12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style12.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style8 > .wrapper > .inner {
		padding: 2.625rem 2rem;
	}
	
	.container.style8 {
		min-height: 13.5rem;
	}
	
	.container.style8 > .wrapper {
		max-width: 100%;
	}
	
	.container.style8.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style8.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style8.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style8.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style8.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style8.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style8.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style8.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type, .container.style8.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type, .container.style8.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type, .container.style8.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type, .container.style8.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container05 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style9 > .wrapper > .inner {
		padding: 2.625rem 2rem;
	}
	
	.container.style9 {
		min-height: 13.5rem;
	}
	
	.container.style9 > .wrapper {
		max-width: 100%;
	}
	
	.container.style9.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style9.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style9.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style9.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style9.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style9.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style9.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style9.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type, .container.style9.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type, .container.style9.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type, .container.style9.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type, .container.style9.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#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;
	}
	
	#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;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style11 > .wrapper > .inner {
		padding: 3.5rem 2rem;
	}
	
	.container.style11 {
		min-height: 13.5rem;
	}
	
	.container.style11 > .wrapper {
		max-width: 100%;
	}
	
	.container.style11.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style11.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style11.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style11.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style11.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	.container.style11.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style11.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style11.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type, .container.style11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type, .container.style11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type, .container.style11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type, .container.style11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	.container.style11.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container15 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container15 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.container.style10 > .wrapper > .inner {
		padding: 3.5rem 2rem;
	}
	
	.container.style10 {
		min-height: 13.5rem;
	}
	
	.container.style10 > .wrapper {
		max-width: 100%;
	}
	
	.container.style10.default > .wrapper > .inner > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style10.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style10.columns > .wrapper > .inner > span {
		display: none;
	}
	
	.container.style10.columns > .wrapper > .inner > * > * {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.container.style10.columns > .wrapper > .inner > * {
		padding: 3.5rem 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div.after-spacer {
		padding-bottom: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div.before-spacer {
		padding-top: 0 !important;
	}
	
	.container.style10.default > .wrapper > .inner > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style10.default > .wrapper > .inner > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style10.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-3.5rem) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-3.5rem) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type, .container.style10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type, .container.style10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type, .container.style10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type, .container.style10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > .full {
		min-height: 13.5rem;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#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;
	}
	
	#container12 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	.buttons.style2 li a {
		font-size: 1.25em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.4375rem);
	}
	
	.buttons.style2 li a svg {
		width: 1.25em;
	}
	
	.buttons.style1 li a {
		font-size: 1em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.375rem);
	}
	
	.buttons.style1 li a svg {
		width: 1.25em;
	}
	
	.buttons.style3 li a {
		font-size: 0.75em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.375rem);
	}
	
	.buttons.style6 li a {
		font-size: 0.625em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.375rem);
	}
	
	.buttons.style6 li a svg {
		width: 1.25em;
	}
	
	.buttons.style4 li a {
		font-size: 0.75em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.375rem);
	}
	
	.buttons.style4 li a svg {
		width: 1.25em;
	}
	
	.buttons.style5 li a {
		font-size: 0.75em;
		letter-spacing: 0.15rem;
		padding-left: calc(0.15rem + 1.375rem);
	}
	
	.buttons.style5 li a svg {
		width: 1.25em;
	}
	
	#image04 .frame {
		width: 100vw;
		height: 25rem !important;
	}
	
	#image04 img {
		object-fit: cover;
		object-position: center;
	}
	
	#image01 .frame {
		width: 15rem;
		height: 25rem !important;
	}
	
	#image01 img {
		object-fit: cover;
		object-position: top;
	}
	
	#image05 .frame {
		width: 100vw;
		height: 16.25rem !important;
	}
	
	#image05 img {
		object-fit: cover;
		object-position: center;
	}
	
	#image11 .frame {
		width: 100vw;
		height: 22.5rem !important;
	}
	
	#image11 img {
		object-fit: cover;
		object-position: center;
	}
	
	#image08 .frame {
		width: 100vw;
	}
	
	#image08 img {
		object-fit: cover;
		object-position: center;
	}
	
	#image03 .frame {
		width: 100vw;
		height: 22.5rem !important;
	}
	
	#image03 img {
		object-fit: cover;
		object-position: center;
	}
	
	#image02 .frame {
		width: 100vw;
		height: 22.5rem !important;
	}
	
	#image02 img {
		object-fit: cover;
		object-position: center;
	}
	
	#slideshow02:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#slideshow02:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#slideshow02 .bg {
		width: 50rem;
	}
	
	#slideshow02 .bg > .slow {
		animation-duration: 10s;
	}
	
	#slideshow02 .bg > .normal {
		animation-duration: 7.5s;
	}
	
	#slideshow02 .bg > .fast {
		animation-duration: 5s;
	}
	
	#slideshow01:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#slideshow01:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#slideshow01 .bg {
		width: 50rem;
	}
	
	#slideshow01 .bg > .slow {
		animation-duration: 10s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 7.5s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 5s;
	}
	
	#video01 video {
		width: 100vw;
	}
	
	#video01 .frame {
		width: 100vw;
	}
	
	#video02 video {
		width: 100vw;
	}
	
	#video02 .frame {
		width: 100vw;
	}
	
	#list01 {
		letter-spacing: 0.0875rem;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#list01 ul li p {
		padding: 0 0.9375rem;
	}
	
	#list01 ul li:before {
		line-height: 1.5rem;
		height: 1.5rem;
		min-width: 0.8203125rem;
	}
}

@media (max-width: 480px) {
	#wrapper {
		padding: 0 0rem 0rem 0rem;
	}
	
	#main > .inner > header {
		margin-bottom: 0rem;
	}
	
	#main > .inner > footer {
		margin-top: 0rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	.container.style6.default > .wrapper > .inner > * {
		margin-top: 0.875rem;
		margin-bottom: 0.875rem;
	}
	
	.container.style6.columns > .wrapper > .inner > * > * {
		margin-top: 0.875rem;
		margin-bottom: 0.875rem;
	}
	
	.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;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style5.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style5.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style12.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style12.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style8.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style8.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style9.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style9.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style11.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style11.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style10.default > .wrapper > .inner > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.container.style10.columns > .wrapper > .inner > * > * {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	
	.buttons.style2 li a {
		width: 27.375rem;
	}
	
	#image04 .frame {
		height: 20rem !important;
	}
	
	#image01 .frame {
		height: 20rem !important;
	}
	
	#image05 .frame {
		height: 13rem !important;
	}
	
	#image11 .frame {
		height: 18rem !important;
	}
	
	#image03 .frame {
		height: 18rem !important;
	}
	
	#image02 .frame {
		height: 18rem !important;
	}
}

@media (max-width: 360px) {
	#wrapper {
		padding: 0 0rem 0rem 0rem;
	}
	
	#main > .inner {
		padding: 0rem 1.5rem;
	}
	
	#main > .inner > header {
		margin-bottom: 0rem;
	}
	
	#main > .inner > footer {
		margin-top: 0rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#main > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
		max-width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
		max-width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -0rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 3.5em;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		font-size: 1.25em;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		font-size: 1.25em;
	}
	
	h1.style13, h2.style13, h3.style13, p.style13 {
		font-size: 1.5em;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		font-size: 1.125em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1.5em;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 1em;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		font-size: 1em;
	}
	
	h1.style18, h2.style18, h3.style18, p.style18 {
		font-size: 2.125em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 2.5em;
	}
	
	h1.style11, h2.style11, h3.style11, p.style11 {
		font-size: 1.5em;
	}
	
	h1.style17, h2.style17, h3.style17, p.style17 {
		font-size: 1.5em;
	}
	
	h1.style15, h2.style15, h3.style15, p.style15 {
		font-size: 3.5em;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		font-size: 1.375em;
	}
	
	.icons.style1 {
		width: calc(100% + 0.375rem);
		margin-left: -0.1875rem;
	}
	
	.icons.style1 li {
		margin: 0.1875rem;
	}
	
	.container.style6 > .wrapper > .inner {
		padding: 0rem 1.5rem;
	}
	
	.container.style6 {
		min-height: 15.5rem;
	}
	
	.container.style6.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	.container.style6.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	.container.style6.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style6.default > .wrapper > .inner > .full:first-child {
		margin-top: -0rem !important;
	}
	
	.container.style6.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0rem) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0rem) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > .full {
		min-height: 15.5rem;
	}
	
	.container.style2 > .wrapper > .inner {
		padding: 1.21875rem 1.5rem;
	}
	
	.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.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style2.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.21875rem !important;
	}
	
	.container.style2.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.21875rem !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: calc(-2.4375rem + 0.5px) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(-2.4375rem + 0.5px) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.21875rem) !important;
	}
	
	.container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.21875rem) !important;
	}
	
	.container.style1 > .wrapper > .inner {
		padding: 1.96875rem 1.5rem;
	}
	
	.container.style1 {
		min-height: 9rem;
	}
	
	.container.style1.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style1.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.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.96875rem !important;
	}
	
	.container.style1.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.96875rem !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: -3.5rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.96875rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.96875rem) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style5 > .wrapper > .inner {
		padding: 2.625rem 1.5rem;
	}
	
	.container.style5 {
		min-height: 9rem;
	}
	
	.container.style5.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style5.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style5.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style5.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style5.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style12 > .wrapper > .inner {
		padding: 1.96875rem 1.5rem;
	}
	
	.container.style12 {
		min-height: 9rem;
	}
	
	.container.style12.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style12.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style12.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style12.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.96875rem !important;
	}
	
	.container.style12.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.96875rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.96875rem) !important;
	}
	
	.container.style12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.96875rem) !important;
	}
	
	.container.style12.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style8 > .wrapper > .inner {
		padding: 1.96875rem 1.5rem;
	}
	
	.container.style8 {
		min-height: 9rem;
	}
	
	.container.style8.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style8.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style8.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style8.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.96875rem !important;
	}
	
	.container.style8.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.96875rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.96875rem) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.96875rem) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style9 > .wrapper > .inner {
		padding: 1.96875rem 1.5rem;
	}
	
	.container.style9 {
		min-height: 9rem;
	}
	
	.container.style9.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style9.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style9.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style9.default > .wrapper > .inner > .full:first-child {
		margin-top: -1.96875rem !important;
	}
	
	.container.style9.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1.96875rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1.96875rem) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1.96875rem) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style11 > .wrapper > .inner {
		padding: 2.625rem 1.5rem;
	}
	
	.container.style11 {
		min-height: 9rem;
	}
	
	.container.style11.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style11.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style11.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style11.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style11.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style11.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.container.style10 > .wrapper > .inner {
		padding: 2.625rem 1.5rem;
	}
	
	.container.style10 {
		min-height: 9rem;
	}
	
	.container.style10.default > .wrapper > .inner > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style10.columns > .wrapper > .inner > * > * {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	
	.container.style10.default > .wrapper > .inner > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style10.default > .wrapper > .inner > .full:first-child {
		margin-top: -2.625rem !important;
	}
	
	.container.style10.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3.5rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(-2.625rem) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(-2.625rem) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > .full {
		min-height: 9rem;
	}
	
	.buttons.style2 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	
	.buttons.style2 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	
	.buttons.style1 {
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	.buttons.style1 li {
		max-width: calc(100% - 0.75rem);
		margin: 0.375rem;
	}
	
	.buttons.style3 {
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	.buttons.style3 li {
		max-width: calc(100% - 0.75rem);
		margin: 0.375rem;
	}
	
	.buttons.style6 {
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	.buttons.style6 li {
		max-width: calc(100% - 0.75rem);
		margin: 0.375rem;
	}
	
	.buttons.style4 {
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	.buttons.style4 li {
		max-width: calc(100% - 0.75rem);
		margin: 0.375rem;
	}
	
	.buttons.style5 {
		width: calc(100% + 1.5rem);
		margin-left: -0.75rem;
	}
	
	.buttons.style5 li {
		max-width: calc(100% - 1.5rem);
		margin: 0.75rem;
	}
	
	#image04 .frame {
		height: 17.5rem !important;
	}
	
	#image01 .frame {
		height: 17.5rem !important;
	}
	
	#image05 .frame {
		height: 11.375rem !important;
	}
	
	#image11 .frame {
		height: 15.75rem !important;
	}
	
	#image03 .frame {
		height: 15.75rem !important;
	}
	
	#image02 .frame {
		height: 15.75rem !important;
	}
	
	#list01 {
		font-size: 1.5em;
	}
	
	#list01 ul li p {
		padding: 0 0.9375rem;
	}
	
	#list01 ul li:before {
		line-height: 1.5rem;
		height: 1.5rem;
		min-width: 0.8203125rem;
	}
}