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

body:before {
	content: '';
	display: block;
	background-attachment: scroll;
	height: var(--background-height);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: scale(1);
	width: 100vw;
	z-index: 0;
	background-image: linear-gradient(to top, rgba(25,23,23,0.831), rgba(25,23,23,0.831)), url('images/bg.jpg');
	background-position: 0% 0%, center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-color: #E6E6E6;
}

body:after {
	background-color: #242529;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: scale(1);
	transition: opacity 0.5s ease-in-out 0s, visibility 0.5s 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

body.is-loading:after {
	opacity: 1;
	visibility: visible;
}

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

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

#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;
	padding: 5rem 5rem 5rem 5rem;
}

#main {
	--alignment: center;
	--flex-alignment: center;
	--indent-left: 1;
	--indent-right: 1;
	--border-radius-tl: 1.875rem;
	--border-radius-tr: 1.875rem;
	--border-radius-br: 1.875rem;
	--border-radius-bl: 1.875rem;
	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;
	background-color: #09090A;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(0,0,0,0.188)%3B%20transform%3A%20scale%28101%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0rem 0rem 5.875rem 2.125rem rgba(0,0,0,0.2);
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
}

#main > .inner {
	--padding-horizontal: 4rem;
	--padding-vertical: 2.5rem;
	--spacing: 1.5rem;
	--width: 40rem;
	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 > * {
	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;
}

body.is-loading #main {
	opacity: 0;
	transform: translateY(0.375rem);
}

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

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

#gallery01 {
	text-align: center;
}

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

#gallery01 ul {
	justify-content: center;
	gap: 0rem;
}

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

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

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

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

#gallery01 ul li .thumbnail 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:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {
	margin-top: 0.625rem !important;
}

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

h1.style1, h2.style1, h3.style1, p.style1 {
	color: #FFFFFF;
	font-family: 'Outfit', sans-serif;
	font-size: 2.875em;
	line-height: 1;
	font-weight: 900;
	background-image: linear-gradient(30deg, #7A7A7A 0%, #FFFFFF 73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
	color: #6A00FF;
}

h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {
	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;
	-webkit-text-fill-color: currentcolor;
}

h1.style1 span.p, h2.style1 span.p, h3.style1 span.p, p.style1 span.p {
	background-image: linear-gradient(30deg, #7A7A7A 0%, #FFFFFF 73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
}

h1.style2, h2.style2, h3.style2, p.style2 {
	color: rgba(255,255,255,0.69);
	font-family: 'Sofia Sans', sans-serif;
	font-size: 1em;
	line-height: 1.875;
	font-weight: 400;
}

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

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

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

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:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
	margin-top: 0.875rem !important;
}

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

h1.style3, h2.style3, h3.style3, p.style3 {
	color: #FFFFFF;
	font-family: 'Outfit', sans-serif;
	font-size: 1.5em;
	line-height: 1.625;
	font-weight: 800;
	background-image: linear-gradient(30deg, #7A7A7A 0%, #FFFFFF 73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

h1.style3 a:hover, h2.style3 a:hover, h3.style3 a:hover, p.style3 a:hover {
	color: #6A00FF;
}

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

h1.style3 span.p:nth-child(n + 2), h2.style3 span.p:nth-child(n + 2), h3.style3 span.p:nth-child(n + 2), p.style3 span.p:nth-child(n + 2) {
	margin-top: 1rem;
	-webkit-text-fill-color: currentcolor;
}

h1.style3 span.p, h2.style3 span.p, h3.style3 span.p, p.style3 span.p {
	background-image: linear-gradient(30deg, #7A7A7A 0%, #FFFFFF 73%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
}

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

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

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

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

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

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

.buttons.style1 li a {
	display: inline-flex;
	width: 100vw;
	height: auto;
	line-height: 2rem;
	padding: 0 1.625rem;
	vertical-align: middle;
	font-family: 'Inter', sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	border-radius: 0.75rem;
	flex-direction: row-reverse;
	padding-bottom: 1.015625rem;
	padding-top: 1.015625rem;
	white-space: normal;
	align-items: flex-start;
	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: 2rem;
	min-width: 16px;
	width: 1.25em;
	margin-left: 0.75rem;
	margin-right: calc(-0.125em + 0rem);
	transition: fill 0.25s ease;
}

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

.buttons.style1 .button {
	background-color: #D91C99;
	color: #FFFFFF;
	background-image: linear-gradient(20deg, #FE2C55 0%, rgba(217,28,153,0.008) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
}

.buttons.style1 .button svg {
	fill: rgba(255,255,255,0.62);
}

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

.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 > .wrapper {
	display: inline-block;
	width: 98rem;
	background-color: transparent;
}

.container.style1 > .wrapper > .inner {
	--gutters: 2rem;
	--padding-horizontal: 0rem;
	--padding-vertical: 0rem;
	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%;
}

hr {
	border: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

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

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

hr.style1:before {
	width: 100%;
	border-top: dashed 2px rgba(255,255,255,0.051);
	height: 2px;
	margin-top: -1px;
}

.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.style1:not(:first-child) {
	margin-top: 2.25rem !important;
}

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

.image.style1 .frame {
	width: 3.75rem;
	border-radius: 100%;
	border-color: #D91C6B;
	border-style: solid;
	border-width: 3px;
	transition: none;
}

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

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

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

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

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

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

@media (max-width: 736px) {
	html {
		font-size: 12pt;
	}
	
	
	
	#wrapper {
		padding: 2.25rem 2.25rem 2.25rem 2.25rem;
	}
	
	#main > .inner {
		--padding-horizontal: 2rem;
		--padding-vertical: 4.5rem;
		--spacing: 1.5rem;
	}
	
	#gallery01 ul li img {
		max-height: 15rem;
	}
	
	h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {
		margin-top: 0.46875rem !important;
	}
	
	h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {
		margin-bottom: 0.46875rem !important;
	}
	
	h1.style1, h2.style1, h3.style1, p.style1 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2.75em;
		line-height: 1;
	}
	
	h1.style2, h2.style2, h3.style2, p.style2 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.875;
	}
	
	h1.style3:not(:first-child), h2.style3:not(:first-child), h3.style3:not(:first-child), p.style3:not(:first-child) {
		margin-top: 0.65625rem !important;
	}
	
	h1.style3:not(:last-child), h2.style3:not(:last-child), h3.style3:not(:last-child), p.style3:not(:last-child) {
		margin-bottom: 0.65625rem !important;
	}
	
	h1.style3, h2.style3, h3.style3, p.style3 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2em;
		line-height: 1.625;
	}
	
	.buttons.style1 {
		gap: 1.5rem;
	}
	
	.buttons.style1:not(:first-child) {
		margin-top: 1.875rem !important;
	}
	
	.buttons.style1:not(:last-child) {
		margin-bottom: 1.875rem !important;
	}
	
	.buttons.style1 li a {
		letter-spacing: 0rem;
		font-size: 1.125em;
	}
	
	.buttons.style1 li a svg {
		width: 1.25em;
	}
	
	
	
	.container.style1 > .wrapper > .inner {
		--gutters: 2rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
	
	.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;
	}
	
	hr.style1:not(:first-child) {
		margin-top: 3.5rem !important;
	}
	
	hr.style1:not(:last-child) {
		margin-bottom: 3.5rem !important;
	}
	
	.image.style1:not(:first-child) {
		margin-top: 1.6875rem !important;
	}
	
	.image.style1:not(:last-child) {
		margin-bottom: 1.6875rem !important;
	}
	
	.image.style1 .frame {
		width: 3.75rem;
	}
}

@media (max-width: 480px) {
	#wrapper {
		padding: 1.25rem 1.25rem 1.25rem 1.25rem;
	}
	
	#main > .inner {
		--spacing: 1.3125rem;
	}
	
	.buttons.style1 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.buttons.style1 li a {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 360px) {
	#wrapper {
		padding: 0.75rem 0.75rem 0.75rem 0.75rem;
	}
	
	#main > .inner {
		--padding-horizontal: 1.5rem;
		--padding-vertical: 3.375rem;
		--spacing: 1.125rem;
	}
	
	#gallery01 ul {
		gap: 0rem;
	}
	
	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: 2em;
	}
	
	.buttons.style1 {
		gap: 1.125rem;
	}
	
	.container.style1 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
	}
}