/* 	Begin Modified Meyer Reset */
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;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1; z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px; line-height:26px; clear:both; position:relative; margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none; color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; overflow:hidden;
}
.pages {
	list-style:none outside none;
	padding:0; margin:0 auto ;
}	
#container > .page { /*center single page baker*/
    position:absolute; bottom:0;
    left:0; right:0; top:0; margin:0 auto;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.liquid .page, .page.liquid {
	position:absolute; width:100%; height:100%;
	overflow:hidden; display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	columns:inherit;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:1.5ex;padding-left:1.5ex; }
p.no-start-indent { text-indent:0px !important; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px; white-space:nowrap; width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline; list-style-type:none;
    margin:0 4px; outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#ededed; }
:-webkit-full-screen { background:#ededed; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:1366px; height:600px; }
.page-scale-wrap { width:1366px; height:600px; background: #fff !important; }
.paper-vertical { width:1366px; height:100%; }
.paper-horizontal { width:46784px; height:612px; }
@media all and (max-height:600px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1366px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item26150 {
	width:1366px !important;
	height:703px !important;
	background:#0b2876;
}

#item26204 {
	width:144px !important;
	height:45px !important;
	left:839px !important;
	top:627px !important;
}

#item1799 {
	width:68px !important;
	height:68px !important;
	left:1254px !important;
	top:605px !important;
}

#item106583 {
	width:200px !important;
	height:49px !important;
}

#item106648 {
	width:196px !important;
	height:49px !important;
	left:199px !important;
}

#item106702 {
	width:196px !important;
	height:49px !important;
	left:394px !important;
}

#item106766 {
	width:196px !important;
	height:49px !important;
	left:589px !important;
}

#item106832 {
	width:196px !important;
	height:49px !important;
	left:785px !important;
}

#item106896 {
	width:196px !important;
	height:49px !important;
	left:980px !important;
}

#item106961 {
	width:199px !important;
	height:49px !important;
	left:1175px !important;
}

#item98111 {
	width:44px !important;
	height:44px !important;
}

#item106495 {
	width:1366px !important;
	height:703px !important;
	left:10px !important;
	top:10px !important;
	background:#0b2876;
}

#item70806 {
	width:38px !important;
	height:38px !important;
	left:276px !important;
	top:646px !important;
}

#item106581 {
	width:1376px !important;
	height:713px !important;
	left:-10px !important;
	top:-10px !important;
}

#item106567 {
	width:263px !important;
	height:39px !important;
}

#item106568 {
	width:263px !important;
	height:39px !important;
	left:44px !important;
	top:634px !important;
}

#item28051 {
	width:1366px !important;
	height:1500px !important;
	background:#eefbfc;
}

#item30646 {
	width:1366px !important;
	height:228px !important;
	background:#5bd7e5;
}

#item28123 {
	mix-blend-mode:multiply;
	width:216px !important;
	height:93px !important;
	left:1027px !important;
	top:765px !important;
}

#item28172 {
	width:261px !important;
	height:90px !important;
	left:980px !important;
	top:368px !important;
}

#item28390 {
	width:188px !important;
	height:68px !important;
	left:1050px !important;
	top:562px !important;
	background:#fff;
}

#item28437 {
	mix-blend-mode:multiply;
	width:63px !important;
	height:147px !important;
	left:874px !important;
	top:1028px !important;
}

#item28458 {
	width:261px !important;
	height:80px !important;
	left:982px !important;
	top:1062px !important;
}

#item107672 {
	width:33px !important;
	height:33px !important;
	left:1289px !important;
	top:1336px !important;
}

#item107706 {
	width:32px !important;
	height:32px !important;
	left:1289px !important;
	top:1376px !important;
}

#item107720 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item127220 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item127295 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item127369 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item127443 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item127519 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item127593 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item127668 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item146983 {
	width:121px !important;
	height:50px !important;
	top:1450px !important;
}

#item146984 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1457px !important;
}

#item29013 {
	width:1366px !important;
	height:400px !important;
	top:44px !important;
	background:#5bd7e5;
}

#item33139 {
	width:311px !important;
	height:256px !important;
	left:44px !important;
	top:887px !important;
	background:#5bd7e5;
}

#item151517 {
	width:311px !important;
	height:256px !important;
	left:44px !important;
	top:2448px !important;
	background:#5bd7e5;
}

#item151707 {
	width:311px !important;
	height:256px !important;
	left:44px !important;
	top:3692px !important;
	background:#5bd7e5;
}

#item80941 {
	width:33px !important;
	height:33px !important;
	left:1289px !important;
	top:4636px !important;
}

#item98538 {
	width:32px !important;
	height:32px !important;
	left:1289px !important;
	top:4676px !important;
}

#item147126 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:4676px !important;
}

#item33107 {
	width:127px !important;
	height:17px !important;
	top:188px !important;
	background:#5bd7e5;
}

#item151577 {
	width:127px !important;
	height:17px !important;
	top:151px !important;
	background:#5bd7e5;
}

#item151765 {
	width:127px !important;
	height:17px !important;
	top:151px !important;
	background:#5bd7e5;
}

#item67449 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item69293 {
	width:251px !important;
	height:44px !important;
	left:898px !important;
	top:102px !important;
}

#item69294 {
	width:418px !important;
	height:224px !important;
	left:474px !important;
	top:102px !important;
}

#item69297 {
	width:216px !important;
	height:44px !important;
	left:474px !important;
	top:102px !important;
}

#item69399 {
	width:418px !important;
	height:288px !important;
	left:904px !important;
	top:102px !important;
}

#item69404 {
	width:245px !important;
	height:44px !important;
	left:904px !important;
	top:102px !important;
}

#item127894 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item127968 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item128042 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item128116 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item128191 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item128265 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item128340 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item146944 {
	width:121px !important;
	height:50px !important;
	top:4751px !important;
}

#item146945 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:4758px !important;
}

#item30616 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item98559 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1676px !important;
}

#item98551 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1637px !important;
}

#item36951 {
	width:310px !important;
	height:310px !important;
	left:6px !important;
	top:5px !important;
	border-radius:10px;
}

#item128572 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item128647 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item128722 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item128796 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item128871 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item128945 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item129019 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item145571 {
	width:310px !important;
	height:310px !important;
	left:97px !important;
	top:97px !important;
	border-radius:11px;
	background:#0b2876;
}

#item145605 {
	width:310px !important;
	height:310px !important;
	left:97px !important;
	top:97px !important;
	border-radius:11px;
	background:#d7e55b;
}

#item145637 {
	width:310px !important;
	height:310px !important;
	left:97px !important;
	top:97px !important;
	border-radius:11px;
	background:#1e7fb8;
}

#item146906 {
	width:121px !important;
	height:50px !important;
	top:1750px !important;
}

#item146907 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1757px !important;
}

#item147140 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:1676px !important;
}

#item29659 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item29658 {
	width:1366px !important;
	height:1080px !important;
	background:#4fbd91;
}

#item98621 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1747px !important;
}

#item98949 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1786px !important;
}

#item31866 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item37228 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#004388;
}

#item98818 {
	width:50px !important;
	height:50px !important;
	left:44px !important;
	top:527px !important;
}

#item98830 {
	width:1366px !important;
	height:636px !important;
	background:#4fbd91;
}

#item125088 {
	width:1366px !important;
	height:636px !important;
	top:444px !important;
}

#item129220 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item129294 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item129368 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item129443 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item129517 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item129592 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item129667 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item98892 {
	width:291px !important;
	height:44px !important;
}

#item98893 {
	width:291px !important;
	height:44px !important;
	left:44px !important;
	top:480px !important;
}

#item146869 {
	width:121px !important;
	height:50px !important;
	top:1860px !important;
}

#item146870 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1867px !important;
}

#item147152 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:1786px !important;
}

#item147613 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item147669 {
	width:1366px !important;
	height:611px !important;
	top:1249px !important;
}

#item147670 {
	width:297px !important;
	height:36px !important;
}

#item147671 {
	width:297px !important;
	height:36px !important;
	left:44px !important;
	top:1745px !important;
}

#item34723 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item34724 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item31891 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item98970 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:6268px !important;
}

#item98962 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:6307px !important;
}

#item37486 {
	width:188px !important;
	height:25px !important;
	left:40px !important;
	top:233px !important;
	background:#004388;
}

#item37719 {
	width:418px !important;
	height:270px !important;
}

#item34429 {
	mix-blend-mode:multiply;
	width:32px !important;
	height:32px !important;
	background:#004388;
	border:solid 1.295px #fff;
}

#item34432 {
	mix-blend-mode:multiply;
	width:32px !important;
	height:32px !important;
	top:33px !important;
	background:#f3744a;
	border:solid 1.295px #fff;
}

#item97449 {
	width:741px !important;
	height:58px !important;
}

#item97450 {
	width:741px !important;
	height:58px !important;
	left:474px !important;
	top:5516px !important;
}

#item99633 {
	width:1366px !important;
	height:636px !important;
	background:#4fbd91;
}

#item125119 {
	width:1366px !important;
	height:636px !important;
	top:444px !important;
}

#item129868 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item129942 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item130018 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item130092 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item130166 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item130241 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item130315 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item125123 {
	width:288px !important;
	height:33px !important;
}

#item125124 {
	width:288px !important;
	height:33px !important;
	left:44px !important;
	top:484px !important;
}

#item146832 {
	width:121px !important;
	height:50px !important;
	top:6381px !important;
}

#item146833 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:6388px !important;
}

#item147164 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:6307px !important;
}

#item148016 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item148157 {
	width:1366px !important;
	height:611px !important;
	top:5770px !important;
}

#item148158 {
	width:297px !important;
	height:44px !important;
}

#item148159 {
	width:297px !important;
	height:44px !important;
	left:44px !important;
	top:6261px !important;
}

#item37958 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item37959 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item38219 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item83770 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5930px !important;
}

#item105462 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5969px !important;
}

#item38527 {
	width:188px !important;
	height:25px !important;
	left:40px !important;
	top:233px !important;
	background:#004388;
}

#item39346 {
	width:421px !important;
	height:90px !important;
	left:5px !important;
	top:197px !important;
}

#item83778 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:3823px !important;
}

#item40043 {
	width:127px !important;
	height:17px !important;
	top:188px !important;
	background:#0b2876;
}

#item84362 {
	width:478px !important;
	height:24px !important;
}

#item84363 {
	width:478px !important;
	height:24px !important;
	left:474px !important;
	top:2731px !important;
}

#item83800 {
	width:1366px !important;
	height:595px !important;
	background:#4fbd91;
}

#item125294 {
	width:1366px !important;
	height:595px !important;
	top:444px !important;
}

#item130600 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item130674 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item130748 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item130824 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item130898 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item130972 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item131047 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item83868 {
	width:289px !important;
	height:42px !important;
}

#item83869 {
	width:289px !important;
	height:42px !important;
	left:44px !important;
	top:482px !important;
}

#item146787 {
	width:121px !important;
	height:50px !important;
	top:6042px !important;
}

#item146788 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:6049px !important;
}

#item147176 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:5969px !important;
}

#item148287 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item148379 {
	width:1366px !important;
	height:611px !important;
	top:5432px !important;
}

#item148380 {
	width:296px !important;
	height:34px !important;
}

#item148381 {
	width:296px !important;
	height:34px !important;
	left:44px !important;
	top:5929px !important;
}

#item67843 {
	width:1366px !important;
	height:2075px !important;
	background:#4fbd91;
}

#item67874 {
	width:157px !important;
	height:20px !important;
	background:#004388;
}

#item84360 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item84356 {
	width:118px !important;
	height:36px !important;
}

#item84357 {
	width:118px !important;
	height:36px !important;
	left:44px !important;
	top:2002px !important;
}

#item100108 {
	width:765px !important;
	height:29px !important;
}

#item100109 {
	width:765px !important;
	height:29px !important;
	left:474px !important;
	top:1706px !important;
}

#item100844 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1998px !important;
}

#item40302 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item40303 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item103770 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3735px !important;
}

#item103778 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3774px !important;
}

#item40649 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#004388;
}

#item103678 {
	width:1366px !important;
	height:595px !important;
	background:#4fbd91;
}

#item125355 {
	width:1366px !important;
	height:595px !important;
	top:444px !important;
}

#item131297 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item131371 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item131445 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item131519 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item131596 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item131670 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item131744 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103763 {
	width:286px !important;
	height:35px !important;
}

#item103764 {
	width:286px !important;
	height:35px !important;
	left:43px !important;
	top:483px !important;
}

#item146750 {
	width:121px !important;
	height:50px !important;
	top:3848px !important;
}

#item40551 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item146751 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:3855px !important;
}

#item147187 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:3774px !important;
}

#item148413 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item148583 {
	width:1366px !important;
	height:611px !important;
	top:3237px !important;
}

#item151491 {
	width:295px !important;
	height:36px !important;
}

#item151492 {
	width:295px !important;
	height:36px !important;
	left:44px !important;
	top:3733px !important;
}

#item41832 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item41833 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item41961 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item103927 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5555px !important;
}

#item103937 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5594px !important;
}

#item42028 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#004388;
}

#item99912 {
	width:273px !important;
	height:273px !important;
	left:473px !important;
	top:2938px !important;
}

#item99921 {
	width:273px !important;
	height:273px !important;
	left:473px !important;
	top:3230px !important;
}

#item99915 {
	width:273px !important;
	height:273px !important;
	left:762px !important;
	top:2938px !important;
}

#item99924 {
	width:273px !important;
	height:273px !important;
	left:762px !important;
	top:3230px !important;
}

#item99918 {
	width:273px !important;
	height:273px !important;
	left:1050px !important;
	top:2938px !important;
}

#item99929 {
	width:273px !important;
	height:273px !important;
	left:1050px !important;
	top:3230px !important;
}

#item99933 {
	width:220px !important;
	height:81px !important;
}

#item99934 {
	width:220px !important;
	height:81px !important;
	left:510px !important;
	top:3040px !important;
}

#item99937 {
	width:105px !important;
	height:105px !important;
}

#item99938 {
	width:105px !important;
	height:105px !important;
	left:851px !important;
	top:3027px !important;
}

#item99941 {
	width:141px !important;
	height:81px !important;
}

#item99942 {
	width:141px !important;
	height:81px !important;
	left:1119px !important;
	top:3040px !important;
}

#item99945 {
	width:233px !important;
	height:81px !important;
}

#item99946 {
	width:233px !important;
	height:81px !important;
	left:497px !important;
	top:3323px !important;
}

#item99949 {
	width:108px !important;
	height:105px !important;
}

#item99950 {
	width:108px !important;
	height:105px !important;
	left:844px !important;
	top:3310px !important;
}

#item99953 {
	width:265px !important;
	height:81px !important;
}

#item99954 {
	width:265px !important;
	height:81px !important;
	left:1050px !important;
	top:3323px !important;
}

#item103836 {
	width:1366px !important;
	height:595px !important;
	background:#4fbd91;
}

#item125386 {
	width:1366px !important;
	height:595px !important;
	top:444px !important;
}

#item131964 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item132040 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item132114 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item132189 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item132264 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item132338 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item132412 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103919 {
	width:293px !important;
	height:37px !important;
}

#item103920 {
	width:293px !important;
	height:37px !important;
	left:40px !important;
	top:482px !important;
}

#item146712 {
	width:121px !important;
	height:50px !important;
	top:5668px !important;
}

#item146713 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:5675px !important;
}

#item147199 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:5594px !important;
}

#item148674 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item148758 {
	width:1366px !important;
	height:611px !important;
	top:5057px !important;
}

#item151485 {
	width:296px !important;
	height:35px !important;
}

#item151488 {
	width:296px !important;
	height:35px !important;
	left:44px !important;
	top:5554px !important;
}

#item43998 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item43999 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item44127 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item104091 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4776px !important;
}

#item104099 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4815px !important;
}

#item44194 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#004388;
}

#item103995 {
	width:1366px !important;
	height:595px !important;
	background:#4fbd91;
}

#item125453 {
	width:1366px !important;
	height:595px !important;
	top:444px !important;
}

#item132614 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item132689 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item132763 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item132838 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item132912 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item132986 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item133061 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item104084 {
	width:286px !important;
	height:35px !important;
}

#item104085 {
	width:286px !important;
	height:35px !important;
	left:44px !important;
	top:483px !important;
}

#item146674 {
	width:121px !important;
	height:50px !important;
	top:4889px !important;
}

#item146675 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:4896px !important;
}

#item147211 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:4815px !important;
}

#item148760 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item148901 {
	width:1366px !important;
	height:611px !important;
	top:4279px !important;
}

#item151480 {
	width:296px !important;
	height:35px !important;
}

#item151481 {
	width:296px !important;
	height:35px !important;
	left:44px !important;
	top:4775px !important;
}

#item45687 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item45688 {
	width:1366px !important;
	height:450px !important;
	background:#4fbd91;
}

#item45815 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item104259 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5378px !important;
}

#item104269 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5417px !important;
}

#item45881 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#004388;
}

#item46780 {
	width:127px !important;
	height:17px !important;
	background:#0b2876;
}

#item104305 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:5255px !important;
}

#item105143 {
	width:848px !important;
	height:52px !important;
	left:474px !important;
	top:2176px !important;
}

#item104170 {
	width:1366px !important;
	height:595px !important;
	background:#4fbd91;
}

#item125511 {
	width:1366px !important;
	height:595px !important;
	top:444px !important;
}

#item133255 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item133330 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item133405 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item133479 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item133553 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item133629 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item133703 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item104254 {
	width:286px !important;
	height:35px !important;
}

#item104255 {
	width:286px !important;
	height:35px !important;
	left:44px !important;
	top:483px !important;
}

#item146625 {
	width:121px !important;
	height:50px !important;
	top:5492px !important;
}

#item146627 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:5499px !important;
}

#item147224 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:5417px !important;
}

#item149001 {
	opacity:0.95;
	width:1366px !important;
	height:611px !important;
	background:#fff;
}

#item149109 {
	width:1366px !important;
	height:611px !important;
	top:4881px !important;
}

#item151476 {
	width:287px !important;
	height:35px !important;
}

#item151477 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:5377px !important;
}

#item68030 {
	width:1366px !important;
	height:2185px !important;
	background:#4fbd91;
}

#item68060 {
	width:157px !important;
	height:20px !important;
	background:#004388;
}

#item104314 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item104318 {
	width:118px !important;
	height:32px !important;
	left:44px !important;
	top:2113px !important;
}

#item104320 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2113px !important;
}

#item47580 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item102496 {
	width:1366px !important;
	height:510px !important;
	background:#695be5;
}

#item47709 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item102603 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2266px !important;
}

#item102611 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2305px !important;
}

#item47781 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item47805 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item102512 {
	width:1366px !important;
	height:531px !important;
	top:4px !important;
	background:#695be5;
}

#item47581 {
	width:1366px !important;
	height:500px !important;
	background:#695be5;
}

#item125575 {
	width:1366px !important;
	height:535px !important;
	top:440px !important;
}

#item133975 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item134050 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item134125 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item134199 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item134274 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item134349 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item134425 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item102594 {
	width:289px !important;
	height:38px !important;
}

#item102595 {
	width:289px !important;
	height:38px !important;
	left:44px !important;
	top:481px !important;
}

#item146588 {
	width:121px !important;
	height:50px !important;
	top:2379px !important;
}

#item146589 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:2386px !important;
}

#item147248 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:2305px !important;
}

#item149162 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149267 {
	width:1366px !important;
	height:480px !important;
	top:1899px !important;
}

#item149268 {
	width:287px !important;
	height:36px !important;
}

#item149269 {
	width:287px !important;
	height:36px !important;
	left:44px !important;
	top:2264px !important;
}

#item102690 {
	width:1366px !important;
	height:531px !important;
	background:#695be5;
}

#item125607 {
	width:1366px !important;
	height:531px !important;
	top:444px !important;
}

#item50525 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item50526 {
	width:1366px !important;
	height:450px !important;
	background:#695be5;
}

#item50533 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item50558 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item49524 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item102864 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4006px !important;
}

#item102871 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4045px !important;
}

#item50726 {
	width:95px !important;
	height:12px !important;
	top:189px !important;
	background:#d3dc61;
}

#item50912 {
	width:95px !important;
	height:12px !important;
	background:#d3dc61;
}

#item134618 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item134692 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item134767 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item134843 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item134917 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item134991 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item135067 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item102857 {
	width:293px !important;
	height:35px !important;
}

#item102858 {
	width:293px !important;
	height:35px !important;
	left:40px !important;
	top:483px !important;
}

#item146550 {
	width:121px !important;
	height:50px !important;
	top:4119px !important;
}

#item146551 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:4126px !important;
}

#item147267 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:4045px !important;
}

#item149301 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149379 {
	width:1366px !important;
	height:480px !important;
	top:3639px !important;
}

#item149380 {
	width:287px !important;
	height:34px !important;
}

#item149381 {
	width:287px !important;
	height:34px !important;
	left:44px !important;
	top:4005px !important;
}

#item51268 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item51064 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item51065 {
	width:1366px !important;
	height:450px !important;
	background:#695be5;
}

#item51074 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item51098 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item103025 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2248px !important;
}

#item103034 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2287px !important;
}

#item102937 {
	width:1366px !important;
	height:532px !important;
	background:#695be5;
}

#item125637 {
	width:1366px !important;
	height:532px !important;
	top:444px !important;
}

#item135264 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item135338 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item135413 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item135487 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item135561 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item135636 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item135711 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103017 {
	width:289px !important;
	height:35px !important;
}

#item103018 {
	width:289px !important;
	height:35px !important;
	left:44px !important;
	top:483px !important;
}

#item146512 {
	width:121px !important;
	height:50px !important;
	top:2361px !important;
}

#item146513 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:2368px !important;
}

#item147280 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:2287px !important;
}

#item149446 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149585 {
	width:1366px !important;
	height:480px !important;
	top:1880px !important;
}

#item149586 {
	width:287px !important;
	height:35px !important;
}

#item149587 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:2245px !important;
}

#item52355 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item52404 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item52406 {
	width:1366px !important;
	height:450px !important;
	background:#695be5;
}

#item52415 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item52439 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item103192 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3854px !important;
}

#item103201 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3893px !important;
}

#item103257 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:3718px !important;
}

#item103104 {
	width:1366px !important;
	height:530px !important;
	background:#695be5;
}

#item125734 {
	width:1366px !important;
	height:530px !important;
	top:444px !important;
}

#item136001 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item136075 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item136150 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item136225 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item136299 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item136374 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item136449 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103185 {
	width:289px !important;
	height:35px !important;
}

#item103186 {
	width:289px !important;
	height:35px !important;
	left:44px !important;
	top:483px !important;
}

#item146474 {
	width:121px !important;
	height:50px !important;
	top:3967px !important;
}

#item146475 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:3974px !important;
}

#item147292 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:3893px !important;
}

#item149620 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149703 {
	width:1366px !important;
	height:480px !important;
	top:3487px !important;
}

#item149704 {
	width:287px !important;
	height:36px !important;
}

#item149705 {
	width:287px !important;
	height:36px !important;
	left:44px !important;
	top:3851px !important;
}

#item55007 {
	width:1366px !important;
	height:1701px !important;
	background:#695be5;
}

#item103266 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item55169 {
	width:157px !important;
	height:20px !important;
	background:#d7e55b;
}

#item103268 {
	width:118px !important;
	height:32px !important;
	left:44px !important;
	top:1627px !important;
}

#item103273 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1647px !important;
}

#item55387 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item55435 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item55436 {
	width:1366px !important;
	height:450px !important;
	background:#695be5;
}

#item55444 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item55468 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item103447 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2674px !important;
}

#item103483 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2713px !important;
}

#item103492 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:2525px !important;
}

#item103357 {
	width:1366px !important;
	height:532px !important;
	background:#695be5;
}

#item125765 {
	width:1366px !important;
	height:532px !important;
	top:444px !important;
}

#item136656 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item136730 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item136805 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item136879 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item136953 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item137028 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item137102 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103440 {
	width:289px !important;
	height:34px !important;
}

#item103441 {
	width:289px !important;
	height:34px !important;
	left:44px !important;
	top:484px !important;
}

#item146437 {
	width:121px !important;
	height:50px !important;
	top:2787px !important;
}

#item146438 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:2794px !important;
}

#item147304 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:2713px !important;
}

#item149737 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149815 {
	width:1366px !important;
	height:480px !important;
	top:2308px !important;
}

#item149816 {
	width:286px !important;
	height:37px !important;
}

#item149817 {
	width:286px !important;
	height:37px !important;
	left:44px !important;
	top:2671px !important;
}

#item56193 {
	width:1366px !important;
	height:4479px !important;
	background:#695be5;
}

#item103510 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item103527 {
	width:118px !important;
	height:32px !important;
	left:44px !important;
	top:4407px !important;
}

#item100095 {
	width:683px !important;
	height:25px !important;
}

#item100096 {
	width:683px !important;
	height:25px !important;
	left:474px !important;
	top:1083px !important;
}

#item103512 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4407px !important;
}

#item57017 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item57065 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item57066 {
	width:1366px !important;
	height:450px !important;
	background:#695be5;
}

#item57073 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#d7e55b;
}

#item57098 {
	width:996px !important;
	height:114px !important;
	top:158px !important;
}

#item57730 {
	width:343px !important;
	height:74px !important;
	left:526px !important;
	top:54px !important;
}

#item57745 {
	width:279px !important;
	height:85px !important;
	left:163px !important;
	top:48px !important;
}

#item57753 {
	mix-blend-mode:multiply;
	width:77px !important;
	height:182px !important;
}

#item102333 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3099px !important;
}

#item102322 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3138px !important;
}

#item102314 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:2951px !important;
}

#item103563 {
	width:1366px !important;
	height:530px !important;
	background:#695be5;
}

#item125824 {
	width:1366px !important;
	height:530px !important;
	top:444px !important;
}

#item137367 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item137442 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item137517 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item137591 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item137666 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item137741 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item137815 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item103644 {
	width:291px !important;
	height:34px !important;
}

#item103645 {
	width:291px !important;
	height:34px !important;
	left:40px !important;
	top:483px !important;
}

#item146391 {
	width:121px !important;
	height:50px !important;
	top:3213px !important;
}

#item146392 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:3220px !important;
}

#item147316 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:3138px !important;
}

#item149849 {
	opacity:0.95;
	width:1366px !important;
	height:480px !important;
	background:#fff;
}

#item149928 {
	width:1366px !important;
	height:480px !important;
	top:2733px !important;
}

#item150034 {
	width:288px !important;
	height:38px !important;
}

#item150035 {
	width:288px !important;
	height:38px !important;
	left:44px !important;
	top:3097px !important;
}

#item57930 {
	width:1366px !important;
	height:3667px !important;
	background:#695be5;
}

#item57995 {
	width:157px !important;
	height:20px !important;
	background:#d7e55b;
}

#item58924 {
	width:157px !important;
	height:20px !important;
	background:#d7e55b;
}

#item102311 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item102294 {
	width:118px !important;
	height:32px !important;
	left:44px !important;
	top:3594px !important;
}

#item102296 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3594px !important;
}

#item58983 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item58984 {
	width:1366px !important;
	height:996px !important;
	background:#f3744a;
}

#item101360 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item101476 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1447px !important;
}

#item101465 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1486px !important;
}

#item59172 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item59220 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item101375 {
	width:1366px !important;
	height:670px !important;
	top:1px !important;
	background:#f3744a;
}

#item101361 {
	width:1366px !important;
	height:553px !important;
	background:#f3744a;
}

#item125864 {
	width:1366px !important;
	height:671px !important;
	top:443px !important;
}

#item138050 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item138124 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item138199 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item138274 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item138348 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item138423 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item138498 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item101459 {
	width:289px !important;
	height:34px !important;
}

#item101460 {
	width:289px !important;
	height:34px !important;
	left:44px !important;
	top:483px !important;
}

#item146352 {
	width:121px !important;
	height:50px !important;
	top:1560px !important;
}

#item146353 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1567px !important;
}

#item147328 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:1486px !important;
}

#item150072 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150174 {
	width:1366px !important;
	height:620px !important;
	top:940px !important;
}

#item150262 {
	width:287px !important;
	height:35px !important;
}

#item150266 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:1445px !important;
}

#item60595 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item60596 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item60602 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item59858 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item101591 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3242px !important;
}

#item101603 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3281px !important;
}

#item60722 {
	width:413px !important;
	height:292px !important;
}

#item101503 {
	width:1366px !important;
	height:668px !important;
	background:#f3744a;
}

#item125923 {
	width:1366px !important;
	height:668px !important;
	top:444px !important;
}

#item138730 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item138804 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item138878 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item138954 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item139028 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item139102 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item139177 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item101585 {
	width:287px !important;
	height:42px !important;
	left:44px !important;
	top:477px !important;
}

#item146313 {
	width:121px !important;
	height:50px !important;
	top:3355px !important;
}

#item146314 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:3362px !important;
}

#item147339 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:3281px !important;
}

#item150298 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150380 {
	width:1366px !important;
	height:620px !important;
	top:2735px !important;
}

#item150381 {
	width:287px !important;
	height:35px !important;
}

#item150382 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:3240px !important;
}

#item60882 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item60883 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item60889 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item60961 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item101802 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:6358px !important;
}

#item101810 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:6397px !important;
}

#item61748 {
	width:21px !important;
	height:26px !important;
}

#item62134 {
	width:95px !important;
	height:12px !important;
	background:#004388;
}

#item100006 {
	width:560px !important;
	height:315px !important;
	left:470px !important;
	top:2322px !important;
}

#item101710 {
	width:1366px !important;
	height:668px !important;
	background:#f3744a;
}

#item125985 {
	width:1366px !important;
	height:668px !important;
	top:444px !important;
}

#item139383 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item139457 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item139532 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item139606 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item139681 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item139756 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item139830 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item101794 {
	width:287px !important;
	height:33px !important;
}

#item101795 {
	width:287px !important;
	height:33px !important;
	left:44px !important;
	top:485px !important;
}

#item146276 {
	width:121px !important;
	height:50px !important;
	top:6471px !important;
}

#item146277 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:6478px !important;
}

#item147351 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:6397px !important;
}

#item150415 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150500 {
	width:1366px !important;
	height:620px !important;
	top:5851px !important;
}

#item150501 {
	width:287px !important;
	height:35px !important;
}

#item150502 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:6356px !important;
}

#item62288 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item62289 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item62296 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item62367 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item101986 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1737px !important;
}

#item101994 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1776px !important;
}

#item101848 {
	width:1366px !important;
	height:668px !important;
	background:#f3744a;
}

#item126045 {
	width:1366px !important;
	height:668px !important;
	top:444px !important;
}

#item140047 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item140122 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item140196 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item140272 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item140347 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item140421 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item140496 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item101955 {
	width:289px !important;
	height:36px !important;
}

#item101956 {
	width:289px !important;
	height:36px !important;
	left:44px !important;
	top:482px !important;
}

#item146239 {
	width:121px !important;
	height:50px !important;
	top:1850px !important;
}

#item146240 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1857px !important;
}

#item147364 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:1776px !important;
}

#item150535 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150617 {
	width:1366px !important;
	height:620px !important;
	top:1230px !important;
}

#item150618 {
	width:287px !important;
	height:35px !important;
}

#item150619 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:1735px !important;
}

#item63227 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item63228 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item63236 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item63307 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item102131 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2399px !important;
}

#item102139 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2438px !important;
}

#item140792 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item140868 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item140943 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item141017 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item141093 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item141167 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item141241 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item102032 {
	width:1366px !important;
	height:668px !important;
	background:#f3744a;
}

#item126104 {
	width:1366px !important;
	height:668px !important;
	top:444px !important;
}

#item102122 {
	width:289px !important;
	height:35px !important;
}

#item102123 {
	width:289px !important;
	height:35px !important;
	left:44px !important;
	top:483px !important;
}

#item146202 {
	width:121px !important;
	height:50px !important;
	top:2513px !important;
}

#item146203 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:2520px !important;
}

#item147378 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:2438px !important;
}

#item150652 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150736 {
	width:1366px !important;
	height:620px !important;
	top:1893px !important;
}

#item150737 {
	width:287px !important;
	height:34px !important;
}

#item150738 {
	width:287px !important;
	height:34px !important;
	left:44px !important;
	top:2398px !important;
}

#item64100 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item64102 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item64109 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item65107 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item101043 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5844px !important;
}

#item101028 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:5883px !important;
}

#item101051 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:5719px !important;
}

#item101054 {
	width:227px !important;
	height:24px !important;
}

#item101055 {
	width:227px !important;
	height:24px !important;
	left:462px !important;
	top:5623px !important;
}

#item105314 {
	width:560px !important;
	height:316px !important;
	left:474px !important;
	top:983px !important;
}

#item105316 {
	width:560px !important;
	height:315px !important;
	left:474px !important;
	top:983px !important;
}

#item102201 {
	width:1366px !important;
	height:668px !important;
	background:#f3744a;
}

#item126166 {
	width:1366px !important;
	height:668px !important;
	top:444px !important;
}

#item141450 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item141525 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item141599 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item141674 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item141750 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item141824 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item141899 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item102286 {
	width:289px !important;
	height:36px !important;
}

#item102287 {
	width:289px !important;
	height:36px !important;
	left:44px !important;
	top:482px !important;
}

#item146157 {
	width:121px !important;
	height:50px !important;
	top:5957px !important;
}

#item146158 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:5964px !important;
}

#item147391 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:5883px !important;
}

#item150770 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150852 {
	width:1366px !important;
	height:620px !important;
	top:5337px !important;
}

#item150853 {
	width:287px !important;
	height:36px !important;
}

#item150854 {
	width:287px !important;
	height:36px !important;
	left:44px !important;
	top:5842px !important;
}

#item65226 {
	width:1366px !important;
	height:4060px !important;
	background:#f3744a;
}

#item101026 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:55px !important;
}

#item101024 {
	width:118px !important;
	height:32px !important;
	left:44px !important;
	top:4007px !important;
}

#item100171 {
	width:525px !important;
	height:28px !important;
}

#item100172 {
	width:525px !important;
	height:28px !important;
	left:474px !important;
	top:1807px !important;
}

#item101016 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4007px !important;
}

#item66107 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item66108 {
	width:1366px !important;
	height:450px !important;
	background:#f3744a;
}

#item66116 {
	width:188px !important;
	height:25px !important;
	top:100px !important;
	background:#0b2876;
}

#item66453 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item100872 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3387px !important;
}

#item100884 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:3348px !important;
}

#item67067 {
	width:95px !important;
	height:12px !important;
	background:#004388;
}

#item67100 {
	width:396px !important;
	height:606px !important;
	left:85px !important;
	top:1815px !important;
	border-radius:20px;
}

#item100895 {
	width:1366px !important;
	height:667px !important;
	background:#f3744a;
}

#item126254 {
	width:1366px !important;
	height:667px !important;
	top:444px !important;
}

#item142147 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item142221 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item142295 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item142370 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item142444 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item142518 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item142593 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item100959 {
	width:287px !important;
	height:41px !important;
}

#item100960 {
	width:287px !important;
	height:41px !important;
	left:44px !important;
	top:480px !important;
}

#item146120 {
	width:121px !important;
	height:50px !important;
	top:3461px !important;
}

#item146121 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:3468px !important;
}

#item147403 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:3387px !important;
}

#item150910 {
	opacity:0.95;
	width:1366px !important;
	height:620px !important;
	background:#fff;
}

#item150991 {
	width:1366px !important;
	height:620px !important;
	top:2841px !important;
}

#item151472 {
	width:287px !important;
	height:37px !important;
}

#item151473 {
	width:287px !important;
	height:37px !important;
	left:44px !important;
	top:3345px !important;
}

#item100529 {
	width:1366px !important;
	height:440px !important;
	background:#5bd7e5;
}

#item100729 {
	width:1366px !important;
	height:440px !important;
	background:#5bd7e5;
}

#item126324 {
	width:1366px !important;
	height:440px !important;
	top:444px !important;
}

#item70878 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item70879 {
	width:1366px !important;
	height:444px !important;
	background:#5bd7e5;
}

#item105416 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4513px !important;
}

#item105404 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:4552px !important;
}

#item71045 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item71093 {
	width:188px !important;
	height:25px !important;
	left:40px !important;
	top:207px !important;
	background:#0b2876;
}

#item71117 {
	width:1135px !important;
	height:114px !important;
	left:40px !important;
	top:266px !important;
}

#item71557 {
	width:767px !important;
	height:769px !important;
}

#item142813 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item142887 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item142961 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item143037 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item143112 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item143187 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item143263 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item100789 {
	width:293px !important;
	height:32px !important;
}

#item100790 {
	width:293px !important;
	height:32px !important;
	left:40px !important;
	top:485px !important;
}

#item146082 {
	width:121px !important;
	height:50px !important;
	top:4626px !important;
}

#item146083 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:4633px !important;
}

#item147415 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:4552px !important;
}

#item151156 {
	opacity:0.95;
	width:1366px !important;
	height:270px !important;
	background:#fff;
}

#item151249 {
	width:1366px !important;
	height:270px !important;
	top:4357px !important;
}

#item151250 {
	width:287px !important;
	height:35px !important;
}

#item151251 {
	width:287px !important;
	height:35px !important;
	left:44px !important;
	top:4511px !important;
}

#item76961 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item76962 {
	width:1366px !important;
	height:450px !important;
	background:#5bd7e5;
}

#item100805 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2864px !important;
}

#item100794 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:2903px !important;
}

#item77099 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item77146 {
	width:188px !important;
	height:25px !important;
	left:40px !important;
	top:207px !important;
	background:#0b2876;
}

#item77170 {
	width:1135px !important;
	height:114px !important;
	left:40px !important;
	top:266px !important;
}

#item100379 {
	width:1366px !important;
	height:303px !important;
	background:#5bd7e5;
}

#item126388 {
	width:1366px !important;
	height:303px !important;
	top:444px !important;
}

#item143491 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item143566 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item143640 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item143714 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item143790 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item143865 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item143939 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item100481 {
	width:293px !important;
	height:34px !important;
}

#item100482 {
	width:293px !important;
	height:34px !important;
	left:40px !important;
	top:484px !important;
}

#item146044 {
	width:121px !important;
	height:50px !important;
	top:2977px !important;
}

#item146045 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:2984px !important;
}

#item147426 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:2903px !important;
}

#item151284 {
	opacity:0.95;
	width:1366px !important;
	height:270px !important;
	background:#fff;
}

#item151360 {
	width:1366px !important;
	height:270px !important;
	top:2708px !important;
}

#item151361 {
	width:287px !important;
	height:38px !important;
}

#item151362 {
	width:287px !important;
	height:38px !important;
	left:44px !important;
	top:2860px !important;
}

#item79220 {
	mix-blend-mode:multiply;
	opacity:0.20;
	width:1366px !important;
	height:380px !important;
	top:44px !important;
}

#item79221 {
	width:1366px !important;
	height:450px !important;
	background:#5bd7e5;
}

#item100194 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1817px !important;
}

#item100182 {
	width:32px !important;
	height:32px !important;
	left:1283px !important;
	top:1856px !important;
}

#item79358 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item79406 {
	width:188px !important;
	height:25px !important;
	left:40px !important;
	top:207px !important;
	background:#0b2876;
}

#item79431 {
	width:1135px !important;
	height:114px !important;
	left:40px !important;
	top:266px !important;
}

#item100216 {
	width:1366px !important;
	height:303px !important;
	background:#5bd7e5;
}

#item126430 {
	width:1366px !important;
	height:303px !important;
	top:444px !important;
}

#item144145 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item144219 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item144293 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item144368 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item144442 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item144517 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item144593 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item100278 {
	width:289px !important;
	height:38px !important;
}

#item100279 {
	width:289px !important;
	height:38px !important;
	left:44px !important;
	top:482px !important;
}

#item146002 {
	width:121px !important;
	height:50px !important;
	top:1931px !important;
}

#item146003 {
	width:29px !important;
	height:30px !important;
	left:44px !important;
	top:1938px !important;
}

#item147438 {
	width:32px !important;
	height:32px !important;
	left:44px !important;
	top:1856px !important;
}

#item151367 {
	opacity:0.95;
	width:1366px !important;
	height:270px !important;
	background:#fff;
}

#item151466 {
	width:1366px !important;
	height:270px !important;
	top:1661px !important;
}

#item151467 {
	width:287px !important;
	height:36px !important;
}

#item151468 {
	width:287px !important;
	height:36px !important;
	left:44px !important;
	top:1815px !important;
}

#item80635 {
	width:1366px !important;
	height:703px !important;
	background:#0b2876;
}

#item80586 {
	width:131px !important;
	height:41px !important;
	left:1197px !important;
	top:557px !important;
}

#item80515 {
	width:117px !important;
	height:62px !important;
	left:760px !important;
	top:547px !important;
}

#item80530 {
	width:48px !important;
	height:111px !important;
	left:913px !important;
	top:522px !important;
}

#item80636 {
	width:372px !important;
	height:80px !important;
	left:44px !important;
	top:78px !important;
}

#item80648 {
	width:1366px !important;
	height:50px !important;
	background:#0b2876;
}

#item144811 {
	width:200px !important;
	height:49px !important;
	left:-4px !important;
	top:-4px !important;
}

#item144885 {
	width:196px !important;
	height:49px !important;
	left:195px !important;
	top:-4px !important;
}

#item144961 {
	width:196px !important;
	height:49px !important;
	left:390px !important;
	top:-4px !important;
}

#item145036 {
	width:196px !important;
	height:49px !important;
	left:585px !important;
	top:-4px !important;
}

#item145110 {
	width:196px !important;
	height:49px !important;
	left:781px !important;
	top:-4px !important;
}

#item145186 {
	width:196px !important;
	height:49px !important;
	left:976px !important;
	top:-4px !important;
}

#item145260 {
	width:199px !important;
	height:49px !important;
	left:1171px !important;
	top:-4px !important;
}

#item146001 {
	width:121px !important;
	height:50px !important;
	top:653px !important;
}

#item104443 {
	width:29px !important;
	height:30px !important;
}
#in5footer,  #prefooter {display:none;}
