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

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

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

body:before {
	background-attachment: scroll;
	content: '';
	display: block;
	height: var(--background-height);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	width: 100vw;
	z-index: 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20stroke%3A%20rgba(0,0,0,0.043)%3B%20stroke-width%3A%201.01px%3B%20fill%3A%20none%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22m%200%2C0%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20m%20-955.18%2C-324.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20m%20-1092.82%2C-187.18%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20m%20-955.18%2C-324.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20m%20-1092.82%2C-187.18%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20l%20324.82%2C-68.82%20l%20187.18%2C68.82%20m%20-1024%2C1024%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20m%20324.82%2C955.18%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20m%20187.18%2C1092.82%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20m%20324.82%2C955.18%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20m%20187.18%2C1092.82%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%20l%2068.82%2C-324.82%20l%20-68.82%2C-187.18%22%20transform%3D%22translate%28-341.33%20853.33%29%22%20class%3D%22fundefined%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
	background-size: 984px;
	background-position: center;
	background-repeat: repeat;
}

: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: 16pt;
}

u {
	text-decoration: underline;
}

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

em {
	font-style: italic;
}

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

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

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

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

s {
	text-decoration: line-through;
}

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

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

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

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

deferred-script {
	display: none;
}

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

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

#main > .inner {
	--padding-horizontal: 3rem;
	--padding-vertical: 4.5rem;
	--spacing: 2rem;
	--width: 60rem;
	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(-3rem);
	max-width: calc(100% + 6rem + 0.4725px);
	width: calc(100% + 6rem + 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: -4.5rem !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: -4.5rem !important;
}

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

body #wrapper:after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 6rem;
	left: calc(50% - 3rem);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: calc(50% - 3rem);
	transition: opacity 1s ease, visibility 1s;
	visibility: hidden;
	width: 6rem;
	z-index: 100000;
}

body.is-loading {
	pointer-events: none;
}

body.is-loading.with-loader #wrapper:after {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUgeyBmaWxsOiB0cmFuc3BhcmVudDsgc3Ryb2tlOiAjRTlFQ0Y1OyBzdHJva2Utd2lkdGg6IDJweDsgfTwvc3R5bGU+PGRlZnM+PGNsaXBQYXRoIGlkPSJjb3JuZXIiPjxwb2x5Z29uIHBvaW50cz0iMCwwIDQ4LDAgNDgsNDggOTYsNDggOTYsOTYgMCw5NiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjY29ybmVyKSI+PGNpcmNsZSBjeD0iNDgiIGN5PSI0OCIgcj0iMzIiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIgLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDQ4IDQ4IiB0bz0iMzYwIDQ4IDQ4IiBkdXI9IjFzIiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9nPjwvc3ZnPg==');
	opacity: 1;
	transform: scale(1.0);
	visibility: visible;
}

body.is-playing.with-loader #wrapper:after {
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.25s ease, transform 0.75s ease, visibility 0.25s;
	visibility: hidden;
}

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

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

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

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

.image.style2 .frame {
	max-width: 100%;
	width: auto;
	transition: none;
}

.image.style2 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.image.style2 .frame img {
	transition: none;
}

.image.style1:not(:first-child) {
	margin-top: 5.5rem !important;
}

.image.style1:not(:last-child) {
	margin-bottom: 5.5rem !important;
}

.image.style1 .frame {
	width: 100vw;
	height: 10.75rem;
	transition: none;
}

.image.style1 img {
	height: 100% !important;
	object-fit: cover;
	object-position: top left;
	width: 100% !important;
}

.image.style1 .frame img {
	transition: none;
}

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

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

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

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

#image02 .frame img {
	transition: none;
}

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

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

#image13 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.375rem;
	border-color: #4557C6;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0.065rem 0.622rem 1.375rem 0rem rgba(156,156,156,0.459);
	transition: none;
}

#image13 .frame img:first-child {
	border-radius: calc(0.375rem - 2px) !important;
}

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

#image13 .frame img {
	transition: none;
}

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

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

#image19 .frame {
	width: 22rem;
	height: 15rem;
	border-radius: 0.5rem;
	border-color: #4557C6;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0.065rem 0.622rem 1.375rem 0rem rgba(156,156,156,0.459);
	transition: none;
}

#image19 .frame img:first-child {
	border-radius: calc(0.5rem - 2px) !important;
}

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

#image19 .frame img {
	transition: none;
}

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

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

#image20 .frame {
	width: 22rem;
	height: 14.125rem;
	border-radius: 0.5rem;
	border-color: #4557C6;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0.065rem 0.622rem 1.375rem 0rem rgba(156,156,156,0.459);
	transition: none;
}

#image20 .frame img:first-child {
	border-radius: calc(0.5rem - 2px) !important;
}

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

#image20 .frame img {
	transition: none;
}

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

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

#image21 .frame {
	width: 22rem;
	height: 13rem;
	border-radius: 0.5rem;
	border-color: #4557C6;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0.065rem 0.622rem 1.375rem 0rem rgba(156,156,156,0.459);
	transition: none;
}

#image21 .frame img:first-child {
	border-radius: calc(0.5rem - 2px) !important;
}

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

#image21 .frame img {
	transition: none;
}

.image.style4:not(:first-child) {
	margin-top: 0.125rem !important;
}

.image.style4:not(:last-child) {
	margin-bottom: 0.125rem !important;
}

.image.style4 .frame {
	max-width: 100%;
	width: auto;
	border-radius: 0.875rem;
	transition: none;
}

.image.style4 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.image.style4 .frame img {
	transition: none;
}

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

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

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

h1.style1, h2.style1, h3.style1, p.style1 {
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1.125;
	font-weight: 600;
}

h1.style1 mark, h2.style1 mark, h3.style1 mark, p.style1 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style2, h2.style2, h3.style2, p.style2 {
	color: #343639;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

h1.style2 mark, h2.style2 mark, h3.style2 mark, p.style2 mark {
	background-color: transparent;
}

h1.style2 a, h2.style2 a, h3.style2 a, p.style2 a {
	color: #7A82FF;
	text-decoration: none;
}

h1.style2 a:hover, h2.style2 a:hover, h3.style2 a:hover, p.style2 a:hover {
	color: #747989;
}

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

h1.style3, h2.style3, h3.style3, p.style3 {
	color: #31343A;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 2;
	font-weight: 700;
}

h1.style3 mark, h2.style3 mark, h3.style3 mark, p.style3 mark {
	background-color: transparent;
}

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

h1.style3 a:hover, h2.style3 a:hover, h3.style3 a:hover, p.style3 a:hover {
	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: 1rem;
}

h1.style4, h2.style4, h3.style4, p.style4 {
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.1rem;
	width: 100%;
	font-size: 2em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style4 mark, h2.style4 mark, h3.style4 mark, p.style4 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

#text07 {
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1.25;
	font-weight: 600;
}

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

#text07 a {
	text-decoration: none;
}

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

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

h1.style5, h2.style5, h3.style5, p.style5 {
	text-transform: uppercase;
	color: #F7F7F7;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style5 mark, h2.style5 mark, h3.style5 mark, p.style5 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style6, h2.style6, h3.style6, p.style6 {
	color: #F7F7F7;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.375;
	font-weight: 300;
}

h1.style6 strong, h2.style6 strong, h3.style6 strong, p.style6 strong {
	color: #FFFFFF;
}

h1.style6 mark, h2.style6 mark, h3.style6 mark, p.style6 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style7, h2.style7, h3.style7, p.style7 {
	text-align: left;
	text-transform: uppercase;
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.1rem;
	width: 100%;
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style7 mark, h2.style7 mark, h3.style7 mark, p.style7 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style8, h2.style8, h3.style8, p.style8 {
	text-align: left;
	color: #343639;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

h1.style8 mark, h2.style8 mark, h3.style8 mark, p.style8 mark {
	background-color: transparent;
}

h1.style8 a, h2.style8 a, h3.style8 a, p.style8 a {
	color: #7A82FF;
	text-decoration: none;
}

h1.style8 a:hover, h2.style8 a:hover, h3.style8 a:hover, p.style8 a:hover {
	color: #747989;
}

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

#text76 {
	text-align: center;
	color: #343639;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

#text76 mark {
	background-color: transparent;
}

#text76 a {
	color: #7A82FF;
	text-decoration: none;
}

#text76 a:hover {
	color: #747989;
}

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

#text09 {
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.375em;
	line-height: 1.25;
	font-weight: 600;
}

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

#text09 a {
	text-decoration: none;
}

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

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

h1.style16, h2.style16, h3.style16, p.style16 {
	text-align: left;
	text-transform: uppercase;
	color: #4557C6;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style16 mark, h2.style16 mark, h3.style16 mark, p.style16 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style16 > *, h2.style16 > *, h3.style16 > *, p.style16 > * {
	display: inline-block;
	line-height: 1.2;
}

#text66 {
	color: #F7F7F7;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 300;
}

#text66 strong {
	color: #FFFFFF;
}

#text66 mark {
	color: #000000;
	background-color: transparent;
}

#text66 a {
	text-decoration: none;
}

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

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

#text74 {
	color: #F7F7F7;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.25;
	font-weight: 300;
}

#text74 strong {
	color: #FFFFFF;
}

#text74 mark {
	color: #000000;
	background-color: transparent;
}

#text74 a {
	text-decoration: none;
}

#text74 a:hover {
	text-decoration: underline;
}

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

h1.style10, h2.style10, h3.style10, p.style10 {
	text-align: left;
	text-transform: uppercase;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 600;
}

h1.style10 mark, h2.style10 mark, h3.style10 mark, p.style10 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style11, h2.style11, h3.style11, p.style11 {
	text-align: left;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 400;
}

h1.style11 mark, h2.style11 mark, h3.style11 mark, p.style11 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

h1.style14, h2.style14, h3.style14, p.style14 {
	text-align: left;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: 400;
}

h1.style14 mark, h2.style14 mark, h3.style14 mark, p.style14 mark {
	color: #000000;
	background-color: transparent;
}

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

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

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

#text58 {
	text-align: left;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.375;
	font-weight: 400;
}

#text58 mark {
	color: #000000;
	background-color: transparent;
}

#text58 a {
	text-decoration: none;
}

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

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

#text60 {
	text-align: left;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1em;
	line-height: 1.375;
	font-weight: 400;
}

#text60 mark {
	color: #000000;
	background-color: transparent;
}

#text60 a {
	text-decoration: none;
}

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

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

#text45 {
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.075rem;
	width: 100%;
	font-size: 1.875em;
	line-height: 1.125;
	font-weight: 600;
}

#text45 mark {
	color: #000000;
	background-color: transparent;
}

#text45 a {
	text-decoration: none;
}

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

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

#text55 {
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.05rem;
	width: 100%;
	font-size: 1.875em;
	line-height: 1.25;
	font-weight: 400;
}

#text55 mark {
	color: #000000;
	background-color: transparent;
}

#text55 a {
	text-decoration: none;
}

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

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

#text52 {
	text-align: center;
	color: #31343B;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025rem;
	width: 100%;
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 400;
}

#text52 mark {
	color: #000000;
	background-color: transparent;
}

#text52 a {
	text-decoration: none;
}

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

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

hr {
	align-items: center;
	border: 0;
	display: flex;
	justify-content: var(--flex-alignment);
	min-height: 1rem;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
}

hr.style3 {
	justify-content: center;
}

hr.style3:before {
	width: 9rem;
	background-color: #31343A;
	height: 3px;
	border-radius: 0px;
}

hr.style1:not(:first-child) {
	margin-top: 0rem !important;
}

hr.style1:not(:last-child) {
	margin-bottom: 0rem !important;
}

hr.style1 {
	justify-content: center;
}

hr.style1:before {
	height: 4rem;
	border-left: dashed 4px #343639;
	width: 4px;
}

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

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

hr.style2:before {
	width: 1rem;
	background-color: transparent;
	height: 1px;
	border-radius: 0px;
}

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

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

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

.buttons.style4 {
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
}

.buttons.style4 li a {
	display: inline-flex;
	width: auto;
	height: 3.25rem;
	line-height: 3.25rem;
	padding: 0 1.625rem;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
	border-radius: 2.5rem;
	box-shadow: 0.354rem 0.354rem 1.5rem 0.625rem rgba(0,0,0,0.078);
	flex-direction: row-reverse;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

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

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

.buttons.style4 .button {
	background-color: #31343A;
	color: #FFFFFF;
}

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

.buttons.style4 li a:hover {
	transform: scale(1.06);
}

.buttons.style1 {
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
}

.buttons.style1 li a {
	display: inline-flex;
	width: auto;
	height: 3.875rem;
	line-height: 3.875rem;
	padding: 0 1.9375rem;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.025rem;
	padding-left: calc(0.025rem + 1.9375rem);
	font-size: 1em;
	font-weight: 600;
	border-radius: 2.5rem;
	box-shadow: 0.354rem 0.354rem 1.5rem 0.625rem rgba(0,0,0,0.078);
	flex-direction: row-reverse;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style1 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 16px;
	width: 1.125em;
	margin-left: 0.625rem;
	margin-right: calc(-0.125em + 0.025rem);
	transition: fill 0.25s ease;
}

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

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

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

.buttons.style1 li a:hover {
	transform: scale(1.06);
}

#buttons03 .n02 svg {
	fill: #4558C6;
}

#buttons03 .n02 {
	background-color: #FFFFFF;
	color: #4558C6;
}

#buttons03 .n02:hover {
	background-color: #FFFFFF !important;
}

#buttons09 .n02 svg {
	fill: #4558C6;
}

#buttons09 .n02 {
	background-color: #FFFFFF;
	color: #4558C6;
}

#buttons09 .n02:hover {
	background-color: #FFFFFF !important;
}

#buttons08 .n02 svg {
	fill: #4558C6;
}

#buttons08 .n02 {
	background-color: #FFFFFF;
	color: #4558C6;
}

#buttons08 .n02:hover {
	background-color: #FFFFFF !important;
}

#buttons11 .n02 svg {
	fill: #4558C6;
}

#buttons11 .n02 {
	background-color: #FFFFFF;
	color: #4558C6;
}

#buttons11 .n02:hover {
	background-color: #FFFFFF !important;
}

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

#buttons07 li a {
	display: inline-flex;
	width: auto;
	height: 3.875rem;
	line-height: 3.875rem;
	padding: 0 1.9375rem;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.025rem;
	padding-left: calc(0.025rem + 1.9375rem);
	font-size: 1em;
	font-weight: 600;
	border-radius: 2.5rem;
	box-shadow: 0.354rem 0.354rem 1.5rem 0.625rem rgba(0,0,0,0.078);
	flex-direction: row-reverse;
	transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons07 li a svg {
	display: block;
	fill: #FFFFFF;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	min-width: 16px;
	width: 1.125em;
	margin-left: 0.625rem;
	margin-right: calc(-0.125em + 0.025rem);
	transition: fill 0.25s ease;
}

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

#buttons07 .button {
	background-color: #31343A;
	color: #FFFFFF;
}

#buttons07 .button:hover {
	background-color: #4557C6 !important;
}

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

.links {
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0;
}

.links li {
	position: relative;
}

.links li a {
	direction: var(--site-language-direction);
	display: block;
}

#links15 {
	justify-content: center;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
}

#links15 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

#links15 li:first-child:before {
	display: none;
}

#links15 li a {
	color: #4557C6;
	text-decoration: underline;
}

#links15 li a:hover {
	color: #31343A;
}

#links15 .n01 a:hover {
	color: #31343A;
}

#links08 {
	justify-content: center;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
}

#links08 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

#links08 li:first-child:before {
	display: none;
}

#links08 li a {
	color: #31343A;
	text-decoration: underline;
}

#links08 li a:hover {
	color: #4557C6;
}

#links08 .n01 a:hover {
	color: #4557C6;
}

#links14 {
	justify-content: center;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
}

#links14 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

#links14 li:first-child:before {
	display: none;
}

#links14 li a {
	color: #31343A;
	text-decoration: underline;
}

#links14 li a:hover {
	color: #4557C6;
}

#links14 .n01 a:hover {
	color: #4557C6;
}

.links.style2 {
	gap: 1.75rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
}

.links.style2 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.875rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

.links.style2 li:first-child:before {
	display: none;
}

.links.style2 li a {
	color: #4557C6;
	text-decoration: none;
}

.links.style2 li a:hover {
	color: #31343A;
}

#links01 .n01 a:hover {
	color: #31343A;
}

#links12 {
	justify-content: center;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
}

#links12 li:before {
	background: #4557C6;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

#links12 li:first-child:before {
	display: none;
}

#links12 li a {
	color: #31343A;
	text-decoration: none;
}

#links12 li a:hover {
	color: #4557C6;
}

#links12 .n01 a:hover {
	color: #4557C6;
}

#links12 .n02 a:hover {
	color: #4557C6;
}

#links03 {
	gap: 0.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
}

#links03 li a {
	color: #4557C6;
	text-decoration: none;
}

#links03 li a:hover {
	color: #747989;
}

#links03 .n01 a:hover {
	color: #747989;
}

.links.style1 {
	justify-content: flex-start;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
}

.links.style1 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

.links.style1 li:first-child:before {
	display: none;
}

.links.style1 li a {
	color: #4557C6;
	text-decoration: none;
}

.links.style1 li a:hover {
	color: #31343A;
}

#links07 .n01 a:hover {
	color: #31343A;
}

#links07 .n02 a:hover {
	color: #31343A;
}

#links06 {
	gap: 0.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 600;
}

#links06 li a {
	color: #4557C6;
	text-decoration: none;
}

#links06 li a:hover {
	color: #747989;
}

#links06 .n01 a:hover {
	color: #747989;
}

#links02 .n01 a:hover {
	color: #31343A;
}

#links11 {
	justify-content: center;
	gap: 1.625rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.375em;
	font-weight: 600;
}

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

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

#links11 li:before {
	background: #343639;
	content: '';
	display: block;
	height: 100%;
	left: calc(-0.8125rem - 1.5px);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 3px;
}

#links11 li:first-child:before {
	display: none;
}

#links11 li a {
	color: #4557C6;
	text-decoration: none;
}

#links11 li a:hover {
	color: #31343A;
}

#links11 .n01 a:hover {
	color: #31343A;
}

#links11 .n02 a:hover {
	color: #31343A;
}

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

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

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

.container.style1 > .wrapper {
	display: block;
	margin: 0 auto 0 0;
	width: 74rem;
	background-color: transparent;
}

.container.style1 > .wrapper > .inner {
	--gutters: 4rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 0rem;
	--spacing: 1.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style3 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 25rem;
	background-color: #31343A;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20stroke-linecap%3A%20square%3B%20stroke-width%3A%202.01px%3B%20stroke%3A%20rgba(0,0,0,0.09)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M%20256%20192%20L%20256%20320%20M%20192%20256%20L%20320%20256%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: 41px;
	background-position: center;
	background-repeat: repeat;
	border-color: #4557C6;
	border-style: solid;
	border-width: 4px;
	box-shadow: 0rem 0.75rem 3.375rem 0.125rem rgba(3,0,0,0.188);
	border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style5 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: transparent;
}

.container.style5 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0.25rem;
	--padding-vertical: 0.5rem;
	--spacing: 1.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#container09 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: transparent;
}

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

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

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

#container14 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: transparent;
}

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

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

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

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

#container14.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: 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%;
}

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

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

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

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

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

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

#container21 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: #4557C6;
	border-radius: 0.75rem;
}

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

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

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

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

#container24 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 50rem;
	background-color: #31343A;
	border-radius: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.container.style6 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 45rem;
	background-color: transparent;
	border-color: #31343A;
	border-style: solid;
	border-width: 3px;
	box-shadow: 0rem 0rem 2rem 0rem rgba(150,150,150,0.561);
	border-radius: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container.style6.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(25% + (var(--gutters) / 2));
}

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

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

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

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

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

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

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

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

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

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

#icons01 {
	font-size: 2.25em;
	gap: 2rem;
}

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

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

#icons01 li a {
	border-radius: 2.5rem;
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

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

#icons01 a svg {
	fill: #31343B;
}

#icons01 a:hover svg {
	fill: #4556C6 !important;
}

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

#icons03 {
	font-size: 2.25em;
	gap: 2rem;
}

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

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

#icons03 li a {
	border-radius: 2.5rem;
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

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

#icons03 a svg {
	fill: #31343B;
}

#icons03 a:hover svg {
	fill: #4556C6 !important;
}

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

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
}

.gallery ul li {
	position: relative;
}

.gallery ul li .thumbnail {
	border-radius: inherit;
	position: relative;
}

.gallery ul li .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.gallery ul li img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

.gallery ul li .caption {
	width: 100%;
}

.gallery ul li .caption p {
	width: 100%;
}

.gallery ul li .caption a, .gallery ul li .caption spoiler-text {
	pointer-events: auto;
}

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

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

.gallery-modal {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	align-content: center;
	align-items: center;
	background-color: var(--color-background);
	display: grid;
	grid-template-areas: "previous image next" "caption caption caption";
	grid-template-columns: min-content auto min-content;
	height: 100%;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	outline: 0;
	padding: 2rem 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	touch-action: pan-x pinch-zoom;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s, background-color 0.5s ease;
	user-select: none;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.gallery-modal:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	content: '';
	display: block;
	height: 4rem;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	width: 4rem;
}

.gallery-modal .inner {
	box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
	grid-area: image;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
	width: 100%;
}

.gallery-modal .inner img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
	max-width: var(--natural-width, none);
	max-height: var(--natural-height, none);
}

.gallery-modal .caption {
	color: var(--color-caption-text);
	font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 1rem;
	grid-area: caption;
	line-height: 1.6;
	opacity: 0;
	padding: 2rem 2rem 0 2rem;
	pointer-events: none;
	text-align: center;
	transform: translateY(0.25em);
	transition: all 0.5s ease;
}

.gallery-modal .caption::-webkit-scrollbar {
	display: none;
}

.gallery-modal .caption a, .gallery-modal .caption spoiler-text {
	pointer-events: auto;
}

.gallery-modal .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	height: 6rem;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 8rem;
}

.gallery-modal .nav:hover {
	opacity: 1 !important;
}

.gallery-modal .nav.next {
	grid-area: next;
}

.gallery-modal .nav.previous {
	grid-area: previous;
	transform: scaleX(-1);
}

.gallery-modal .close {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 3rem;
	cursor: pointer;
	display: block;
	height: 6rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease, transform 0.5s ease;
	width: 6rem;
}

.gallery-modal .close:hover {
	opacity: 1 !important;
}

.gallery-modal.visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 10000;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0 !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.loaded .caption {
	opacity: 1;
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	transition: opacity 0.375s ease, transform 0.5s ease;
}

.gallery-modal.switching.from-left .inner {
	transform: translateY(0) translateX(-1.5em);
}

.gallery-modal.switching.from-right .inner {
	transform: translateY(0) translateX(1.5em);
}

.gallery-modal.switching.done .inner {
	transition: opacity 0.375s ease;
	transform: translateY(0) translateX(0);
}

.gallery-modal.zooming {
	background-color: var(--color-background-zooming);
}

.gallery-modal.zooming .caption {
	opacity: 0;
}

.gallery-modal.zooming .nav.next {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%);
}

.gallery-modal.zooming .nav.previous {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) scaleX(-1);
}

.gallery-modal.zooming .close {
	opacity: 0;
	pointer-events: none;
	transform: translateX(50%) translateY(-50%);
}

.gallery-modal.dark {
	--color-background: rgba(10,10,10,0.85);
	--color-background-zooming: rgba(0,0,0,1);
	--color-caption-text: #FFFFFF;
}

.gallery-modal.dark:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.dark .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.25;
}

.gallery-modal.dark .nav {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.25;
}

.gallery-modal.light {
	--color-background: rgba(255,255,255,0.9);
	--color-background-zooming: rgba(255,255,255,1);
	--color-caption-text: #000000;
}

.gallery-modal.light:before {
	animation: gallery-modal-spinner 1s infinite linear;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}

.gallery-modal.light .close {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	opacity: 0.375;
}

.gallery-modal.light .nav {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
	opacity: 0.375;
}

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

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

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

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

#gallery01 ul li .frame {
	border-radius: 0.375rem;
	border-color: #31343A;
	border-style: solid;
	border-width: 2px;
}

#gallery01 ul li .caption {
	opacity: 0;
	align-items: flex-end;
	border-radius: inherit;
	display: flex;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease, transform 0.25s ease, z-index 0.25s ease;
}

#gallery01 ul li .caption p {
	border-bottom-left-radius: calc(0.375rem - 2px);
	border-bottom-right-radius: calc(0.375rem - 2px);
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	margin: 2px;
	text-transform: uppercase;
	color: #31343A;
	background-color: rgba(255,255,255,0.667);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}

#gallery01 ul li .thumbnail:hover + .caption {
	opacity: 1;
}

#gallery01 ul {
	gap: 1.25rem;
}

#gallery01 ul li .thumbnail {
	display: block;
	transition: none;
}

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

#gallery01 ul li .thumbnail img {
	transition: none;
}

.video {
	position: relative;
}

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

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

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

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

.video.full video {
	display: block;
}

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

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

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

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

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

#video01 video {
	width: 20rem;
}

#video01 .frame {
	width: 20rem;
}

@media (orientation: portrait) {
	.gallery-modal {
		grid-template-areas: "image" "caption";
		grid-template-columns: auto;
		justify-content: center;
	}
	
	.gallery-modal .nav {
		background-image: none !important;
		mix-blend-mode: difference;
		opacity: 1 !important;
		position: absolute;
	}
	
	.gallery-modal .nav.next {
		right: 0;
	}
	
	.gallery-modal .nav.previous {
		left: 0;
	}
	
	.gallery-modal .nav:before {
		background-color: rgba(144,144,144,0.5);
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1.5rem;
		border-radius: 3rem;
		content: '';
		display: block;
		height: 3rem;
		position: absolute;
		right: 1rem;
		top: calc(50% - 1.5rem);
		width: 3rem;
	}
}

@media (max-width: 1920px) {
	
}

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

@media (max-width: 1280px) {
	html {
		font-size: 12pt;
	}
	
	
	
	.gallery-modal .nav {
		opacity: 1 !important;
	}
	
	.gallery-modal .close {
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	
}

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

@media (max-width: 736px) {
	html {
		font-size: 10pt;
	}
	
	
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 3.5rem;
		--spacing: 2rem;
	}
	
	#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: -3.5rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	.image.style2:not(:first-child) {
		margin-top: 0.1875rem !important;
	}
	
	.image.style2:not(:last-child) {
		margin-bottom: 0.1875rem !important;
	}
	
	.image.style2 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	.image.style1:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	.image.style1:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.image.style1 .frame {
		height: 13.4375rem !important;
	}
	
	.image.style1 img {
		height: 100% !important;
		object-fit: cover;
		object-position: top left;
		width: 100% !important;
	}
	
	#image02:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#image02:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#image02 .frame {
		height: 19.84375rem !important;
	}
	
	#image02 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image13:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#image13:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#image13 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image19:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#image19:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#image19 .frame {
		width: 22rem;
		height: 18.75rem !important;
	}
	
	#image19 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image20:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#image20:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#image20 .frame {
		width: 22rem;
		height: 17.65625rem !important;
	}
	
	#image20 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	#image21:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#image21:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#image21 .frame {
		width: 22rem;
		height: 16.25rem !important;
	}
	
	#image21 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	.image.style4:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	.image.style4:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	.image.style4 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: -0.125rem;
		width: 100%;
		font-size: 2.75em;
		line-height: 1.125;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 2;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.25;
	}
	
	#text07 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.25;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.25;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.375;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		letter-spacing: -0.0875rem;
		width: 100%;
		font-size: 1.875em;
		line-height: 1.25;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#text76 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#text09 {
		letter-spacing: -0.125rem;
		width: 100%;
		font-size: 2.75em;
		line-height: 1.25;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		letter-spacing: -0.021875rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	#text66 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.25;
	}
	
	#text74 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 1.25;
	}
	
	h1.style10, h2.style10, h3.style10, p.style10 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.25;
	}
	
	h1.style11, h2.style11, h3.style11, p.style11 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.375;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.375;
	}
	
	#text58 {
		letter-spacing: -0.04375rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.375;
	}
	
	#text60 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.375;
	}
	
	#text45 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.125;
	}
	
	#text55 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.25;
	}
	
	#text52 {
		letter-spacing: -0.075rem;
		width: 100%;
		font-size: 1.75em;
		line-height: 1.375;
	}
	
	hr.style3:before {
		width: 9rem;
	}
	
	hr.style1:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	hr.style1:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	hr.style1:before {
		height: 4rem;
	}
	
	hr.style2:not(:first-child) {
		margin-top: 2rem !important;
	}
	
	hr.style2:not(:last-child) {
		margin-bottom: 2rem !important;
	}
	
	hr.style2:before {
		width: 1rem;
	}
	
	.buttons.style4 {
		gap: 1.625rem;
	}
	
	.buttons.style4 li a {
		letter-spacing: 0rem;
		font-size: 1em;
	}
	
	.buttons.style4 li a svg {
		width: 1.125em;
	}
	
	.buttons.style1 {
		gap: 1.625rem;
	}
	
	.buttons.style1 li a {
		letter-spacing: 0.025rem;
		padding-left: calc(0.025rem + 1.9375rem);
		font-size: 1em;
	}
	
	.buttons.style1 li a svg {
		width: 1.125em;
	}
	
	#buttons07 {
		gap: 1.625rem;
	}
	
	#buttons07 li a {
		letter-spacing: 0.025rem;
		padding-left: calc(0.025rem + 1.9375rem);
		font-size: 1em;
	}
	
	#buttons07 li a svg {
		width: 1.125em;
	}
	
	#links15 {
		gap: 1.625rem;
		font-size: 1em;
	}
	
	#links15 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	#links08 {
		gap: 1.625rem;
		font-size: 1.5em;
	}
	
	#links08 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	#links14 {
		gap: 1.625rem;
		font-size: 1.5em;
	}
	
	#links14 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	.links.style2 {
		gap: 1.75rem;
		font-size: 1em;
	}
	
	.links.style2 li:before {
		left: calc(-0.875rem - 1.5px);
	}
	
	#links12 {
		gap: 1.625rem;
		font-size: 1.5em;
	}
	
	#links12 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	#links03 {
		gap: 0.5rem;
		font-size: 1em;
	}
	
	.links.style1 {
		gap: 1.625rem;
		font-size: 1em;
	}
	
	.links.style1 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	#links06 {
		gap: 0.5rem;
		font-size: 1em;
	}
	
	#links11 {
		gap: 1.625rem;
		font-size: 1.375em;
	}
	
	#links11:not(:first-child) {
		margin-top: 2.0625rem !important;
	}
	
	#links11:not(:last-child) {
		margin-bottom: 2.0625rem !important;
	}
	
	#links11 li:before {
		left: calc(-0.8125rem - 1.5px);
	}
	
	
	
	.container.style1:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	.container.style1:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 4rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
		--spacing: 1.25rem;
	}
	
	.container.style1.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style1.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style1.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style1.columns > .wrapper > .inner > div:first-of-type, .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > div:last-of-type, .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	
	
	.container.style3:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	.container.style3:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	.container.style3 > .wrapper > .inner {
		--gutters: 4rem;
		--padding-horizontal: 0.5rem;
		--padding-vertical: 1rem;
		--spacing: 1rem;
	}
	
	.container.style3.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style3.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style3.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style3.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style3.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style3.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style3.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style3.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div:first-of-type, .container.style3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style3.columns > .wrapper > .inner > div:last-of-type, .container.style3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style3.columns > .wrapper > .inner > div:first-of-type, .container.style3.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style3.columns > .wrapper > .inner > div:last-of-type, .container.style3.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style3.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	
	
	.container.style5:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	.container.style5:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.container.style5 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0.25rem;
		--padding-vertical: 0.5rem;
		--spacing: 1.25rem;
	}
	
	.container.style5.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style5.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style5.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type, .container.style5.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type, .container.style5.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style5.columns > .wrapper > .inner > div:first-of-type, .container.style5.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > div:last-of-type, .container.style5.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style5.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style5.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;
	}
	
	
	
	#container09:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0.25rem;
		--padding-vertical: 0.5rem;
		--spacing: 1.25rem;
	}
	
	#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;
	}
	
	
	
	#container14:not(:last-child) {
		margin-bottom: 2.25rem !important;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0.25rem;
		--padding-vertical: 0.125rem;
		--spacing: 1.25rem;
	}
	
	#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;
	}
	
	#container08 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#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;
	}
	
	
	
	#container21 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.75rem;
	}
	
	#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;
	}
	
	#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;
	}
	
	
	
	#container24 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 1.5rem;
		--padding-vertical: 1.5rem;
		--spacing: 0.75rem;
	}
	
	#container24.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container24.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container24.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#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;
	}
	
	#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;
	}
	
	
	
	.container.style6:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	.container.style6:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.container.style6 > .wrapper > .inner {
		--gutters: 2.75rem;
		--padding-horizontal: 1rem;
		--padding-vertical: 1rem;
		--spacing: 0.625rem;
	}
	
	.container.style6.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	.container.style6.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	.container.style6.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type, .container.style6.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type, .container.style6.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	.container.style6.columns > .wrapper > .inner > div:first-of-type, .container.style6.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > div:last-of-type, .container.style6.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	.container.style6.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	.container.style6.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 > :nth-child(1) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#container18 > .wrapper > .inner > :nth-child(2) {
		min-height: 100% !important;
		width: 100% !important;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#icons01 {
		font-size: 2.25em;
		gap: 2rem;
	}
	
	#icons01:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#icons01:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	#icons03 {
		font-size: 2.25em;
		gap: 2rem;
	}
	
	#icons03:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#icons03:not(:last-child) {
		margin-bottom: 2.625rem !important;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery01:not(:first-child) {
		margin-top: 1.5rem !important;
	}
	
	#gallery01:not(:last-child) {
		margin-bottom: 1.5rem !important;
	}
	
	#gallery01 ul li .caption p {
		letter-spacing: 0rem;
		font-size: 0.875em;
	}
	
	#gallery01 ul li img {
		max-height: 11.25rem;
	}
	
	#video01 video {
		width: 20rem;
	}
	
	#video01 .frame {
		width: 20rem;
	}
}

@media (max-width: 480px) {
	#main > .inner {
		--spacing: 1.75rem;
	}
	
	.image.style1 .frame {
		height: 10.75rem !important;
	}
	
	#image02 .frame {
		height: 15.875rem !important;
	}
	
	#image19 .frame {
		height: 15rem !important;
	}
	
	#image20 .frame {
		height: 14.125rem !important;
	}
	
	#image21 .frame {
		height: 13rem !important;
	}
	
	.buttons.style4 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.buttons.style4 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	.buttons.style1 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.buttons.style1 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	#buttons07 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	#buttons07 li a {
		max-width: 32rem;
		width: 100%;
	}
	
	.container.style1 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	.container.style3 > .wrapper > .inner {
		--spacing: 0.875rem;
	}
	
	.container.style5 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	#container09 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	#container14 > .wrapper > .inner {
		--spacing: 1.09375rem;
	}
	
	#container21 > .wrapper > .inner {
		--spacing: 0.65625rem;
	}
	
	#container24 > .wrapper > .inner {
		--spacing: 0.65625rem;
	}
	
	.container.style6 > .wrapper > .inner {
		--spacing: 0.546875rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 2.625rem;
		--spacing: 1.5rem;
	}
	
	#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: -2.625rem !important;
	}
	
	#main > .inner > .active > .full:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	.image.style1 .frame {
		height: 9.40625rem !important;
	}
	
	#image02 .frame {
		height: 13.890625rem !important;
	}
	
	#image19 .frame {
		height: 13.125rem !important;
	}
	
	#image20 .frame {
		height: 12.359375rem !important;
	}
	
	#image21 .frame {
		height: 11.375rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		font-size: 2.75em;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		font-size: 1em;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		font-size: 1em;
	}
	
	h1.style4, h2.style4, h3.style4, p.style4 {
		font-size: 1.75em;
	}
	
	#text07 {
		font-size: 1.75em;
	}
	
	h1.style5, h2.style5, h3.style5, p.style5 {
		font-size: 1.375em;
	}
	
	h1.style6, h2.style6, h3.style6, p.style6 {
		font-size: 1em;
	}
	
	h1.style7, h2.style7, h3.style7, p.style7 {
		font-size: 1.5em;
	}
	
	h1.style8, h2.style8, h3.style8, p.style8 {
		font-size: 1em;
	}
	
	#text76 {
		font-size: 1em;
	}
	
	#text09 {
		font-size: 2.75em;
	}
	
	h1.style16, h2.style16, h3.style16, p.style16 {
		font-size: 1.5em;
	}
	
	#text66 {
		font-size: 1.5em;
	}
	
	#text74 {
		font-size: 0.875em;
	}
	
	h1.style10, h2.style10, h3.style10, p.style10 {
		font-size: 1.375em;
	}
	
	h1.style11, h2.style11, h3.style11, p.style11 {
		font-size: 1.75em;
	}
	
	h1.style14, h2.style14, h3.style14, p.style14 {
		font-size: 1.75em;
	}
	
	#text58 {
		font-size: 1em;
	}
	
	#text60 {
		font-size: 1.75em;
	}
	
	#text45 {
		font-size: 1.75em;
	}
	
	#text55 {
		font-size: 1.75em;
	}
	
	#text52 {
		font-size: 1.75em;
	}
	
	.buttons.style4 {
		gap: 1.21875rem;
	}
	
	.buttons.style1 {
		gap: 1.21875rem;
	}
	
	#buttons07 {
		gap: 1.21875rem;
	}
	
	#links15 {
		gap: 1.21875rem;
		font-size: 1em;
	}
	
	#links15 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	#links08 {
		gap: 1.21875rem;
		font-size: 1.5em;
	}
	
	#links08 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	#links14 {
		gap: 1.21875rem;
		font-size: 1.5em;
	}
	
	#links14 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	.links.style2 {
		gap: 1.3125rem;
		font-size: 1em;
	}
	
	.links.style2 li:before {
		left: calc(-0.65625rem - 1.5px);
	}
	
	#links12 {
		gap: 1.21875rem;
		font-size: 1.5em;
	}
	
	#links12 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	#links03 {
		gap: 0.375rem;
		font-size: 1em;
	}
	
	.links.style1 {
		gap: 1.21875rem;
		font-size: 1em;
	}
	
	.links.style1 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	#links06 {
		gap: 0.375rem;
		font-size: 1em;
	}
	
	#links11 {
		gap: 1.21875rem;
		font-size: 1.375em;
	}
	
	#links11 li:before {
		left: calc(-0.609375rem - 1.5px);
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
		--spacing: 0.9375rem;
	}
	
	.container.style3 > .wrapper > .inner {
		--gutters: 3rem;
		--padding-horizontal: 0.375rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.75rem;
	}
	
	.container.style5 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0.1875rem;
		--padding-vertical: 0.375rem;
		--spacing: 0.9375rem;
	}
	
	#container09 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0.1875rem;
		--padding-vertical: 0.375rem;
		--spacing: 0.9375rem;
	}
	
	#container14 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0.1875rem;
		--padding-vertical: 0.09375rem;
		--spacing: 0.9375rem;
	}
	
	#container21 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1.125rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.5625rem;
	}
	
	#container24 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1.125rem;
		--padding-vertical: 1.125rem;
		--spacing: 0.5625rem;
	}
	
	.container.style6 > .wrapper > .inner {
		--gutters: 2.0625rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.75rem;
		--spacing: 0.46875rem;
	}
	
	#icons01 {
		gap: 1.5rem;
	}
	
	#icons03 {
		gap: 1.5rem;
	}
	
	#gallery01 ul li .caption p {
		font-size: 0.875em;
	}
	
	#gallery01 ul {
		gap: 0.9375rem;
	}
}