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

#bg:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

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

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

html {
	font-size: 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);
}

s {
	text-decoration: line-through;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		transform: rotate(360deg);
	}
}

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

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

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

#container03 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.439) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container01 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.439) 0%, rgba(0,0,0,0.702) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
	-webkit-backdrop-filter: blur(0.2rem);
	backdrop-filter: blur(0.2rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container04 {
	display: flex;
	width: 100%;
	min-height: 25rem;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.702);
}

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

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

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

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

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

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

#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 > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

#container05 {
	display: flex;
	width: 100%;
	min-height: 25rem;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.702);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container24 {
	display: flex;
	width: 100%;
	min-height: 25rem;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.702) 0%, transparent 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

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

#container24 > .wrapper {
	max-width: 74rem;
	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: flex-start;
}

#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 > div:first-child, #container24.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container13 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container13 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container13 > .wrapper {
	max-width: 47rem;
	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: flex-start;
}

#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 > div:first-child, #container13.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

#container12 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

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

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

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

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

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

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

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

#container12.columns > .wrapper > .inner > 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(50% + (var(--gutters) / 2));
}

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

#container11 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container10 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container10 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container10 > .wrapper {
	max-width: 47rem;
	width: 100%;
}

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

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

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

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

#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 > div:first-child, #container10.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

#container14 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container14 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container14 > .wrapper {
	max-width: 47rem;
	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: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container09 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

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

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

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

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

#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 > div:first-child, #container09.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

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

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

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

#container15 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container15 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container15 > .wrapper {
	max-width: 47rem;
	width: 100%;
}

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

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

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

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

#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 > div:first-child, #container15.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

#container16 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

#container16 > .wrapper {
	max-width: 47rem;
	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: flex-start;
}

#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 > div:first-child, #container16.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

#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(50% + (var(--gutters) / 2));
}

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

#container18 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container18 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container18 > .wrapper {
	max-width: 47rem;
	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: flex-start;
}

#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 > div:first-child, #container18.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

#container19 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container23 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container23 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

#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 > div:first-child, #container23.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

#container20 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container20 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container20 > .wrapper {
	max-width: 47rem;
	width: 100%;
}

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

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

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

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

#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 > div:first-child, #container20.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

#container17 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

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

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

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

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

#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 > div:first-child, #container17.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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

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

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

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

#container22 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

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

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

#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 > div:first-child, #container22.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

#container06 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container06 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container06 > .wrapper {
	max-width: 47rem;
	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));
}

#container21 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.549);
	border-color: transparent;
	border-style: solid;
	border-width: 7px;
	box-shadow: -0rem 0rem 2.375rem 0rem #000000;
}

#container21 > .wrapper > .inner {
	--gutters: 2.75rem;
	--spacing: 0.875rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container21 > .wrapper {
	max-width: 47rem;
	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: flex-start;
}

#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 > div:first-child, #container21.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

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

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

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

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

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 {
	-webkit-text-fill-color: currentcolor;
}

h1.style1, h2.style1, h3.style1, p.style1 {
	text-align: center;
	font-variant: small-caps;
	color: rgba(255,255,255,0.812);
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.55rem;
	width: calc(100% + 0.55rem);
	font-size: 3em;
	line-height: 1.5;
	font-weight: 400;
	text-shadow: 0rem 0rem 0rem rgba(0,0,0,0.329);
}

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

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

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

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

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

#text05 {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
	text-shadow: -0rem 0rem 0.375rem transparent;
}

#text05 a {
	text-decoration: underline;
}

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

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

#text08 {
	color: #FFFFFF;
	font-family: 'Heebo', sans-serif;
	font-size: 2em;
	line-height: 2;
	font-weight: 500;
}

#text08 code {
	background-color: transparent;
}

#text08 a {
	text-decoration: underline;
}

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

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

#text08 code {
	font-family: "Heebo";
}

#text07 {
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 2em;
	line-height: 1.75;
	font-weight: 400;
	text-shadow: 0rem 0rem 2.0625rem rgba(255,255,255,0.341);
}

#text07 code {
	background-color: transparent;
}

#text07 mark {
	background-color: #000000;
}

#text07 a {
	text-decoration: underline;
}

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

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

#text07 code {
	font-family: "Heebo";
}

#records {
	color: #FFFFFF;
	font-family: 'Heebo', sans-serif;
	font-size: 2em;
	line-height: 2;
	font-weight: 500;
}

#records code {
	background-color: transparent;
}

#records a {
	text-decoration: underline;
}

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

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

#records code {
	font-family: "Heebo";
}

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

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

#text01 {
	text-align: center;
	color: #B0B0B0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	line-height: 2;
	font-weight: 300;
}

#text01 a {
	text-decoration: underline;
}

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

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

#text10 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text10 mark {
	background-color: #000000;
}

#text10 a {
	text-decoration: underline;
}

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

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

#text62 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text62 a {
	text-decoration: underline;
}

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

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

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

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

h1.style3, h2.style3, h3.style3, p.style3 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

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

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

h1.style2, h2.style2, h3.style2, p.style2 {
	color: #A8A8A8;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1.625;
	font-weight: 200;
}

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

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

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

#text09 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text09 mark {
	background-color: #000000;
}

#text09 a {
	text-decoration: underline;
}

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

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

#text59 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text59 a {
	text-decoration: underline;
}

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

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

#text18 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text18 mark {
	background-color: #067D20;
}

#text18 a {
	text-decoration: underline;
}

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

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

#text19 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text19 a {
	text-decoration: underline;
}

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

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

#text21 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text21 mark {
	background-color: #000000;
}

#text21 a {
	text-decoration: underline;
}

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

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

#text22 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1rem;
	width: calc(100% + 0.1rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text22 a {
	text-decoration: underline;
}

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

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

#text24 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text24 mark {
	background-color: #B82E2E;
}

#text24 a {
	text-decoration: underline;
}

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

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

#text25 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.175rem;
	width: calc(100% + 0.175rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text25 a {
	text-decoration: underline;
}

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

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

#text27 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text27 mark {
	background-color: #149109;
}

#text27 a {
	text-decoration: underline;
}

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

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

#text60 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text60 a {
	text-decoration: underline;
}

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

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

#text30 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text30 mark {
	background-color: #781A1A;
}

#text30 a {
	text-decoration: underline;
}

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

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

#text63 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text63 a {
	text-decoration: underline;
}

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

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

#text15 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text15 mark {
	background-color: #ED7272;
}

#text15 a {
	text-decoration: underline;
}

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

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

#text64 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text64 a {
	text-decoration: underline;
}

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

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

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

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

#text33 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text33 a {
	text-decoration: underline;
}

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

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

#text34 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text34 mark {
	background-color: #486FAB;
}

#text34 a {
	text-decoration: underline;
}

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

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

#text69 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text69 a {
	text-decoration: underline;
}

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

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

#text36 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text36 mark {
	background-color: #94C6D6;
}

#text36 a {
	text-decoration: underline;
}

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

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

#text65 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text65 a {
	text-decoration: underline;
}

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

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

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

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

#text37 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text37 a {
	text-decoration: underline;
}

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

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

#text38 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text38 mark {
	background-color: #D67400;
}

#text38 a {
	text-decoration: underline;
}

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

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

#text66 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text66 a {
	text-decoration: underline;
}

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

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

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

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

#text39 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text39 a {
	text-decoration: underline;
}

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

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

#text40 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text40 mark {
	background-color: #002913;
}

#text40 a {
	text-decoration: underline;
}

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

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

#text68 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text68 a {
	text-decoration: underline;
}

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

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

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

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

#text41 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text41 a {
	text-decoration: underline;
}

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

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

#text42 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text42 mark {
	background-color: #3D8399;
}

#text42 a {
	text-decoration: underline;
}

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

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

#text13 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text13 a {
	text-decoration: underline;
}

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

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

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

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

#text43 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text43 a {
	text-decoration: underline;
}

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

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

#text46 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text46 mark {
	background-color: #008A37;
}

#text46 a {
	text-decoration: underline;
}

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

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

#text67 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text67 a {
	text-decoration: underline;
}

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

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

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

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

#text47 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text47 a {
	text-decoration: underline;
}

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

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

#text44 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text44 mark {
	background-color: #AD0000;
}

#text44 a {
	text-decoration: underline;
}

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

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

#text70 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text70 a {
	text-decoration: underline;
}

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

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

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

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

#text45 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text45 a {
	text-decoration: underline;
}

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

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

#text12 {
	text-transform: uppercase;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.15rem;
	width: calc(100% + 0.15rem);
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}

#text12 mark {
	color: #FFFFFF;
	background-color: #000000;
}

#text12 a {
	text-decoration: underline;
}

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

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

#text71 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2rem;
	width: calc(100% + 0.2rem);
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 100;
}

#text71 a {
	text-decoration: underline;
}

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

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

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

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

#text11 {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.875em;
	line-height: 1.75;
	font-weight: 100;
}

#text11 a {
	text-decoration: underline;
}

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

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

.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.icons li {
	position: relative;
	z-index: 1;
}

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

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

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

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

#icons35 {
	justify-content: center;
	font-size: 1.75em;
	gap: 2rem;
}

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

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

#icons35 li a {
	height: 2em;
	width: 2em;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons35 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons35 a {
	background-color: transparent;
}

#icons35 a svg {
	fill: #C4C4C4;
}

#icons35 a:hover {
	background-color: transparent !important;
}

#icons35 li a + svg {
	transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

#icons35 li a:hover {
	transform: scale(1.1125);
}

#icons35 li a:hover + svg {
	transform: scale(1.1125);
}

#icons02 {
	font-size: 2.125em;
	gap: 1.25rem;
}

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

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

#icons02 li a {
	height: 2em;
	width: 2em;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons02 li a svg {
	height: 50%;
	width: 50%;
	transition: fill 0.25s ease;
}

#icons02 a svg {
	fill: #FFFFFF;
}

#icons02 a + svg {
	fill: none;
	stroke: transparent;
	stroke-width: 1px;
}

#icons02 a:hover + svg {
	stroke: #FFFFFF !important;
}

#icons02 a:hover svg {
	fill: #FFFFFF !important;
}

#icons02 li a + svg {
	transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

#icons02 li a:hover {
	transform: translateY(-11.25%);
}

#icons02 li a:hover + svg {
	transform: translateY(-11.25%);
}

#icons01 {
	justify-content: center;
	font-size: 1.125em;
	gap: 0rem;
}

#icons01 li a {
	height: 2em;
	width: 2em;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons01 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons01 a {
	background-color: transparent;
}

#icons01 a svg {
	fill: #C4C4C4;
}

#icons01 a:hover {
	background-color: transparent !important;
}

#icons01 li a + svg {
	transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

#icons01 li a:hover {
	transform: scale(1.1125);
}

#icons01 li a:hover + svg {
	transform: scale(1.1125);
}

#icons04 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons04 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons04 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons04 a {
	background-color: transparent;
}

#icons04 a svg {
	fill: #A6A6A6;
}

#icons04 a:hover {
	background-color: transparent !important;
}

#icons04 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons24 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons24 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons24 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons24 a {
	background-color: transparent;
}

#icons24 a svg {
	fill: #A6A6A6;
}

#icons24 a:hover {
	background-color: transparent !important;
}

#icons24 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons05 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons05 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons05 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons05 a {
	background-color: transparent;
}

#icons05 a svg {
	fill: #A6A6A6;
}

#icons05 a:hover {
	background-color: transparent !important;
}

#icons05 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons22 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons22 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons22 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons22 a {
	background-color: transparent;
}

#icons22 a svg {
	fill: #A6A6A6;
}

#icons22 a:hover {
	background-color: transparent !important;
}

#icons22 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons06 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons06 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons06 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons06 a {
	background-color: transparent;
}

#icons06 a svg {
	fill: #A6A6A6;
}

#icons06 a:hover {
	background-color: transparent !important;
}

#icons06 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons21 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons21 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons21 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons21 a {
	background-color: transparent;
}

#icons21 a svg {
	fill: #A6A6A6;
}

#icons21 a:hover {
	background-color: transparent !important;
}

#icons21 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons07 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons07 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons07 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons07 a {
	background-color: transparent;
}

#icons07 a svg {
	fill: #A6A6A6;
}

#icons07 a:hover {
	background-color: transparent !important;
}

#icons07 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons20 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons20 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons20 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons20 a {
	background-color: transparent;
}

#icons20 a svg {
	fill: #A6A6A6;
}

#icons20 a:hover {
	background-color: transparent !important;
}

#icons20 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons08 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons08 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons08 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons08 a {
	background-color: transparent;
}

#icons08 a svg {
	fill: #A6A6A6;
}

#icons08 a:hover {
	background-color: transparent !important;
}

#icons08 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons19 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons19 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons19 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons19 a {
	background-color: transparent;
}

#icons19 a svg {
	fill: #A6A6A6;
}

#icons19 a:hover {
	background-color: transparent !important;
}

#icons19 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons09 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons09 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons09 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons09 a {
	background-color: transparent;
}

#icons09 a svg {
	fill: #A6A6A6;
}

#icons09 a:hover {
	background-color: transparent !important;
}

#icons09 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons23 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons23 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons23 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons23 a {
	background-color: transparent;
}

#icons23 a svg {
	fill: #A6A6A6;
}

#icons23 a:hover {
	background-color: transparent !important;
}

#icons23 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons10 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons10 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons10 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons10 a {
	background-color: transparent;
}

#icons10 a svg {
	fill: #A6A6A6;
}

#icons10 a:hover {
	background-color: transparent !important;
}

#icons10 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons25 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons25 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons25 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons25 a {
	background-color: transparent;
}

#icons25 a svg {
	fill: #A6A6A6;
}

#icons25 a:hover {
	background-color: transparent !important;
}

#icons25 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons11 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons11 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons11 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons11 a {
	background-color: transparent;
}

#icons11 a svg {
	fill: #A6A6A6;
}

#icons11 a:hover {
	background-color: transparent !important;
}

#icons11 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons26 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons26 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons26 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons26 a {
	background-color: transparent;
}

#icons26 a svg {
	fill: #A6A6A6;
}

#icons26 a:hover {
	background-color: transparent !important;
}

#icons26 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons12 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons12 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons12 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons12 a {
	background-color: transparent;
}

#icons12 a svg {
	fill: #A6A6A6;
}

#icons12 a:hover {
	background-color: transparent !important;
}

#icons12 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons31 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons31 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons31 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons31 a {
	background-color: transparent;
}

#icons31 a svg {
	fill: #A6A6A6;
}

#icons31 a:hover {
	background-color: transparent !important;
}

#icons31 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons13 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons13 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons13 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons13 a {
	background-color: transparent;
}

#icons13 a svg {
	fill: #A6A6A6;
}

#icons13 a:hover {
	background-color: transparent !important;
}

#icons13 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons27 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons27 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons27 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons27 a {
	background-color: transparent;
}

#icons27 a svg {
	fill: #A6A6A6;
}

#icons27 a:hover {
	background-color: transparent !important;
}

#icons27 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons14 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons14 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons14 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons14 a {
	background-color: transparent;
}

#icons14 a svg {
	fill: #A6A6A6;
}

#icons14 a:hover {
	background-color: transparent !important;
}

#icons14 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons28 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons28 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons28 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons28 a {
	background-color: transparent;
}

#icons28 a svg {
	fill: #A6A6A6;
}

#icons28 a:hover {
	background-color: transparent !important;
}

#icons28 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons15 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons15 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons15 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons15 a {
	background-color: transparent;
}

#icons15 a svg {
	fill: #A6A6A6;
}

#icons15 a:hover {
	background-color: transparent !important;
}

#icons15 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons30 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons30 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons30 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons30 a {
	background-color: transparent;
}

#icons30 a svg {
	fill: #A6A6A6;
}

#icons30 a:hover {
	background-color: transparent !important;
}

#icons30 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons16 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons16 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons16 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons16 a {
	background-color: transparent;
}

#icons16 a svg {
	fill: #A6A6A6;
}

#icons16 a:hover {
	background-color: transparent !important;
}

#icons16 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons34 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons34 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons34 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons34 a {
	background-color: transparent;
}

#icons34 a svg {
	fill: #A6A6A6;
}

#icons34 a:hover {
	background-color: transparent !important;
}

#icons34 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons18 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons18 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons18 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons18 a {
	background-color: transparent;
}

#icons18 a svg {
	fill: #A6A6A6;
}

#icons18 a:hover {
	background-color: transparent !important;
}

#icons18 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons29 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons29 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons29 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons29 a {
	background-color: transparent;
}

#icons29 a svg {
	fill: #A6A6A6;
}

#icons29 a:hover {
	background-color: transparent !important;
}

#icons29 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons17 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons17 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons17 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons17 a {
	background-color: transparent;
}

#icons17 a svg {
	fill: #A6A6A6;
}

#icons17 a:hover {
	background-color: transparent !important;
}

#icons17 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons32 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons32 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons32 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons32 a {
	background-color: transparent;
}

#icons32 a svg {
	fill: #A6A6A6;
}

#icons32 a:hover {
	background-color: transparent !important;
}

#icons32 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons03 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons03 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons03 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons03 a {
	background-color: transparent;
}

#icons03 a svg {
	fill: #A6A6A6;
}

#icons03 a:hover {
	background-color: transparent !important;
}

#icons03 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons33 {
	justify-content: flex-end;
	font-size: 1.375em;
	gap: 2rem;
}

#icons33 li a {
	border-radius: 100%;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons33 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons33 a {
	background-color: transparent;
}

#icons33 a svg {
	fill: #A6A6A6;
}

#icons33 a:hover {
	background-color: transparent !important;
}

#icons33 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

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

.buttons li {
	max-width: 100%;
}

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

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

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

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

#buttons01 li a {
	display: inline-flex;
	width: auto;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1.25rem;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	border-radius: 2.5rem;
	transition: transform 0.75s ease, color 0.75s ease, background-color 0.75s ease, border-color 0.75s ease;
}

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

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

#buttons01 .button {
	background-color: transparent;
	color: #ABABAB;
}

#buttons01 .button:hover {
	background-color: transparent !important;
}

#buttons01 li a:hover {
	transform: scale(1.13);
}

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

#gallery03 .inner {
	max-width: 100%;
}

#gallery03 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery03 ul li .frame {
	border-radius: 0rem;
	box-shadow: 0rem 1.75rem 2.25rem 0.5rem rgba(0,0,0,0.471);
}

#gallery03 ul {
	gap: 0.5rem;
}

#gallery03 ul li .thumbnail {
	display: block;
	transition: filter 0.25s ease;
}

#gallery03 ul li img {
	height: 15rem;
	object-fit: cover;
	object-position: center;
	width: 15rem;
}

#gallery03 ul li .thumbnail:hover {
	filter: saturate(43.75%);
}

#gallery02 .inner {
	max-width: 100%;
}

#gallery02 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery02 ul li .frame {
	border-radius: 0rem;
	box-shadow: 0rem 0rem 2.25rem 0.5rem rgba(0,0,0,0.471);
}

#gallery02 ul {
	gap: 0.5rem;
}

#gallery02 ul li .thumbnail {
	display: block;
	transition: filter 0.375s ease;
}

#gallery02 ul li img {
	height: auto;
	max-height: 15rem;
}

#gallery02 ul li .thumbnail:hover {
	filter: saturate(43.75%);
}

#gallery01 .inner {
	max-width: 100%;
}

#gallery01 ul li {
	border-radius: 0rem;
	display: inline-block;
}

#gallery01 ul li .frame {
	border-radius: 0rem;
}

#gallery01 ul {
	gap: 0.5rem;
}

#gallery01 ul li .thumbnail {
	display: block;
	transition: filter 0.25s ease;
}

#gallery01 ul li img {
	height: 15rem;
	object-fit: cover;
	object-position: center;
	width: 15rem;
}

#gallery01 ul li .thumbnail:hover {
	filter: saturate(43.75%);
}

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

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

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

#image02 .frame {
	width: 15.125rem;
	transition: none;
}

#image02 .frame img {
	transition: none;
}

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

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

#image03 .frame {
	width: 15.125rem;
	transition: none;
}

#image03 .frame img {
	transition: none;
}

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

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

#image04 .frame {
	width: 15.125rem;
	transition: none;
}

#image04 .frame img {
	transition: none;
}

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

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

#image05 .frame {
	width: 15.125rem;
	transition: none;
}

#image05 .frame img {
	transition: none;
}

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

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

#image06 .frame {
	width: 15.125rem;
	transition: none;
}

#image06 .frame img {
	transition: none;
}

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

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

#image07 .frame {
	width: 15.125rem;
	transition: none;
}

#image07 .frame img {
	transition: none;
}

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

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

#image08 .frame {
	width: 15.125rem;
	transition: none;
}

#image08 .frame img {
	transition: none;
}

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

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

#image09 .frame {
	width: 15.125rem;
	transition: none;
}

#image09 .frame img {
	transition: none;
}

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

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

#image10 .frame {
	width: 15.125rem;
	transition: none;
}

#image10 .frame img {
	transition: none;
}

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

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

#image11 .frame {
	width: 15.125rem;
	transition: none;
}

#image11 .frame img {
	transition: none;
}

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

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

#image12 .frame {
	width: 15.125rem;
	transition: none;
}

#image12 .frame img {
	transition: none;
}

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

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

#image13 .frame {
	width: 15.125rem;
	transition: none;
}

#image13 .frame img {
	transition: none;
}

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

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

#image14 .frame {
	width: 15.125rem;
	transition: none;
}

#image14 .frame img {
	transition: none;
}

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

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

#image16 .frame {
	width: 15.125rem;
	transition: none;
}

#image16 .frame img {
	transition: none;
}

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

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

#image15 .frame {
	width: 15.125rem;
	transition: none;
}

#image15 .frame img {
	transition: none;
}

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

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

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

#image01 .frame img {
	transition: none;
}

hr {
	border: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

#divider04:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider05:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider27:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider28:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider25:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider26:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider11:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider12:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider07:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider08:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider03:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider01:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider06:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider02:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider13:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider14:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider17:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider18:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider16:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider29:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider30:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider15:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider21:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider22:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider24:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider23:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider19:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider20:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider32:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider09:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider31:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

#divider10:before {
	width: 100%;
	border-top: solid 1px rgba(168,168,168,0.322);
	height: 1px;
	margin-top: -0.5px;
}

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

#video02 .frame {
	width: 32rem;
}

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

#video11 video {
	width: 32rem;
}

#video11 .frame {
	width: 32rem;
}

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

#video12 video {
	width: 32rem;
}

#video12 .frame {
	width: 32rem;
}

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

#video06 video {
	width: 27rem;
}

#video06 .frame {
	width: 27rem;
}

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

#video08 video {
	width: 20rem;
}

#video08 .frame {
	width: 20rem;
}

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

#video10 video {
	width: 32rem;
}

#video10 .frame {
	width: 32rem;
}

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

#video13 video {
	width: 27rem;
}

#video13 .frame {
	width: 27rem;
}

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

#video14 video {
	width: 27rem;
}

#video14 .frame {
	width: 27rem;
}

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

#video15 video {
	width: 27rem;
}

#video15 .frame {
	width: 27rem;
}

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

#video16 video {
	width: 27rem;
}

#video16 .frame {
	width: 27rem;
}

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

#video03 video {
	width: 27rem;
}

#video03 .frame {
	width: 27rem;
}

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

#video04 video {
	width: 27rem;
}

#video04 .frame {
	width: 27rem;
}

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

#video18 video {
	width: 27rem;
}

#video18 .frame {
	width: 27rem;
}

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

#video05 video {
	width: 27rem;
}

#video05 .frame {
	width: 27rem;
}

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

#video23 video {
	width: 27rem;
}

#video23 .frame {
	width: 27rem;
}

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

#video19 video {
	width: 27rem;
}

#video19 .frame {
	width: 27rem;
}

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

#video20 video {
	width: 27rem;
}

#video20 .frame {
	width: 27rem;
}

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

#video32 video {
	width: 27rem;
}

#video32 .frame {
	width: 27rem;
}

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

#video33 video {
	width: 27rem;
}

#video33 .frame {
	width: 27rem;
}

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

#video34 video {
	width: 27rem;
}

#video34 .frame {
	width: 27rem;
}

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

#video35 video {
	width: 27rem;
}

#video35 .frame {
	width: 27rem;
}

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

#video36 video {
	width: 27rem;
}

#video36 .frame {
	width: 27rem;
}

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

#video37 video {
	width: 27rem;
}

#video37 .frame {
	width: 27rem;
}

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

#video31 video {
	width: 27rem;
}

#video31 .frame {
	width: 27rem;
}

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

#video01 video {
	width: 27rem;
}

#video01 .frame {
	width: 27rem;
}

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

@media (max-width: 1920px) {
	
}

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

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

@media (max-width: 1024px) {
	
}

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

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 1rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-2rem);
		max-width: calc(100% + 4rem + 0.4725px);
		width: calc(100% + 4rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container03 {
		min-height: 45rem;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 3.5rem;
		--spacing: 1.25rem;
	}
	
	#container03.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container01 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 2.125rem;
	}
	
	#container01.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container01.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container04 {
		min-height: 18.75rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 2rem;
		--spacing: 2rem;
	}
	
	#container04.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full {
		min-height: 18.75rem;
	}
	
	#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;
	}
	
	#container05 {
		min-height: 18.75rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 2rem;
		--spacing: 1.25rem;
	}
	
	#container05.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full {
		min-height: 18.75rem;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container24 {
		min-height: 18.75rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 2rem;
		--padding-vertical: 2rem;
		--spacing: 1.25rem;
	}
	
	#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 {
		min-height: 18.75rem;
	}
	
	#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;
	}
	
	
	
	#container07 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-vertical: 2.125rem;
	}
	
	#container07.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container07.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container07.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	#container13 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container12 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container12.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container12.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container12.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container12 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container12 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container11 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container11.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container11.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container11.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container11 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container10 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container14 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container14.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container14.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container14.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container14 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container14 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container09 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container09.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container09.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container09.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container15 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container15.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container15 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container15 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container16 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container18 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container18.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container18.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container18.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container18 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container18 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container19 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container19.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container19.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container19.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container19 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container19 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container23 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container23 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container20 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container20.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container20.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container20.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container20 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container20 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container17 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container17.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container17.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container17.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container17 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container17 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container22 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#container22.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container22.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container22.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container22 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container22 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	#container06 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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;
	}
	
	
	
	#container21 > .wrapper > .inner {
		--gutters: 2.75rem;
		--spacing: 0.875rem;
	}
	
	#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 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container21 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0.48125rem;
		width: calc(100% + 0.48125rem);
		font-size: 3em;
		line-height: 1.5;
	}
	
	#text05:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#text05:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#text05 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text08 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2em;
		line-height: 2;
	}
	
	#text07 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2em;
		line-height: 1.75;
	}
	
	#records {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2em;
		line-height: 2;
	}
	
	#text01:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#text01:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#text01 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 2;
	}
	
	#text10 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text62 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	h1.style3:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	h1.style3:not(:last-child), h2.style3:not(:last-child), h3.style3:not(:last-child), p.style3:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.625;
	}
	
	#text09 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text59 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text18 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text19 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text21 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text22 {
		letter-spacing: 0.0875rem;
		width: calc(100% + 0.0875rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text24 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text25 {
		letter-spacing: 0.153125rem;
		width: calc(100% + 0.153125rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text27 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text60 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text30 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text63 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text15 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text64 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text33:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text33:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text33 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text34 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text69 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text36 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text65 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text37:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text37:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text37 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text38 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text66 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text39:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text39:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text39 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text40 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text68 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text41:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text41:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text41 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text42 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text13 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text43:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text43:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text43 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text46 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text67 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text47:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text47:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text47 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text44 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text70 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text45:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text45:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text45 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#text12 {
		letter-spacing: 0.13125rem;
		width: calc(100% + 0.13125rem);
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text71 {
		letter-spacing: 0.175rem;
		width: calc(100% + 0.175rem);
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	#text11:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#text11:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#text11 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.875em;
		line-height: 1.75;
	}
	
	#icons35 {
		font-size: 1.75em;
		gap: 2rem;
	}
	
	#icons35:not(:first-child) {
		margin-top: 2.25rem !important;
	}
	
	#icons35:not(:last-child) {
		margin-bottom: 2.25rem !important;
	}
	
	#icons02 {
		font-size: 2.125em;
		gap: 1.25rem;
	}
	
	#icons02:not(:first-child) {
		margin-top: 1.125rem !important;
	}
	
	#icons02:not(:last-child) {
		margin-bottom: 1.125rem !important;
	}
	
	#icons01 {
		font-size: 1.125em;
		gap: 0rem;
	}
	
	#icons04 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons24 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons05 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons22 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons06 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons21 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons07 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons20 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons08 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons19 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons09 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons23 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons10 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons25 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons11 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons26 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons12 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons31 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons13 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons27 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons14 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons28 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons15 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons30 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons16 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons34 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons18 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons29 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons17 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons32 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons03 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#icons33 {
		font-size: 1.375em;
		gap: 2rem;
	}
	
	#buttons01 {
		gap: 1.125rem;
	}
	
	#buttons01:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#buttons01:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#buttons01 li a {
		letter-spacing: 0rem;
		font-size: 1.5em;
	}
	
	#buttons01 li a svg {
		width: 0.875em;
	}
	
	#gallery03 ul li img {
		height: 9rem;
		width: 9rem;
	}
	
	#gallery02 ul li img {
		max-height: 9rem;
	}
	
	#gallery01 ul li img {
		height: 9rem;
		width: 9rem;
	}
	
	#image02:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image02:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image02 .frame {
		width: 15.125rem;
	}
	
	#image03:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image03:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image03 .frame {
		width: 15.125rem;
	}
	
	#image04:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image04:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image04 .frame {
		width: 15.125rem;
	}
	
	#image05:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image05:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image05 .frame {
		width: 15.125rem;
	}
	
	#image06:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image06:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image06 .frame {
		width: 15.125rem;
	}
	
	#image07:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image07:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image07 .frame {
		width: 15.125rem;
	}
	
	#image08:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image08:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image08 .frame {
		width: 15.125rem;
	}
	
	#image09:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image09:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image09 .frame {
		width: 15.125rem;
	}
	
	#image10:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image10:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image10 .frame {
		width: 15.125rem;
	}
	
	#image11:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image11:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image11 .frame {
		width: 15.125rem;
	}
	
	#image12:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image12:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image12 .frame {
		width: 15.125rem;
	}
	
	#image13:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image13:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image13 .frame {
		width: 15.125rem;
	}
	
	#image14:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image14:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image14 .frame {
		width: 15.125rem;
	}
	
	#image16:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image16:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image16 .frame {
		width: 15.125rem;
	}
	
	#image15:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image15:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image15 .frame {
		width: 15.125rem;
	}
	
	#image01:not(:first-child) {
		margin-top: 1.40625rem !important;
	}
	
	#image01:not(:last-child) {
		margin-bottom: 1.40625rem !important;
	}
	
	#image01 .frame {
		width: 15.125rem;
	}
	
	#divider04:before {
		width: 100rem;
	}
	
	#divider05:before {
		width: 100rem;
	}
	
	#divider27:before {
		width: 100rem;
	}
	
	#divider28:before {
		width: 100rem;
	}
	
	#divider25:before {
		width: 100rem;
	}
	
	#divider26:before {
		width: 100rem;
	}
	
	#divider11:before {
		width: 100rem;
	}
	
	#divider12:before {
		width: 100rem;
	}
	
	#divider07:before {
		width: 100rem;
	}
	
	#divider08:before {
		width: 100rem;
	}
	
	#divider03:before {
		width: 100rem;
	}
	
	#divider01:before {
		width: 100rem;
	}
	
	#divider06:before {
		width: 100rem;
	}
	
	#divider02:before {
		width: 100rem;
	}
	
	#divider13:before {
		width: 100rem;
	}
	
	#divider14:before {
		width: 100rem;
	}
	
	#divider17:before {
		width: 100rem;
	}
	
	#divider18:before {
		width: 100rem;
	}
	
	#divider16:before {
		width: 100rem;
	}
	
	#divider29:before {
		width: 100rem;
	}
	
	#divider30:before {
		width: 100rem;
	}
	
	#divider15:before {
		width: 100rem;
	}
	
	#divider21:before {
		width: 100rem;
	}
	
	#divider22:before {
		width: 100rem;
	}
	
	#divider24:before {
		width: 100rem;
	}
	
	#divider23:before {
		width: 100rem;
	}
	
	#divider19:before {
		width: 100rem;
	}
	
	#divider20:before {
		width: 100rem;
	}
	
	#divider32:before {
		width: 100rem;
	}
	
	#divider09:before {
		width: 100rem;
	}
	
	#divider31:before {
		width: 100rem;
	}
	
	#divider10:before {
		width: 100rem;
	}
	
	#video02 video {
		width: 32rem;
	}
	
	#video02 .frame {
		width: 32rem;
	}
	
	#video11 video {
		width: 32rem;
	}
	
	#video11 .frame {
		width: 32rem;
	}
	
	#video12 video {
		width: 32rem;
	}
	
	#video12 .frame {
		width: 32rem;
	}
	
	#video06 video {
		width: 27rem;
	}
	
	#video06 .frame {
		width: 27rem;
	}
	
	#video08 video {
		width: 20rem;
	}
	
	#video08 .frame {
		width: 20rem;
	}
	
	#video10 video {
		width: 32rem;
	}
	
	#video10 .frame {
		width: 32rem;
	}
	
	#video13 video {
		width: 27rem;
	}
	
	#video13 .frame {
		width: 27rem;
	}
	
	#video14 video {
		width: 27rem;
	}
	
	#video14 .frame {
		width: 27rem;
	}
	
	#video15 video {
		width: 27rem;
	}
	
	#video15 .frame {
		width: 27rem;
	}
	
	#video16 video {
		width: 27rem;
	}
	
	#video16 .frame {
		width: 27rem;
	}
	
	#video03 video {
		width: 27rem;
	}
	
	#video03 .frame {
		width: 27rem;
	}
	
	#video04 video {
		width: 27rem;
	}
	
	#video04 .frame {
		width: 27rem;
	}
	
	#video18 video {
		width: 27rem;
	}
	
	#video18 .frame {
		width: 27rem;
	}
	
	#video05 video {
		width: 27rem;
	}
	
	#video05 .frame {
		width: 27rem;
	}
	
	#video23 video {
		width: 27rem;
	}
	
	#video23 .frame {
		width: 27rem;
	}
	
	#video19 video {
		width: 27rem;
	}
	
	#video19 .frame {
		width: 27rem;
	}
	
	#video20 video {
		width: 27rem;
	}
	
	#video20 .frame {
		width: 27rem;
	}
	
	#video32 video {
		width: 27rem;
	}
	
	#video32 .frame {
		width: 27rem;
	}
	
	#video33 video {
		width: 27rem;
	}
	
	#video33 .frame {
		width: 27rem;
	}
	
	#video34 video {
		width: 27rem;
	}
	
	#video34 .frame {
		width: 27rem;
	}
	
	#video35 video {
		width: 27rem;
	}
	
	#video35 .frame {
		width: 27rem;
	}
	
	#video36 video {
		width: 27rem;
	}
	
	#video36 .frame {
		width: 27rem;
	}
	
	#video37 video {
		width: 27rem;
	}
	
	#video37 .frame {
		width: 27rem;
	}
	
	#video31 video {
		width: 27rem;
	}
	
	#video31 .frame {
		width: 27rem;
	}
	
	#video01 video {
		width: 27rem;
	}
	
	#video01 .frame {
		width: 27rem;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 0rem;
	}
	
	#container03 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	
	
	#container04 > .wrapper > .inner {
		--spacing: 1.75rem;
	}
	
	#container05 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	#container24 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	
	
	#container13 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container12 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container11 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container10 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container14 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container15 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container16 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container18 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container19 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container23 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container20 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container17 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container22 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container06 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#container21 > .wrapper > .inner {
		--spacing: 0.765625rem;
	}
	
	#buttons01 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	#buttons01 li a {
		max-width: 32rem;
		width: 100%;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 0.75rem;
		--spacing: 0rem;
	}
	
	#main > .inner > * > .full {
		margin-left: calc(-1.5rem);
		max-width: calc(100% + 3rem + 0.4725px);
		width: calc(100% + 3rem + 0.4725px);
	}
	
	#main > .inner > * > .full.screen {
		margin-left: -50vw;
	}
	
	#main > .inner > .active > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 2.625rem;
		--spacing: 0.9375rem;
	}
	
	#container03 {
		min-height: 33.75rem;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 1.59375rem;
	}
	
	#container04 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1.5rem;
		--spacing: 1.5rem;
	}
	
	#container04 {
		min-height: 12.5rem;
	}
	
	#container04.columns > .wrapper > .inner > .full {
		min-height: 12.5rem;
	}
	
	#container05 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.9375rem;
	}
	
	#container05 {
		min-height: 12.5rem;
	}
	
	#container05.columns > .wrapper > .inner > .full {
		min-height: 12.5rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.9375rem;
	}
	
	#container24 {
		min-height: 12.5rem;
	}
	
	#container24.columns > .wrapper > .inner > .full {
		min-height: 12.5rem;
	}
	
	#container07 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-vertical: 1.59375rem;
	}
	
	#container13 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container12 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container11 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container10 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container15 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container16 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container18 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container19 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container23 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container20 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container17 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container22 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container06 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--spacing: 0.65625rem;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 2em;
	}
	
	#text05 {
		font-size: 0.875em;
	}
	
	#text08 {
		font-size: 1.5em;
	}
	
	#text07 {
		font-size: 1.5em;
	}
	
	#records {
		font-size: 1.5em;
	}
	
	#text01 {
		font-size: 0.875em;
	}
	
	#text10 {
		font-size: 1.25em;
	}
	
	#text62 {
		font-size: 0.875em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 0.875em;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 1.125em;
	}
	
	#text09 {
		font-size: 1.25em;
	}
	
	#text59 {
		font-size: 0.875em;
	}
	
	#text18 {
		font-size: 1.25em;
	}
	
	#text19 {
		font-size: 0.875em;
	}
	
	#text21 {
		font-size: 1.25em;
	}
	
	#text22 {
		font-size: 0.875em;
	}
	
	#text24 {
		font-size: 1.25em;
	}
	
	#text25 {
		font-size: 0.875em;
	}
	
	#text27 {
		font-size: 1.25em;
	}
	
	#text60 {
		font-size: 0.875em;
	}
	
	#text30 {
		font-size: 1.25em;
	}
	
	#text63 {
		font-size: 0.875em;
	}
	
	#text15 {
		font-size: 1.25em;
	}
	
	#text64 {
		font-size: 0.875em;
	}
	
	#text33 {
		font-size: 0.875em;
	}
	
	#text34 {
		font-size: 1.25em;
	}
	
	#text69 {
		font-size: 0.875em;
	}
	
	#text36 {
		font-size: 1.25em;
	}
	
	#text65 {
		font-size: 0.875em;
	}
	
	#text37 {
		font-size: 0.875em;
	}
	
	#text38 {
		font-size: 1.25em;
	}
	
	#text66 {
		font-size: 0.875em;
	}
	
	#text39 {
		font-size: 0.875em;
	}
	
	#text40 {
		font-size: 1.25em;
	}
	
	#text68 {
		font-size: 0.875em;
	}
	
	#text41 {
		font-size: 0.875em;
	}
	
	#text42 {
		font-size: 1.25em;
	}
	
	#text13 {
		font-size: 0.875em;
	}
	
	#text43 {
		font-size: 0.875em;
	}
	
	#text46 {
		font-size: 1.25em;
	}
	
	#text67 {
		font-size: 0.875em;
	}
	
	#text47 {
		font-size: 0.875em;
	}
	
	#text44 {
		font-size: 1.25em;
	}
	
	#text70 {
		font-size: 0.875em;
	}
	
	#text45 {
		font-size: 0.875em;
	}
	
	#text12 {
		font-size: 1.25em;
	}
	
	#text71 {
		font-size: 0.875em;
	}
	
	#text11 {
		font-size: 0.875em;
	}
	
	#icons35 {
		gap: 1.5rem;
	}
	
	#icons02 {
		gap: 0.9375rem;
	}
	
	#icons01 {
		gap: 0rem;
	}
	
	#icons04 {
		gap: 1.5rem;
	}
	
	#icons24 {
		gap: 1.5rem;
	}
	
	#icons05 {
		gap: 1.5rem;
	}
	
	#icons22 {
		gap: 1.5rem;
	}
	
	#icons06 {
		gap: 1.5rem;
	}
	
	#icons21 {
		gap: 1.5rem;
	}
	
	#icons07 {
		gap: 1.5rem;
	}
	
	#icons20 {
		gap: 1.5rem;
	}
	
	#icons08 {
		gap: 1.5rem;
	}
	
	#icons19 {
		gap: 1.5rem;
	}
	
	#icons09 {
		gap: 1.5rem;
	}
	
	#icons23 {
		gap: 1.5rem;
	}
	
	#icons10 {
		gap: 1.5rem;
	}
	
	#icons25 {
		gap: 1.5rem;
	}
	
	#icons11 {
		gap: 1.5rem;
	}
	
	#icons26 {
		gap: 1.5rem;
	}
	
	#icons12 {
		gap: 1.5rem;
	}
	
	#icons31 {
		gap: 1.5rem;
	}
	
	#icons13 {
		gap: 1.5rem;
	}
	
	#icons27 {
		gap: 1.5rem;
	}
	
	#icons14 {
		gap: 1.5rem;
	}
	
	#icons28 {
		gap: 1.5rem;
	}
	
	#icons15 {
		gap: 1.5rem;
	}
	
	#icons30 {
		gap: 1.5rem;
	}
	
	#icons16 {
		gap: 1.5rem;
	}
	
	#icons34 {
		gap: 1.5rem;
	}
	
	#icons18 {
		gap: 1.5rem;
	}
	
	#icons29 {
		gap: 1.5rem;
	}
	
	#icons17 {
		gap: 1.5rem;
	}
	
	#icons32 {
		gap: 1.5rem;
	}
	
	#icons03 {
		gap: 1.5rem;
	}
	
	#icons33 {
		gap: 1.5rem;
	}
	
	#buttons01 {
		gap: 0.84375rem;
	}
	
	#gallery03 ul {
		gap: 0.375rem;
	}
	
	#gallery02 ul {
		gap: 0.375rem;
	}
	
	#gallery01 ul {
		gap: 0.375rem;
	}
}