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 {
	line-height: 1.0;
	min-height: var(--viewport-height);
	min-width: 320px;
	overflow-x: hidden;
	word-wrap: break-word;
	background-color: #EDEDED;
}

:root {
	--background-height: 100vh;
	--site-language-alignment: left;
	--site-language-direction: ltr;
	--site-language-flex-alignment: flex-start;
	--site-language-indent-left: 1;
	--site-language-indent-right: 0;
	--viewport-height: 100vh;
}

html {
	font-size: 17pt;
}

u {
	text-decoration: underline;
}

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

em {
	font-style: italic;
}

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

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

spoiler-text {
	-webkit-text-stroke: 0;
	background-color: rgba(32,32,32,0.75);
	text-shadow: none;
	text-stroke: 0;
	color: transparent;
	cursor: pointer;
	transition: color 0.1s ease-in-out;
}

spoiler-text.active {
	color: #FFFFFF;
	cursor: text;
}

s {
	text-decoration: line-through;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

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

a[onclick]:not([href]) {
	cursor: pointer;
}

deferred-script {
	display: none;
}

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

#main {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--border-radius-tl: 0;
	--border-radius-tr: 0;
	--border-radius-br: 0;
	--border-radius-bl: 0;
	align-items: center;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	max-width: 100%;
	position: relative;
	text-align: var(--alignment);
	z-index: 1;
}

#main > .inner {
	--padding-horizontal: 3.125rem;
	--padding-vertical: 1.75rem;
	--spacing: 0.75rem;
	--width: 50rem;
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	max-width: 100%;
	position: relative;
	width: var(--width);
	z-index: 1;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > header {
	margin-bottom: var(--spacing);
}

#main > .inner > footer {
	margin-top: var(--spacing);
}

#main > .inner > * > * {
	margin-top: var(--spacing);
	margin-bottom: var(--spacing);
}

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

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

#main > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
	width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#main > .inner > .active > .full:first-child {
	margin-top: -1.75rem !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 {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: -1.75rem !important;
}

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;
	pointer-events: none;
	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);
	position: relative;
}

h1 span.p, h2 span.p, h3 span.p, p span.p {
	display: block;
	position: relative;
}

h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
	-webkit-text-fill-color: currentcolor;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

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

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

h1.style1 span.p:nth-child(n + 2), h2.style1 span.p:nth-child(n + 2), h3.style1 span.p:nth-child(n + 2), p.style1 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text01 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.625em;
	line-height: 1.25;
	font-weight: 400;
}

#text01 a {
	text-decoration: underline;
}

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

#text01 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text02 {
	color: #4F340A;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 400;
}

#text02 a {
	text-decoration: underline;
}

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

#text02 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text52 {
	text-align: center;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-indent: 1rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text52 a {
	text-decoration: underline;
}

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

#text52 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text06 {
	color: #4F340A;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 400;
}

#text06 a {
	text-decoration: underline;
}

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

#text06 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text04 {
	color: #4F340A;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 400;
}

#text04 a {
	text-decoration: underline;
}

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

#text04 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text07 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 700;
}

#text07 a {
	text-decoration: underline;
}

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

#text07 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text14 {
	color: rgba(255,247,204,0.51);
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text14 a {
	text-decoration: underline;
}

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

#text14 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text17 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 2.5em;
	line-height: 1.25;
	font-weight: 400;
}

#text17 a {
	text-decoration: underline;
}

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

#text17 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text36 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text36 a {
	text-decoration: underline;
}

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

#text36 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text16 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text16 a {
	text-decoration: underline;
}

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

#text16 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text45 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
}

#text45 a {
	text-decoration: underline;
}

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

#text45 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text32 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text32 a {
	text-decoration: underline;
}

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

#text32 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style2:not(:first-child), h2.style2:not(:first-child), h3.style2:not(:first-child), p.style2:not(:first-child) {
	margin-top: 1.125rem !important;
}

h1.style2:not(:last-child), h2.style2:not(:last-child), h3.style2:not(:last-child), p.style2:not(:last-child) {
	margin-bottom: 1.125rem !important;
}

h1.style2, h2.style2, h3.style2, p.style2 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.25em;
	line-height: 0.875;
	font-weight: 400;
}

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.style2 span.p:nth-child(n + 2), h2.style2 span.p:nth-child(n + 2), h3.style2 span.p:nth-child(n + 2), p.style2 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text08 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text08 a {
	text-decoration: underline;
}

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

#text08 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text33 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text33 a {
	text-decoration: underline;
}

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

#text33 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text34 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
}

#text34 a {
	text-decoration: underline;
}

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

#text34 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text46 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
}

#text46 a {
	text-decoration: underline;
}

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

#text46 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text31 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text31 a {
	text-decoration: underline;
}

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

#text31 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text44 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text44 a {
	text-decoration: underline;
}

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

#text44 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text30 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text30 a {
	text-decoration: underline;
}

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

#text30 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text43 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text43 a {
	text-decoration: underline;
}

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

#text43 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text42 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text42 a {
	text-decoration: underline;
}

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

#text42 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text47 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text47 a {
	text-decoration: underline;
}

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

#text47 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text60 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text60 a {
	text-decoration: underline;
}

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

#text60 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text37 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text37 a {
	text-decoration: underline;
}

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

#text37 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text54 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text54 a {
	text-decoration: underline;
}

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

#text54 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style3:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
	margin-top: 1.125rem !important;
}

h1.style3:not(:last-child), h2.style3:not(:last-child), h3.style3:not(:last-child), p.style3:not(:last-child) {
	margin-bottom: 1.125rem !important;
}

h1.style3, h2.style3, h3.style3, p.style3 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.25em;
	line-height: 0.875;
	font-weight: 400;
}

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.style3 span.p:nth-child(n + 2), h2.style3 span.p:nth-child(n + 2), h3.style3 span.p:nth-child(n + 2), p.style3 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text55 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 2.25em;
	line-height: 1.25;
	font-weight: 400;
}

#text55 a {
	text-decoration: underline;
}

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

#text55 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text59 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.125;
	font-weight: 400;
}

#text59 a {
	text-decoration: underline;
}

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

#text59 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text48 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1.125;
	font-weight: 400;
}

#text48 a {
	text-decoration: underline;
}

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

#text48 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text53 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	text-indent: 1.625rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text53 a {
	text-decoration: underline;
}

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

#text53 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text12 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.625em;
	line-height: 1.25;
	font-weight: 400;
}

#text12 a {
	text-decoration: underline;
}

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

#text12 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text57 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text57 a {
	text-decoration: underline;
}

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

#text57 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text40 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	padding-left: 0.5rem;
	padding-right: 0;
	text-indent: 1rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text40 a {
	text-decoration: underline;
}

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

#text40 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text49 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text49 a {
	text-decoration: underline;
}

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

#text49 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text09 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 2.5em;
	line-height: 1.25;
	font-weight: 400;
}

#text09 a {
	text-decoration: underline;
}

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

#text09 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text10 {
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.25em;
	line-height: 1.25;
	font-weight: 400;
}

#text10 a {
	text-decoration: underline;
}

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

#text10 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text41 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	padding-left: 0.5rem;
	padding-right: 0;
	text-indent: 1rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text41 a {
	text-decoration: underline;
}

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

#text41 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text11 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	padding-left: 0.5rem;
	padding-right: 0;
	text-indent: 1rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text11 a {
	text-decoration: underline;
}

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

#text11 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text20 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text20 a {
	text-decoration: underline;
}

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

#text20 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text22 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text22 a {
	text-decoration: underline;
}

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

#text22 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text24 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text24 a {
	text-decoration: underline;
}

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

#text24 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text26 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text26 a {
	text-decoration: underline;
}

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

#text26 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text28 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text28 a {
	text-decoration: underline;
}

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

#text28 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

#text13 {
	text-transform: uppercase;
	color: #CF480E;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text13 a {
	text-decoration: underline;
}

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

#text13 span.p:nth-child(n + 2) {
	margin-top: 0.875rem;
}

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

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

#text15 {
	color: #FFFFFF;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text15 a {
	text-decoration: underline;
}

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

#text15 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

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

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

#text39 {
	text-align: left;
	color: #000000;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
}

#text39 a {
	text-decoration: underline;
}

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

#text39 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text38 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	padding-left: 0.5rem;
	padding-right: 0;
	text-indent: 1rem;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 400;
}

#text38 a {
	text-decoration: underline;
}

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

#text38 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

#text56 {
	color: #4F340A;
	font-family: 'Vidaloka', serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.875em;
	line-height: 1.125;
	font-weight: 400;
}

#text56 a {
	text-decoration: underline;
}

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

#text56 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

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

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

#text58 {
	text-align: left;
	color: #4F340A;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
}

#text58 a {
	text-decoration: underline;
}

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

#text58 span.p:nth-child(n + 2) {
	margin-top: 1.125rem;
}

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

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

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

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

#image01 .frame {
	width: 23.125rem;
	transition: none;
}

#image01 .frame img {
	transition: none;
}

#image03 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

#image03 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image03 .frame img {
	transition: none;
}

#image04 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

#image04 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image04 .frame img {
	transition: none;
}

#image05 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

#image05 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image05 .frame img {
	transition: none;
}

#image02 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

#image02 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image02 .frame img {
	transition: none;
}

#image06 .frame {
	max-width: 100%;
	width: 313px;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image06 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image12 .frame {
	width: 11.25rem;
	height: 16.875rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image12 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image08 .frame {
	width: 88.625rem;
	height: 35.25rem;
	transition: none;
}

#image08 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image08 .frame img {
	transition: none;
}

#image10 .frame {
	width: 14.5rem;
	height: 18.875rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image10 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image07 .frame {
	width: 14rem;
	height: 30.5rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image07 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image14 .frame {
	width: 24.875rem;
	height: 30.5rem;
	transition: filter 0.25s ease;
	filter: saturate(43.75%);
}

#image14 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image14 .frame:hover {
	filter: saturate(100%);
}

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

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

#image15 .frame {
	width: 29.25rem;
	height: 5.125rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image15 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image16 .frame {
	width: 28.75rem;
	height: 3.75rem;
	transition: none;
}

#image16 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image16 .frame img {
	transition: none;
}

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

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

#image17 .frame {
	width: 24.5rem;
	height: 3.625rem;
	transition: none;
}

#image17 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image17 .frame img {
	transition: none;
}

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

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

#image23 .frame {
	width: 41rem;
	height: 4.5rem;
	transition: none;
}

#image23 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image23 .frame img {
	transition: none;
}

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

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

#image25 .frame {
	width: 26.875rem;
	height: 4.5rem;
	transition: none;
}

#image25 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image25 .frame img {
	transition: none;
}

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

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

#image11 .frame {
	width: 36.75rem;
	height: 50rem;
	transition: none;
}

#image11 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image11 .frame img {
	transition: none;
}

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

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

#image21 .frame {
	width: 13.125rem;
	height: 28.375rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image21 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image22 .frame {
	width: 13.125rem;
	height: 26.75rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image22 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image26 .frame {
	width: 26.875rem;
	height: 4.5rem;
	transition: none;
}

#image26 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image26 .frame img {
	transition: none;
}

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

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

#image27 .frame {
	width: 13.125rem;
	height: 28.375rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image27 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image29 .frame {
	width: 27.75rem;
	height: 11.375rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image29 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image34 .frame {
	width: 8.875rem;
	height: 11.125rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image34 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image35 .frame {
	width: 7rem;
	height: 12.375rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image35 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image36 .frame {
	width: 5rem;
	height: 11.125rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image36 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image28 .frame {
	width: 62.75rem;
	height: 10.75rem;
	transition: none;
}

#image28 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image28 .frame img {
	transition: none;
}

#image30 .frame {
	width: 66.125rem;
	height: 27.75rem;
	transition: none;
}

#image30 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image30 .frame img {
	transition: none;
}

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

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

#image31 .frame {
	width: 24.5rem;
	height: 26.25rem;
	border-color: #000000;
	border-style: solid;
	border-width: 5px;
	transition: none;
}

#image31 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image31 .frame img {
	transition: none;
}

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

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

#image13 .frame {
	width: 16.875rem;
	height: 29.875rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image13 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image09 .frame {
	width: 8.375rem;
	height: 12.5rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image09 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

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

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

#image18 .frame {
	width: 32rem;
	height: 25.875rem;
	box-shadow: -0.14rem 0.348rem 0.375rem 0rem rgba(46,30,5,0.82);
	transition: none;
}

#image18 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image18 .frame img {
	transition: none;
}

#image20 .frame {
	width: 7.875rem;
	height: 5.375rem;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#image20 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

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

#image19 .frame {
	width: 100vw;
	height: 50rem;
	transition: none;
}

#image19 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image19 .frame img {
	transition: none;
}

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

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

#image24 .frame {
	width: 24rem;
	height: 10.75rem;
	transition: none;
}

#image24 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

#image24 .frame img {
	transition: none;
}

.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;
	text-align: var(--alignment);
}

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

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

#container02 > .wrapper > .inner {
	--gutters: 2rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container02.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container02.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container02.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container02.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container02.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container02.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

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

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

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container01 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container01 > .wrapper > .inner {
	--gutters: 2rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container01.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container01.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container01.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container01.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container01.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container01.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

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

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

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

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

#container04 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container04.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container04.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container04.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container04.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container04.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container04.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container04.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container04.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container04.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container04 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

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

#container03 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container03 > .wrapper > .inner {
	--gutters: 2rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container03 > .wrapper {
	max-width: 87rem;
	width: 100%;
}

#container03.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container03.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container03.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container03.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container03.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container03.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

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

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

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container05 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container05 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-vertical: 0.375rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container05 > .wrapper {
	max-width: 87rem;
	width: 100%;
}

#container05.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container05.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container05.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container05.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container05.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container05.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container05.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container05.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container05.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

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

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

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container06 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container06 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container06.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container06.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container06.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container06.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container06.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container06.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container06.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container06.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container06.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container06 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

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

#container08 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container08 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container08 > .wrapper {
	max-width: 88rem;
	width: 100%;
}

#container08.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container08.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container08.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container08.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container08.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container08.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container08.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container08.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container08.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container07 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

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

#container07 > .wrapper > .inner {
	--gutters: 0.125rem;
	--padding-vertical: 0.375rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container07 > .wrapper {
	max-width: 82rem;
	width: 100%;
}

#container07.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container07.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container07.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container07.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container07.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container07.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container07.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container07.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container07.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container11 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container11.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container11 > .wrapper > .inner {
	--gutters: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container11 > .wrapper {
	max-width: 81rem;
	width: 100%;
}

#container11.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container11.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container11.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container11.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container11.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container11.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container11.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container11.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container11.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container11.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container11 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container11 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container12 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container12.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container12 > .wrapper > .inner {
	--gutters: 5.125rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container12 > .wrapper {
	max-width: 85rem;
	width: 100%;
}

#container12.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container12.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container12.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container12.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container12.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container12.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container12.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container12.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container12.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container12 > .wrapper > .inner > :nth-child(1) {
	width: calc(60% + (var(--gutters) / 2));
}

#container12 > .wrapper > .inner > :nth-child(2) {
	width: calc(40% + (var(--gutters) / 2));
}

#container16 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container16.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container16 > .wrapper > .inner {
	--gutters: 5.125rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container16 > .wrapper {
	max-width: 42rem;
	width: 100%;
}

#container16.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container16.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container16.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container16.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container16.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container16.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container16.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container16.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container16.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container17 {
	display: flex;
	width: 100%;
	min-height: 40rem;
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container17.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container17 > .wrapper > .inner {
	--gutters: 5.125rem;
	--padding-vertical: 2rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container17.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container17.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container17.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container17.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container17.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container17.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container17.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container17.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container17.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 40rem;
}

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

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

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container17 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container17 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container17 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + (var(--gutters) / 3));
}

#container09 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container09.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container09 > .wrapper > .inner {
	--gutters: 5.125rem;
	--padding-vertical: 2rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container09.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container09.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container09.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container09.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container09.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container09.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container09.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container09.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container09.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container09 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

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

#container22 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container22.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container22 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--spacing: 4.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container22 > .wrapper {
	max-width: 41rem;
	width: 100%;
}

#container22.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container22.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container22.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container22.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container22.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container22.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container22.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container22.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container22.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container22.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container22 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container22 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container19 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-start;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container19.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container19 > .wrapper > .inner {
	--gutters: 5.125rem;
	--padding-vertical: 4.125rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container19.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container19.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container19.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container19.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container19.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container19.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container19.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container19.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container19.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container19 > .wrapper > .inner > :nth-child(1) {
	width: calc(20% + (var(--gutters) / 3));
}

#container19 > .wrapper > .inner > :nth-child(2) {
	width: calc(60% + (var(--gutters) / 3));
}

#container19 > .wrapper > .inner > :nth-child(3) {
	width: calc(20% + (var(--gutters) / 3));
}

#container24 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container24.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container24 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--spacing: 4.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container24 > .wrapper {
	max-width: 41rem;
	width: 100%;
}

#container24.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container24.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container24.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container24.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container24.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container24.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container24.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container24.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container24.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container24.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container23 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-start;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container23.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container23 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--spacing: 0.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container23 > .wrapper {
	max-width: 41rem;
	width: 100%;
}

#container23.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container23.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container23.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container23.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container23.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container23.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container23.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container23.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container23.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container23.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container23.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container25 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-start;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container25.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container25 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-horizontal: 0.5rem;
	--spacing: 4.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container25 > .wrapper {
	max-width: 69rem;
	width: 100%;
}

#container25.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container25.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container25.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container25.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container25.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container25.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container25.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container25.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container25.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container25.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container18 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-start;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container18.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container18 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--spacing: 4.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper {
	max-width: 41rem;
	width: 100%;
}

#container18.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container18.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container18.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container18.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container18.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container18.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container18.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container18.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container18.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container15 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: flex-start;
	justify-content: center;
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.871), rgba(0,0,0,0.871)), url('images/container15.jpg');
	background-position: 0% 0%, 50% 50%;
	background-repeat: repeat, repeat;
	background-size: auto, contain;
}

#container15 > .wrapper > .inner {
	--gutters: 5.125rem;
	--padding-vertical: 4.125rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container15 > .wrapper {
	max-width: 42rem;
	width: 100%;
}

#container15.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container15.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container15.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container15.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container15.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container15.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container15.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container15.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container15.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container10 {
	display: flex;
	width: 100%;
	min-height: 45rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container10 > .wrapper > .inner {
	--gutters: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container10 > .wrapper {
	max-width: 81rem;
	width: 100%;
}

#container10.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container10.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container10.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container10.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container10.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container10.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container10.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container10.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container10.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container10.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: 45rem;
}

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

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

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container13 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container13 > .wrapper > .inner {
	--gutters: 0.125rem;
	--padding-vertical: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container13 > .wrapper {
	max-width: 81rem;
	width: 100%;
}

#container13.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container13.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container13.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container13.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container13.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container13.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container13.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container13.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container13.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container14 > .wrapper {
	display: inline-block;
	width: 48rem;
	background-color: transparent;
}

#container14 > .wrapper > .inner {
	--gutters: 0.125rem;
	--padding-horizontal: 1.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container14.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container14.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container14.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container14.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container14.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container14.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container14.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container14.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container14 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
}

#container14 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container20 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container20 > .wrapper > .inner {
	--gutters: 0.125rem;
	--padding-horizontal: 1.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

#container20.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container20.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container20.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container20.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container20.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container20.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container20.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container20.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container20.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

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

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

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

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container21 {
	display: flex;
	width: 100%;
	min-height: var(--viewport-height);
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#container21 > .wrapper > .inner {
	--gutters: 0.125rem;
	--padding-horizontal: 1.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container21 > .wrapper {
	max-width: 42rem;
	width: 100%;
}

#container21.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

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

#container21.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container21.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

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

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

#container21.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container21.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container21.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container21.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container21.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container21.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(var(--viewport-height) - (var(--padding-vertical) * 2));
}

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

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

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

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

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

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

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

.slideshow .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: flex;
	height: 100%;
	max-width: 25%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 8rem;
	z-index: 1;
}

.slideshow .nav:before {
	content: '';
	display: block;
	transition: opacity 0.25s ease, transform 0.5s ease;
}

.slideshow .nav:hover {
	opacity: 1;
}

.slideshow .nav.next {
	right: 0;
}

.slideshow .nav.previous {
	left: 0;
	transform: scaleX(-1) !important;
}

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

#slideshow01 .bg {
	width: 33.25rem;
	height: 50rem;
}

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

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

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

#slideshow01 .nav {
	align-items: center;
	justify-content: center;
	mix-blend-mode: normal;
}

#slideshow01 .nav:before {
	aspect-ratio: 1 / 1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20zoomAndPan%3D%22disable%22%3E%3Cstyle%3Eline%20%7Bstroke%3A%20%23FFFAE0%3Bstroke-width%3A%204px%3Bstroke-linecap%3Asquare%3B%7D%3C%2Fstyle%3E%3Cline%20x1%3D%2224%22%20y1%3D%228%22%20x2%3D%2248%22%20y2%3D%2232%22%20%2F%3E%3Cline%20x1%3D%2224%22%20y1%3D%2256%22%20x2%3D%2248%22%20y2%3D%2232%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 50%;
	width: 3rem;
}

#slideshow01 .nav.next:before {
	margin-right: -10%;
}

#slideshow01 .nav.previous:before {
	margin-right: -10%;
}

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

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

#slideshow02 {
	-webkit-touch-callout: none;
	user-select: none;
}

#slideshow02 .bg {
	width: 33.25rem;
	height: 50rem;
}

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

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

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

#slideshow02 .nav {
	align-items: center;
	justify-content: center;
	mix-blend-mode: normal;
}

#slideshow02 .nav:before {
	aspect-ratio: 1 / 1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20zoomAndPan%3D%22disable%22%3E%3Cstyle%3Eline%20%7Bstroke%3A%20%23402C05%3Bstroke-width%3A%204px%3Bstroke-linecap%3Asquare%3B%7D%3C%2Fstyle%3E%3Cline%20x1%3D%2224%22%20y1%3D%228%22%20x2%3D%2248%22%20y2%3D%2232%22%20%2F%3E%3Cline%20x1%3D%2224%22%20y1%3D%2256%22%20x2%3D%2248%22%20y2%3D%2232%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 50%;
	width: 3rem;
}

#slideshow02 .nav.next:before {
	margin-right: -10%;
}

#slideshow02 .nav.previous:before {
	margin-right: -10%;
}

.links {
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0;
}

.links li {
	position: relative;
}

.links li a {
	direction: var(--site-language-direction);
	display: block;
}

.links.style1 {
	gap: 0.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	margin-right: -0.1rem;
	font-size: 1.125em;
	font-weight: 400;
}

.links.style1 li a {
	color: #CF480E;
	text-decoration: underline;
}

.links.style1 li a:hover {
	text-decoration: none;
}

#links02 {
	gap: 0.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	margin-right: -0.1rem;
	font-size: 1.125em;
	font-weight: 400;
}

#links02 li a {
	color: #CF480E;
	text-decoration: underline;
}

#links02 li a:hover {
	text-decoration: none;
}

#links04 {
	gap: 0.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	margin-right: -0.1rem;
	font-size: 1.125em;
	font-weight: 400;
}

#links04 li a {
	color: #FFFFFF;
	text-decoration: none;
}

#links04 li a:hover {
	text-decoration: underline;
}

.buttons {
	cursor: default;
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.buttons li {
	max-width: 100%;
}

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

#buttons08 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons08 li a {
	display: inline-block;
	width: 20.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.5rem);
	font-size: 1.25em;
	font-weight: 400;
	border-radius: 0rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons08 .button {
	background-color: #FFFFFF;
	color: #4F340A;
}

#buttons08 .n01:hover {
	background-color: #EBDFA4 !important;
}

#buttons08 .n02:hover {
	background-color: #EBDFA4 !important;
}

#buttons08 .n03:hover {
	background-color: #EBDFA4 !important;
}

#buttons08 .n04:hover {
	background-color: #EBDFA4 !important;
}

#buttons08 .n05:hover {
	background-color: #EBDFA4 !important;
}

#buttons09 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons09 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons09 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons09 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons09 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons21 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons21 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons21 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons21 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons21 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons15 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons15 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons15 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons15 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons15 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons10 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons10 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons10 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons10 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons10 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons14 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons14 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons14 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons14 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons14 .button {
	color: #4F340A;
	border: solid 1px #4F340A;
}

#buttons18 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons18 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons18 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons18 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons18 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons05 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons05 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons05 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons05 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons05 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons02 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons02 li a {
	display: inline-block;
	width: 26.5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.5rem);
	font-size: 1.25em;
	font-weight: 400;
	border-radius: 0rem;
	direction: var(--site-language-direction);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 .button {
	background-color: #FFFFFF;
	color: #4F340A;
}

#buttons02 .n01:hover {
	background-color: #EBDFA4 !important;
}

#buttons02 .n02:hover {
	background-color: #EBDFA4 !important;
}

#buttons02 .n03:hover {
	background-color: #EBDFA4 !important;
}

#buttons02 .n04:hover {
	background-color: #EBDFA4 !important;
}

#buttons19 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons19 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons19 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons19 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons19 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons17 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons17 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons17 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons17 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons17 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons16 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons16 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons16 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons16 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons16 .button {
	color: #4F340A;
	border: solid 1px #4F340A;
}

#buttons20 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons20 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons20 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons20 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons20 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons06 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons06 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons06 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons06 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons06 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

#buttons04 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons04 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons04 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons04 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons04 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

#buttons01 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons01 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons01 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons01 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

#buttons07 {
	gap: 0rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

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

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

#buttons07 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons07 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons07 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons07 .button {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

#buttons12 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons12 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons12 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons12 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons12 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

#buttons13 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons13 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons13 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons13 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons13 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

#buttons03 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
}

#buttons03 li a {
	display: inline-flex;
	width: 7.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	padding: 0 0.46875rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 0.46875rem);
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 0rem;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons03 li a svg {
	display: block;
	fill: #4F340A;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	width: 1.25em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0.1rem);
	transition: fill 0.25s ease;
}

#buttons03 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons03 .button {
	color: #4F340A;
	border: solid 1px #000000;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.icons li {
	position: relative;
	z-index: 1;
}

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

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

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

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

#icons02 {
	font-size: 1.25em;
	gap: 0.75rem;
}

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

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

#icons02 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons02 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons02 a svg {
	fill: rgba(255,247,204,0.51);
}

#icons02 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
}

.gallery ul li {
	position: relative;
}

.gallery ul li .thumbnail {
	border-radius: inherit;
	position: relative;
}

.gallery ul li .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.gallery ul li img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

.gallery ul li .caption {
	width: 100%;
}

.gallery ul li .caption p {
	width: 100%;
}

.gallery ul li .caption a, .gallery ul li .caption spoiler-text {
	pointer-events: auto;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.gallery-modal {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	align-content: center;
	align-items: center;
	background-color: var(--color-background);
	display: grid;
	grid-template-areas: "previous image next" "caption caption caption";
	grid-template-columns: min-content auto min-content;
	height: 100%;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	outline: 0;
	padding: 2rem 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	touch-action: pan-x pinch-zoom;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s, background-color 0.5s ease;
	user-select: none;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.gallery-modal:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	content: '';
	display: block;
	height: 4rem;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	width: 4rem;
}

.gallery-modal .inner {
	box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
	grid-area: image;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
	width: 100%;
}

.gallery-modal .inner img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
	max-width: var(--natural-width, none);
	max-height: var(--natural-height, none);
}

.gallery-modal .caption {
	color: var(--color-caption-text);
	font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 1rem;
	grid-area: caption;
	line-height: 1.6;
	opacity: 0;
	padding: 2rem 2rem 0 2rem;
	pointer-events: none;
	text-align: center;
	transform: translateY(0.25em);
	transition: all 0.5s ease;
}

.gallery-modal .caption::-webkit-scrollbar {
	display: none;
}

.gallery-modal .caption a, .gallery-modal .caption spoiler-text {
	pointer-events: auto;
}

.gallery-modal .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	height: 6rem;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 8rem;
}

.gallery-modal .nav:hover {
	opacity: 1 !important;
}

.gallery-modal .nav.next {
	grid-area: next;
}

.gallery-modal .nav.previous {
	grid-area: previous;
	transform: scaleX(-1);
}

.gallery-modal .close {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	display: block;
	height: 6rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 6rem;
}

.gallery-modal .close:hover {
	opacity: 1 !important;
}

.gallery-modal.visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 10000;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0 !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.loaded .caption {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	transition: opacity 0.375s ease, transform 0.5s ease;
}

.gallery-modal.switching.from-left .inner {
	transform: translateY(0) translateX(-1.5em);
}

.gallery-modal.switching.from-right .inner {
	transform: translateY(0) translateX(1.5em);
}

.gallery-modal.switching.done .inner {
	transition: opacity 0.375s ease;
	transform: translateY(0) translateX(0);
}

.gallery-modal.zooming {
	background-color: var(--color-background-zooming);
}

.gallery-modal.zooming .caption {
	opacity: 0;
}

.gallery-modal.zooming .nav.next {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%);
}

.gallery-modal.zooming .nav.previous {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) scaleX(-1);
}

.gallery-modal.zooming .close {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%) translateY(-50%);
}

.gallery-modal.dark {
	--color-background: rgba(10,10,10,0.85);
	--color-background-zooming: rgba(0,0,0,1);
	--color-caption-text: #FFFFFF;
}

.gallery-modal.dark:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.dark .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.25;
}

.gallery-modal.dark .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.25;
}

.gallery-modal.light {
	--color-background: rgba(255,255,255,0.9);
	--color-background-zooming: rgba(255,255,255,1);
	--color-caption-text: #000000;
}

.gallery-modal.light:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.light .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.375;
}

.gallery-modal.light .nav {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.375;
}

#gallery02 .inner {
	max-width: 100%;
}

#gallery02 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery02 ul li .frame {
	border-radius: 0rem;
}

#gallery02 ul li .caption {
	opacity: 0;
	align-items: flex-start;
	border-radius: inherit;
	display: flex;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease, transform 0.25s ease, z-index 0.25s ease;
}

#gallery02 ul li .caption p {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	color: #000000;
	background-color: rgba(255,255,255,0.667);
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	font-size: 0.625em;
	line-height: 1.25;
	font-weight: 400;
}

#gallery02 ul li .thumbnail:hover + .caption {
	opacity: 1;
}

#gallery02 ul {
	gap: 0.5rem;
}

#gallery02 ul li .thumbnail {
	display: block;
	transition: filter 0.25s ease;
	filter: brightness(100%);
}

#gallery02 ul li img {
	height: auto;
	max-height: 16.875rem;
}

#gallery02 ul li .thumbnail:hover {
	filter: brightness(132.5%);
}

#gallery03 .inner {
	max-width: 95rem;
}

#gallery03 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery03 ul li .frame {
	border-radius: 0rem;
}

#gallery03 ul li .caption {
	opacity: 0;
	align-items: flex-start;
	border-radius: inherit;
	display: flex;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease, transform 0.25s ease, z-index 0.25s ease;
}

#gallery03 ul li .caption p {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	color: #000000;
	background-color: rgba(255,255,255,0.667);
	font-family: 'Courier New', monospace;
	letter-spacing: 0.1rem;
	font-size: 0.625em;
	line-height: 1.25;
	font-weight: 400;
}

#gallery03 ul li .thumbnail:hover + .caption {
	opacity: 1;
}

#gallery03 ul {
	gap: 2.25rem;
}

#gallery03 ul li .thumbnail {
	display: block;
	transition: filter 0.25s ease;
	filter: brightness(100%);
}

#gallery03 ul li img {
	height: auto;
	max-height: 23.875rem;
}

#gallery03 ul li .thumbnail:hover {
	filter: brightness(132.5%);
}

.video {
	position: relative;
}

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

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

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

.video .frame iframe {
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 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:not(:first-child) {
	margin-top: 0rem !important;
}

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

#video01 video {
	width: 33.125rem;
}

#video01 .frame {
	width: 33.125rem;
}

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

.audio {
	position: relative;
}

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

.audio .frame iframe {
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(32,32,32,0.25);
}

#audio01 .frame {
	width: 100rem;
	height: 4rem;
}

@media (orientation: portrait) {
	.gallery-modal {
		grid-template-areas: "image" "caption";
		grid-template-columns: auto;
		justify-content: center;
	}
	
	.gallery-modal .nav {
		background-image: none !important;
		mix-blend-mode: difference;
		opacity: 1 !important;
		position: absolute;
	}
	
	.gallery-modal .nav.next {
		right: 0;
	}
	
	.gallery-modal .nav.previous {
		left: 0;
	}
	
	.gallery-modal .nav:before {
		background-color: rgba(144,144,144,0.5);
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1.5rem;
		border-radius: 3rem;
		content: '';
		display: block;
		height: 3rem;
		position: absolute;
		right: 1rem;
		top: calc(50% - 1.5rem);
		width: 3rem;
	}
}

@media (max-width: 1920px) {
	
}

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

@media (max-width: 1280px) {
	html {
		font-size: 12pt;
	}
	
	
	
	#slideshow01 .bg > .slow {
		animation-duration: 0s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 0s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 0s;
	}
	
	#slideshow02 .bg > .slow {
		animation-duration: 0s;
	}
	
	#slideshow02 .bg > .normal {
		animation-duration: 0s;
	}
	
	#slideshow02 .bg > .fast {
		animation-duration: 0s;
	}
	
	.gallery-modal .nav {
		opacity: 1 !important;
	}
	
	.gallery-modal .close {
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	
}

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

@media (max-width: 736px) {
	html {
		font-size: 10pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 1.75rem;
		--spacing: 0.75rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-2rem);
		max-width: calc(100% + 4rem + 0.4725px);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -1.75rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -1.75rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text01 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text02 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	#text52 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
		text-indent: 0.75rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text06 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	#text04 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	#text07 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 0.75em;
		line-height: 1.25;
	}
	
	#text14:not(:first-child) {
		margin-top: 1.6875rem !important;
	}
	
	#text14:not(:last-child) {
		margin-bottom: 1.6875rem !important;
	}
	
	#text14 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text17 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text36 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text16 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text45 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text32 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	h1.style2:not(:first-child), h2.style2:not(:first-child), h3.style2:not(:first-child), p.style2:not(:first-child) {
		margin-top: 0.84375rem !important;
	}
	
	h1.style2:not(:last-child), h2.style2:not(:last-child), h3.style2:not(:last-child), p.style2:not(:last-child) {
		margin-bottom: 0.84375rem !important;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text08 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text33 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text34 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text46 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text31 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text44 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text30 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text43 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text42 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text47:not(:first-child) {
		margin-top: 2.53125rem !important;
	}
	
	#text47:not(:last-child) {
		margin-bottom: 2.53125rem !important;
	}
	
	#text47 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text60 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text37:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#text37:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#text37 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text54 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	h1.style3:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
		margin-top: 0.84375rem !important;
	}
	
	h1.style3:not(:last-child), h2.style3:not(:last-child), h3.style3:not(:last-child), p.style3:not(:last-child) {
		margin-bottom: 0.84375rem !important;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 0.875;
	}
	
	#text55 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text59 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.125;
	}
	
	#text48 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.125;
	}
	
	#text53:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#text53:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#text53 {
		padding-left: 2rem;
		padding-right: 0;
		text-indent: 1.21875rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text12 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text57:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#text57:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#text57 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text40 {
		padding-left: 0.375rem;
		padding-right: 0;
		text-indent: 0.75rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text49 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text09 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.75em;
		line-height: 1.25;
	}
	
	#text10 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text41 {
		padding-left: 0.375rem;
		padding-right: 0;
		text-indent: 0.75rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text11 {
		padding-left: 0.375rem;
		padding-right: 0;
		text-indent: 0.75rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text20 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text22 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text24 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text26 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text28 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text13 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text15:not(:first-child) {
		margin-top: 2.53125rem !important;
	}
	
	#text15:not(:last-child) {
		margin-bottom: 2.53125rem !important;
	}
	
	#text15 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text39:not(:first-child) {
		margin-top: 2.53125rem !important;
	}
	
	#text39:not(:last-child) {
		margin-bottom: 2.53125rem !important;
	}
	
	#text39 {
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text38 {
		padding-left: 0.375rem;
		padding-right: 0;
		text-indent: 0.75rem;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#text56 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1em;
		line-height: 1.125;
	}
	
	#text58:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#text58:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#text58 {
		padding-left: 2rem;
		padding-right: 0;
		letter-spacing: 0.021875rem;
		width: calc(100% + 0.021875rem);
		font-size: 1em;
		line-height: 1.25;
	}
	
	#image01 .frame {
		width: 23.125rem;
	}
	
	#image03 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image04 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image05 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image02 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image06 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image12 .frame {
		width: 9.875rem;
		height: 17.96875rem !important;
	}
	
	#image12 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image08 .frame {
		width: 17.375rem;
		height: 17.8125rem !important;
	}
	
	#image08 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image10 .frame {
		width: 8.25rem;
		height: 13.125rem !important;
	}
	
	#image10 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image07:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image07:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image07 .frame {
		width: 9.875rem;
		height: 25rem !important;
	}
	
	#image07 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image14:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image14:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image14 .frame {
		width: 17rem;
		height: 25rem !important;
	}
	
	#image14 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image15:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#image15:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#image15 .frame {
		width: 18.5rem;
		height: 3.90625rem !important;
	}
	
	#image15 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image16:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image16:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image16 .frame {
		width: 20.875rem;
		height: 3.59375rem !important;
	}
	
	#image16 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image17:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image17:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image17 .frame {
		width: 17.75rem;
		height: 3.125rem !important;
	}
	
	#image17 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image23:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image23:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image23 .frame {
		width: 28rem;
		height: 3.59375rem !important;
	}
	
	#image23 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image25:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image25:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image25 .frame {
		width: 28rem;
		height: 3.59375rem !important;
	}
	
	#image25 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image11:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image11:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image11 .frame {
		width: 16.5rem;
		height: 25rem !important;
	}
	
	#image11 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image21:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image21:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image21 .frame {
		width: 5.125rem;
		height: 14.0625rem !important;
	}
	
	#image21 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image22:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image22:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image22 .frame {
		width: 6.75rem;
		height: 15rem !important;
	}
	
	#image22 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image26:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image26:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image26 .frame {
		width: 28rem;
		height: 3.59375rem !important;
	}
	
	#image26 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image27:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	#image27:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	#image27 .frame {
		width: 7.125rem;
		height: 20.625rem !important;
	}
	
	#image27 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image29 .frame {
		width: 9.125rem;
		height: 8.75rem !important;
	}
	
	#image29 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image34 .frame {
		width: 7.125rem;
		height: 10.625rem !important;
	}
	
	#image34 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image35 .frame {
		width: 5.5rem;
		height: 12.03125rem !important;
	}
	
	#image35 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image36 .frame {
		width: 4.375rem;
		height: 11.5625rem !important;
	}
	
	#image36 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image28:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#image28:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#image28 .frame {
		width: 13.25rem;
		height: 7.65625rem !important;
	}
	
	#image28 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image30 .frame {
		width: 13.25rem;
		height: 13.90625rem !important;
	}
	
	#image30 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image31:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#image31:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#image31 .frame {
		width: 13.25rem;
		height: 17.5rem !important;
	}
	
	#image31 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image13:not(:first-child) {
		margin-top: 1.25rem !important;
	}
	
	#image13:not(:last-child) {
		margin-bottom: 1.25rem !important;
	}
	
	#image13 .frame {
		width: 11rem;
		height: 25rem !important;
	}
	
	#image13 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image09 .frame {
		width: 9.875rem;
		height: 17.96875rem !important;
	}
	
	#image09 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image18:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#image18:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#image18 .frame {
		width: 18.125rem;
		height: 17.96875rem !important;
	}
	
	#image18 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image20 .frame {
		width: 4rem;
		height: 3.4375rem !important;
	}
	
	#image20 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image19 .frame {
		width: 16.125rem;
		height: 25rem !important;
	}
	
	#image19 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image24:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#image24:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#image24 .frame {
		width: 13.25rem;
		height: 7.65625rem !important;
	}
	
	#image24 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	
	
	#container02 > .wrapper > .inner {
		--gutters: 2rem;
	}
	
	#container02.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container02.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container02.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container01 > .wrapper > .inner {
		--gutters: 2rem;
		--spacing: 0rem;
	}
	
	#container01.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container01.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container04 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 1rem;
	}
	
	#container04.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container04 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container03 > .wrapper > .inner {
		--gutters: 2rem;
		--spacing: 0rem;
	}
	
	#container03.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container05 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 0.375rem;
		--spacing: 0rem;
	}
	
	#container05.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container06 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 1rem;
	}
	
	#container06.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container06 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container06 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container08 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 1rem;
	}
	
	#container08.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container08.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container08.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container07:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 0.125rem;
		--padding-vertical: 0.375rem;
	}
	
	#container07.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container07.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container07.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container11 > .wrapper > .inner {
		--gutters: 1.875rem;
	}
	
	#container11.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container11.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container11.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container11 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container12 > .wrapper > .inner {
		--gutters: 1.875rem;
		--spacing: 0rem;
	}
	
	#container12.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container12.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container12.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container12 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container16 > .wrapper > .inner {
		--gutters: 1.875rem;
		--spacing: 0rem;
	}
	
	#container16.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container16.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container16.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container17 {
		min-height: 30rem;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 0.875rem;
		--padding-vertical: 2rem;
		--spacing: 0rem;
	}
	
	#container17.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container17.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container17.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full {
		min-height: 30rem;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container17 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container17 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container17 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container09 > .wrapper > .inner {
		--gutters: 0.875rem;
		--padding-vertical: 2rem;
		--spacing: 0rem;
	}
	
	#container09.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container09.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container09.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container22 {
		min-height: 50rem;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 2.125rem;
	}
	
	#container22.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container22.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container22.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container22 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container22 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container19 > .wrapper > .inner {
		--gutters: 1.875rem;
		--padding-vertical: 3.5rem;
		--spacing: 0rem;
	}
	
	
	
	
	
	
	
	#container24 {
		min-height: 50rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 2.125rem;
	}
	
	#container24.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container24.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container24.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container23 {
		min-height: 50rem;
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 2.125rem;
	}
	
	#container23.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container23.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container23.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container23.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container23.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container23.columns > .wrapper > .inner > div:first-of-type, #container23.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > div:last-of-type, #container23.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container25 {
		min-height: 50rem;
	}
	
	#container25 > .wrapper > .inner {
		--gutters: 2.875rem;
		--padding-horizontal: 0.5rem;
		--spacing: 2.125rem;
	}
	
	#container25.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container25.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container25.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container25.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container25.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container25.columns > .wrapper > .inner > div:first-of-type, #container25.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > div:last-of-type, #container25.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container25.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container18 {
		min-height: 50rem;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 2.125rem;
	}
	
	#container18.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container18.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container18.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container15 > .wrapper > .inner {
		--gutters: 1.875rem;
		--padding-vertical: 3.5rem;
		--spacing: 0rem;
	}
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container10 {
		min-height: 33.75rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 2.125rem;
	}
	
	#container10.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container10.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container10.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > .full {
		min-height: 33.75rem;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container13 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0.25rem;
	}
	
	#container13.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container13.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container13.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container14 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 1.125rem;
	}
	
	#container14.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container14.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container14.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container14 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container14 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container20 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 1.125rem;
	}
	
	#container20.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container20.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container20.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container21 {
		min-height: 18rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 1.125rem;
	}
	
	#container21.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container21.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container21.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#slideshow01 .bg {
		width: 22rem;
		height: 33.5rem !important;
	}
	
	#slideshow01 .bg > .slow {
		animation-duration: 0s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 0s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 0s;
	}
	
	#slideshow02:not(:first-child) {
		margin-top: 2.15625rem !important;
	}
	
	#slideshow02:not(:last-child) {
		margin-bottom: 2.15625rem !important;
	}
	
	#slideshow02 .bg {
		width: 22rem;
		height: 33.5rem !important;
	}
	
	#slideshow02 .bg > .slow {
		animation-duration: 0s;
	}
	
	#slideshow02 .bg > .normal {
		animation-duration: 0s;
	}
	
	#slideshow02 .bg > .fast {
		animation-duration: 0s;
	}
	
	.links.style1 {
		gap: 0.5rem;
		letter-spacing: 0.0875rem;
		margin-right: -0.0875rem;
		font-size: 1em;
	}
	
	#links02 {
		gap: 0.5rem;
		letter-spacing: 0.0875rem;
		margin-right: -0.0875rem;
		font-size: 1em;
	}
	
	#links04 {
		gap: 0.5rem;
		letter-spacing: 0.0875rem;
		margin-right: -0.0875rem;
		font-size: 1em;
	}
	
	#buttons08 {
		gap: 0.75rem;
	}
	
	#buttons08 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.5rem);
		font-size: 1.25em;
	}
	
	#buttons09 {
		gap: 0rem;
	}
	
	#buttons09:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons09:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons09 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons09 li a svg {
		width: 1.25em;
	}
	
	#buttons21 {
		gap: 0rem;
	}
	
	#buttons21:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons21:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons21 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons21 li a svg {
		width: 1.25em;
	}
	
	#buttons15 {
		gap: 0rem;
	}
	
	#buttons15:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons15:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons15 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons15 li a svg {
		width: 1.25em;
	}
	
	#buttons10 {
		gap: 0rem;
	}
	
	#buttons10:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons10:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons10 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons10 li a svg {
		width: 1.25em;
	}
	
	#buttons14 {
		gap: 0rem;
	}
	
	#buttons14:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons14:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons14 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons14 li a svg {
		width: 1.25em;
	}
	
	#buttons18 {
		gap: 0rem;
	}
	
	#buttons18:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons18:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons18 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons18 li a svg {
		width: 1.25em;
	}
	
	#buttons05 {
		gap: 0rem;
	}
	
	#buttons05:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons05:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons05 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons05 li a svg {
		width: 1.25em;
	}
	
	#buttons02 {
		gap: 0.75rem;
	}
	
	#buttons02 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.5rem);
		font-size: 1.125em;
	}
	
	#buttons19 {
		gap: 0rem;
	}
	
	#buttons19:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons19:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons19 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons19 li a svg {
		width: 1.25em;
	}
	
	#buttons17 {
		gap: 0rem;
	}
	
	#buttons17:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons17:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons17 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons17 li a svg {
		width: 1.25em;
	}
	
	#buttons16 {
		gap: 0rem;
	}
	
	#buttons16:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons16:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons16 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons16 li a svg {
		width: 1.25em;
	}
	
	#buttons20 {
		gap: 0rem;
	}
	
	#buttons20:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons20:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons20 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons20 li a svg {
		width: 1.25em;
	}
	
	#buttons06 {
		gap: 0.75rem;
	}
	
	#buttons06 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons06 li a svg {
		width: 1.25em;
	}
	
	#buttons04 {
		gap: 0.75rem;
	}
	
	#buttons04 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons04 li a svg {
		width: 1.25em;
	}
	
	#buttons01 {
		gap: 0.75rem;
	}
	
	#buttons01 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons01 li a svg {
		width: 1.25em;
	}
	
	#buttons07 {
		gap: 0rem;
	}
	
	#buttons07:not(:first-child) {
		margin-top: 1.21875rem !important;
	}
	
	#buttons07:not(:last-child) {
		margin-bottom: 1.21875rem !important;
	}
	
	#buttons07 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons07 li a svg {
		width: 1.25em;
	}
	
	#buttons12 {
		gap: 0.75rem;
	}
	
	#buttons12 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons12 li a svg {
		width: 1.25em;
	}
	
	#buttons13 {
		gap: 0.75rem;
	}
	
	#buttons13 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons13 li a svg {
		width: 1.25em;
	}
	
	#buttons03 {
		gap: 0.75rem;
	}
	
	#buttons03 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 0.46875rem);
		font-size: 1.125em;
	}
	
	#buttons03 li a svg {
		width: 1.25em;
	}
	
	#icons02 {
		font-size: 1.25em;
		gap: 0.75rem;
	}
	
	#icons02:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#icons02:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery02 ul li .caption p {
		letter-spacing: 0.1rem;
		font-size: 0.625em;
		line-height: 1.25;
	}
	
	#gallery02 ul li img {
		max-height: 12.65625rem;
	}
	
	#gallery03 ul li .caption p {
		letter-spacing: 0.1rem;
		font-size: 0.625em;
		line-height: 1.25;
	}
	
	#gallery03 ul li img {
		max-height: 17.90625rem;
	}
	
	#gallery03 ul {
		gap: 2rem;
	}
	
	#video01:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#video01:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#video01 video {
		width: 33.125rem;
	}
	
	#video01 .frame {
		width: 33.125rem;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 0.65625rem;
	}
	
	#image12 .frame {
		height: 14.375rem !important;
	}
	
	#image08 .frame {
		height: 14.25rem !important;
	}
	
	#image10 .frame {
		height: 10.5rem !important;
	}
	
	#image07 .frame {
		height: 20rem !important;
	}
	
	#image14 .frame {
		height: 20rem !important;
	}
	
	#image15 .frame {
		height: 3.125rem !important;
	}
	
	#image16 .frame {
		height: 2.875rem !important;
	}
	
	#image17 .frame {
		height: 2.5rem !important;
	}
	
	#image23 .frame {
		height: 2.875rem !important;
	}
	
	#image25 .frame {
		height: 2.875rem !important;
	}
	
	#image11 .frame {
		height: 20rem !important;
	}
	
	#image21 .frame {
		height: 11.25rem !important;
	}
	
	#image22 .frame {
		height: 12rem !important;
	}
	
	#image26 .frame {
		height: 2.875rem !important;
	}
	
	#image27 .frame {
		height: 16.5rem !important;
	}
	
	#image29 .frame {
		height: 7rem !important;
	}
	
	#image34 .frame {
		height: 8.5rem !important;
	}
	
	#image35 .frame {
		height: 9.625rem !important;
	}
	
	#image36 .frame {
		height: 9.25rem !important;
	}
	
	#image28 .frame {
		height: 6.125rem !important;
	}
	
	#image30 .frame {
		height: 11.125rem !important;
	}
	
	#image31 .frame {
		height: 14rem !important;
	}
	
	#image13 .frame {
		height: 20rem !important;
	}
	
	#image09 .frame {
		height: 14.375rem !important;
	}
	
	#image18 .frame {
		height: 14.375rem !important;
	}
	
	#image20 .frame {
		height: 2.75rem !important;
	}
	
	#image19 .frame {
		height: 20rem !important;
	}
	
	#image24 .frame {
		height: 6.125rem !important;
	}
	
	
	
	#container01 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	
	
	#container03 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container05 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	
	
	
	
	
	
	
	
	#container12 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container16 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container17 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container22 > .wrapper > .inner {
		--spacing: 2.125rem;
	}
	
	#container19 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container24 > .wrapper > .inner {
		--spacing: 2.125rem;
	}
	
	#container23 > .wrapper > .inner {
		--spacing: 2.125rem;
	}
	
	#container25 > .wrapper > .inner {
		--spacing: 2.125rem;
	}
	
	#container18 > .wrapper > .inner {
		--spacing: 2.125rem;
	}
	
	#container15 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	#buttons08 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons09 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons21 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons15 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons10 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons14 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons18 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons05 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons02 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons19 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons17 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons16 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons20 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons06 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons04 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons01 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons07 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons12 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons13 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons03 li a {
		max-width: 32rem;
		width: 100%;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.3125rem;
		--spacing: 0.5625rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.5rem);
		max-width: calc(100% + 3rem + 0.4725px);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -1.3125rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -1.3125rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 1em;
	}
	
	#text01 {
		font-size: 1em;
	}
	
	#text02 {
		font-size: 0.75em;
	}
	
	#text52 {
		font-size: 1em;
	}
	
	#text06 {
		font-size: 0.75em;
	}
	
	#text04 {
		font-size: 0.75em;
	}
	
	#text07 {
		font-size: 0.75em;
	}
	
	#text14 {
		font-size: 1em;
	}
	
	#text17 {
		font-size: 1em;
	}
	
	#text36 {
		font-size: 1em;
	}
	
	#text16 {
		font-size: 1em;
	}
	
	#text45 {
		font-size: 1em;
	}
	
	#text32 {
		font-size: 1em;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 1em;
	}
	
	#text08 {
		font-size: 1em;
	}
	
	#text33 {
		font-size: 1em;
	}
	
	#text34 {
		font-size: 1em;
	}
	
	#text46 {
		font-size: 1em;
	}
	
	#text31 {
		font-size: 1em;
	}
	
	#text44 {
		font-size: 1em;
	}
	
	#text30 {
		font-size: 1em;
	}
	
	#text43 {
		font-size: 1em;
	}
	
	#text42 {
		font-size: 1em;
	}
	
	#text47 {
		font-size: 1em;
	}
	
	#text60 {
		font-size: 1em;
	}
	
	#text37 {
		font-size: 1em;
	}
	
	#text54 {
		font-size: 1em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 1em;
	}
	
	#text55 {
		font-size: 1em;
	}
	
	#text59 {
		font-size: 1em;
	}
	
	#text48 {
		font-size: 1em;
	}
	
	#text53 {
		font-size: 1em;
	}
	
	#text12 {
		font-size: 1em;
	}
	
	#text57 {
		font-size: 1em;
	}
	
	#text40 {
		font-size: 1em;
	}
	
	#text49 {
		font-size: 1em;
	}
	
	#text09 {
		font-size: 1.75em;
	}
	
	#text10 {
		font-size: 1em;
	}
	
	#text41 {
		font-size: 1em;
	}
	
	#text11 {
		font-size: 1em;
	}
	
	#text20 {
		font-size: 1em;
	}
	
	#text22 {
		font-size: 1em;
	}
	
	#text24 {
		font-size: 1em;
	}
	
	#text26 {
		font-size: 1em;
	}
	
	#text28 {
		font-size: 1em;
	}
	
	#text13 {
		font-size: 1em;
	}
	
	#text15 {
		font-size: 1em;
	}
	
	#text39 {
		font-size: 1em;
	}
	
	#text38 {
		font-size: 1em;
	}
	
	#text56 {
		font-size: 1em;
	}
	
	#text58 {
		font-size: 1em;
	}
	
	#image12 .frame {
		height: 12.578125rem !important;
	}
	
	#image08 .frame {
		height: 12.46875rem !important;
	}
	
	#image10 .frame {
		height: 9.1875rem !important;
	}
	
	#image07 .frame {
		height: 17.5rem !important;
	}
	
	#image14 .frame {
		height: 17.5rem !important;
	}
	
	#image15 .frame {
		height: 2.734375rem !important;
	}
	
	#image16 .frame {
		height: 2.515625rem !important;
	}
	
	#image17 .frame {
		height: 2.1875rem !important;
	}
	
	#image23 .frame {
		height: 2.515625rem !important;
	}
	
	#image25 .frame {
		height: 2.515625rem !important;
	}
	
	#image11 .frame {
		height: 17.5rem !important;
	}
	
	#image21 .frame {
		height: 9.84375rem !important;
	}
	
	#image22 .frame {
		height: 10.5rem !important;
	}
	
	#image26 .frame {
		height: 2.515625rem !important;
	}
	
	#image27 .frame {
		height: 14.4375rem !important;
	}
	
	#image29 .frame {
		height: 6.125rem !important;
	}
	
	#image34 .frame {
		height: 7.4375rem !important;
	}
	
	#image35 .frame {
		height: 8.421875rem !important;
	}
	
	#image36 .frame {
		height: 8.09375rem !important;
	}
	
	#image28 .frame {
		height: 5.359375rem !important;
	}
	
	#image30 .frame {
		height: 9.734375rem !important;
	}
	
	#image31 .frame {
		height: 12.25rem !important;
	}
	
	#image13 .frame {
		height: 17.5rem !important;
	}
	
	#image09 .frame {
		height: 12.578125rem !important;
	}
	
	#image18 .frame {
		height: 12.578125rem !important;
	}
	
	#image20 .frame {
		height: 2.40625rem !important;
	}
	
	#image19 .frame {
		height: 17.5rem !important;
	}
	
	#image24 .frame {
		height: 5.359375rem !important;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: 1.5rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 1.5rem;
		--spacing: 0rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0.75rem;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 1.5rem;
		--spacing: 0rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 0.28125rem;
		--spacing: 0rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0.75rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0.75rem;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 0.09375rem;
		--padding-vertical: 0.28125rem;
	}
	
	#container11 > .wrapper > .inner {
		--gutters: 1.875rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 1.875rem;
		--spacing: 0rem;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: 1.875rem;
		--spacing: 0rem;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 0.875rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container17 {
		min-height: 20rem;
	}
	
	#container17.columns > .wrapper > .inner > .full {
		min-height: 20rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 0.875rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 1.859375rem;
	}
	
	#container22 {
		min-height: 37.5rem;
	}
	
	#container19 > .wrapper > .inner {
		--gutters: 1.875rem;
		--padding-vertical: 2.625rem;
		--spacing: 0rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 1.859375rem;
	}
	
	#container24 {
		min-height: 37.5rem;
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 1.859375rem;
	}
	
	#container23 {
		min-height: 37.5rem;
	}
	
	#container25 > .wrapper > .inner {
		--gutters: 2.875rem;
		--padding-horizontal: 0.375rem;
		--spacing: 1.859375rem;
	}
	
	#container25 {
		min-height: 37.5rem;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 2.875rem;
		--spacing: 1.859375rem;
	}
	
	#container18 {
		min-height: 37.5rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 1.875rem;
		--padding-vertical: 2.625rem;
		--spacing: 0rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 2.125rem;
	}
	
	#container10 {
		min-height: 22.5rem;
	}
	
	#container10.columns > .wrapper > .inner > .full {
		min-height: 22.5rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0.1875rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 0.84375rem;
	}
	
	#container20 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 0.84375rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 0.84375rem;
	}
	
	#container21 {
		min-height: 13.5rem;
	}
	
	.links.style1 {
		gap: 0.375rem;
		font-size: 1em;
	}
	
	#links02 {
		gap: 0.375rem;
		font-size: 1em;
	}
	
	#links04 {
		gap: 0.375rem;
		font-size: 1em;
	}
	
	#buttons08 {
		gap: 0.5625rem;
	}
	
	#buttons09 {
		gap: 0rem;
	}
	
	#buttons21 {
		gap: 0rem;
	}
	
	#buttons15 {
		gap: 0rem;
	}
	
	#buttons10 {
		gap: 0rem;
	}
	
	#buttons14 {
		gap: 0rem;
	}
	
	#buttons18 {
		gap: 0rem;
	}
	
	#buttons05 {
		gap: 0rem;
	}
	
	#buttons02 {
		gap: 0.5625rem;
	}
	
	#buttons19 {
		gap: 0rem;
	}
	
	#buttons17 {
		gap: 0rem;
	}
	
	#buttons16 {
		gap: 0rem;
	}
	
	#buttons20 {
		gap: 0rem;
	}
	
	#buttons06 {
		gap: 0.5625rem;
	}
	
	#buttons04 {
		gap: 0.5625rem;
	}
	
	#buttons01 {
		gap: 0.5625rem;
	}
	
	#buttons07 {
		gap: 0rem;
	}
	
	#buttons12 {
		gap: 0.5625rem;
	}
	
	#buttons13 {
		gap: 0.5625rem;
	}
	
	#buttons03 {
		gap: 0.5625rem;
	}
	
	#icons02 {
		gap: 0.5625rem;
	}
	
	#gallery02 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery02 ul {
		gap: 0.375rem;
	}
	
	#gallery03 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery03 ul {
		gap: 1.5rem;
	}
}