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

: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;
	--site-language-margin-left: 0;
	--site-language-margin-right: auto;
	--viewport-height: 100vh;
}

html {
	font-size: 18pt;
}

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.125s ease;
}

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

unloaded-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;
	--margin-left: auto;
	--margin-right: auto;
	--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: 0rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	--width: 100vw;
	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);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > footer {
	margin-top: var(--spacing);
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#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(0rem);
	max-width: calc(100% + 0rem + 0.4725px);
	width: calc(100% + 0rem + 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 > header > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: 0rem !important;
}

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

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

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

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

#image30 .frame:hover {
	transform: rotate(10deg);
	z-index: 1;
}

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

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

#image26 .frame {
	max-width: 100%;
	width: 230px;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 2rem 0rem transparent;
	transition: none;
}

#image26 img {
	-webkit-touch-callout: none;
	user-select: none;
}

#image26 .frame img {
	transition: none;
}

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

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

#image27 .frame {
	max-width: 100%;
	width: 229px;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 2rem 0rem transparent;
	transition: none;
}

#image27 img {
	-webkit-touch-callout: none;
	user-select: none;
}

#image27 .frame img {
	transition: none;
}

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

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

#image06 .frame {
	max-width: 100%;
	width: 230px;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 2rem 0rem transparent;
	transition: none;
}

#image06 img {
	-webkit-touch-callout: none;
	user-select: none;
}

#image06 .frame img {
	transition: none;
}

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

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

#image29 .frame {
	max-width: 100%;
	width: 230px;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 2rem 0rem transparent;
	transition: none;
}

#image29 img {
	-webkit-touch-callout: none;
	user-select: none;
}

#image29 .frame img {
	transition: none;
}

#image12 {
	text-align: center;
}

#image12 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem #D1D1D1;
	transition: none;
}

#image12 .frame img {
	transition: none;
}

#image15 {
	text-align: center;
}

#image15 .frame {
	max-width: 100%;
	width: 536px;
	border-radius: 1rem;
	box-shadow: 0rem 0rem 2rem 0rem transparent;
	transition: none;
}

#image15 img {
	-webkit-touch-callout: none;
	user-select: none;
}

#image15 .frame img {
	transition: none;
}

#image02 {
	text-align: center;
}

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

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

#image02 .frame {
	max-width: 100%;
	width: 832px;
	border-radius: 0.25rem;
	box-shadow: 0.25rem 0rem 0.75rem 0rem transparent;
	transition: none;
}

#image02 .frame img {
	transition: none;
}

#image54 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
	transition: none;
}

#image54 .frame img {
	transition: none;
}

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

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

#image09 .frame {
	max-width: 100%;
	width: 173px;
	border-radius: 0.5rem;
	transition: none;
}

#image09 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image09 .frame img {
	transition: none;
}

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

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

#image13 .frame {
	max-width: 100%;
	width: 173px;
	border-radius: 0.5rem;
	transition: none;
}

#image13 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image13 .frame img {
	transition: none;
}

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

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

#image61 .frame {
	max-width: 100%;
	width: 176px;
	border-radius: 0.5rem;
	transition: none;
}

#image61 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image61 .frame img {
	transition: none;
}

#image14 .frame {
	max-width: 100%;
	width: 169px;
	border-radius: 0.5rem;
	transition: none;
}

#image14 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image14 .frame img {
	transition: none;
}

#image18 .frame {
	max-width: 100%;
	width: 170px;
	border-radius: 0.5rem;
	transition: none;
}

#image18 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image18 .frame img {
	transition: none;
}

#image19 .frame {
	max-width: 100%;
	width: 173px;
	border-radius: 0.5rem;
	transition: none;
}

#image19 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image19 .frame img {
	transition: none;
}

#image16 .frame {
	max-width: 100%;
	width: 189px;
	border-radius: 0.5rem;
	transition: none;
}

#image16 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image16 .frame img {
	transition: none;
}

#image23 .frame {
	max-width: 100%;
	width: 193px;
	border-radius: 0.5rem;
	transition: none;
}

#image23 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image23 .frame img {
	transition: none;
}

#image24 .frame {
	max-width: 100%;
	width: 186px;
	border-radius: 0.5rem;
	transition: none;
}

#image24 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image24 .frame img {
	transition: none;
}

#image28 .frame {
	max-width: 100%;
	width: 179px;
	border-radius: 0.5rem;
	transition: none;
}

#image28 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image28 .frame img {
	transition: none;
}

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

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

#image17 .frame {
	max-width: 100%;
	width: 186px;
	border-radius: 0.5rem;
	transition: none;
}

#image17 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image17 .frame img {
	transition: none;
}

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

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

#image20 .frame {
	max-width: 100%;
	width: 188px;
	border-radius: 0.5rem;
	transition: none;
}

#image20 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image20 .frame img {
	transition: none;
}

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

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

#image22 .frame {
	max-width: 100%;
	width: 185px;
	border-radius: 0.5rem;
	transition: none;
}

#image22 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image22 .frame img {
	transition: none;
}

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

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

#image03 .frame {
	max-width: 100%;
	width: 192px;
	border-radius: 0.5rem;
	transition: none;
}

#image03 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image03 .frame img {
	transition: none;
}

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

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

#image11 .frame {
	max-width: 100%;
	width: 184px;
	border-radius: 0.5rem;
	transition: none;
}

#image11 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image11 .frame img {
	transition: none;
}

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

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

#image21 .frame {
	max-width: 100%;
	width: 186px;
	border-radius: 0.5rem;
	transition: none;
}

#image21 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image21 .frame img {
	transition: none;
}

#image07 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.125rem;
	transition: none;
}

#image07 .frame img {
	transition: none;
}

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

#image05 .frame img {
	transition: none;
}

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

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

#image37 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image37 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image37 .frame img {
	transition: none;
}

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

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

#image34 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image34 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image34 .frame img {
	transition: none;
}

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

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

#image01 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image01 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image01 .frame img {
	transition: none;
}

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

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

#image31 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image31 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image31 .frame img {
	transition: none;
}

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

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

#image35 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image35 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image35 .frame img {
	transition: none;
}

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

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

#image32 .frame {
	max-width: 100%;
	width: 418px;
	border-radius: 0.125rem;
	transition: none;
}

#image32 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	-webkit-touch-callout: none;
	user-select: none;
}

#image32 .frame img {
	transition: none;
}

#image25 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.125rem;
	transition: none;
}

#image25 .frame img {
	transition: none;
}

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

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

#image10 .frame {
	max-width: 100%;
	width: 892px;
	transition: none;
}

#image10 .frame img {
	transition: none;
}

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

#image08 .frame:hover {
	transform: rotate(10deg);
	z-index: 1;
}

#image36 {
	text-align: left;
}

#image36 .frame {
	max-width: 100%;
	width: 117px;
	transition: none;
}

#image36 .frame img {
	transition: none;
}

#image04 .frame {
	max-width: 100%;
	width: 80px;
	border-radius: 0.5rem;
	transition: none;
}

#image04 .frame img {
	transition: none;
}

#embed01 {
	max-width: 100%;
}

#embed01 .frame {
	border-radius: inherit;
}

#embed01 .frame-inner {
	border-radius: inherit;
}

#embed01 .frame iframe {
	border-radius: inherit;
	height: var(--viewport-height);
	max-width: 100%;
	width: 45rem;
}

.buttons {
	cursor: default;
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.buttons li {
	max-width: 100%;
	text-align: var(--alignment);
}

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

#buttons12 {
	gap: 0rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons12 li a {
	display: inline-flex;
	width: auto;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 1.125rem;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.025rem;
	font-size: 0.75em;
	font-weight: 700;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0rem 0.875rem 0rem rgba(0,0,0,0.102);
	transition: none;
}

#buttons12 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 16px;
	pointer-events: none;
	width: 0.625em;
	margin-left: -0.125em;
	margin-right: calc(0.5em + 0rem);
	transition: none;
}

#buttons12 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons12 .button {
	background-color: rgba(143,0,255,0.929);
	color: #FFFFFF;
	background-image: linear-gradient(45deg, #9D00D4 0%, rgba(143,0,255,0.008) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

#buttons12 .button:hover {
	background-color: rgba(143,0,255,0.929) !important;
}

#buttons01 {
	gap: 0rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons01 li a {
	display: inline-flex;
	width: auto;
	height: 2.625rem;
	line-height: 2.625rem;
	padding: 0 1.3125rem;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	border-radius: 1rem;
	box-shadow: 0.25rem 0rem 0.875rem 0rem rgba(0,0,0,0.302);
	flex-direction: row-reverse;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 16px;
	pointer-events: none;
	width: 0.75em;
	margin-left: 0.5em;
	margin-right: calc(-0.125em + 0rem);
	transition: fill 0.25s ease;
}

#buttons01 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons01 .button {
	background-color: rgba(219,0,255,0.929);
	color: #FFFFFF;
	background-image: linear-gradient(45deg, #5F008C 0%, rgba(219,0,255,0.008) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

#buttons01 .button:hover {
	background-color: rgba(143,0,255,0.929) !important;
}

#buttons07 {
	gap: 1rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons07 li a {
	display: inline-flex;
	width: auto;
	height: 2.125rem;
	line-height: 2.125rem;
	padding: 0 1.0625rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 1.0625rem);
	font-size: 0.625em;
	font-weight: 600;
	border-radius: 0.375rem;
	box-shadow: 0rem 0.5rem 0.5rem 0rem rgba(0,0,0,0.11);
	flex-direction: row-reverse;
	transition: transform 0.125s ease, color 0.125s ease, background-color 0.125s ease, border-color 0.125s ease;
}

#buttons07 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	pointer-events: none;
	width: 1.25em;
	margin-left: 0.5em;
	margin-right: calc(-0.125em + 0.1rem);
	transition: fill 0.125s ease;
}

#buttons07 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons07 .button {
	background-color: rgba(20,0,255,0.561);
	color: #FFFFFF;
	background-image: linear-gradient(0deg, #000000 0%, rgba(20,0,255,0.004) 0%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

#buttons07 li a:hover {
	transform: scale(1.025);
}

#buttons08 {
	gap: 1rem;
	flex-direction: row;
	flex-wrap: wrap;
}

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

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

#buttons08 li a {
	display: inline-flex;
	width: auto;
	height: 2.125rem;
	line-height: 2.125rem;
	padding: 0 1.0625rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	padding-left: calc(0.1rem + 1.0625rem);
	font-size: 0.625em;
	font-weight: 600;
	border-radius: 0.375rem;
	box-shadow: 0rem 0.5rem 0.5rem 0rem rgba(0,0,0,0.11);
	flex-direction: row-reverse;
	transition: transform 0.125s ease, color 0.125s ease, background-color 0.125s ease, border-color 0.125s ease;
}

#buttons08 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 18px;
	pointer-events: none;
	width: 1.25em;
	margin-left: 0.5em;
	margin-right: calc(-0.125em + 0.1rem);
	transition: fill 0.125s ease;
}

#buttons08 li a .label {
	direction: var(--site-language-direction);
	overflow: hidden;
}

#buttons08 .button {
	background-color: rgba(20,0,255,0.561);
	color: #FFFFFF;
}

#buttons08 li a:hover {
	transform: scale(1.025);
}

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

#container16 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

#container16 > .wrapper {
	max-width: 100%;
	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;
}

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

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

#container16 > .wrapper > .inner > :nth-child(2) {
	width: calc(55% + (var(--gutters) / 3));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container16 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + (var(--gutters) / 3));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container04 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0,0,0,0.302);
}

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

#container04 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-horizontal: 6rem;
	--padding-vertical: 12rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

#container04:before {
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20d%3D%22M%200%200%20L%20512%20512%20M%20512%200%20L%200%20512%22%20stroke%3D%22rgba(0,0,0,0.039)%22%20stroke-width%3D%221.01px%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22square%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(54deg, rgba(0,0,0,0.522) 2%, rgba(43,43,43,0.541) 59%, rgba(143,0,255,0.31) 100%);
	background-size: 6px, cover;
	background-position: center, 0% 0%;
	background-repeat: repeat, repeat;
}

#container04 > .slideshow-background > .slow {
	animation-duration: 50s;
}

#container04 > .slideshow-background > .normal {
	animation-duration: 37.5s;
}

#container04 > .slideshow-background > .fast {
	animation-duration: 25s;
}

#container04 > .slideshow-background > div {
	transition-duration: 1s;
}

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

.container.style9 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

.container.style9 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

.container.style9 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 2rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style9.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);
}

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

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

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

.container.style9.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(25rem - (var(--padding-vertical) * 2));
}

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

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

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

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

#container132 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

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

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

#container46 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container26 {
	display: flex;
	width: 100%;
	min-height: 25rem;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	border-color: transparent;
	border-style: solid;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	background-image: linear-gradient(45deg, rgba(134,0,181,0.71) 0%, rgba(0,24,110,0.812) 100%), url('images/container26.jpg');
	background-position: 0% 0%, 50% calc(50% - (((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) * var(--background-parallax-intensity, 0)) );
	background-repeat: repeat, no-repeat;
	background-size: cover, cover;
}

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

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

#container26 > .wrapper {
	max-width: 50rem;
	width: 100%;
}

body.is-touch #container26 {
	background-attachment: scroll;
}

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

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

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

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

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

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

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

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

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

#container26.columns > .wrapper > .inner > *:before {
	border-left: solid 1px transparent;
	content: '';
	display: block;
	margin-left: calc((var(--gutters) * -0.5) - 0.5px);
	position: absolute;
	width: 0;
	height: calc(100% - (var(--padding-vertical) * 2));
	top: var(--padding-vertical);
}

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

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

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

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

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

#container26.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 - 0.5px);
}

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

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

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

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

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

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

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

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

.container.style10 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

.container.style10 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: rgba(250,242,255,0.549);
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

.container.style10 > .wrapper > .inner {
	--gutters: 2.5rem;
	--padding-vertical: 2rem;
	--spacing: 0.625rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style10.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);
}

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

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

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

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

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

.container.style10.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

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

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

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

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

#container85 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container85 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container02 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container02 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container34 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	min-height: 25rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container34.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);
}

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

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

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

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

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

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

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

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

#container34 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container34 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container65 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container65 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container47 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container47 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container47.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);
}

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

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

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

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

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

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

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

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

#container40 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container40 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container40 > .wrapper > .inner {
	--gutters: 3rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container40.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);
}

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

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

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

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

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

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

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

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

#container92 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container92 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container92 > .wrapper > .inner {
	--gutters: 0.5rem;
	--padding-vertical: 2rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container92.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

#container10 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container10 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container10 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

#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: calc(25rem - (var(--padding-vertical) * 2));
}

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

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

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

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

#container23 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container23 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container23 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

#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(25rem - (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%;
}

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

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

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

#container09 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container09 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container09 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

#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(25rem - (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%;
}

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

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

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

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

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

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

#container83 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container83 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 1rem;
}

#container83 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(1rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container83.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);
}

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

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

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

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

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

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

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

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

#container32 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
	display: flex;
	width: 100%;
	min-height: 15rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container32 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container32.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);
}

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

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

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

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

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

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

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

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

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

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

#container32 > .wrapper > .inner > :nth-child(1) {
	width: 33.33333%;
}

#container32 > .wrapper > .inner > :nth-child(2) {
	width: 33.33333%;
}

#container32 > .wrapper > .inner > :nth-child(3) {
	width: 33.33333%;
}

#container75 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
	display: flex;
	width: 100%;
	min-height: 15rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container75 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container75.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);
}

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

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

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

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

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

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

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

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

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

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

#container75 > .wrapper > .inner > :nth-child(1) {
	width: 33.33333%;
}

#container75 > .wrapper > .inner > :nth-child(2) {
	width: 33.33333%;
}

#container75 > .wrapper > .inner > :nth-child(3) {
	width: 33.33333%;
}

#container42 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
	display: flex;
	width: 100%;
	min-height: 15rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container42 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container42.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);
}

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

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

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

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

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

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

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

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

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

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

#container42 > .wrapper > .inner > :nth-child(1) {
	width: 33.33333%;
}

#container42 > .wrapper > .inner > :nth-child(2) {
	width: 33.33333%;
}

#container42 > .wrapper > .inner > :nth-child(3) {
	width: 33.33333%;
}

#container104 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container104 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container104.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);
}

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

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

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

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

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

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

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

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

#container211 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container211.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);
}

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

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

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

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

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

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

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

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

#container66 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container66.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);
}

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

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

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

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

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

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

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

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

#container79 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container79.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);
}

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

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

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

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

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

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

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

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

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

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

#container84 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container84.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);
}

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

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

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

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

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

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

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

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

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

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

#container87 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container87.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);
}

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

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

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

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

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

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

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

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

#container80 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(26deg, #29005E 24%, #280047 77%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
	border-color: rgba(255,255,255,0.988);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container80.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);
}

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

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

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

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

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

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

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

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

#container80 > .wrapper > .inner > :nth-child(1) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container80 > .wrapper > .inner > :nth-child(2) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container80 > .wrapper > .inner > :nth-child(3) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

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

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

#container22 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container22 > .wrapper {
	max-width: 60rem;
	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;
}

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

#container103 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container103 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container103.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);
}

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

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

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

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

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

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

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

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

#container91 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container91.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);
}

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

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

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

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

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

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

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

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

#container126 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(201deg, #00A3C7 24%, #8B00CD 77%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1rem 0rem 0rem 0rem transparent;
}

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

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

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

#container126 > .wrapper {
	max-width: var(--width);
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container126.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);
}

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

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

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

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

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

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

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

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

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

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

#container126 > .wrapper > .inner > :nth-child(1) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container126 > .wrapper > .inner > :nth-child(2) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container126 > .wrapper > .inner > :nth-child(3) {
	width: calc(20% + (var(--gutters) / 5));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

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

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

#container01 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container01 > .wrapper {
	max-width: 70rem;
	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: center;
}

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

#container38 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

#container38 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container38 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container38.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);
}

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

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

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

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

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

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

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

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

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

#container38 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container37 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

#container37 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container37 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container37.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

#container08 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

#container08 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container08 > .wrapper {
	max-width: 70rem;
	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;
}

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

#container08 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

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

#container06 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

#container06 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container06 > .wrapper {
	max-width: 70rem;
	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: flex-start;
}

#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 > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

#container14 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: rgba(0,0,0,0.188);
	border-style: solid;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

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

#container14 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.125rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#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.columns > .wrapper > .inner > *:before {
	border-left: solid 1px rgba(0,0,0,0.188);
	content: '';
	display: block;
	margin-left: calc((var(--gutters) * -0.5) - 0.5px);
	position: absolute;
	width: 0;
	height: calc(100% - (var(--padding-vertical) * 2));
	top: var(--padding-vertical);
}

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

#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) + 0.5px);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px - 1px);
}

#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 - 0.5px);
}

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

#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));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container102 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container102 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container102.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);
}

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

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

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

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

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

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

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

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

#container82 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

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

#container82 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container82.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);
}

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

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

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

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

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

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

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

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

#container67 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

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

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

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

#container67 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container67.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);
}

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

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

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

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

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

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

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

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

#container108 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

#container108 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container108.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);
}

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

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

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

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

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

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

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

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

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

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

#container108 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

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

#container55 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1rem 0rem 0rem 0rem transparent;
}

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

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

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

#container55 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container55.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);
}

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

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

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

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

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

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

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

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

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

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

#container55 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

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

#container57 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

#container57 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#container57.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);
}

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

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

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

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

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

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

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

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

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

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

#container57 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

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

#container58 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

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

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

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

#container58 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

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

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

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

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

#container58.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container58.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container58.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container58.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container58.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container58.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container58.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container58.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container58.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container58.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);
}

#container58.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container58.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container58.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container58.columns > .wrapper > .inner > div:first-child, #container58.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container58.columns > .wrapper > .inner > div:last-child, #container58.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container58.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container58.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container58.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container58 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container58 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container59 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container59:not(:first-child) {
	margin-top: 1rem !important;
}

#container59:not(:last-child) {
	margin-bottom: 1rem !important;
}

#container59 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 2.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container59 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container59.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container59.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container59.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container59.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container59.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container59.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container59.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container59.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container59.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container59.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container59.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container59.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container59.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container59.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);
}

#container59.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container59.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container59.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container59.columns > .wrapper > .inner > div:first-child, #container59.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container59.columns > .wrapper > .inner > div:last-child, #container59.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container59.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container59.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container59.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container59 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container59 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container53 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container53:not(:first-child) {
	margin-top: 1rem !important;
}

#container53:not(:last-child) {
	margin-bottom: 1rem !important;
}

#container53 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 2.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container53 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container53.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container53.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container53.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container53.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container53.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container53.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container53.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container53.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container53.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container53.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container53.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container53.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container53.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container53.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);
}

#container53.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container53.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container53.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container53.columns > .wrapper > .inner > div:first-child, #container53.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container53.columns > .wrapper > .inner > div:last-child, #container53.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container53.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container53.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container53.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container53 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container53 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container60 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container60:not(:first-child) {
	margin-top: 1rem !important;
}

#container60 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 2.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container60 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container60.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container60.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container60.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container60.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container60.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container60.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container60.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container60.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container60.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container60.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container60.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container60.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container60.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container60.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);
}

#container60.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container60.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container60.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container60.columns > .wrapper > .inner > div:first-child, #container60.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container60.columns > .wrapper > .inner > div:last-child, #container60.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container60.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container60.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container60.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container60 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container60 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + (var(--gutters) / 2));
}

#container101 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container101 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container101.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container101.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container101.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container101.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container101.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container101.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container101.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container101.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container101.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container101.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container101.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container101.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container101.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container101.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);
}

#container101.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container101.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container101.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container101.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container101.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container101.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container56 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container56 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container56 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container56.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container56.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container56.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container56.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container56.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container56.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container56.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container56.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container56.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container56.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container56.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container56.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container56.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container56.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);
}

#container56.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container56.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container56.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container56.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container56.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container56.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container56.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container56.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container93 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container93:not(:first-child) {
	margin-top: 0rem !important;
}

#container93:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#container93 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container93 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container93.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container93.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container93.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container93.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container93.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container93.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container93.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container93.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container93.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container93.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container93.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container93.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container93.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container93.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);
}

#container93.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container93.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container93.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container93.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container93.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container93.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container93.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container93.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

.container.style7 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

.container.style7:not(:first-child) {
	margin-top: 0rem !important;
}

.container.style7:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

.container.style7 > .wrapper {
	display: inline-block;
	width: 40rem;
	background-color: rgba(204,204,204,0.71);
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 0.375rem;
}

.container.style7 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3rem;
	--padding-vertical: 0.375rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.375rem - 1px);
}

.container.style7.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style7.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style7.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style7.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style7.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

.container.style7.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style7.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style7.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style7.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

.container.style7.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style7.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style7.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style7.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style7.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);
}

.container.style7.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style7.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style7.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style7.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

.container.style7.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

.container.style7.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style7.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

.container.style7.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container129 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container129 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

.container.style8 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

.container.style8:not(:first-child) {
	margin-top: 0rem !important;
}

.container.style8:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

.container.style8 > .wrapper {
	display: inline-block;
	width: 40rem;
	background-color: #FFFFFF;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 0.5rem;
}

.container.style8 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3rem;
	--padding-vertical: 0.75rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

.container.style8.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style8.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

.container.style8.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

.container.style8.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

.container.style8.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

.container.style8.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

.container.style8.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

.container.style8.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

.container.style8.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

.container.style8.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

.container.style8.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style8.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.container.style8.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style8.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);
}

.container.style8.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style8.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style8.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style8.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

.container.style8.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

.container.style8.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container134 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container134 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container29 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container29 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container136 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container136 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container138 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container138 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container140 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container140 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container142 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container142 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container143 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container143:not(:first-child) {
	margin-top: 0rem !important;
}

#container143:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#container143 > .wrapper {
	display: inline-block;
	width: 40rem;
	background-color: #FFFFFF;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 0.5rem;
}

#container143 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3rem;
	--padding-vertical: 0.75rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container143.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container143.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container143.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container143.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container143.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container143.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container143.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container143.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container143.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container143.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container143.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container143.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container143.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container143.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);
}

#container143.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container143.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container143.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container143.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container143.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container143.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container143.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container143.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container24 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container24:not(:first-child) {
	margin-top: 0rem !important;
}

#container24:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#container24 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container24 > .wrapper {
	max-width: 70rem;
	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;
}

#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%;
}

#container144 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container144 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container146 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container146 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container96 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container96 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container54 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container54 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container54.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container54.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container54.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container54.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container54.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container54.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container54.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container54.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container54.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container54.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container54.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container54.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container54.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container54.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);
}

#container54.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container54.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container54.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container54.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container54.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container54.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container78 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container78:not(:first-child) {
	margin-top: 0rem !important;
}

#container78:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#container78 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container78 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container78.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container78.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container78.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container78.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container78.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container78.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container78.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container78.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container78.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container78.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container78.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container78.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container78.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container78.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);
}

#container78.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container78.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container78.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container78.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container78.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container78.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container78.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container78.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container149 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container149 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container151 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container151 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container153 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container153 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container155 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container155 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container157 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container157 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container159 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container159 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container161 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container161 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container163 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container163 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container165 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container165 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container131 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container131 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container169 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container169 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container171 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container171 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container173 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container173 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container175 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container175 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container177 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container177 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container179 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container179 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container181 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container181 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container183 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container183 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container185 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container185 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container187 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container187 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container189 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container189 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container191 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container191 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container194 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container194 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container52 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container52:not(:first-child) {
	margin-top: 0rem !important;
}

#container52 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 0.5rem;
}

#container52 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 1.5rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container52.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container52.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container52.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container52.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container52.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container52.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container52.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container52.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container52.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container52.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container52.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container52.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container52.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container52.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);
}

#container52.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container52.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container52.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container52.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container52.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container52.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container52.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container52.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container70 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container70 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container70.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container70.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container70.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container70.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container70.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container70.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container70.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container70.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container70.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container70.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container70.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container70.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container70.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container70.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);
}

#container70.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container70.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container70.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container70.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container70.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container70.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container94 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container94 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container94 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container94.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container94.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container94.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container94.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container94.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container94.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container94.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container94.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container94.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container94.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container94.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container94.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container94.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container94.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);
}

#container94.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container94.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container94.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container94.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container94.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container94.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container94.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container94.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container71 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container71:not(:first-child) {
	margin-top: 0rem !important;
}

#container71:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container71 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container71 > .wrapper {
	max-width: 70rem;
	width: 100%;
}

#container71.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container71.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container71.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container71.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container71.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container71.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container71.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container71.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container71.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container71.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container71.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container71.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container71.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container71.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);
}

#container71.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container71.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container71.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container71.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container71.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container71.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container196 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container196 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container198 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container198 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container200 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container200 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container202 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container202 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container204 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container204 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container206 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container206 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container208 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container208 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container210 > .wrapper > .inner > :nth-child(1) {
	width: calc(75% + (var(--gutters) / 2));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container210 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + (var(--gutters) / 2));
	--alignment: right;
	--flex-alignment: flex-end;
	--indent-left: 0;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: 0;
}

#container68 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container68 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container68.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container68.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container68.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container68.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container68.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container68.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container68.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container68.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container68.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container68.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container68.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container68.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container68.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container68.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);
}

#container68.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container68.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container68.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container68.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container68.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container68.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container95 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container95 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container95 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container95.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container95.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container95.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container95.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container95.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container95.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container95.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container95.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container95.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container95.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container95.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container95.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container95.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container95.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);
}

#container95.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container95.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container95.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container95.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container95.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container95.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container95.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container95.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container62 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container62:not(:first-child) {
	margin-top: 0rem !important;
}

#container62 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container62 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container62.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container62.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container62.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container62.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container62.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container62.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container62.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container62.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container62.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container62.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container62.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container62.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container62.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container62.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);
}

#container62.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container62.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container62.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container62.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container62.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container62.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container51:not(:first-child) {
	margin-top: 0rem !important;
}

#container51 > .wrapper {
	display: inline-block;
	width: 55rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container51 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container51.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container51.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container51.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container51.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container51.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container51.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container51.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container51.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container51.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container51.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container51.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container51.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container51.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container51.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);
}

#container51.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container51.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container51.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container51.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container51.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container51.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container51.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container51.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container15 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container15 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#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(15rem - (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%;
}

#container97 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container97 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container97 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container97.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container97.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container97.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container97.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container97.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container97.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container97.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container97.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container97.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container97.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container97.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container97.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container97.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container97.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);
}

#container97.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container97.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container97.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container97.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container97.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container97.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container97.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container97.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container63 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container63:not(:first-child) {
	margin-top: 0rem !important;
}

#container63:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container63 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container63 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container63.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container63.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container63.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container63.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container63.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container63.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container63.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container63.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container63.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container63.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container63.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container63.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container63.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container63.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);
}

#container63.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container63.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container63.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container63.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container63.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container63.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container76 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
	border-radius: 0.5rem;
}

#container76 > .wrapper > .inner {
	--gutters: 0rem;
	--padding-horizontal: 6rem;
	--padding-vertical: 1.25rem;
	--spacing: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container76.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container76.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container76.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container76.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container76.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container76.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container76.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container76.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container76.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container76.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container76.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container76.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container76.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container76.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);
}

#container76.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container76.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container76.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container76.columns > .wrapper > .inner > div:first-child, #container76.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container76.columns > .wrapper > .inner > div:last-child, #container76.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container76.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container76.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container76.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container76.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container76.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container17 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container17 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#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: calc(15rem - (var(--padding-vertical) * 2));
}

#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%;
}

#container98 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container98 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container98 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container98.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container98.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container98.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container98.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container98.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container98.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container98.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container98.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container98.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container98.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container98.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container98.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container98.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container98.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);
}

#container98.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container98.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container98.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container98.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container98.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container98.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container98.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container98.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container43 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container43:not(:first-child) {
	margin-top: 0rem !important;
}

#container43:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container43 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container43 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container43.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container43.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container43.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container43.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container43.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container43.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container43.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container43.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container43.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container43.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container43.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container43.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container43.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container43.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);
}

#container43.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container43.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container43.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container43.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container43.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container43.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container69 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 1rem 5.125rem 0rem transparent;
	border-radius: 0.5rem;
}

#container69 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-horizontal: 3.5rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 1px);
}

#container69.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container69.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container69.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container69.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container69.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container69.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container69.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container69.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container69.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container69.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container69.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container69.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container69.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container69.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);
}

#container69.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container69.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container69.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container69.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(15rem - (var(--padding-vertical) * 2));
}

#container69.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container69.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container03 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container03 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container03 > .wrapper {
	max-width: 55rem;
	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: center;
}

#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 > .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%;
}

#container61 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(243,224,255,0.478);
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container61:not(:first-child) {
	margin-top: 0rem !important;
}

#container61 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1rem;
	--spacing: 1rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container61 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container61.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container61.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container61.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container61.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container61.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container61.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container61.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container61.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container61.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container61.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container61.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container61.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container61.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container61.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);
}

#container61.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container61.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container61.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container61.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container61.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container61.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container119 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(243,224,255,0.478);
	border-color: rgba(120,120,120,0.149);
	border-style: solid;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container119:not(:first-child) {
	margin-top: 0rem !important;
}

#container119:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container119 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.25rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container119 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container119.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container119.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container119.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container119.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container119.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container119.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container119.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container119.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container119.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container119.columns > .wrapper > .inner > *:before {
	border-left: solid 1px rgba(120,120,120,0.149);
	content: '';
	display: block;
	margin-left: calc((var(--gutters) * -0.5) - 0.5px);
	position: absolute;
	width: 0;
	height: calc(100% - (var(--padding-vertical) * 2));
	top: var(--padding-vertical);
}

#container119.columns > .wrapper > .inner > *:first-child:before {
	display: none;
}

#container119.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container119.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container119.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container119.columns > .wrapper > .inner > div > .full {
	margin-left: calc((var(--gutters) * -0.5) + 0.5px);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px - 1px);
}

#container119.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 - 0.5px);
}

#container119.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px - 0.5px);
}

#container119.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container119.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container119.columns > .wrapper > .inner > div:first-child, #container119.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container119.columns > .wrapper > .inner > div:last-child, #container119.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container119.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container119.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container119.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container119 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + (var(--gutters) / 3));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container119 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + (var(--gutters) / 3));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container119 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + (var(--gutters) / 3));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container21 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container21:not(:first-child) {
	margin-top: 0rem !important;
}

#container21:not(:last-child) {
	margin-bottom: 1rem !important;
}

#container21 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container21 > .wrapper {
	max-width: 55rem;
	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;
}

#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%;
}

#container118 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container118:not(:first-child) {
	margin-top: 0rem !important;
}

#container118:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#container118 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container118 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container118.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container118.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container118.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container118.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container118.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container118.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container118.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container118.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container118.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container118.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container118.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container118.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container118.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container118.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);
}

#container118.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container118.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container118.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container118.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container118.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container118.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container30 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container30:not(:first-child) {
	margin-top: 0rem !important;
}

#container30:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#container30 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container30 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container30.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container30.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container30.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container30.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container30.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container30.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container30.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container30.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container30.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container30.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container30.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container30.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);
}

#container30.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container30.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container30.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container30.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container99 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container99 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container99 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container99.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container99.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container99.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container99.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container99.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container99.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container99.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container99.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container99.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container99.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container99.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container99.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container99.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container99.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);
}

#container99.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container99.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container99.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container99.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container99.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container99.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container99.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container99.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container89 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container89:not(:first-child) {
	margin-top: 0rem !important;
}

#container89 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container89 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container89.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container89.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container89.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container89.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container89.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container89.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container89.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container89.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container89.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container89.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container89.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container89.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container89.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container89.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);
}

#container89.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container89.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container89.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container89.columns > .wrapper > .inner > div:first-child, #container89.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container89.columns > .wrapper > .inner > div:last-child, #container89.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container89.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container89.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container89.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container13 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container13:not(:first-child) {
	margin-top: 0rem !important;
}

#container13:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container13 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container13 > .wrapper {
	max-width: 55rem;
	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%;
}

#container125 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container125:not(:first-child) {
	margin-top: 0rem !important;
}

#container125:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container125 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container125 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container125.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container125.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container125.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container125.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container125.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container125.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container125.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container125.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container125.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container125.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container125.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container125.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container125.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container125.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);
}

#container125.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container125.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container125.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container125.columns > .wrapper > .inner > div:first-child, #container125.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container125.columns > .wrapper > .inner > div:last-child, #container125.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container125.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container125.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container125.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container100 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container100 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container100 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container100.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container100.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container100.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container100.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container100.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container100.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container100.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container100.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container100.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container100.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container100.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container100.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container100.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container100.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);
}

#container100.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container100.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container100.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container100.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container100.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container100.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container100.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container100.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container127 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container127:not(:first-child) {
	margin-top: 0rem !important;
}

#container127:not(:last-child) {
	margin-bottom: 2.375rem !important;
}

#container127 > .wrapper > .inner {
	--gutters: 2.5rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container127 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container127.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container127.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container127.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container127.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container127.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container127.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container127.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container127.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container127.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container127.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container127.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container127.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container127.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container127.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);
}

#container127.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container127.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container127.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container127.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container127.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container127.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container33 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container33 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container33 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container33.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container33.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container33.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container33.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container33.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container33.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container33.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container33.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container33.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container33.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container33.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container33.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container33.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container33.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);
}

#container33.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container33.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container33.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container33.columns > .wrapper > .inner > div:first-child, #container33.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container33.columns > .wrapper > .inner > div:last-child, #container33.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container33.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container33.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container33.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container39 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 0rem 0rem transparent;
}

#container39:not(:last-child) {
	margin-bottom: 2.5rem !important;
}

#container39 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container39 > .wrapper {
	max-width: 60rem;
	width: 100%;
}

#container39.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container39.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container39.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container39.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container39.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container39.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container39.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container39.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container39.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container39.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container39.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container39.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container39.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container39.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);
}

#container39.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container39.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container39.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container39.columns > .wrapper > .inner > div:first-child, #container39.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container39.columns > .wrapper > .inner > div:last-child, #container39.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container39.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container39.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container39.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container39 > .wrapper > .inner > :nth-child(1) {
	width: calc(40% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container39 > .wrapper > .inner > :nth-child(2) {
	width: calc(60% + (var(--gutters) / 2));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container31 {
	display: flex;
	width: 100%;
	min-height: 35rem;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	--background-parallax-intensity: 0.2;
	border-color: rgba(0,0,0,0.059);
	border-style: solid;
	border-top-width: 1px;
	box-shadow: 0rem 2.5rem 4rem 0rem transparent;
	background-image: linear-gradient(to top, rgba(0,0,0,0.341), rgba(0,0,0,0.341)), url('images/container31.jpg');
	background-position: 0% 0%, 50% calc(50% - (((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) * var(--background-parallax-intensity, 0)) );
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}

#container31:not(:first-child) {
	margin-top: 3rem !important;
}

#container31 > .wrapper > .inner {
	--gutters: calc(var(--padding-horizontal) * 2);
	--padding-horizontal: 0rem;
	--padding-vertical: 12rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container31 > .wrapper {
	max-width: 60rem;
	width: 100%;
}

body.is-touch #container31 {
	background-attachment: scroll;
	--background-parallax-intensity: 0 !important;
}

#container31.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container31.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container31.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container31.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container31.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container31.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container31.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container31.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container31.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container31.columns > .wrapper > .inner > *:before {
	border-left: solid 1px rgba(0,0,0,0.059);
	content: '';
	display: block;
	margin-left: calc((var(--gutters) * -0.5) - 0.5px);
	position: absolute;
	width: 0;
	height: calc(100% - (var(--padding-vertical) * 2));
	top: var(--padding-vertical);
}

#container31.columns > .wrapper > .inner > *:first-child:before {
	display: none;
}

#container31.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container31.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container31.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container31.columns > .wrapper > .inner > div > .full {
	margin-left: calc((var(--gutters) * -0.5) + 0.5px);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px - 1px);
}

#container31.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 - 0.5px);
}

#container31.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px - 0.5px);
}

#container31.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container31.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container31.columns > .wrapper > .inner > .full {
	align-self: stretch;
	min-height: calc(35rem - (var(--padding-vertical) * 2));
}

#container31.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container31.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container18 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.5rem 0rem transparent;
}

#container18 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 1.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper {
	max-width: 55rem;
	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;
}

#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%;
}

#container35 {
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0rem 0rem 2.25rem 0rem transparent;
}

#container35:not(:first-child) {
	margin-top: 0rem !important;
}

#container35:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#container35 > .wrapper > .inner {
	--gutters: 3rem;
	--padding-vertical: 0rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container35 > .wrapper {
	max-width: 55rem;
	width: 100%;
}

#container35.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container35.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container35.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container35.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container35.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container35.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container35.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container35.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container35.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container35.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none !important;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container35.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container35.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container35.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container35.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);
}

#container35.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container35.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container35.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container35.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container35.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container35.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container20 {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container20:not(:last-child) {
	margin-bottom: 2.5rem !important;
}

#container20 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: transparent;
	box-shadow: 0rem 2.5rem 4rem 0rem transparent;
	border-radius: 0.5rem;
}

#container20 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 1.25rem;
	--spacing: 1.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
	border-radius: calc(0.5rem - 0px);
}

#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%;
}

#container12 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(96,0,255,0.078);
	border-color: rgba(0,0,0,0.059);
	border-style: solid;
	border-top-width: 1px;
	box-shadow: 0rem 2.5rem 4rem 0rem transparent;
}

#container12 > .wrapper > .inner {
	--gutters: 3.5rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 2.5rem;
	--spacing: 0rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container12 > .wrapper {
	max-width: 90rem;
	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: flex-start;
}

#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.columns > .wrapper > .inner > *:before {
	border-left: solid 1px rgba(0,0,0,0.059);
	content: '';
	display: block;
	margin-left: calc((var(--gutters) * -0.5) - 0.5px);
	position: absolute;
	width: 0;
	height: calc(100% - (var(--padding-vertical) * 2));
	top: var(--padding-vertical);
}

#container12.columns > .wrapper > .inner > *:first-child:before {
	display: none;
}

#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) + 0.5px);
	max-width: none !important;
	width: calc(100% + var(--gutters) + 0.4725px - 1px);
}

#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 - 0.5px);
}

#container12.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px - 0.5px);
}

#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 > div:first-child, #container12.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > div:last-child, #container12.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#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(32% + (var(--gutters) / 4));
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--margin-left: auto;
	--margin-right: auto;
}

#container12 > .wrapper > .inner > :nth-child(2) {
	width: calc(20% + (var(--gutters) / 4));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container12 > .wrapper > .inner > :nth-child(3) {
	width: calc(24% + (var(--gutters) / 4));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#container12 > .wrapper > .inner > :nth-child(4) {
	width: calc(24% + (var(--gutters) / 4));
	--alignment: left;
	--flex-alignment: flex-start;
	--indent-left: 1;
	--indent-right: 0;
	--margin-left: 0;
	--margin-right: auto;
}

#header {
	margin-bottom: 0rem !important;
}

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;
}

#text103 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.125rem;
	width: calc(100% + 0.125rem);
	font-size: 0.625em;
	line-height: 1.375;
	font-weight: 700;
}

#text103 mark {
	background-color: rgba(67,0,209,0.741);
}

#text103 a {
	text-decoration: underline;
}

#text103 a:hover {
	text-decoration: none;
}

#text103 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text109:not(:first-child) {
	margin-top: 0.5rem !important;
}

#text109:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#text109 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.15rem;
	width: 100%;
	font-size: 2.5em;
	line-height: 1.125;
	font-weight: 700;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text109 a {
	text-decoration: underline;
}

#text109 a:hover {
	text-decoration: none;
}

#text109 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text176:not(:first-child) {
	margin-top: 0.5rem !important;
}

#text176:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#text176 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 300;
}

#text176 a {
	text-decoration: underline;
}

#text176 a:hover {
	text-decoration: none;
}

#text176 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text189:not(:first-child) {
	margin-top: 0.5rem !important;
}

#text189:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#text189 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 300;
}

#text189 a {
	text-decoration: underline;
}

#text189 a:hover {
	text-decoration: none;
}

#text189 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style18:not(:first-child), h2.style18:not(:first-child), h3.style18:not(:first-child), p.style18:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style18:not(:last-child), h2.style18:not(:last-child), h3.style18:not(:last-child), p.style18:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style18, h2.style18, h3.style18, p.style18 {
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style18 a, h2.style18 a, h3.style18 a, p.style18 a {
	text-decoration: underline;
}

h1.style18 a:hover, h2.style18 a:hover, h3.style18 a:hover, p.style18 a:hover {
	text-decoration: none;
}

h1.style18 span.p:nth-child(n + 2), h2.style18 span.p:nth-child(n + 2), h3.style18 span.p:nth-child(n + 2), p.style18 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style6:not(:first-child), h2.style6:not(:first-child), h3.style6:not(:first-child), p.style6:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style6:not(:last-child), h2.style6:not(:last-child), h3.style6:not(:last-child), p.style6:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style6, h2.style6, h3.style6, p.style6 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style6 a, h2.style6 a, h3.style6 a, p.style6 a {
	text-decoration: underline;
}

h1.style6 a:hover, h2.style6 a:hover, h3.style6 a:hover, p.style6 a:hover {
	text-decoration: none;
}

h1.style6 span.p:nth-child(n + 2), h2.style6 span.p:nth-child(n + 2), h3.style6 span.p:nth-child(n + 2), p.style6 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text166 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.625em;
	line-height: 1;
	font-weight: 600;
}

#text166 mark {
	background-color: #CFC7FF;
}

#text166 a {
	text-decoration: underline;
}

#text166 a:hover {
	text-decoration: none;
}

#text166 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style8, h2.style8, h3.style8, p.style8 {
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
}

h1.style8 a, h2.style8 a, h3.style8 a, p.style8 a {
	text-decoration: underline;
}

h1.style8 a:hover, h2.style8 a:hover, h3.style8 a:hover, p.style8 a:hover {
	text-decoration: none;
}

h1.style8 span.p:nth-child(n + 2), h2.style8 span.p:nth-child(n + 2), h3.style8 span.p:nth-child(n + 2), p.style8 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text43 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.625em;
	line-height: 1;
	font-weight: 600;
}

#text43 mark {
	background-color: #CFC7FF;
}

#text43 a {
	text-decoration: underline;
}

#text43 a:hover {
	text-decoration: none;
}

#text43 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text72:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text72:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text72 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.275rem;
	width: calc(100% + 0.275rem);
	font-size: 1em;
	line-height: 1.75;
	font-weight: 600;
	text-shadow: -0.036rem 0.687rem 1.25rem #A2A600;
}

#text72 a {
	text-decoration: underline;
}

#text72 a:hover {
	text-decoration: none;
}

#text72 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text94 {
	color: #FFFFFF;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.45rem;
	width: calc(100% + 0.45rem);
	font-size: 2.5em;
	line-height: 0.875;
	font-weight: 900;
	text-shadow: 0.106rem 0.066rem 0rem #000000;
}

#text94 a {
	text-decoration: underline;
}

#text94 a:hover {
	text-decoration: none;
}

#text94 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text107 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 300;
}

#text107 a {
	text-decoration: underline;
}

#text107 a:hover {
	text-decoration: none;
}

#text107 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style7, h2.style7, h3.style7, p.style7 {
	color: #000000;
	font-family: 'Playfair Display', serif;
	font-size: 1.25em;
	line-height: 1.25;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style7 mark, h2.style7 mark, h3.style7 mark, p.style7 mark {
	color: #8000FF;
	background-color: transparent;
}

h1.style7 a, h2.style7 a, h3.style7 a, p.style7 a {
	text-decoration: underline;
}

h1.style7 a:hover, h2.style7 a:hover, h3.style7 a:hover, p.style7 a:hover {
	text-decoration: none;
}

h1.style7 span.p:nth-child(n + 2), h2.style7 span.p:nth-child(n + 2), h3.style7 span.p:nth-child(n + 2), p.style7 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style9, h2.style9, h3.style9, p.style9 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style9 mark, h2.style9 mark, h3.style9 mark, p.style9 mark {
	color: #8000FF;
	background-color: transparent;
}

h1.style9 a, h2.style9 a, h3.style9 a, p.style9 a {
	text-decoration: underline;
}

h1.style9 a:hover, h2.style9 a:hover, h3.style9 a:hover, p.style9 a:hover {
	text-decoration: none;
}

h1.style9 span.p:nth-child(n + 2), h2.style9 span.p:nth-child(n + 2), h3.style9 span.p:nth-child(n + 2), p.style9 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style10, h2.style10, h3.style10, p.style10 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style10 a, h2.style10 a, h3.style10 a, p.style10 a {
	text-decoration: underline;
}

h1.style10 a:hover, h2.style10 a:hover, h3.style10 a:hover, p.style10 a:hover {
	text-decoration: none;
}

h1.style10 span.p:nth-child(n + 2), h2.style10 span.p:nth-child(n + 2), h3.style10 span.p:nth-child(n + 2), p.style10 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text39 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.625em;
	line-height: 1;
	font-weight: 600;
}

#text39 mark {
	background-color: #CFC7FF;
}

#text39 a {
	text-decoration: underline;
}

#text39 a:hover {
	text-decoration: none;
}

#text39 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text70:not(:first-child) {
	margin-top: 1rem !important;
}

#text70:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text70 {
	text-align: center;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text70 a {
	text-decoration: underline;
}

#text70 a:hover {
	text-decoration: none;
}

#text70 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text390 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.625em;
	line-height: 1;
	font-weight: 600;
}

#text390 mark {
	background-color: #CFC7FF;
}

#text390 a {
	text-decoration: underline;
}

#text390 a:hover {
	text-decoration: none;
}

#text390 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text164:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text164:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text164 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text164 mark {
	background-color: #8F00FF;
}

#text164 a {
	text-decoration: underline;
}

#text164 a:hover {
	text-decoration: none;
}

#text164 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text232:not(:first-child) {
	margin-top: 1rem !important;
}

#text232:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text232 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.5em;
	line-height: 1;
	font-weight: 800;
}

#text232 mark {
	color: rgba(143,0,255,0.929);
	background-color: transparent;
}

#text232 a {
	text-decoration: underline;
}

#text232 a:hover {
	text-decoration: none;
}

#text232 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text21:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text21:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text21 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text21 mark {
	background-color: #8F00FF;
}

#text21 a {
	text-decoration: underline;
}

#text21 a:hover {
	text-decoration: none;
}

#text21 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text69:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text69:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text69 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text69 a {
	text-decoration: underline;
}

#text69 a:hover {
	text-decoration: none;
}

#text69 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text162:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text162:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text162 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text162 a {
	text-decoration: underline;
}

#text162 a:hover {
	text-decoration: none;
}

#text162 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text68:not(:first-child) {
	margin-top: 1rem !important;
}

#text68:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text68 {
	text-align: right;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text68 a {
	text-decoration: underline;
}

#text68 a:hover {
	text-decoration: none;
}

#text68 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style19:not(:first-child), h2.style19:not(:first-child), h3.style19:not(:first-child), p.style19:not(:first-child) {
	margin-top: 0.375rem !important;
}

h1.style19:not(:last-child), h2.style19:not(:last-child), h3.style19:not(:last-child), p.style19:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

h1.style19, h2.style19, h3.style19, p.style19 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 300;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

h1.style19 a, h2.style19 a, h3.style19 a, p.style19 a {
	text-decoration: underline;
}

h1.style19 a:hover, h2.style19 a:hover, h3.style19 a:hover, p.style19 a:hover {
	text-decoration: none;
}

h1.style19 span.p:nth-child(n + 2), h2.style19 span.p:nth-child(n + 2), h3.style19 span.p:nth-child(n + 2), p.style19 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text127:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text127:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text127 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text127 a {
	text-decoration: underline;
}

#text127 a:hover {
	text-decoration: none;
}

#text127 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style17, h2.style17, h3.style17, p.style17 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 400;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

h1.style17 a, h2.style17 a, h3.style17 a, p.style17 a {
	text-decoration: underline;
}

h1.style17 a:hover, h2.style17 a:hover, h3.style17 a:hover, p.style17 a:hover {
	text-decoration: none;
}

h1.style17 span.p:nth-child(n + 2), h2.style17 span.p:nth-child(n + 2), h3.style17 span.p:nth-child(n + 2), p.style17 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text404:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text404:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text404 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text404 a {
	text-decoration: underline;
}

#text404 a:hover {
	text-decoration: none;
}

#text404 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text407:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text407:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text407 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text407 a {
	text-decoration: underline;
}

#text407 a:hover {
	text-decoration: none;
}

#text407 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text410:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text410:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text410 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text410 a {
	text-decoration: underline;
}

#text410 a:hover {
	text-decoration: none;
}

#text410 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text92:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text92:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text92 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text92 a {
	text-decoration: underline;
}

#text92 a:hover {
	text-decoration: none;
}

#text92 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text381:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text381:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text381 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text381 a {
	text-decoration: underline;
}

#text381 a:hover {
	text-decoration: none;
}

#text381 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text384:not(:first-child) {
	margin-top: 0.25rem !important;
}

#text384:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#text384 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-shadow: 0rem 0rem 0.25rem transparent;
}

#text384 a {
	text-decoration: underline;
}

#text384 a:hover {
	text-decoration: none;
}

#text384 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text45:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text45:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text45 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text45 mark {
	background-color: #8F00FF;
}

#text45 a {
	text-decoration: underline;
}

#text45 a:hover {
	text-decoration: none;
}

#text45 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style23, h2.style23, h3.style23, p.style23 {
	text-transform: uppercase;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.05rem;
	width: calc(100% + 0.05rem);
	font-size: 0.75em;
	line-height: 1.75;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style23 a, h2.style23 a, h3.style23 a, p.style23 a {
	text-decoration: underline;
}

h1.style23 a:hover, h2.style23 a:hover, h3.style23 a:hover, p.style23 a:hover {
	text-decoration: none;
}

h1.style23 span.p:nth-child(n + 2), h2.style23 span.p:nth-child(n + 2), h3.style23 span.p:nth-child(n + 2), p.style23 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text111 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text48 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text136 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text108 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text198:not(:first-child) {
	margin-top: 0.125rem !important;
}

#text198:not(:last-child) {
	margin-bottom: 0.125rem !important;
}

#text198 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.625em;
	line-height: 1.75;
	font-weight: 500;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text198 a {
	text-decoration: underline;
}

#text198 a:hover {
	text-decoration: none;
}

#text198 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text154 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text117 mark {
	background: linear-gradient(90deg, rgba(81,0,170,1) 1%, rgba(121,9,116,1) 55%, rgba(151,0,255,1) 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text13:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text13:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text13 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text13 mark {
	background-color: #8F00FF;
}

#text13 a {
	text-decoration: underline;
}

#text13 a:hover {
	text-decoration: none;
}

#text13 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text35:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text35:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text35 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text35 a {
	text-decoration: underline;
}

#text35 a:hover {
	text-decoration: none;
}

#text35 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text81 {
	color: rgba(143,0,255,0.929);
	font-family: 'Montserrat', sans-serif;
	font-size: 5em;
	line-height: 0.75;
	font-weight: 900;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text81 a {
	text-decoration: underline;
}

#text81 a:hover {
	text-decoration: none;
}

#text81 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text104 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.75;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text104 a {
	text-decoration: underline;
}

#text104 a:hover {
	text-decoration: none;
}

#text104 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text121:not(:first-child) {
	margin-top: 1rem !important;
}

#text121:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text121 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.75;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text121 a {
	text-decoration: underline;
}

#text121 a:hover {
	text-decoration: none;
}

#text121 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text120:not(:first-child) {
	margin-top: 1rem !important;
}

#text120:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text120 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.75;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text120 a {
	text-decoration: underline;
}

#text120 a:hover {
	text-decoration: none;
}

#text120 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text250:not(:first-child) {
	margin-top: 1.25rem !important;
}

#text250:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#text250 {
	color: rgba(143,0,255,0.929);
	font-family: 'Montserrat', sans-serif;
	font-size: 5em;
	line-height: 0.75;
	font-weight: 900;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text250 a {
	text-decoration: underline;
}

#text250 a:hover {
	text-decoration: none;
}

#text250 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text03:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text03:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text03 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text03 mark {
	background-color: #8F00FF;
}

#text03 a {
	text-decoration: underline;
}

#text03 a:hover {
	text-decoration: none;
}

#text03 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text01:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text01:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text01 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text01 a {
	text-decoration: underline;
}

#text01 a:hover {
	text-decoration: none;
}

#text01 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text320:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text320:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text320 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text320 a {
	text-decoration: underline;
}

#text320 a:hover {
	text-decoration: none;
}

#text320 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text129 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.875;
	font-weight: 400;
}

#text129 a {
	text-decoration: underline;
}

#text129 a:hover {
	text-decoration: none;
}

#text129 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text513 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.875;
	font-weight: 400;
}

#text513 a {
	text-decoration: underline;
}

#text513 a:hover {
	text-decoration: none;
}

#text513 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style24, h2.style24, h3.style24, p.style24 {
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.375;
	font-weight: 700;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style24 a, h2.style24 a, h3.style24 a, p.style24 a {
	text-decoration: underline;
}

h1.style24 a:hover, h2.style24 a:hover, h3.style24 a:hover, p.style24 a:hover {
	text-decoration: none;
}

h1.style24 span.p:nth-child(n + 2), h2.style24 span.p:nth-child(n + 2), h3.style24 span.p:nth-child(n + 2), p.style24 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text74:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text74:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text74 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text74 a {
	text-decoration: underline;
}

#text74 a:hover {
	text-decoration: none;
}

#text74 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text57 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text57 mark {
	background-color: #8F00FF;
}

#text57 a {
	text-decoration: underline;
}

#text57 a:hover {
	text-decoration: none;
}

#text57 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text163 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text163 a {
	text-decoration: underline;
}

#text163 a:hover {
	text-decoration: none;
}

#text163 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style16, h2.style16, h3.style16, p.style16 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.625;
	font-weight: 400;
}

h1.style16 a, h2.style16 a, h3.style16 a, p.style16 a {
	text-decoration: underline;
}

h1.style16 a:hover, h2.style16 a:hover, h3.style16 a:hover, p.style16 a:hover {
	text-decoration: none;
}

h1.style16 span.p:nth-child(n + 2), h2.style16 span.p:nth-child(n + 2), h3.style16 span.p:nth-child(n + 2), p.style16 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style15, h2.style15, h3.style15, p.style15 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 500;
}

h1.style15 a, h2.style15 a, h3.style15 a, p.style15 a {
	text-decoration: underline;
}

h1.style15 a:hover, h2.style15 a:hover, h3.style15 a:hover, p.style15 a:hover {
	text-decoration: none;
}

h1.style15 span.p:nth-child(n + 2), h2.style15 span.p:nth-child(n + 2), h3.style15 span.p:nth-child(n + 2), p.style15 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style21, h2.style21, h3.style21, p.style21 {
	text-align: left;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 600;
}

h1.style21 a, h2.style21 a, h3.style21 a, p.style21 a {
	text-decoration: underline;
}

h1.style21 a:hover, h2.style21 a:hover, h3.style21 a:hover, p.style21 a:hover {
	text-decoration: none;
}

h1.style21 span.p:nth-child(n + 2), h2.style21 span.p:nth-child(n + 2), h3.style21 span.p:nth-child(n + 2), p.style21 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style25:not(:first-child), h2.style25:not(:first-child), h3.style25:not(:first-child), p.style25:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style25:not(:last-child), h2.style25:not(:last-child), h3.style25:not(:last-child), p.style25:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style25, h2.style25, h3.style25, p.style25 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style25 a, h2.style25 a, h3.style25 a, p.style25 a {
	text-decoration: underline;
}

h1.style25 a:hover, h2.style25 a:hover, h3.style25 a:hover, p.style25 a:hover {
	text-decoration: none;
}

h1.style25 span.p:nth-child(n + 2), h2.style25 span.p:nth-child(n + 2), h3.style25 span.p:nth-child(n + 2), p.style25 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text147 {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.125em;
	line-height: 1.875;
	font-weight: 300;
}

#text147 mark {
	background-color: #7DEFFF;
}

#text147 a {
	text-decoration: underline;
}

#text147 a:hover {
	text-decoration: none;
}

#text147 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text324:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text324:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text324 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text324 mark {
	background-color: #8F00FF;
}

#text324 a {
	text-decoration: underline;
}

#text324 a:hover {
	text-decoration: none;
}

#text324 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text78:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text78:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text78 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text78 a {
	text-decoration: underline;
}

#text78 a:hover {
	text-decoration: none;
}

#text78 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text325:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text325:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text325 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text325 mark {
	background-color: #8F00FF;
}

#text325 a {
	text-decoration: underline;
}

#text325 a:hover {
	text-decoration: none;
}

#text325 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text84:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text84:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text84 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text84 a {
	text-decoration: underline;
}

#text84 a:hover {
	text-decoration: none;
}

#text84 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text326:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text326:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text326 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text326 mark {
	background-color: #8F00FF;
}

#text326 a {
	text-decoration: underline;
}

#text326 a:hover {
	text-decoration: none;
}

#text326 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text90:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text90:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text90 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text90 a {
	text-decoration: underline;
}

#text90 a:hover {
	text-decoration: none;
}

#text90 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text329:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text329:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text329 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text329 mark {
	background-color: #8F00FF;
}

#text329 a {
	text-decoration: underline;
}

#text329 a:hover {
	text-decoration: none;
}

#text329 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text330:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text330:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text330 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text330 mark {
	background-color: #8F00FF;
}

#text330 a {
	text-decoration: underline;
}

#text330 a:hover {
	text-decoration: none;
}

#text330 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text25:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text25:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text25 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text25 mark {
	background-color: #8F00FF;
}

#text25 a {
	text-decoration: underline;
}

#text25 a:hover {
	text-decoration: none;
}

#text25 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text30:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text30:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text30 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text30 a {
	text-decoration: underline;
}

#text30 a:hover {
	text-decoration: none;
}

#text30 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text04:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text04:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text04 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text04 a {
	text-decoration: underline;
}

#text04 a:hover {
	text-decoration: none;
}

#text04 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text402:not(:first-child) {
	margin-top: 1rem !important;
}

#text402:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text402 {
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text402 a {
	text-decoration: underline;
}

#text402 a:hover {
	text-decoration: none;
}

#text402 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style22:not(:first-child), h2.style22:not(:first-child), h3.style22:not(:first-child), p.style22:not(:first-child) {
	margin-top: 0.375rem !important;
}

h1.style22:not(:last-child), h2.style22:not(:last-child), h3.style22:not(:last-child), p.style22:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

h1.style22, h2.style22, h3.style22, p.style22 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1;
	font-weight: 600;
}

h1.style22 mark, h2.style22 mark, h3.style22 mark, p.style22 mark {
	background-color: #8F00FF;
}

h1.style22 a, h2.style22 a, h3.style22 a, p.style22 a {
	text-decoration: underline;
}

h1.style22 a:hover, h2.style22 a:hover, h3.style22 a:hover, p.style22 a:hover {
	text-decoration: none;
}

h1.style22 span.p:nth-child(n + 2), h2.style22 span.p:nth-child(n + 2), h3.style22 span.p:nth-child(n + 2), p.style22 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

h1.style14:not(:first-child), h2.style14:not(:first-child), h3.style14:not(:first-child), p.style14:not(:first-child) {
	margin-top: 1rem !important;
}

h1.style14:not(:last-child), h2.style14:not(:last-child), h3.style14:not(:last-child), p.style14:not(:last-child) {
	margin-bottom: 1rem !important;
}

h1.style14, h2.style14, h3.style14, p.style14 {
	color: rgba(0,0,0,0.788);
	font-family: 'Playfair Display', serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

h1.style14 a, h2.style14 a, h3.style14 a, p.style14 a {
	text-decoration: underline;
}

h1.style14 a:hover, h2.style14 a:hover, h3.style14 a:hover, p.style14 a:hover {
	text-decoration: none;
}

h1.style14 span.p:nth-child(n + 2), h2.style14 span.p:nth-child(n + 2), h3.style14 span.p:nth-child(n + 2), p.style14 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text106:not(:first-child) {
	margin-top: 1.25rem !important;
}

#text106:not(:last-child) {
	margin-bottom: 1.25rem !important;
}

#text106 {
	text-align: center;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.625em;
	line-height: 1.75;
	font-weight: 600;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text106 a {
	text-decoration: underline;
}

#text106 a:hover {
	text-decoration: none;
}

#text106 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text331:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text331:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text331 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text331 mark {
	background-color: #8F00FF;
}

#text331 a {
	text-decoration: underline;
}

#text331 a:hover {
	text-decoration: none;
}

#text331 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text28:not(:first-child) {
	margin-top: 1rem !important;
}

#text28:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text28 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text28 a {
	text-decoration: underline;
}

#text28 a:hover {
	text-decoration: none;
}

#text28 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text77:not(:first-child) {
	margin-top: 1rem !important;
}

#text77:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text77 {
	text-align: center;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text77 a {
	text-decoration: underline;
}

#text77 a:hover {
	text-decoration: none;
}

#text77 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text19:not(:first-child) {
	margin-top: 1rem !important;
}

#text19:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text19 {
	text-align: center;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text19 a {
	text-decoration: underline;
}

#text19 a:hover {
	text-decoration: none;
}

#text19 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text37:not(:first-child) {
	margin-top: 1rem !important;
}

#text37:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text37 {
	text-align: center;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text37 a {
	text-decoration: underline;
}

#text37 a:hover {
	text-decoration: none;
}

#text37 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text91:not(:first-child) {
	margin-top: 0.75rem !important;
}

#text91:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#text91 {
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 300;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text91 a {
	text-decoration: underline;
}

#text91 a:hover {
	text-decoration: none;
}

#text91 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text50:not(:first-child) {
	margin-top: 1rem !important;
}

#text50:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text50 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Nunito', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 600;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text50 a {
	text-decoration: underline;
}

#text50 a:hover {
	text-decoration: none;
}

#text50 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text288 {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.375;
	font-weight: 600;
	text-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.988);
}

#text288 a {
	text-decoration: none;
}

#text288 a:hover {
	text-decoration: underline;
}

#text288 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text158:not(:first-child) {
	margin-top: 0.375rem !important;
}

#text158:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

#text158 {
	text-transform: uppercase;
	color: rgba(0,0,0,0.761);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.375em;
	line-height: 1;
	font-weight: 800;
}

#text158 mark {
	background-color: #8F00FF;
}

#text158 a {
	text-decoration: underline;
}

#text158 a:hover {
	text-decoration: none;
}

#text158 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text09:not(:first-child) {
	margin-top: 1rem !important;
}

#text09:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text09 {
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	line-height: 1.625;
	font-weight: 800;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text09 a {
	text-decoration: underline;
}

#text09 a:hover {
	text-decoration: none;
}

#text09 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text386:not(:first-child) {
	margin-top: 0.5rem !important;
}

#text386:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#text386 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 300;
}

#text386 a {
	text-decoration: underline;
}

#text386 a:hover {
	text-decoration: none;
}

#text386 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text23:not(:first-child) {
	margin-top: 1rem !important;
}

#text23:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text23 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text23 a {
	text-decoration: underline;
}

#text23 a:hover {
	text-decoration: none;
}

#text23 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text173:not(:first-child) {
	margin-top: 1rem !important;
}

#text173:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text173 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text173 a {
	text-decoration: underline;
}

#text173 a:hover {
	text-decoration: none;
}

#text173 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text80:not(:first-child) {
	margin-top: 1rem !important;
}

#text80:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text80 {
	text-align: left;
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text80 a {
	text-decoration: underline;
}

#text80 a:hover {
	text-decoration: none;
}

#text80 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

#text76:not(:first-child) {
	margin-top: 1rem !important;
}

#text76:not(:last-child) {
	margin-bottom: 1rem !important;
}

#text76 {
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem transparent;
}

#text76 a {
	text-decoration: underline;
}

#text76 a:hover {
	text-decoration: none;
}

#text76 span.p:nth-child(n + 2) {
	margin-top: 1rem;
}

.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;
}

#video02 video {
	width: 100vw;
}

#video02 .frame {
	width: 100vw;
}

#video02 .frame:before {
	padding-top: 56.25%;
}

#video03 video {
	border-radius: 0rem;
	width: 100vw;
}

#video03 .frame {
	border-radius: 0rem;
	width: 100vw;
}

#video03 .frame:before {
	padding-top: 56.25%;
}

#video05 video {
	border-radius: 0rem;
	width: 100vw;
}

#video05 .frame {
	border-radius: 0rem;
	width: 100vw;
}

#video05 .frame:before {
	padding-top: 56.25%;
}

#video04 video {
	width: 100vw;
}

#video04 .frame {
	width: 100vw;
}

#video04 .frame:before {
	padding-top: 56.25%;
}

#video06 video {
	width: 100vw;
}

#video06 .frame {
	width: 100vw;
}

#video06 .frame:before {
	padding-top: 56.25%;
}

#video08 video {
	width: 100vw;
}

#video08 .frame {
	width: 100vw;
}

#video08 .frame:before {
	padding-top: 56.25%;
}

#video09 video {
	width: 100vw;
}

#video09 .frame {
	width: 100vw;
}

#video09 .frame:before {
	padding-top: 56.25%;
}

#video10 video {
	width: 100vw;
}

#video10 .frame {
	width: 100vw;
}

#video10 .frame:before {
	padding-top: 56.25%;
}

#video11 video {
	width: 100vw;
}

#video11 .frame {
	width: 100vw;
}

#video11 .frame:before {
	padding-top: 56.25%;
}

hr {
	align-items: center;
	border: 0;
	display: flex;
	justify-content: var(--flex-alignment);
	min-height: 1rem;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
}

#divider07:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider07:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider07:before {
	width: 15rem;
	border-top: dotted 1px transparent;
	height: 1px;
}

#divider02:not(:first-child) {
	margin-top: 0.5rem !important;
}

#divider02:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#divider02:before {
	width: 1rem;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider04:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider04:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider04:before {
	width: 100%;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider09:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider09:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider09:before {
	width: 100%;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider10:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider10:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider10:before {
	width: 100%;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider11:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider11:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider11:before {
	width: 100%;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider08:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider08:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider08:before {
	width: 100%;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider03:not(:first-child) {
	margin-top: 0.5rem !important;
}

#divider03:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#divider03:before {
	width: 1rem;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

#divider05:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider05:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider05:before {
	width: 70rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider13:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider13:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider13:before {
	width: 70rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider12:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider12:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider12:before {
	width: 70rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider06:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider06:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider06:before {
	width: 70rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider16:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider16:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider16:before {
	width: 15rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider01:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider01:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider01:before {
	width: 15rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

#divider15:not(:first-child) {
	margin-top: 0.25rem !important;
}

#divider15:not(:last-child) {
	margin-bottom: 0.25rem !important;
}

#divider15:before {
	width: 15rem;
	border-top: dotted 1px #8A8A8A;
	height: 1px;
}

.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;
	pointer-events: none;
	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;
}

.icons.style1 {
	font-size: 1em;
	gap: 1.5rem;
}

.icons.style1:not(:first-child) {
	margin-top: 0.375rem !important;
}

.icons.style1:not(:last-child) {
	margin-bottom: 0.375rem !important;
}

.icons.style1 li a {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style1 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

.icons.style1 a svg {
	fill: rgba(0,0,0,0.91);
}

.icons.style1 a:hover svg {
	fill: rgba(0,0,0,0.91) !important;
}

.icons.style1 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons07 .n01:hover svg {
	fill: #000000 !important;
}

#icons07 .n02:hover svg {
	fill: #0077B5 !important;
}

#icons09 .n01:hover svg {
	fill: #000000 !important;
}

#icons09 .n03:hover svg {
	fill: #0077B5 !important;
}

#icons09 .n04:hover svg {
	fill: #1D9BF0 !important;
}

#icons02 .n01:hover svg {
	fill: #000000 !important;
}

#icons02 .n02:hover svg {
	fill: #0077B5 !important;
}

#icons04 .n01:hover svg {
	fill: #000000 !important;
}

#icons04 .n02:hover svg {
	fill: #0077B5 !important;
}

#icons04 .n03:hover svg {
	fill: #1D9BF0 !important;
}

#icons11 .n01:hover svg {
	fill: #000000 !important;
}

#icons11 .n02:hover svg {
	fill: #1D9BF0 !important;
}

#icons18 .n01:hover svg {
	fill: #000000 !important;
}

#icons01 .n01:hover svg {
	fill: #000000 !important;
}

#icons15 .n01:hover svg {
	fill: #000000 !important;
}

#icons15 .n02:hover svg {
	fill: #0077B5 !important;
}

#icons16 .n01:hover svg {
	fill: #000000 !important;
}

#icons16 .n02:hover svg {
	fill: #1D9BF0 !important;
}

#icons03 .n01:hover svg {
	fill: #0077B5 !important;
}

#icons05 .n01:hover svg {
	fill: #0077B5 !important;
}

#icons06 .n01:hover svg {
	fill: #00EDB4 !important;
}

#icons10 .n01:hover svg {
	fill: #0077B5 !important;
}

#icons13 .n01:hover svg {
	fill: #0077B5 !important;
}

#icons12 {
	font-size: 2.5em;
	gap: 1rem;
}

#icons12:not(:first-child) {
	margin-top: 0.5rem !important;
}

#icons12:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#icons12 li a {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	transition: transform 0s ease, color 0s ease, background-color 0s ease, border-color 0s ease;
}

#icons12 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0s ease;
}

#icons12 a svg {
	fill: rgba(31,161,255,0.91);
}

#icons12 a:hover svg {
	fill: rgba(0,148,255,0.91) !important;
}

#icons12 li a + svg {
	transition: transform 0s ease, fill 0s ease, stroke 0s ease;
}

#icons12 li a:hover {
	transform: scale(1.025);
}

#icons12 li a:hover + svg {
	transform: scale(1.025);
}

.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);
	margin: 0 auto;
}

.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;
}

#gallery34:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery34:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery34 .inner {
	max-width: 15rem;
}

#gallery34 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery34 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery34 ul {
	gap: 1rem;
}

#gallery34 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery34 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery34 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery35:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery35:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery35 .inner {
	max-width: 15rem;
}

#gallery35 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery35 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery35 ul {
	gap: 1rem;
}

#gallery35 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery35 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery35 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery36:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery36:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery36 .inner {
	max-width: 15rem;
}

#gallery36 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery36 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery36 ul {
	gap: 1rem;
}

#gallery36 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery36 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery36 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery37:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery37:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery37 .inner {
	max-width: 15rem;
}

#gallery37 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery37 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery37 ul {
	gap: 1rem;
}

#gallery37 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery37 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery37 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery38:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery38:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery38 .inner {
	max-width: 15rem;
}

#gallery38 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery38 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery38 ul {
	gap: 1rem;
}

#gallery38 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery38 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery38 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery39:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery39:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery39 .inner {
	max-width: 15rem;
}

#gallery39 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery39 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery39 ul {
	gap: 1rem;
}

#gallery39 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery39 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery39 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery40:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery40:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery40 .inner {
	max-width: 15rem;
}

#gallery40 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery40 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery40 ul {
	gap: 1rem;
}

#gallery40 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery40 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery40 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery41:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery41:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery41 .inner {
	max-width: 15rem;
}

#gallery41 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery41 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery41 ul {
	gap: 1rem;
}

#gallery41 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery41 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery41 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery42:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery42:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery42 .inner {
	max-width: 15rem;
}

#gallery42 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery42 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery42 ul {
	gap: 1rem;
}

#gallery42 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery42 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery42 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery43:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery43:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery43 .inner {
	max-width: 15rem;
}

#gallery43 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery43 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery43 ul {
	gap: 1rem;
}

#gallery43 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery43 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery43 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery44:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery44:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery44 .inner {
	max-width: 15rem;
}

#gallery44 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery44 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery44 ul {
	gap: 1rem;
}

#gallery44 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery44 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery44 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery45:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery45:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery45 .inner {
	max-width: 15rem;
}

#gallery45 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery45 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery45 ul {
	gap: 1rem;
}

#gallery45 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery45 ul li img {
	height: auto;
	max-height: 50rem;
}

#gallery45 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery48:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery48:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery48 .inner {
	max-width: 15rem;
}

#gallery48 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery48 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery48 ul {
	gap: 1rem;
}

#gallery48 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery48 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery48 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery47:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery47:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery47 .inner {
	max-width: 15rem;
}

#gallery47 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery47 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery47 ul {
	gap: 1rem;
}

#gallery47 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery47 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery47 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery49:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery49:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery49 .inner {
	max-width: 15rem;
}

#gallery49 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery49 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery49 ul {
	gap: 1rem;
}

#gallery49 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery49 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery49 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery52:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery52:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery52 .inner {
	max-width: 15rem;
}

#gallery52 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery52 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery52 ul {
	gap: 1rem;
}

#gallery52 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery52 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery52 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery01:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery01:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery01 .inner {
	max-width: 15rem;
}

#gallery01 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery01 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery01 ul {
	gap: 1rem;
}

#gallery01 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery01 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery01 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery57:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery57:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery57 .inner {
	max-width: 15rem;
}

#gallery57 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery57 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery57 ul {
	gap: 1rem;
}

#gallery57 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery57 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery57 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery50:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery50:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery50 .inner {
	max-width: 15rem;
}

#gallery50 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery50 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery50 ul {
	gap: 1rem;
}

#gallery50 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery50 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery50 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery56:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery56:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery56 .inner {
	max-width: 15rem;
}

#gallery56 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery56 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery56 ul {
	gap: 1rem;
}

#gallery56 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery56 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery56 ul li .thumbnail:hover {
	transform: rotate(1.25deg);
	z-index: 1;
}

#gallery51:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery51:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery51 .inner {
	max-width: 15rem;
}

#gallery51 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery51 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery51 ul {
	gap: 1rem;
}

#gallery51 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery51 ul li img {
	height: auto;
	max-height: 14.5rem;
}

#gallery51 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery58:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery58:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery58 .inner {
	max-width: 15rem;
}

#gallery58 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery58 ul li .frame {
	border-radius: 0.5rem;
	box-shadow: 0rem 0rem 2rem 0rem rgba(0,0,0,0.31);
}

#gallery58 ul {
	gap: 1rem;
}

#gallery58 ul li .thumbnail {
	display: block;
	transition: transform 0.25s ease, z-index 0.25s ease;
}

#gallery58 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery58 ul li .thumbnail:hover {
	transform: rotate(-1.25deg);
	z-index: 1;
}

#gallery14 {
	text-align: center;
}

#gallery14 .inner {
	max-width: 15rem;
}

#gallery14 ul {
	justify-content: center;
	gap: 0rem;
}

#gallery14 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery14 ul li .frame {
	border-radius: 0rem;
}

#gallery14 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 300;
}

#gallery14 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery14 ul li img {
	height: auto;
	max-height: 24.625rem;
}

#gallery14 ul li .thumbnail img {
	transition: none;
}

.gallery.style1:not(:first-child) {
	margin-top: 1.5rem !important;
}

.gallery.style1:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

.gallery.style1 .inner {
	max-width: 30rem;
}

.gallery.style1 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

.gallery.style1 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

.gallery.style1 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

.gallery.style1 ul {
	gap: 1rem;
}

.gallery.style1 ul li .thumbnail {
	display: block;
	transition: none;
}

.gallery.style1 ul li img {
	height: auto;
	max-height: 30rem;
}

.gallery.style1 ul li .thumbnail img {
	transition: none;
}

#gallery12:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery12:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery12 .inner {
	max-width: 30rem;
}

#gallery12 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery12 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery12 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery12 ul {
	gap: 1rem;
}

#gallery12 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery12 ul li img {
	height: auto;
	max-height: 12rem;
}

#gallery12 ul li .thumbnail img {
	transition: none;
}

#gallery18:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery18:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery18 .inner {
	max-width: 29rem;
}

#gallery18 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery18 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery18 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery18 ul {
	gap: 1rem;
}

#gallery18 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery18 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery18 ul li .thumbnail img {
	transition: none;
}

#gallery20:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery20:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery20 .inner {
	max-width: 20rem;
}

#gallery20 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery20 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery20 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery20 ul {
	gap: 1rem;
}

#gallery20 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery20 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery20 ul li .thumbnail img {
	transition: none;
}

#gallery21:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery21:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery21 .inner {
	max-width: 30rem;
}

#gallery21 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery21 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery21 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery21 ul {
	gap: 1rem;
}

#gallery21 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery21 ul li img {
	height: auto;
	max-height: 18rem;
}

#gallery21 ul li .thumbnail img {
	transition: none;
}

#gallery22:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery22:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery22 .inner {
	max-width: 25rem;
}

#gallery22 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery22 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery22 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery22 ul {
	gap: 1rem;
}

#gallery22 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery22 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery22 ul li .thumbnail img {
	transition: none;
}

#gallery23:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery23:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery23 .inner {
	max-width: 25rem;
}

#gallery23 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery23 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery23 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery23 ul {
	gap: 1rem;
}

#gallery23 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery23 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery23 ul li .thumbnail img {
	transition: none;
}

#gallery24:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery24:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery24 .inner {
	max-width: 25rem;
}

#gallery24 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery24 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery24 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery24 ul {
	gap: 1rem;
}

#gallery24 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery24 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery24 ul li .thumbnail img {
	transition: none;
}

#gallery27:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery27:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery27 .inner {
	max-width: 20rem;
}

#gallery27 ul li {
	border-radius: 0.5rem;
	display: inline-block;
}

#gallery27 ul li .frame {
	border-radius: 0.5rem;
	border-color: rgba(0,0,0,0.412);
	border-style: solid;
	border-width: 1px;
}

#gallery27 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 0.5rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery27 ul {
	gap: 1rem;
}

#gallery27 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery27 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery27 ul li .thumbnail img {
	transition: none;
}

#gallery08:not(:first-child) {
	margin-top: 1.5rem !important;
}

#gallery08:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

#gallery08 .inner {
	max-width: 100%;
}

#gallery08 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery08 ul li .frame {
	border-radius: 0rem;
}

#gallery08 ul li .caption p {
	padding-bottom: 0rem;
	padding-top: 1rem;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 400;
}

#gallery08 ul {
	gap: 1rem;
}

#gallery08 ul li .thumbnail {
	display: block;
	transition: none;
}

#gallery08 ul li img {
	height: auto;
	max-height: 30rem;
}

#gallery08 ul li .thumbnail img {
	transition: none;
}

.list {
	display: block;
}

.list ul, .list ol {
	display: inline-block;
	max-width: 100%;
	text-align: var(--site-language-alignment);
	vertical-align: middle;
}

.list ul li, .list ol li {
	direction: var(--site-language-direction);
	display: flex;
	position: relative;
}

.list ul li:before, .list ol li:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	font-variant: normal !important;
	letter-spacing: 0 !important;
	order: 1;
	position: relative;
}

.list ul li:after, .list ol li:after {
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	order: 2;
	pointer-events: none;
}

.list ul li p, .list ol li p {
	flex-grow: 1;
	flex-shrink: 1;
	order: 3;
}

.list ul li:first-child, .list ol li:first-child {
	margin-top: 0 !important;
}

#list04 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list04 mark {
	color: #8000FF;
	background-color: #8F00FF;
}

#list04 a {
	text-decoration: underline;
}

#list04 ul {
	width: 100%;
}

#list04 ul li {
	margin-top: 0.5rem;
}

#list04 ul li:after {
	width: 0.625rem;
}

#list04 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 1rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.5rem;
	line-height: 1.5rem;
	min-width: 0.703125rem;
}

#list03 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list03 mark {
	color: #8000FF;
	background-color: #8F00FF;
}

#list03 a {
	text-decoration: underline;
}

#list03 ul {
	width: 100%;
}

#list03 ul li {
	margin-top: 0.5rem;
}

#list03 ul li:after {
	width: 0.625rem;
}

#list03 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 1rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.5rem;
	line-height: 1.5rem;
	min-width: 0.703125rem;
}

#list01 {
	color: rgba(0,0,0,0.761);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 400;
}

#list01 mark {
	color: #8000FF;
	background-color: #8F00FF;
}

#list01 a {
	color: #000000;
	text-decoration: underline;
}

#list01 ul {
	width: 100%;
}

#list01 ul li {
	margin-top: 0.5rem;
}

#list01 ul li:after {
	width: 0.546875rem;
}

#list01 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 1rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.53125rem;
	line-height: 1.53125rem;
	min-width: 0.7177734375rem;
}

#list02 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.625;
	font-weight: 300;
	padding-left: calc(0.875rem * var(--indent-left));
	padding-right: calc(0.875rem * var(--indent-right));
}

#list02 mark {
	color: #8000FF;
	background-color: #8F00FF;
}

#list02 a {
	text-decoration: underline;
}

#list02 ul {
	width: 100%;
}

#list02 ul li {
	margin-top: 0.5rem;
}

#list02 ul li:after {
	width: 0.546875rem;
}

#list02 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 1rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.421875rem;
	line-height: 1.421875rem;
	min-width: 0.66650390625rem;
}

#list06 {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 1.625;
	font-weight: 400;
	padding-left: calc(1rem * var(--indent-left));
	padding-right: calc(1rem * var(--indent-right));
}

#list06 mark {
	color: #8000FF;
	background-color: #8F00FF;
}

#list06 a {
	text-decoration: underline;
}

#list06 ul {
	width: 100%;
}

#list06 ul li {
	margin-top: 0.5rem;
}

#list06 ul li:after {
	width: 0.546875rem;
}

#list06 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');
	border-radius: 1rem;
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.421875rem;
	line-height: 1.421875rem;
	min-width: 0.66650390625rem;
}

.links {
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0;
}

.links li {
	position: relative;
	text-align: var(--alignment);
}

.links li a {
	direction: var(--site-language-direction);
	display: block;
}

#links03 {
	gap: 0.75rem;
	flex-direction: column;
	flex-wrap: nowrap;
	font-family: 'Muli', sans-serif;
	font-size: 0.875em;
	font-weight: 400;
}

#links03:not(:first-child) {
	margin-top: 0.063rem !important;
}

#links03:not(:last-child) {
	margin-bottom: 0.063rem !important;
}

#links03 li a {
	color: #000000;
	text-decoration: underline;
}

@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: 13pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
	
	
	
	#container04 > .slideshow-background > .slow {
		animation-duration: 37.5s;
	}
	
	#container04 > .slideshow-background > .normal {
		animation-duration: 28.125s;
	}
	
	#container04 > .slideshow-background > .fast {
		animation-duration: 18.75s;
	}
	
	#container26 {
		background-attachment: scroll;
	}
	
	#container31 {
		background-attachment: scroll;
		--background-parallax-intensity: 0 !important;
	}
	
	.gallery-modal .nav {
		opacity: 1 !important;
	}
	
	.gallery-modal .close {
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
	
	#container16 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
	}
	
	#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;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container16 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(3) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container04.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	.container.style9.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style9.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style9.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type, .container.style9.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type, .container.style9.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style9.columns > .wrapper > .inner > div:first-of-type, .container.style9.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > div:last-of-type, .container.style9.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container132 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container132 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container46 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container46 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	.container.style10 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
	}
	
	.container.style10.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style10.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style10.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type, .container.style10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type, .container.style10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style10.columns > .wrapper > .inner > div:first-of-type, .container.style10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > div:last-of-type, .container.style10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container85 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container85 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container34.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container34.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container34.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container34.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container34.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container34.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container34.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container34.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container34.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container34.columns > .wrapper > .inner > div:first-of-type, #container34.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container34.columns > .wrapper > .inner > div:last-of-type, #container34.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container34.columns > .wrapper > .inner > div:first-of-type, #container34.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > div:last-of-type, #container34.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container34 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container34 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container65 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container65 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container47.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container47.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container47.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container47.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container47.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container47.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container47.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container47.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container47.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container47.columns > .wrapper > .inner > div:last-of-type, #container47.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container47.columns > .wrapper > .inner > div:first-of-type, #container47.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container47.columns > .wrapper > .inner > div:last-of-type, #container47.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > div:first-of-type, #container47.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container40.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container40.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container40.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container40.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container40.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type, #container40.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type, #container40.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container40.columns > .wrapper > .inner > div:first-of-type, #container40.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > div:last-of-type, #container40.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container92.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container92.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container92.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container92.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container92.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container92.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container92.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container92.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container92.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container92.columns > .wrapper > .inner > div:first-of-type, #container92.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container92.columns > .wrapper > .inner > div:last-of-type, #container92.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container92.columns > .wrapper > .inner > div:first-of-type, #container92.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > div:last-of-type, #container92.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container92 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container92 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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 > .full:first-child:last-child {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container41 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container41 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container41 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container73 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container73 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container73 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container07 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container83.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container83.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container83.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container83.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container83.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container83.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container83.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container83.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container83.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container83.columns > .wrapper > .inner > div:first-of-type, #container83.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container83.columns > .wrapper > .inner > div:last-of-type, #container83.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container83.columns > .wrapper > .inner > div:first-of-type, #container83.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > div:last-of-type, #container83.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container32.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container32.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container32.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container32.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container32.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container32.columns > .wrapper > .inner > div:first-of-type, #container32.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > div:last-of-type, #container32.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container32 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container32 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container32 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container75.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container75.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container75.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container75.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container75.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container75.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container75.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container75.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container75.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container75.columns > .wrapper > .inner > div:first-of-type, #container75.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container75.columns > .wrapper > .inner > div:last-of-type, #container75.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container75.columns > .wrapper > .inner > div:first-of-type, #container75.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > div:last-of-type, #container75.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container75 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container75 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container75 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container42.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container42.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container42.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container42.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container42.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container42.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container42.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container42.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container42.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container42.columns > .wrapper > .inner > div:first-of-type, #container42.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container42.columns > .wrapper > .inner > div:last-of-type, #container42.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container42.columns > .wrapper > .inner > div:first-of-type, #container42.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > div:last-of-type, #container42.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container42 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container42 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container42 > .wrapper > .inner > :nth-child(3) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container104.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container104.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container104.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container104.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container104.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container104.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container104.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container104.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container104.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container104.columns > .wrapper > .inner > div:last-of-type, #container104.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container104.columns > .wrapper > .inner > div:first-of-type, #container104.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container104.columns > .wrapper > .inner > div:last-of-type, #container104.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > div:first-of-type, #container104.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	
	
	#container79.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container79.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container79.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container79.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container79.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container79.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container79.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container79.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container79.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container79.columns > .wrapper > .inner > div:first-of-type, #container79.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container79.columns > .wrapper > .inner > div:last-of-type, #container79.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container79.columns > .wrapper > .inner > div:first-of-type, #container79.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > div:last-of-type, #container79.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container84.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container84.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container84.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container84.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container84.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container84.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container84.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container84.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container84.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container84.columns > .wrapper > .inner > div:first-of-type, #container84.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container84.columns > .wrapper > .inner > div:last-of-type, #container84.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container84.columns > .wrapper > .inner > div:first-of-type, #container84.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > div:last-of-type, #container84.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container80.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container80.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container80.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container80.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container80.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container80.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container80.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container80.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container80.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container80.columns > .wrapper > .inner > div:first-of-type, #container80.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container80.columns > .wrapper > .inner > div:last-of-type, #container80.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container80.columns > .wrapper > .inner > div:first-of-type, #container80.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > div:last-of-type, #container80.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container80 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container80 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container80 > .wrapper > .inner > :nth-child(3) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container80 > .wrapper > .inner > :nth-child(4) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container80 > .wrapper > .inner > :nth-child(5) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container103.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container103.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container103.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container103.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container103.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container103.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container103.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container103.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container103.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container103.columns > .wrapper > .inner > div:last-of-type, #container103.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container103.columns > .wrapper > .inner > div:first-of-type, #container103.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container103.columns > .wrapper > .inner > div:last-of-type, #container103.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > div:first-of-type, #container103.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container126.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container126.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container126.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container126.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container126.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container126.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container126.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container126.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container126.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container126.columns > .wrapper > .inner > div:first-of-type, #container126.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container126.columns > .wrapper > .inner > div:last-of-type, #container126.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container126.columns > .wrapper > .inner > div:first-of-type, #container126.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > div:last-of-type, #container126.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container126 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container126 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container126 > .wrapper > .inner > :nth-child(3) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container126 > .wrapper > .inner > :nth-child(4) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container126 > .wrapper > .inner > :nth-child(5) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container102.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container102.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container102.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container102.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container102.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container102.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container102.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container102.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container102.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container102.columns > .wrapper > .inner > div:last-of-type, #container102.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container102.columns > .wrapper > .inner > div:first-of-type, #container102.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container102.columns > .wrapper > .inner > div:last-of-type, #container102.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > div:first-of-type, #container102.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container67.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container67.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container67.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container67.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container67.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container67.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container67.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container67.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container67.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container67.columns > .wrapper > .inner > div:first-of-type, #container67.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container67.columns > .wrapper > .inner > div:last-of-type, #container67.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container67.columns > .wrapper > .inner > div:first-of-type, #container67.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > div:last-of-type, #container67.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container108.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container108.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container108.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container108.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container108.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container108.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container108.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container108.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container108.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container108.columns > .wrapper > .inner > div:first-of-type, #container108.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container108.columns > .wrapper > .inner > div:last-of-type, #container108.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container108.columns > .wrapper > .inner > div:first-of-type, #container108.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > div:last-of-type, #container108.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container108 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container108 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container55 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container55.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container55.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container55.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container55.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container55.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container55.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container55.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container55.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container55.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container55.columns > .wrapper > .inner > div:first-of-type, #container55.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container55.columns > .wrapper > .inner > div:last-of-type, #container55.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container55.columns > .wrapper > .inner > div:first-of-type, #container55.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > div:last-of-type, #container55.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container55 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container55 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container57 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container57.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container57.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container57.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container57.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container57.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container57.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container57.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container57.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container57.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container57.columns > .wrapper > .inner > div:first-of-type, #container57.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container57.columns > .wrapper > .inner > div:last-of-type, #container57.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container57.columns > .wrapper > .inner > div:first-of-type, #container57.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > div:last-of-type, #container57.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container57 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container57 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container58 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container58.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container58.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container58.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container58.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container58.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container58.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container58.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container58.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container58.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container58.columns > .wrapper > .inner > div:first-of-type, #container58.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container58.columns > .wrapper > .inner > div:last-of-type, #container58.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container58.columns > .wrapper > .inner > div:first-of-type, #container58.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > div:last-of-type, #container58.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container58 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container58 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container59 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container59.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container59.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container59.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container59.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container59.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container59.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container59.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container59.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container59.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container59.columns > .wrapper > .inner > div:first-of-type, #container59.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container59.columns > .wrapper > .inner > div:last-of-type, #container59.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container59.columns > .wrapper > .inner > div:first-of-type, #container59.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > div:last-of-type, #container59.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container59 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container59 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container53 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container53.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container53.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container53.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container53.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container53.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container53.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container53.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container53.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container53.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container53.columns > .wrapper > .inner > div:first-of-type, #container53.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container53.columns > .wrapper > .inner > div:last-of-type, #container53.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container53.columns > .wrapper > .inner > div:first-of-type, #container53.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > div:last-of-type, #container53.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container53 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container53 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container60 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container60.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container60.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container60.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container60.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container60.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container60.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container60.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container60.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container60.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container60.columns > .wrapper > .inner > div:first-of-type, #container60.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container60.columns > .wrapper > .inner > div:last-of-type, #container60.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container60.columns > .wrapper > .inner > div:first-of-type, #container60.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > div:last-of-type, #container60.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container60 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container60 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container101.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container101.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container101.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container101.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container101.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container101.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container101.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container101.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container101.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container101.columns > .wrapper > .inner > div:last-of-type, #container101.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container101.columns > .wrapper > .inner > div:first-of-type, #container101.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container101.columns > .wrapper > .inner > div:last-of-type, #container101.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > div:first-of-type, #container101.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container54.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container54.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container54.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container54.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container54.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container54.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container54.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container54.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container54.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container54.columns > .wrapper > .inner > div:last-of-type, #container54.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container54.columns > .wrapper > .inner > div:first-of-type, #container54.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container54.columns > .wrapper > .inner > div:last-of-type, #container54.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > div:first-of-type, #container54.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container70.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container70.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container70.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container70.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container70.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container70.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container70.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container70.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container70.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container70.columns > .wrapper > .inner > div:last-of-type, #container70.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container70.columns > .wrapper > .inner > div:first-of-type, #container70.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container70.columns > .wrapper > .inner > div:last-of-type, #container70.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > div:first-of-type, #container70.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container71.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container71.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container71.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container71.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container71.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container71.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container71.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container71.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container71.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container71.columns > .wrapper > .inner > div:first-of-type, #container71.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container71.columns > .wrapper > .inner > div:last-of-type, #container71.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container71.columns > .wrapper > .inner > div:first-of-type, #container71.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > div:last-of-type, #container71.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container68.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container68.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container68.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container68.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container68.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container68.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container68.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container68.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container68.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container68.columns > .wrapper > .inner > div:last-of-type, #container68.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container68.columns > .wrapper > .inner > div:first-of-type, #container68.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container68.columns > .wrapper > .inner > div:last-of-type, #container68.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > div:first-of-type, #container68.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container62.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container62.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container62.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container62.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container62.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container62.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container62.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container62.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container62.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container62.columns > .wrapper > .inner > div:first-of-type, #container62.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container62.columns > .wrapper > .inner > div:last-of-type, #container62.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container62.columns > .wrapper > .inner > div:first-of-type, #container62.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > div:last-of-type, #container62.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container63.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container63.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container63.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container63.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container63.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container63.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container63.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container63.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container63.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container63.columns > .wrapper > .inner > div:first-of-type, #container63.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container63.columns > .wrapper > .inner > div:last-of-type, #container63.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container63.columns > .wrapper > .inner > div:first-of-type, #container63.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > div:last-of-type, #container63.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container17.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container17.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container17.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#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.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container43.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container43.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container43.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container43.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container43.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container43.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container43.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container43.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container43.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container43.columns > .wrapper > .inner > div:first-of-type, #container43.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container43.columns > .wrapper > .inner > div:last-of-type, #container43.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container43.columns > .wrapper > .inner > div:first-of-type, #container43.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > div:last-of-type, #container43.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container69.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container69.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container69.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container69.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container69.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container69.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container69.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container69.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container69.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container69.columns > .wrapper > .inner > div:last-of-type, #container69.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container69.columns > .wrapper > .inner > div:first-of-type, #container69.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container69.columns > .wrapper > .inner > div:last-of-type, #container69.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > div:first-of-type, #container69.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container61.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container61.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container61.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container61.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container61.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container61.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container61.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container61.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container61.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container61.columns > .wrapper > .inner > div:first-of-type, #container61.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container61.columns > .wrapper > .inner > div:last-of-type, #container61.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container61.columns > .wrapper > .inner > div:first-of-type, #container61.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > div:last-of-type, #container61.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container119.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container119.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container119.columns > .wrapper > .inner > span:first-child + div:before {
		display: none !important;
	}
	
	#container119.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > *:before {
		border-top: solid 1px rgba(120,120,120,0.149) !important;
		height: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
		left: var(--padding-horizontal) !important;
		width: calc(100% - (var(--padding-horizontal) * 2)) !important;
	}
	
	#container119.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	#container119.columns > .wrapper > .inner > *:last-child:before {
		display: block !important;
	}
	
	#container119.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container119.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container119.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container119.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container119.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container119.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container119.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container119.columns > .wrapper > .inner > div:first-of-type, #container119.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container119.columns > .wrapper > .inner > div:last-of-type, #container119.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container119.columns > .wrapper > .inner > div:first-of-type, #container119.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > div:last-of-type, #container119.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container119 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container119 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container119 > .wrapper > .inner > :nth-child(3) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#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;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container118.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container118.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container118.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container118.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container118.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container118.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container118.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container118.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container118.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container118.columns > .wrapper > .inner > div:first-of-type, #container118.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container118.columns > .wrapper > .inner > div:last-of-type, #container118.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container118.columns > .wrapper > .inner > div:first-of-type, #container118.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > div:last-of-type, #container118.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container30.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container30.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container30.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container30.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container30.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container30.columns > .wrapper > .inner > div:first-of-type, #container30.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > div:last-of-type, #container30.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container89.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container89.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container89.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container89.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container89.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container89.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container89.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container89.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container89.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container89.columns > .wrapper > .inner > div:first-of-type, #container89.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container89.columns > .wrapper > .inner > div:last-of-type, #container89.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container89.columns > .wrapper > .inner > div:first-of-type, #container89.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > div:last-of-type, #container89.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#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;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container125.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container125.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container125.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container125.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container125.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container125.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container125.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container125.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container125.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container125.columns > .wrapper > .inner > div:first-of-type, #container125.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container125.columns > .wrapper > .inner > div:last-of-type, #container125.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container125.columns > .wrapper > .inner > div:first-of-type, #container125.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > div:last-of-type, #container125.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container127.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container127.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container127.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container127.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container127.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container127.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container127.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container127.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container127.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container127.columns > .wrapper > .inner > div:first-of-type, #container127.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container127.columns > .wrapper > .inner > div:last-of-type, #container127.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container127.columns > .wrapper > .inner > div:first-of-type, #container127.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > div:last-of-type, #container127.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container33.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container33.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container33.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container33.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container33.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type, #container33.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type, #container33.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container33.columns > .wrapper > .inner > div:last-of-type, #container33.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > div:first-of-type, #container33.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	#container39.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container39.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container39.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > *:last-child {
		padding-top: 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container39.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container39.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container39.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container39.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container39.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container39.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container39.columns > .wrapper > .inner > div:last-of-type, #container39.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container39.columns > .wrapper > .inner > div:first-of-type, #container39.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container39.columns > .wrapper > .inner > div:last-of-type, #container39.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > div:first-of-type, #container39.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container39 > .wrapper > .inner > :nth-child(1) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container39 > .wrapper > .inner > :nth-child(2) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container31 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
	}
	
	#container31.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container31.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container31.columns > .wrapper > .inner > span:first-child + div:before {
		display: none !important;
	}
	
	#container31.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > *:before {
		border-top: solid 1px rgba(0,0,0,0.059) !important;
		height: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
		left: var(--padding-horizontal) !important;
		width: calc(100% - (var(--padding-horizontal) * 2)) !important;
	}
	
	#container31.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	#container31.columns > .wrapper > .inner > *:last-child:before {
		display: block !important;
	}
	
	#container31.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container31.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container31.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container31.columns > .wrapper > .inner > div:first-of-type, #container31.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > div:last-of-type, #container31.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	
	
	
	
	#container35.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container35.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container35.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container35.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container35.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type, #container35.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type, #container35.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container35.columns > .wrapper > .inner > div:first-of-type, #container35.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > div:last-of-type, #container35.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container12 {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#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 > span:first-child + div:before {
		display: none !important;
	}
	
	#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 > *:before {
		border-top: solid 1px rgba(0,0,0,0.059) !important;
		height: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
		left: var(--padding-horizontal) !important;
		width: calc(100% - (var(--padding-horizontal) * 2)) !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child:before {
		display: block !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) + 0.5px) !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !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.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: 35rem;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: 35rem;
	}
	
	#container12 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(3) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(4) {
		--alignment: left;
		--flex-alignment: left;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 0.75rem;
		--padding-vertical: 5rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-0.75rem);
		max-width: calc(100% + 1.5rem + 0.4725px);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -5rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: -5rem !important;
	}
	
	#image30 .frame {
		width: 3.75rem;
	}
	
	#image30 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image26:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#image26:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#image26 .frame {
		width: 100vw;
	}
	
	#image26 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image27:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#image27:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#image27 .frame {
		width: 100vw;
	}
	
	#image27 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image06:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#image06:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#image06 .frame {
		width: 100vw;
	}
	
	#image06 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image29:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#image29:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#image29 .frame {
		width: 100vw;
	}
	
	#image29 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image12 .frame {
		width: 100vw;
	}
	
	#image15 .frame {
		width: 100vw;
	}
	
	#image02:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#image02:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#image02 .frame {
		width: 100vw;
	}
	
	#image02 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image54 .frame {
		width: 100vw;
	}
	
	#image54 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image09:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image09:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image09 .frame {
		width: 100vw;
	}
	
	#image09 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image13:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image13:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image13 .frame {
		width: 100vw;
	}
	
	#image13 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image61:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image61:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image61 .frame {
		width: 100vw;
	}
	
	#image61 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image14 .frame {
		width: 100vw;
	}
	
	#image14 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image18 .frame {
		width: 100vw;
	}
	
	#image18 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image19 .frame {
		width: 100vw;
	}
	
	#image19 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image16 .frame {
		width: 100vw;
	}
	
	#image16 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image23 .frame {
		width: 100vw;
	}
	
	#image23 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image24 .frame {
		width: 100vw;
	}
	
	#image24 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image28 .frame {
		width: 100vw;
	}
	
	#image28 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image17:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image17:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image17 .frame {
		width: 100vw;
	}
	
	#image17 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image20:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image20:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image20 .frame {
		width: 100vw;
	}
	
	#image20 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image22:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image22:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image22 .frame {
		width: 100vw;
	}
	
	#image22 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image03:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image03:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image03 .frame {
		width: 100vw;
	}
	
	#image03 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image11:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image11:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image11 .frame {
		width: 100vw;
	}
	
	#image11 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image21:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image21:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image21 .frame {
		width: 100vw;
	}
	
	#image21 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image07 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;
	}
	
	#image37:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image37:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image37 .frame {
		width: 100vw;
	}
	
	#image37 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image34:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image34:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image34 .frame {
		width: 100vw;
	}
	
	#image34 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image01:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image01:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image01 .frame {
		width: 100vw;
	}
	
	#image01 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image31:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image31:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image31 .frame {
		width: 100vw;
	}
	
	#image31 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image35:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image35:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image35 .frame {
		width: 100vw;
	}
	
	#image35 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image32:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#image32:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#image32 .frame {
		width: 100vw;
	}
	
	#image32 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image25 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image10:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#image10:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#image08 .frame {
		width: 3.75rem;
	}
	
	#image08 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image36 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;
	}
	
	#buttons12 {
		gap: 0rem;
	}
	
	#buttons12:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#buttons12:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#buttons12 li a {
		letter-spacing: -0.025rem;
		font-size: 0.75em;
	}
	
	#buttons12 li a svg {
		width: 0.625em;
	}
	
	#buttons01 {
		gap: 0rem;
	}
	
	#buttons01:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#buttons01:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#buttons01 li a {
		letter-spacing: 0rem;
		font-size: 0.75em;
	}
	
	#buttons01 li a svg {
		width: 0.75em;
	}
	
	#buttons07 {
		gap: 1rem;
	}
	
	#buttons07:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#buttons07:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#buttons07 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 1.0625rem);
		font-size: 0.875em;
	}
	
	#buttons07 li a svg {
		width: 1.25em;
	}
	
	#buttons08 {
		gap: 1rem;
	}
	
	#buttons08:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#buttons08:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#buttons08 li a {
		letter-spacing: 0.1rem;
		padding-left: calc(0.1rem + 1.0625rem);
		font-size: 0.875em;
	}
	
	#buttons08 li a svg {
		width: 1.25em;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0rem;
		--padding-vertical: 0.375rem;
		--spacing: 0rem;
	}
	
	#container16.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container04:not(:last-child) {
		margin-bottom: 2rem !important;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 2rem;
		--padding-vertical: 7.125rem;
		--spacing: 1rem;
	}
	
	#container04 {
		min-height: 30rem;
	}
	
	#container04 > .slideshow-background > .slow {
		animation-duration: 25s;
	}
	
	#container04 > .slideshow-background > .normal {
		animation-duration: 18.75s;
	}
	
	#container04 > .slideshow-background > .fast {
		animation-duration: 12.5s;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	.container.style9:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	.container.style9 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 2rem;
		--spacing: 1rem;
	}
	
	.container.style9.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style9.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	.container.style9.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container26 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 18.75rem;
	}
	
	#container26:not(:first-child) {
		margin-top: 1.875rem !important;
	}
	
	#container26:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container26 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 12rem;
		--spacing: 0rem;
	}
	
	#container26.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container26.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container26.columns > .wrapper > .inner > span:first-child + div:before {
		display: none !important;
	}
	
	#container26.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > *:before {
		border-top: solid 1px transparent !important;
		height: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
		left: var(--padding-horizontal) !important;
		width: calc(100% - (var(--padding-horizontal) * 2)) !important;
	}
	
	#container26.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	#container26.columns > .wrapper > .inner > *:last-child:before {
		display: block !important;
	}
	
	#container26.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container26.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container26.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container26.columns > .wrapper > .inner > div:first-of-type, #container26.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > div:last-of-type, #container26.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container26.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container26.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	.container.style10:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	.container.style10 > .wrapper > .inner {
		--gutters: 2.5rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 2rem;
		--spacing: 0.625rem;
	}
	
	.container.style10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style10.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	.container.style10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container34:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container34 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 2rem;
		--spacing: 1rem;
	}
	
	#container34 {
		min-height: 18.75rem;
	}
	
	#container34.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container34.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container34.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container47:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container47 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container47.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container47.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container47.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container40:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container40 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--spacing: 1rem;
	}
	
	#container40.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container40.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container40.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container92:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container92 > .wrapper > .inner {
		--gutters: 0.5rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 2rem;
		--spacing: 1rem;
	}
	
	#container92.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container92.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container92.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container10:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	#container10.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container23:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	#container23.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container23.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container23.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container09:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container83:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#container83 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	#container83.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container83.columns > .wrapper > .inner > .full {
		min-height: calc(18.75rem - (var(--padding-vertical) * 2));
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container83.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container32:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container32:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container32 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.5rem;
	}
	
	#container32 {
		min-height: 11.25rem;
	}
	
	#container32.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container32.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container32.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container75:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container75:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container75 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.5rem;
	}
	
	#container75 {
		min-height: 11.25rem;
	}
	
	#container75.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container75.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container75.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container42:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container42:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container42 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.5rem;
	}
	
	#container42 {
		min-height: 11.25rem;
	}
	
	#container42.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container42.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container42.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container104:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container104 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container104.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container104.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container104.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container211 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container66:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#container66 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 0.375rem;
		--spacing: 0rem;
	}
	
	#container79 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 0.25rem;
		--spacing: 1rem;
	}
	
	#container79.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container79.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container84 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 2.375rem;
		--spacing: 1rem;
	}
	
	#container84.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container84.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container87 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container80:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container80:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container80 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 1rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container80.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container80.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container22:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container22:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container22.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container103:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container103 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container103.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container103.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container103.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container91:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container91 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container126:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container126:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container126 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container126.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container126.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container01:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container01:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	
	
	#container38:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container38:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#container38 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.125rem;
	}
	
	#container38.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container38.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container38.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container38.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container38.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container38.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container38.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container38.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container38.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container38.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container38.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container38.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container38.columns > .wrapper > .inner > div:first-of-type, #container38.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container38.columns > .wrapper > .inner > div:last-of-type, #container38.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container38.columns > .wrapper > .inner > div:first-of-type, #container38.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container38.columns > .wrapper > .inner > div:last-of-type, #container38.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container38.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container38.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container38 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container38 > .wrapper > .inner > :nth-child(2) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container37:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container37 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.125rem;
	}
	
	#container37.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container37.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container37.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container37.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container37.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container37.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container37.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container37.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container37.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container37.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container37.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container37.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container37.columns > .wrapper > .inner > div:first-of-type, #container37.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container37.columns > .wrapper > .inner > div:last-of-type, #container37.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container37.columns > .wrapper > .inner > div:first-of-type, #container37.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container37.columns > .wrapper > .inner > div:last-of-type, #container37.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container37.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container37.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container37 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container37 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container08:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container08:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.125rem;
	}
	
	#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;
	}
	
	#container08 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container06:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.125rem;
	}
	
	#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;
	}
	
	
	
	#container14:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container14:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.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 > span:first-child + div:before {
		display: none !important;
	}
	
	#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 > *:before {
		border-top: solid 1px rgba(0,0,0,0.188) !important;
		height: 0 !important;
		margin-left: 0 !important;
		top: auto !important;
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
		left: var(--padding-horizontal) !important;
		width: calc(100% - (var(--padding-horizontal) * 2)) !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:first-child:before {
		display: none !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child:before {
		display: block !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) + 0.5px) !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !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) {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container102:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container102 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container102.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container102.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container102.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container82:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container82 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container67:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container67:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container67 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container67.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container67.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container108:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container108 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0.5rem;
	}
	
	#container108.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container108.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container55:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container55:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container55 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container55.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container55.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container57:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container57:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container57 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container57.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container57.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container58:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container58:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container58 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container58.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container58.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container59:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container59:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container59 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container59.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container59.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container53:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container53:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container53 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container53.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container53.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container60:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container60:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container60 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container60.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container60.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container101:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container101 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container101.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container101.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container101.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container56:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container56 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 1rem;
	}
	
	
	
	#container93:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container93:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container93 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
	}
	
	#container93.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container93.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container93.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container93.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container93.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container93.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container93.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container93.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container93.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container93.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container93.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container93.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container93.columns > .wrapper > .inner > div:first-of-type, #container93.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container93.columns > .wrapper > .inner > div:last-of-type, #container93.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container93.columns > .wrapper > .inner > div:first-of-type, #container93.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container93.columns > .wrapper > .inner > div:last-of-type, #container93.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container93.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container93.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	.container.style7:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	.container.style7:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	.container.style7 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0.375rem;
		--spacing: 0.5rem;
	}
	
	.container.style7.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container129 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container129 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	
	
	.container.style8:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	.container.style8:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	.container.style8 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.25rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.5rem;
	}
	
	.container.style8.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style8.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style8.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type, .container.style8.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type, .container.style8.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style8.columns > .wrapper > .inner > div:first-of-type, .container.style8.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > div:last-of-type, .container.style8.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style8.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style8.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container134 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container134 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container29 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container29 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container136 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container136 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container138 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container138 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container140 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container140 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container142 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container142 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	
	
	#container143:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container143:not(:last-child) {
		margin-bottom: 0.9375rem !important;
	}
	
	#container143 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.5rem;
	}
	
	#container143.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container143.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container143.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container143.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container143.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container143.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container143.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container143.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container143.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container143.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container143.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container143.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container143.columns > .wrapper > .inner > div:first-of-type, #container143.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container143.columns > .wrapper > .inner > div:last-of-type, #container143.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container143.columns > .wrapper > .inner > div:first-of-type, #container143.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container143.columns > .wrapper > .inner > div:last-of-type, #container143.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container143.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container143.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container143.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container24:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container24:not(:last-child) {
		margin-bottom: 0.9375rem !important;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
	}
	
	#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;
	}
	
	#container144 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container144 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container146 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container146 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container96 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container96 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container54:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container54 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container54.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container54.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container54.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	
	
	#container78:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container78:not(:last-child) {
		margin-bottom: 0.9375rem !important;
	}
	
	#container78 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
	}
	
	#container78.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container78.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container78.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container78.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container78.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container78.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container78.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container78.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container78.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container78.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container78.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container78.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container78.columns > .wrapper > .inner > div:first-of-type, #container78.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container78.columns > .wrapper > .inner > div:last-of-type, #container78.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container78.columns > .wrapper > .inner > div:first-of-type, #container78.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container78.columns > .wrapper > .inner > div:last-of-type, #container78.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container78.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container78.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container149 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container149 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container151 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container151 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container153 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container153 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container155 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container155 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container157 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container157 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container159 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container159 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container161 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container161 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container163 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container163 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container165 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container165 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container131 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container131 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container169 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container169 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container171 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container171 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container173 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container173 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container175 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container175 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container177 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container177 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container179 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container179 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container181 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container181 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container183 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container183 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container185 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container185 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container187 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container187 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container189 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container189 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container191 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container191 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container194 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container194 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	
	
	#container52:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container52 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.5rem;
	}
	
	#container52.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container52.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container52.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container52.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container52.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container52.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container52.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container52.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container52.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container52.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container52.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container52.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container52.columns > .wrapper > .inner > div:first-of-type, #container52.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container52.columns > .wrapper > .inner > div:last-of-type, #container52.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container52.columns > .wrapper > .inner > div:first-of-type, #container52.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container52.columns > .wrapper > .inner > div:last-of-type, #container52.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container52.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container52.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container52.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container70:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container70 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container70.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container70.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container70.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container94:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container94 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container71:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container71:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container71 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container71.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container71.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container196 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container196 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container198 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container198 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container200 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container200 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container202 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container202 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container204 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container204 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container206 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container206 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container208 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container208 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container210 > .wrapper > .inner > :nth-child(1) {
		--alignment: left;
		--flex-alignment: flex-start;
		--indent-left: 1;
		--indent-right: 0;
		--margin-left: 0;
		--margin-right: auto;
	}
	
	#container210 > .wrapper > .inner > :nth-child(2) {
		--alignment: right;
		--flex-alignment: flex-end;
		--indent-left: 0;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: 0;
	}
	
	#container68:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container68 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container68.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container68.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container68.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container95:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container95 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container62:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container62:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container62 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container62.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container62.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	
	
	#container51:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container51:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container51 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.5rem;
	}
	
	#container51.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container51.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container51.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container51.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container51.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container51.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container51.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container51.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container51.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container51.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container51.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container51.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container51.columns > .wrapper > .inner > div:first-of-type, #container51.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container51.columns > .wrapper > .inner > div:last-of-type, #container51.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container51.columns > .wrapper > .inner > div:first-of-type, #container51.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container51.columns > .wrapper > .inner > div:last-of-type, #container51.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container51.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container51.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container51.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container15:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container97:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container97 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container63:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container63:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container63 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container63.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container63.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container76 {
		--alignment: center;
		--flex-alignment: center;
		--indent-left: 1;
		--indent-right: 1;
		--margin-left: auto;
		--margin-right: auto;
	}
	
	#container76:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container76:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container76 > .wrapper {
		display: block;
		margin: 0 auto 0 auto;
	}
	
	#container76 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 1.25rem;
		--spacing: 0.5rem;
	}
	
	#container76.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container76.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container76.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container76.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container76.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container76.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container76.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container76.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container76.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container76.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container76.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container76.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container76.columns > .wrapper > .inner > div:first-of-type, #container76.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container76.columns > .wrapper > .inner > div:last-of-type, #container76.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container76.columns > .wrapper > .inner > div:first-of-type, #container76.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container76.columns > .wrapper > .inner > div:last-of-type, #container76.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container76.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container76.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container76.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container17:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container98 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container43:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container43:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#container43 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container43.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container43.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container69:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container69 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.25rem;
	}
	
	#container69.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container69.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container69.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container03:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container61:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container61:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container61 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	#container61.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container61.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container119:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container119:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container119 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1.25rem;
		--spacing: 0rem;
	}
	
	#container119.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container119.columns > .wrapper > .inner > *:before {
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container119.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container21:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container21:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container118:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container118:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container118 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container118.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container118.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container30:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container30:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container30 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container30.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container30.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container99:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container99 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container89:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container89:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container89 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container89.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container89.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container13:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container13:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#container13.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container125:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container125:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container125 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container125.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container125.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container100:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container100 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container127:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container127:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container127 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container127.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container127.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container33 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.5rem;
		--spacing: 1rem;
	}
	
	#container33.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container33.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container39:not(:last-child) {
		margin-bottom: 2rem !important;
	}
	
	#container39 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 2rem;
		--spacing: 1rem;
	}
	
	#container39.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container39.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container31:not(:first-child) {
		margin-top: 2.25rem !important;
	}
	
	#container31 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 12rem;
		--spacing: 0.25rem;
	}
	
	#container31 {
		min-height: 15rem;
	}
	
	#container31.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container31.columns > .wrapper > .inner > *:before {
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
	}
	
	#container31.columns > .wrapper > .inner > .full {
		min-height: calc(15rem - (var(--padding-vertical) * 2));
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container31.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#container18:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-vertical: 1.5rem;
		--spacing: 0rem;
	}
	
	#container35:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#container35:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#container35 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container35.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container35.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	
	
	#container20:not(:last-child) {
		margin-bottom: 1.875rem !important;
	}
	
	#container20 > .wrapper > .inner {
		--gutters: 4rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 1.25rem;
		--spacing: 1.25rem;
	}
	
	#container20.columns > .wrapper > .inner {
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
	
	#container20.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--padding-vertical) * -2);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container20.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:last-child {
		padding-top: 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:last-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-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: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-right-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-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;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 3.5rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.5rem;
		--spacing: 0.25rem;
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:before {
		margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.image img {
		max-height: none;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child.slideshow .bg {
		min-height: auto;
	}
	
	#header {
		margin-bottom: 0rem !important;
	}
	
	#text103 {
		letter-spacing: 0.109375rem;
		width: calc(100% + 0.109375rem);
		font-size: 0.875em;
		line-height: 1.375;
	}
	
	#text109:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text109:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text109 {
		letter-spacing: -0.13125rem;
		width: 100%;
		font-size: 2.75em;
		line-height: 1.125;
	}
	
	#text176:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text176:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text176 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text189:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text189:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text189 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	h1.style18:not(:first-child), h2.style18:not(:first-child), h3.style18:not(:first-child), p.style18:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	h1.style18:not(:last-child), h2.style18:not(:last-child), h3.style18:not(:last-child), p.style18:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	h1.style18, h2.style18, h3.style18, p.style18 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	h1.style6:not(:first-child), h2.style6:not(:first-child), h3.style6:not(:first-child), p.style6:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	h1.style6:not(:last-child), h2.style6:not(:last-child), h3.style6:not(:last-child), p.style6:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text166 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 2.5em;
		line-height: 1;
	}
	
	#text43 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text72:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text72:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text72 {
		letter-spacing: 0.240625rem;
		width: calc(100% + 0.240625rem);
		font-size: 1em;
		line-height: 1.75;
	}
	
	#text94 {
		letter-spacing: 0.39375rem;
		width: calc(100% + 0.39375rem);
		font-size: 2.875em;
		line-height: 0.875;
	}
	
	#text107 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.5;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	h1.style10, h2.style10, h3.style10, p.style10 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text39 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text70:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text70:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text70 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text390 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text164:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text164:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text164 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text232:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text232:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text232 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 2.125em;
		line-height: 1;
	}
	
	#text21:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text21:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text21 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 2.125em;
		line-height: 1;
	}
	
	#text69:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text69:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text69 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text162:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text162:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text162 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text68:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text68:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text68 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	h1.style19:not(:first-child), h2.style19:not(:first-child), h3.style19:not(:first-child), p.style19:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	h1.style19:not(:last-child), h2.style19:not(:last-child), h3.style19:not(:last-child), p.style19:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	h1.style19, h2.style19, h3.style19, p.style19 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text127:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text127:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text127 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	h1.style17, h2.style17, h3.style17, p.style17 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5;
	}
	
	#text404:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text404:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text404 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text407:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text407:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text407 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text410:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text410:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text410 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text92:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text92:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text92 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text381:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text381:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text381 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text384:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	#text384:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	#text384 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text45:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text45:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text45 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 2.125em;
		line-height: 1;
	}
	
	h1.style23, h2.style23, h3.style23, p.style23 {
		letter-spacing: 0.04375rem;
		width: calc(100% + 0.04375rem);
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text198:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#text198:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#text198 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text13:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text13:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text13 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 2.125em;
		line-height: 1;
	}
	
	#text35:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text35:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text35 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text81 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3.625em;
		line-height: 0.75;
	}
	
	#text104 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text121:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text121:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text121 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text120:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text120:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text120 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text250:not(:first-child) {
		margin-top: 0.9375rem !important;
	}
	
	#text250:not(:last-child) {
		margin-bottom: 0.9375rem !important;
	}
	
	#text250 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2.75em;
		line-height: 0.75;
	}
	
	#text03:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text03:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text03 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 2.125em;
		line-height: 1;
	}
	
	#text01:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text01:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text01 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text320:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text320:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text320 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text129 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.875;
	}
	
	#text513 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.875;
	}
	
	h1.style24, h2.style24, h3.style24, p.style24 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.375;
	}
	
	#text74:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text74:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text74 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text57 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text163 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	h1.style15, h2.style15, h3.style15, p.style15 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	h1.style21, h2.style21, h3.style21, p.style21 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	h1.style25:not(:first-child), h2.style25:not(:first-child), h3.style25:not(:first-child), p.style25:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	h1.style25:not(:last-child), h2.style25:not(:last-child), h3.style25:not(:last-child), p.style25:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	h1.style25, h2.style25, h3.style25, p.style25 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text147 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.875;
	}
	
	#text324:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text324:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text324 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text78:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text78:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text78 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text325:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text325:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text325 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text84:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text84:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text84 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text326:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text326:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text326 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text90:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text90:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text90 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text329:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text329:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text329 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.375em;
		line-height: 1;
	}
	
	#text330:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text330:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text330 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text25:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text25:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text25 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.5em;
		line-height: 1;
	}
	
	#text30:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text30:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text30 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text04:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text04:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text04 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text402:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text402:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text402 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	h1.style22:not(:first-child), h2.style22:not(:first-child), h3.style22:not(:first-child), p.style22:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	h1.style22:not(:last-child), h2.style22:not(:last-child), h3.style22:not(:last-child), p.style22:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	h1.style22, h2.style22, h3.style22, p.style22 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.625em;
		line-height: 1;
	}
	
	h1.style14:not(:first-child), h2.style14:not(:first-child), h3.style14:not(:first-child), p.style14:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	h1.style14:not(:last-child), h2.style14:not(:last-child), h3.style14:not(:last-child), p.style14:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.75;
	}
	
	#text106:not(:first-child) {
		margin-top: 0.9375rem !important;
	}
	
	#text106:not(:last-child) {
		margin-bottom: 0.9375rem !important;
	}
	
	#text106 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text331:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text331:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text331 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.375em;
		line-height: 1;
	}
	
	#text28:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text28:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text28 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text77:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text77:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text77 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text19:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text19:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text19 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text37:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text37:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text37 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text91:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text91:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text91 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.375;
	}
	
	#text50:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text50:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text50 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text288 {
		letter-spacing: 0.075rem;
		width: calc(100% + 0.075rem);
		font-size: 1.5em;
		line-height: 1.625;
	}
	
	#text158:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	#text158:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#text158 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1;
	}
	
	#text09:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text09:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text09 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text386:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text386:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text386 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text23:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text23:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text23 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text173:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text173:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text173 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text80:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text80:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text80 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#text76:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#text76:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#text76 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.75;
	}
	
	#video03 video {
		width: 100vw;
	}
	
	#video03 .frame {
		width: 100vw;
	}
	
	#video05 video {
		width: 100vw;
	}
	
	#video05 .frame {
		width: 100vw;
	}
	
	#divider07:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider07:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider07:before {
		width: 15rem;
	}
	
	#divider02:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#divider02:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#divider02:before {
		width: 1rem;
	}
	
	#divider04:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider04:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider09:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider09:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider10:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider10:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider11:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider11:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider08:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider08:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider03:not(:first-child) {
		margin-top: 0.5rem !important;
	}
	
	#divider03:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
	
	#divider03:before {
		width: 1rem;
	}
	
	#divider05:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider05:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider05:before {
		width: 70rem;
	}
	
	#divider13:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider13:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider13:before {
		width: 70rem;
	}
	
	#divider12:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider12:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider12:before {
		width: 70rem;
	}
	
	#divider06:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider06:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider06:before {
		width: 70rem;
	}
	
	#divider16:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider16:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider16:before {
		width: 15rem;
	}
	
	#divider01:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider01:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider01:before {
		width: 15rem;
	}
	
	#divider15:not(:first-child) {
		margin-top: 0.25rem !important;
	}
	
	#divider15:not(:last-child) {
		margin-bottom: 0.25rem !important;
	}
	
	#divider15:before {
		width: 15rem;
	}
	
	.icons.style1 {
		font-size: 1.5em;
		gap: 1.5rem;
	}
	
	.icons.style1:not(:first-child) {
		margin-top: 0.28125rem !important;
	}
	
	.icons.style1:not(:last-child) {
		margin-bottom: 0.28125rem !important;
	}
	
	#icons12 {
		font-size: 2.5em;
		gap: 1rem;
	}
	
	#icons12:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#icons12:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery34:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery34:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery34 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery35:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery35:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery35 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery36:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery36:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery36 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery37:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery37:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery37 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery38:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery38:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery38 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery39:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery39:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery39 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery40:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery40:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery40 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery41:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery41:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery41 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery42:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery42:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery42 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery43:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery43:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery43 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery44:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery44:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery44 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery45:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery45:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery45 ul li img {
		max-height: 37.5rem;
	}
	
	#gallery48:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery48:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery48 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery47:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery47:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery47 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery49:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery49:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery49 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery52:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery52:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery52 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery01:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery01:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery01 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery57:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery57:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery57 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery50:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery50:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery50 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery56:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery56:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery56 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery51:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery51:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery51 ul li img {
		max-height: 10.875rem;
	}
	
	#gallery58:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery58:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery58 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery14 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery14 ul li img {
		max-height: 18.46875rem;
	}
	
	.gallery.style1:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	.gallery.style1:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	.gallery.style1 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	.gallery.style1 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery12:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery12:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery12 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery12 ul li img {
		max-height: 9rem;
	}
	
	#gallery18:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery18:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery18 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery18 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery20:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery20:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery20 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery20 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery21:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery21:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery21 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery21 ul li img {
		max-height: 13.5rem;
	}
	
	#gallery22:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery22:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery22 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery22 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery23:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery23:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery23 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery23 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery24:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery24:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery24 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery24 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery27:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery27:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery27 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery27 ul li img {
		max-height: 22.5rem;
	}
	
	#gallery08:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#gallery08:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#gallery08 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#gallery08 ul li img {
		max-height: 22.5rem;
	}
	
	#list04 {
		letter-spacing: 0rem;
		font-size: 1.125em;
		line-height: 1.5;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list04 ul li:after {
		width: 0.703125rem;
	}
	
	#list04 ul li:before {
		height: 1.6875rem;
		line-height: 1.6875rem;
		min-width: 0.703125rem;
	}
	
	#list03 {
		letter-spacing: 0rem;
		font-size: 1.125em;
		line-height: 1.5;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list03 ul li:after {
		width: 0.703125rem;
	}
	
	#list03 ul li:before {
		height: 1.6875rem;
		line-height: 1.6875rem;
		min-width: 0.703125rem;
	}
	
	#list01 {
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.75;
	}
	
	#list01 ul li:after {
		width: 0.625rem;
	}
	
	#list01 ul li:before {
		height: 1.75rem;
		line-height: 1.75rem;
		min-width: 0.7177734375rem;
	}
	
	#list02 {
		letter-spacing: 0rem;
		font-size: 1.125em;
		line-height: 1.625;
		padding-left: calc(0.65625rem * var(--indent-left));
		padding-right: calc(0.65625rem * var(--indent-right));
	}
	
	#list02 ul li:after {
		width: 0.703125rem;
	}
	
	#list02 ul li:before {
		height: 1.828125rem;
		line-height: 1.828125rem;
		min-width: 0.66650390625rem;
	}
	
	#list06 {
		letter-spacing: 0rem;
		font-size: 1em;
		line-height: 1.625;
		padding-left: calc(0.75rem * var(--indent-left));
		padding-right: calc(0.75rem * var(--indent-right));
	}
	
	#list06 ul li:after {
		width: 0.625rem;
	}
	
	#list06 ul li:before {
		height: 1.625rem;
		line-height: 1.625rem;
		min-width: 0.66650390625rem;
	}
	
	#links03 {
		gap: 0.75rem;
		font-size: 1em;
	}
	
	#links03:not(:first-child) {
		margin-top: 0.04725rem !important;
	}
	
	#links03:not(:last-child) {
		margin-bottom: 0.04725rem !important;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 0rem;
	}
	
	#buttons07 li a {
		width: 15.375rem;
	}
	
	#buttons08 li a {
		width: 15.375rem;
	}
	
	#container16 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container04 > .wrapper > .inner {
		--spacing: 1rem;
	}
	
	.container.style9 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container26 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	.container.style10 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
	
	#container34 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container47 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container40 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container92 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container10 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container23 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container83 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container32 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container75 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container42 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container104 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container211 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container66 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container79 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container84 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container87 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container80 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container22 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container103 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container91 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container126 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container01 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container38 > .wrapper > .inner {
		--spacing: 0.109375rem;
	}
	
	#container37 > .wrapper > .inner {
		--spacing: 0.109375rem;
	}
	
	#container08 > .wrapper > .inner {
		--spacing: 0.109375rem;
	}
	
	#container06 > .wrapper > .inner {
		--spacing: 0.109375rem;
	}
	
	#container14 > .wrapper > .inner {
		--spacing: 0.109375rem;
	}
	
	#container102 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container82 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container67 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container108 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container55 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container57 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container58 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container59 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container53 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container60 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container101 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container56 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	
	
	.container.style7 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	.container.style8 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container143 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	
	
	#container54 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	
	
	#container52 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container70 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container94 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container71 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container68 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container95 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container62 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container51 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container15 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container97 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container63 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container76 > .wrapper > .inner {
		--spacing: 0.4375rem;
	}
	
	#container17 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container98 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container43 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container69 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#container03 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container61 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	#container119 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	
	
	#container118 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container30 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container99 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container89 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container13 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container125 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container100 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container127 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container33 > .wrapper > .inner {
		--spacing: 1rem;
	}
	
	#container39 > .wrapper > .inner {
		--spacing: 1rem;
	}
	
	#container31 > .wrapper > .inner {
		--spacing: 0.25rem;
	}
	
	#container18 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container35 > .wrapper > .inner {
		--spacing: 0rem;
	}
	
	#container20 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	#container12 > .wrapper > .inner {
		--spacing: 0.25rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 3.75rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-0.5625rem);
		max-width: calc(100% + 1.125rem + 0.4725px);
		width: calc(100% + 1.125rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -3.75rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: -3.75rem !important;
	}
	
	#buttons12 {
		gap: 0rem;
	}
	
	#buttons01 {
		gap: 0rem;
	}
	
	#buttons07 {
		gap: 0.75rem;
	}
	
	#buttons08 {
		gap: 0.75rem;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0rem;
		--padding-vertical: 0.28125rem;
		--spacing: 0rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 1.5rem;
		--padding-vertical: 5.34375rem;
		--spacing: 0.875rem;
	}
	
	#container04 {
		min-height: 22.5rem;
	}
	
	.container.style9 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.75rem;
	}
	
	.container.style9.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container26 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 9rem;
		--spacing: 0rem;
	}
	
	#container26 {
		min-height: 12.5rem;
	}
	
	#container26.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	.container.style10 > .wrapper > .inner {
		--gutters: 1.875rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.46875rem;
	}
	
	.container.style10.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container34 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.75rem;
	}
	
	#container34 {
		min-height: 12.5rem;
	}
	
	#container34.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container47 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container47.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container40 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--spacing: 0.75rem;
	}
	
	#container40.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container92 > .wrapper > .inner {
		--gutters: 0.375rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.75rem;
	}
	
	#container92.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	#container10.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	#container23.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	#container09.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container83 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	#container83.columns > .wrapper > .inner > .full {
		min-height: calc(12.5rem - (var(--padding-vertical) * 2));
	}
	
	#container32 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.375rem;
	}
	
	#container32 {
		min-height: 7.5rem;
	}
	
	#container32.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container75 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.375rem;
	}
	
	#container75 {
		min-height: 7.5rem;
	}
	
	#container75.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container42 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0.375rem;
	}
	
	#container42 {
		min-height: 7.5rem;
	}
	
	#container42.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container104 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container104.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container211 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container66 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 0.28125rem;
		--spacing: 0rem;
	}
	
	#container79 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.1875rem;
		--spacing: 0.75rem;
	}
	
	#container84 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 1.78125rem;
		--spacing: 0.75rem;
	}
	
	#container87 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container80 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container103 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container103.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container91 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container126 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container38 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.09375rem;
	}
	
	#container37 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.09375rem;
	}
	
	#container08 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.09375rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.09375rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.09375rem;
	}
	
	#container102 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container102.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container82 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container67 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container108 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.375rem;
	}
	
	#container55 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container57 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container58 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container59 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container53 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container60 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container101 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container101.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container56 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.75rem;
	}
	
	#container93 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
	}
	
	.container.style7 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0.28125rem;
		--spacing: 0.375rem;
	}
	
	.container.style7.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	.container.style8 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 0.1875rem;
		--padding-vertical: 0.5625rem;
		--spacing: 0.375rem;
	}
	
	.container.style8.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container143 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0.5625rem;
		--spacing: 0.375rem;
	}
	
	#container143.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
	}
	
	#container54 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container54.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container78 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
	}
	
	#container52 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.375rem;
	}
	
	#container52.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container70 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container70.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container94 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container71 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container68 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container68.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container95 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container62 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container51 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.375rem;
	}
	
	#container51.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container15.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container97 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container63 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container76 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.375rem;
	}
	
	#container76.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container17.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container98 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container43 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container69 > .wrapper > .inner {
		--gutters: 0rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.1875rem;
	}
	
	#container69.columns > .wrapper > .inner > .full {
		min-height: calc(7.5rem - (var(--padding-vertical) * 2));
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container61 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	#container119 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
	}
	
	#container118 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container30 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container99 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container89 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#container125 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container100 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container127 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container33 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.125rem;
		--spacing: 0.875rem;
	}
	
	#container39 > .wrapper > .inner {
		--gutters: calc(var(--padding-vertical) * 2);
		--padding-vertical: 1.5rem;
		--spacing: 0.875rem;
	}
	
	#container31 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0.28125rem;
		--padding-vertical: 9rem;
		--spacing: 0.21875rem;
	}
	
	#container31 {
		min-height: 11.25rem;
	}
	
	#container31.columns > .wrapper > .inner > .full {
		min-height: calc(11.25rem - (var(--padding-vertical) * 2));
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 2.25rem;
		--padding-vertical: 1.125rem;
		--spacing: 0rem;
	}
	
	#container35 > .wrapper > .inner {
		--gutters: 2.125rem;
		--padding-vertical: 0rem;
		--spacing: 0rem;
	}
	
	#container20 > .wrapper > .inner {
		--gutters: 4rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.9375rem;
		--spacing: 0.9375rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 2.625rem;
		--padding-horizontal: 1.125rem;
		--padding-vertical: 1.875rem;
		--spacing: 0.21875rem;
	}
	
	#text103 {
		font-size: 0.875em;
	}
	
	#text109 {
		font-size: 2.75em;
	}
	
	#text176 {
		font-size: 1.375em;
	}
	
	#text189 {
		font-size: 1.375em;
	}
	
	h1.style18, h2.style18, h3.style18, p.style18 {
		font-size: 1.125em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 1.125em;
	}
	
	#text166 {
		font-size: 1.25em;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		font-size: 2.5em;
	}
	
	#text43 {
		font-size: 1.25em;
	}
	
	#text72 {
		font-size: 1em;
	}
	
	#text94 {
		font-size: 2.875em;
	}
	
	#text107 {
		font-size: 1.5em;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		font-size: 1.5em;
	}
	
	h1.style9, h2.style9, h3.style9, p.style9 {
		font-size: 1.5em;
	}
	
	h1.style10, h2.style10, h3.style10, p.style10 {
		font-size: 1.125em;
	}
	
	#text39 {
		font-size: 1.25em;
	}
	
	#text70 {
		font-size: 1.125em;
	}
	
	#text390 {
		font-size: 1.25em;
	}
	
	#text164 {
		font-size: 1.5em;
	}
	
	#text232 {
		font-size: 2.125em;
	}
	
	#text21 {
		font-size: 2.125em;
	}
	
	#text69 {
		font-size: 1.125em;
	}
	
	#text162 {
		font-size: 1.125em;
	}
	
	#text68 {
		font-size: 1.125em;
	}
	
	h1.style19, h2.style19, h3.style19, p.style19 {
		font-size: 1.5em;
	}
	
	#text127 {
		font-size: 1.5em;
	}
	
	h1.style17, h2.style17, h3.style17, p.style17 {
		font-size: 0.875em;
	}
	
	#text404 {
		font-size: 1.5em;
	}
	
	#text407 {
		font-size: 1.5em;
	}
	
	#text410 {
		font-size: 1.5em;
	}
	
	#text92 {
		font-size: 1.5em;
	}
	
	#text381 {
		font-size: 1.5em;
	}
	
	#text384 {
		font-size: 1.5em;
	}
	
	#text45 {
		font-size: 2.125em;
	}
	
	h1.style23, h2.style23, h3.style23, p.style23 {
		font-size: 1.125em;
	}
	
	#text198 {
		font-size: 1.125em;
	}
	
	#text13 {
		font-size: 2.125em;
	}
	
	#text35 {
		font-size: 1.125em;
	}
	
	#text81 {
		font-size: 3.625em;
	}
	
	#text104 {
		font-size: 1.125em;
	}
	
	#text121 {
		font-size: 1.125em;
	}
	
	#text120 {
		font-size: 1.125em;
	}
	
	#text250 {
		font-size: 2.75em;
	}
	
	#text03 {
		font-size: 2.125em;
	}
	
	#text01 {
		font-size: 1.125em;
	}
	
	#text320 {
		font-size: 1.125em;
	}
	
	#text129 {
		font-size: 1.125em;
	}
	
	#text513 {
		font-size: 1.125em;
	}
	
	h1.style24, h2.style24, h3.style24, p.style24 {
		font-size: 1.375em;
	}
	
	#text74 {
		font-size: 1.125em;
	}
	
	#text57 {
		font-size: 1.25em;
	}
	
	#text163 {
		font-size: 1.125em;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		font-size: 1.125em;
	}
	
	h1.style15, h2.style15, h3.style15, p.style15 {
		font-size: 1em;
	}
	
	h1.style21, h2.style21, h3.style21, p.style21 {
		font-size: 1em;
	}
	
	h1.style25, h2.style25, h3.style25, p.style25 {
		font-size: 1.125em;
	}
	
	#text147 {
		font-size: 1.5em;
	}
	
	#text324 {
		font-size: 1.25em;
	}
	
	#text78 {
		font-size: 1.125em;
	}
	
	#text325 {
		font-size: 1.25em;
	}
	
	#text84 {
		font-size: 1.125em;
	}
	
	#text326 {
		font-size: 1.5em;
	}
	
	#text90 {
		font-size: 1.125em;
	}
	
	#text329 {
		font-size: 1.375em;
	}
	
	#text330 {
		font-size: 1.5em;
	}
	
	#text25 {
		font-size: 1.5em;
	}
	
	#text30 {
		font-size: 1.125em;
	}
	
	#text04 {
		font-size: 1.125em;
	}
	
	#text402 {
		font-size: 1.125em;
	}
	
	h1.style22, h2.style22, h3.style22, p.style22 {
		font-size: 1.625em;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		font-size: 1em;
	}
	
	#text106 {
		font-size: 1.125em;
	}
	
	#text331 {
		font-size: 1.375em;
	}
	
	#text28 {
		font-size: 1.125em;
	}
	
	#text77 {
		font-size: 1.125em;
	}
	
	#text19 {
		font-size: 1.125em;
	}
	
	#text37 {
		font-size: 1.125em;
	}
	
	#text91 {
		font-size: 1.125em;
	}
	
	#text50 {
		font-size: 1.125em;
	}
	
	#text288 {
		font-size: 1.5em;
	}
	
	#text158 {
		font-size: 1.25em;
	}
	
	#text09 {
		font-size: 1.125em;
	}
	
	#text386 {
		font-size: 1.375em;
	}
	
	#text23 {
		font-size: 1.125em;
	}
	
	#text173 {
		font-size: 1.125em;
	}
	
	#text80 {
		font-size: 1.125em;
	}
	
	#text76 {
		font-size: 1.125em;
	}
	
	.icons.style1 {
		gap: 1.125rem;
	}
	
	#icons12 {
		gap: 0.75rem;
	}
	
	#gallery34 ul {
		gap: 0.75rem;
	}
	
	#gallery35 ul {
		gap: 0.75rem;
	}
	
	#gallery36 ul {
		gap: 0.75rem;
	}
	
	#gallery37 ul {
		gap: 0.75rem;
	}
	
	#gallery38 ul {
		gap: 0.75rem;
	}
	
	#gallery39 ul {
		gap: 0.75rem;
	}
	
	#gallery40 ul {
		gap: 0.75rem;
	}
	
	#gallery41 ul {
		gap: 0.75rem;
	}
	
	#gallery42 ul {
		gap: 0.75rem;
	}
	
	#gallery43 ul {
		gap: 0.75rem;
	}
	
	#gallery44 ul {
		gap: 0.75rem;
	}
	
	#gallery45 ul {
		gap: 0.75rem;
	}
	
	#gallery48 ul {
		gap: 0.75rem;
	}
	
	#gallery47 ul {
		gap: 0.75rem;
	}
	
	#gallery49 ul {
		gap: 0.75rem;
	}
	
	#gallery52 ul {
		gap: 0.75rem;
	}
	
	#gallery01 ul {
		gap: 0.75rem;
	}
	
	#gallery57 ul {
		gap: 0.75rem;
	}
	
	#gallery50 ul {
		gap: 0.75rem;
	}
	
	#gallery56 ul {
		gap: 0.75rem;
	}
	
	#gallery51 ul {
		gap: 0.75rem;
	}
	
	#gallery58 ul {
		gap: 0.75rem;
	}
	
	#gallery14 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery14 ul {
		gap: 0rem;
	}
	
	.gallery.style1 ul li .caption p {
		font-size: 0.625em;
	}
	
	.gallery.style1 ul {
		gap: 0.75rem;
	}
	
	#gallery12 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery12 ul {
		gap: 0.75rem;
	}
	
	#gallery18 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery18 ul {
		gap: 0.75rem;
	}
	
	#gallery20 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery20 ul {
		gap: 0.75rem;
	}
	
	#gallery21 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery21 ul {
		gap: 0.75rem;
	}
	
	#gallery22 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery22 ul {
		gap: 0.75rem;
	}
	
	#gallery23 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery23 ul {
		gap: 0.75rem;
	}
	
	#gallery24 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery24 ul {
		gap: 0.75rem;
	}
	
	#gallery27 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery27 ul {
		gap: 0.75rem;
	}
	
	#gallery08 ul li .caption p {
		font-size: 0.625em;
	}
	
	#gallery08 ul {
		gap: 0.75rem;
	}
	
	#list04 {
		font-size: 1.125em;
	}
	
	#list04 ul li:after {
		width: 0.703125rem;
	}
	
	#list04 ul li:before {
		height: 1.6875rem;
		line-height: 1.6875rem;
		min-width: 0.703125rem;
	}
	
	#list03 {
		font-size: 1.125em;
	}
	
	#list03 ul li:after {
		width: 0.703125rem;
	}
	
	#list03 ul li:before {
		height: 1.6875rem;
		line-height: 1.6875rem;
		min-width: 0.703125rem;
	}
	
	#list01 {
		font-size: 1em;
	}
	
	#list01 ul li:after {
		width: 0.625rem;
	}
	
	#list01 ul li:before {
		height: 1.75rem;
		line-height: 1.75rem;
		min-width: 0.7177734375rem;
	}
	
	#list02 {
		font-size: 1.125em;
	}
	
	#list02 ul li:after {
		width: 0.703125rem;
	}
	
	#list02 ul li:before {
		height: 1.828125rem;
		line-height: 1.828125rem;
		min-width: 0.66650390625rem;
	}
	
	#list06 {
		font-size: 1em;
	}
	
	#list06 ul li:after {
		width: 0.625rem;
	}
	
	#list06 ul li:before {
		height: 1.625rem;
		line-height: 1.625rem;
		min-width: 0.66650390625rem;
	}
	
	#links03 {
		gap: 0.5625rem;
		font-size: 1em;
	}
}