/* 	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...'; }
.page-scale-wrap { width:595px; height:842px; background: #fff !important; }
.paper-vertical { width:595px; height:100%; }
.paper-horizontal { width:61738px; height:854px; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* Colorbox User Style: */
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
@media all and (max-height:842px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:595px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
#viewer-options-wrap {
	position:fixed;bottom:0;left:0;width:100%;padding:4px;
	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;
	transform:translateZ(0);
	transition:transform .5s;
}
#viewer-options-bar{
	position:absolute;bottom:0;left:0;width:100%;
	background-color:#000; color:#fff; fill:#fff;
	height:40px; display:table;
}
#viewer-options-bar.light { color:#000; fill:#000; }
#viewer-options-wrap.no-options #viewer-options-bar {display:none;}
#viewer-options-bar > span { display:table-cell; vertical-align:middle; cursor:default;}
#viewer-logo { display:inline-block; margin-right:14px;}
#viewer-logo img, #viewer-logo object {
	height:36px;
    vertical-align:middle;
    padding:2px 4px;
}
#viewer-title{ padding-left:6px; white-space:nowrap; }
#viewer-pagecount{ text-align:center; width:100%; }
#viewer-options { text-align:right; min-width:340px; }
.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}
.viewer-option-btn > svg { position:relative; }
::-webkit-scrollbar #viewer-thumb-wrap {
    width:0px;  background:transparent;
}
#viewer-thumb-wrap {
    position:fixed; bottom:-50px; padding-bottom:46px;
    left:0; right:0; margin:auto;
    overflow-y:hidden; overflow-x:auto;
    background-color:rgba(255,255,255,.7);
    -webkit-overflow-scrolling:touch;
    scroll-behavior: smooth;
}
#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}
.viewer-page-thumb {
    display:table-cell;
    cursor:pointer;
    padding:24px 0;
	pointer-events:auto;
	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);
	-webkit-transition:transform .4s; transition:transform .4s;
}
.viewer-page-thumb:hover {
	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);
}
.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }
.viewer-page-thumb.active > img { outline:2px solid #ff9900; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#ff9900;}
#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}
#viewer-options-bar #view-toggle {
    position:absolute;
    right:8px;
    bottom:120px;
    display:block;
    width:70px;
    height:50px;
    border-radius:12px 12px 0 0;
    cursor:pointer;
    display:none;
}
#viewer-options-bar #view-toggle svg {
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    margin:auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}

@media all and (max-width:780px) {
	#viewer-thumb-wrap { bottom:-20px; }
	#viewer-options-wrap.collapsed {
		-ms-transform:translateY(120px);
		-webkit-transform:translateY(120px) translateZ(0);
		transform:translateY(120px) translateZ(0);
		transition:transform .5s;
	}
	#viewer-options-wrap.collapsed #view-toggle svg {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#viewer-options-wrap.collapsed #viewer-options-thumb-images { display:none; }
	#viewer-options-bar #view-toggle { display:block; }
	#viewer_progress_bar {bottom:120px;}
	#viewer-options-bar{height:120px;display:block;}
	#viewer-pagecount{right:24px;width:auto;}
	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}
	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}
	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}
	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}
	.viewer-option-btn:first-child{padding-left:6px;}
	.viewer-option-btn:last-child{padding-right:18px;}
	#viewer-options-thumb-images{margin-bottom:90px;}
	body:not(.responsive) .viewer-page-thumb > img {max-width:175px;}
}
/*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%);
}
#item724 {
	mix-blend-mode:multiply;
	width:3px !important;
	height:6px !important;
	left:252px !important;
	top:311px !important;
	background:#eeeaef;
}

#item779 {
	width:343px !important;
	height:109px !important;
	left:98px !important;
	top:154px !important;
}

#item806 {
	width:613px !important;
	height:21px !important;
	left:-9px !important;
	top:729px !important;
	background:#3e9841;
}

#item833 {
	width:468px !important;
	height:27px !important;
	left:98px !important;
	top:283px !important;
}

#item836 {
	width:214px !important;
	height:54px !important;
	left:35px !important;
	top:28px !important;
}

#item137865 {
	width:615px !important;
	height:105px !important;
	left:-10px !important;
	top:751px !important;
	background:#356999;
}

#item7272 {
	width:293px !important;
	height:28px !important;
	left:71px !important;
	top:759px !important;
}

#item11016 {
	width:125px !important;
	left:413px !important;
	top:766px !important;
	min-height:25px !important;
}

#item889 {
	width:232px !important;
	left:85px !important;
	top:353px !important;
	min-height:236px !important;
}

#item923 {
	width:374px !important;
	height:83px !important;
	left:85px !important;
	top:254px !important;
}

#item146412 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item964 {
	width:427px !important;
	height:15px !important;
	left:83px !important;
	top:806px !important;
}

#item986 {
	width:207px !important;
	height:709px !important;
	left:85px !important;
	top:81px !important;
}

#item63146 {
	width:207px !important;
	height:739px !important;
	left:303px !important;
	top:58px !important;
}

#item36328 {
	width:160px !important;
	left:115px !important;
	top:55px !important;
	min-height:42px !important;
}

#item37594 {
	width:234px !important;
	left:57px !important;
	top:125px !important;
	min-height:623px !important;
}

#item146387 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item37598 {
	width:234px !important;
	left:305px !important;
	top:122px !important;
	min-height:625px !important;
}

#item15834 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item1130 {
	width:397px !important;
	left:102px !important;
	top:57px !important;
	min-height:49px !important;
}

#item1153 {
	width:227px !important;
	left:57px !important;
	top:131px !important;
	min-height:478px !important;
}

#item16538 {
	width:223px !important;
	left:303px !important;
	top:131px !important;
	min-height:480px !important;
}

#item146362 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item139571 {
	width:436px !important;
	left:102px !important;
	top:57px !important;
	min-height:105px !important;
}

#item139576 {
	width:234px !important;
	left:57px !important;
	top:170px !important;
	min-height:326px !important;
}

#item139659 {
	width:483px !important;
	left:57px !important;
	top:501px !important;
	min-height:288px !important;
}

#item139724 {
	width:234px !important;
	left:305px !important;
	top:170px !important;
	min-height:202px !important;
}

#item139729 {
	width:234px !important;
	left:305px !important;
	top:370px !important;
	min-height:125px !important;
}

#item146337 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item146312 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item139653 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:731px !important;
}

#item139698 {
	width:241px !important;
	left:304px !important;
	top:57px !important;
	min-height:738px !important;
}

#item146287 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item78876 {
	width:437px !important;
	left:102px !important;
	top:57px !important;
	min-height:53px !important;
}

#item78956 {
	width:249px !important;
	left:57px !important;
	top:131px !important;
	min-height:560px !important;
}

#item78962 {
	width:198px !important;
	left:340px !important;
	top:133px !important;
	min-height:656px !important;
}

#item1229 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item91338 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:516px !important;
}

#item146262 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item93864 {
	width:484px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item146236 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item96142 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:685px !important;
}

#item1664 {
	width:424px !important;
	height:52px !important;
	left:104px !important;
	top:57px !important;
}

#item15023 {
	width:236px !important;
	left:57px !important;
	top:199px !important;
	min-height:237px !important;
}

#item46192 {
	width:236px !important;
	left:304px !important;
	top:440px !important;
	min-height:243px !important;
}

#item74241 {
	width:235px !important;
	left:303px !important;
	top:199px !important;
	min-height:238px !important;
}

#item146211 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item74245 {
	width:236px !important;
	left:57px !important;
	top:440px !important;
	min-height:245px !important;
}

#item1916 {
	width:237px !important;
	left:57px !important;
	top:73px !important;
	min-height:240px !important;
}

#item46201 {
	width:235px !important;
	left:303px !important;
	top:73px !important;
	min-height:238px !important;
}

#item74249 {
	width:235px !important;
	left:57px !important;
	top:308px !important;
	min-height:239px !important;
}

#item74253 {
	width:235px !important;
	left:303px !important;
	top:309px !important;
	min-height:235px !important;
}

#item74258 {
	width:235px !important;
	left:57px !important;
	top:547px !important;
	min-height:239px !important;
}

#item74262 {
	width:235px !important;
	left:303px !important;
	top:547px !important;
	min-height:248px !important;
}

#item146186 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item146161 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item94303 {
	width:438px !important;
	height:55px !important;
	left:103px !important;
	top:57px !important;
}

#item141707 {
	width:235px !important;
	left:57px !important;
	top:149px !important;
	min-height:220px !important;
}

#item141837 {
	width:235px !important;
	left:303px !important;
	top:149px !important;
	min-height:222px !important;
}

#item141841 {
	width:235px !important;
	left:57px !important;
	top:365px !important;
	min-height:220px !important;
}

#item141845 {
	width:235px !important;
	left:303px !important;
	top:365px !important;
	min-height:219px !important;
}

#item141849 {
	width:235px !important;
	left:57px !important;
	top:581px !important;
	min-height:217px !important;
}

#item141853 {
	width:235px !important;
	left:303px !important;
	top:581px !important;
	min-height:214px !important;
}

#item146136 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item94047 {
	width:438px !important;
	height:52px !important;
	left:101px !important;
	top:57px !important;
}

#item94070 {
	width:235px !important;
	left:57px !important;
	top:148px !important;
	min-height:210px !important;
}

#item94074 {
	width:235px !important;
	left:305px !important;
	top:148px !important;
	min-height:210px !important;
}

#item94124 {
	width:235px !important;
	left:57px !important;
	top:366px !important;
	min-height:209px !important;
}

#item94128 {
	width:235px !important;
	left:305px !important;
	top:366px !important;
	min-height:210px !important;
}

#item94132 {
	width:235px !important;
	left:57px !important;
	top:581px !important;
	min-height:209px !important;
}

#item13514 {
	width:435px !important;
	left:103px !important;
	top:57px !important;
	min-height:47px !important;
}

#item94599 {
	width:235px !important;
	left:57px !important;
	top:107px !important;
	min-height:45px !important;
}

#item94633 {
	width:235px !important;
	left:303px !important;
	top:107px !important;
	min-height:60px !important;
}

#item94640 {
	width:482px !important;
	left:57px !important;
	top:156px !important;
	min-height:124px !important;
}

#item94657 {
	width:232px !important;
	left:57px !important;
	top:277px !important;
	min-height:215px !important;
}

#item94663 {
	width:224px !important;
	left:303px !important;
	top:276px !important;
	min-height:214px !important;
}

#item94668 {
	width:482px !important;
	left:56px !important;
	top:696px !important;
	min-height:91px !important;
}

#item103174 {
	width:235px !important;
	left:56px !important;
	top:494px !important;
	min-height:210px !important;
}

#item146110 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item103182 {
	width:235px !important;
	left:303px !important;
	top:494px !important;
	min-height:210px !important;
}

#item63251 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:51px !important;
}

#item63614 {
	width:235px !important;
	left:57px !important;
	top:252px !important;
	min-height:306px !important;
}

#item94756 {
	width:235px !important;
	left:302px !important;
	top:50px !important;
	min-height:61px !important;
}

#item94763 {
	width:483px !important;
	left:57px !important;
	top:102px !important;
	min-height:146px !important;
}

#item94796 {
	width:235px !important;
	left:303px !important;
	top:251px !important;
	min-height:306px !important;
}

#item94801 {
	width:482px !important;
	left:57px !important;
	top:570px !important;
	min-height:219px !important;
}

#item146085 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item94818 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:47px !important;
}

#item94860 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item94871 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:146px !important;
}

#item94875 {
	width:235px !important;
	left:57px !important;
	top:252px !important;
	min-height:537px !important;
}

#item94881 {
	width:235px !important;
	left:303px !important;
	top:252px !important;
	min-height:537px !important;
}

#item146060 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item94915 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item94922 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item94927 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:139px !important;
}

#item94943 {
	width:232px !important;
	left:57px !important;
	top:248px !important;
	min-height:548px !important;
}

#item94964 {
	width:235px !important;
	left:303px !important;
	top:248px !important;
	min-height:540px !important;
}

#item146035 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item94969 {
	width:235px !important;
	left:57px !important;
	top:58px !important;
	min-height:479px !important;
}

#item94973 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:479px !important;
}

#item94982 {
	width:482px !important;
	left:56px !important;
	top:553px !important;
	min-height:236px !important;
}

#item146010 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item85511 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item85516 {
	width:235px !important;
	left:304px !important;
	top:50px !important;
	min-height:61px !important;
}

#item94989 {
	width:482px !important;
	left:57px !important;
	top:102px !important;
	min-height:153px !important;
}

#item95007 {
	width:230px !important;
	left:57px !important;
	top:250px !important;
	min-height:165px !important;
}

#item95011 {
	width:236px !important;
	left:303px !important;
	top:250px !important;
	min-height:182px !important;
}

#item95018 {
	width:482px !important;
	left:57px !important;
	top:627px !important;
	min-height:170px !important;
}

#item103750 {
	width:235px !important;
	left:57px !important;
	top:415px !important;
	min-height:204px !important;
}

#item103754 {
	width:235px !important;
	left:303px !important;
	top:430px !important;
	min-height:198px !important;
}

#item145985 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item85522 {
	width:234px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item95084 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item95090 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:143px !important;
}

#item95111 {
	width:235px !important;
	left:57px !important;
	top:247px !important;
	min-height:344px !important;
}

#item95132 {
	width:235px !important;
	left:303px !important;
	top:248px !important;
	min-height:347px !important;
}

#item95136 {
	width:482px !important;
	left:56px !important;
	top:621px !important;
	min-height:168px !important;
}

#item95191 {
	width:236px !important;
	left:57px !important;
	top:57px !important;
	min-height:48px !important;
}

#item95203 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item95207 {
	width:482px !important;
	left:57px !important;
	top:102px !important;
	min-height:113px !important;
}

#item95222 {
	width:235px !important;
	left:57px !important;
	top:210px !important;
	min-height:138px !important;
}

#item95244 {
	width:235px !important;
	left:303px !important;
	top:210px !important;
	min-height:256px !important;
}

#item95293 {
	width:482px !important;
	left:57px !important;
	top:661px !important;
	min-height:129px !important;
}

#item103850 {
	width:235px !important;
	left:57px !important;
	top:351px !important;
	min-height:304px !important;
}

#item103854 {
	width:235px !important;
	left:303px !important;
	top:465px !important;
	min-height:189px !important;
}

#item145960 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item85599 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item96459 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item96473 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:137px !important;
}

#item96495 {
	width:215px !important;
	left:57px !important;
	top:241px !important;
	min-height:409px !important;
}

#item96505 {
	width:235px !important;
	left:303px !important;
	top:242px !important;
	min-height:223px !important;
}

#item103918 {
	width:235px !important;
	left:303px !important;
	top:454px !important;
	min-height:201px !important;
}

#item103923 {
	width:483px !important;
	left:57px !important;
	top:658px !important;
	min-height:145px !important;
}

#item145935 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item96559 {
	width:247px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item103988 {
	width:235px !important;
	left:304px !important;
	top:50px !important;
	min-height:61px !important;
}

#item103992 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:162px !important;
}

#item103998 {
	width:235px !important;
	left:57px !important;
	top:268px !important;
	min-height:517px !important;
}

#item104002 {
	width:236px !important;
	left:303px !important;
	top:269px !important;
	min-height:523px !important;
}

#item145910 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item96605 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:185px !important;
}

#item96616 {
	width:483px !important;
	left:56px !important;
	top:253px !important;
	min-height:548px !important;
}

#item104085 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:190px !important;
}

#item145885 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item95250 {
	width:232px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item104391 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item104395 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:109px !important;
}

#item104399 {
	width:235px !important;
	left:57px !important;
	top:217px !important;
	min-height:272px !important;
}

#item104403 {
	width:235px !important;
	left:303px !important;
	top:218px !important;
	min-height:136px !important;
}

#item104411 {
	width:235px !important;
	left:57px !important;
	top:489px !important;
	min-height:153px !important;
}

#item104415 {
	width:235px !important;
	left:302px !important;
	top:357px !important;
	min-height:284px !important;
}

#item104424 {
	width:482px !important;
	left:57px !important;
	top:665px !important;
	min-height:123px !important;
}

#item145860 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item96810 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:53px !important;
}

#item96815 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item96821 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:130px !important;
}

#item104487 {
	width:235px !important;
	left:57px !important;
	top:236px !important;
	min-height:554px !important;
}

#item104491 {
	width:235px !important;
	left:303px !important;
	top:236px !important;
	min-height:553px !important;
}

#item145835 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item96881 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:282px !important;
}

#item96912 {
	width:224px !important;
	left:303px !important;
	top:75px !important;
	min-height:263px !important;
}

#item104561 {
	width:483px !important;
	left:57px !important;
	top:353px !important;
	min-height:435px !important;
}

#item145810 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item95259 {
	width:233px !important;
	left:57px !important;
	top:57px !important;
	min-height:48px !important;
}

#item104602 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item104606 {
	width:482px !important;
	left:57px !important;
	top:101px !important;
	min-height:131px !important;
}

#item104610 {
	width:221px !important;
	left:57px !important;
	top:239px !important;
	min-height:364px !important;
}

#item104614 {
	width:238px !important;
	left:303px !important;
	top:238px !important;
	min-height:366px !important;
}

#item104662 {
	width:482px !important;
	left:57px !important;
	top:624px !important;
	min-height:166px !important;
}

#item145785 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item13538 {
	width:415px !important;
	left:57px !important;
	top:57px !important;
	min-height:65px !important;
}

#item57068 {
	width:232px !important;
	left:306px !important;
	top:50px !important;
	min-height:61px !important;
}

#item97010 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:163px !important;
}

#item97016 {
	width:235px !important;
	left:57px !important;
	top:262px !important;
	min-height:526px !important;
}

#item97021 {
	width:235px !important;
	left:303px !important;
	top:262px !important;
	min-height:526px !important;
}

#item145760 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item97071 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:48px !important;
}

#item97107 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item97124 {
	width:235px !important;
	left:57px !important;
	top:240px !important;
	min-height:174px !important;
}

#item104703 {
	width:483px !important;
	left:57px !important;
	top:103px !important;
	min-height:138px !important;
}

#item104708 {
	width:235px !important;
	left:303px !important;
	top:241px !important;
	min-height:172px !important;
}

#item104766 {
	width:235px !important;
	left:56px !important;
	top:412px !important;
	min-height:208px !important;
}

#item104770 {
	width:235px !important;
	left:303px !important;
	top:412px !important;
	min-height:207px !important;
}

#item104777 {
	width:484px !important;
	left:57px !important;
	top:603px !important;
	min-height:198px !important;
}

#item145735 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item85725 {
	width:431px !important;
	left:103px !important;
	top:57px !important;
	min-height:55px !important;
}

#item87751 {
	width:257px !important;
	left:57px !important;
	top:102px !important;
	min-height:50px !important;
}

#item109151 {
	width:205px !important;
	left:334px !important;
	top:95px !important;
	min-height:61px !important;
}

#item109156 {
	width:482px !important;
	left:57px !important;
	top:154px !important;
	min-height:105px !important;
}

#item119231 {
	width:230px !important;
	left:57px !important;
	top:256px !important;
	min-height:289px !important;
}

#item119235 {
	width:235px !important;
	left:303px !important;
	top:256px !important;
	min-height:115px !important;
}

#item128642 {
	width:235px !important;
	left:57px !important;
	top:558px !important;
	min-height:237px !important;
}

#item128646 {
	width:235px !important;
	left:303px !important;
	top:369px !important;
	min-height:426px !important;
}

#item145710 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item128629 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:302px !important;
}

#item63376 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item106367 {
	width:235px !important;
	left:303px !important;
	top:49px !important;
	min-height:61px !important;
}

#item106371 {
	width:482px !important;
	left:57px !important;
	top:101px !important;
	min-height:140px !important;
}

#item106376 {
	width:235px !important;
	left:303px !important;
	top:238px !important;
	min-height:396px !important;
}

#item106381 {
	width:482px !important;
	left:57px !important;
	top:656px !important;
	min-height:132px !important;
}

#item115991 {
	width:235px !important;
	left:57px !important;
	top:238px !important;
	min-height:398px !important;
}

#item145685 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item99255 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item106457 {
	width:235px !important;
	left:304px !important;
	top:50px !important;
	min-height:61px !important;
}

#item106462 {
	width:482px !important;
	left:57px !important;
	top:102px !important;
	min-height:127px !important;
}

#item116011 {
	width:235px !important;
	left:57px !important;
	top:225px !important;
	min-height:563px !important;
}

#item116016 {
	width:235px !important;
	left:303px !important;
	top:226px !important;
	min-height:569px !important;
}

#item145659 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item116915 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:345px !important;
}

#item134077 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:349px !important;
}

#item134082 {
	width:482px !important;
	left:57px !important;
	top:416px !important;
	min-height:374px !important;
}

#item145634 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item117663 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item117686 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item117690 {
	width:482px !important;
	left:57px !important;
	top:109px !important;
	min-height:99px !important;
}

#item117867 {
	width:235px !important;
	left:57px !important;
	top:212px !important;
	min-height:377px !important;
}

#item117872 {
	width:235px !important;
	left:303px !important;
	top:211px !important;
	min-height:383px !important;
}

#item117905 {
	width:481px !important;
	left:57px !important;
	top:607px !important;
	min-height:181px !important;
}

#item145608 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item99263 {
	width:350px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item117911 {
	width:129px !important;
	left:409px !important;
	top:50px !important;
	min-height:64px !important;
}

#item117926 {
	width:485px !important;
	left:57px !important;
	top:102px !important;
	min-height:134px !important;
}

#item117982 {
	width:224px !important;
	left:57px !important;
	top:226px !important;
	min-height:437px !important;
}

#item117986 {
	width:235px !important;
	left:303px !important;
	top:228px !important;
	min-height:437px !important;
}

#item118039 {
	width:489px !important;
	left:57px !important;
	top:675px !important;
	min-height:115px !important;
}

#item145583 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item118843 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:47px !important;
}

#item118866 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item118870 {
	width:483px !important;
	left:57px !important;
	top:102px !important;
	min-height:148px !important;
}

#item119014 {
	width:232px !important;
	left:57px !important;
	top:253px !important;
	min-height:426px !important;
}

#item119018 {
	width:236px !important;
	left:303px !important;
	top:254px !important;
	min-height:445px !important;
}

#item131776 {
	width:484px !important;
	left:57px !important;
	top:687px !important;
	min-height:104px !important;
}

#item145558 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item119119 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:51px !important;
}

#item119185 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item119200 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:100px !important;
}

#item119211 {
	width:224px !important;
	left:57px !important;
	top:206px !important;
	min-height:564px !important;
}

#item119218 {
	width:235px !important;
	left:303px !important;
	top:207px !important;
	min-height:568px !important;
}

#item145532 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item128761 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item128784 {
	width:235px !important;
	left:303px !important;
	top:48px !important;
	min-height:61px !important;
}

#item128788 {
	width:482px !important;
	left:57px !important;
	top:107px !important;
	min-height:118px !important;
}

#item128792 {
	width:230px !important;
	left:57px !important;
	top:222px !important;
	min-height:332px !important;
}

#item128796 {
	width:224px !important;
	left:303px !important;
	top:222px !important;
	min-height:338px !important;
}

#item134094 {
	width:235px !important;
	left:57px !important;
	top:562px !important;
	min-height:223px !important;
}

#item134098 {
	width:236px !important;
	left:303px !important;
	top:562px !important;
	min-height:236px !important;
}

#item145507 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item134985 {
	width:235px !important;
	left:56px !important;
	top:57px !important;
	min-height:50px !important;
}

#item135008 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item135012 {
	width:482px !important;
	left:56px !important;
	top:108px !important;
	min-height:125px !important;
}

#item135016 {
	width:235px !important;
	left:57px !important;
	top:234px !important;
	min-height:202px !important;
}

#item135020 {
	width:235px !important;
	left:303px !important;
	top:234px !important;
	min-height:206px !important;
}

#item135024 {
	width:482px !important;
	left:57px !important;
	top:686px !important;
	min-height:102px !important;
}

#item135771 {
	width:235px !important;
	left:57px !important;
	top:450px !important;
	min-height:238px !important;
}

#item135775 {
	width:236px !important;
	left:303px !important;
	top:449px !important;
	min-height:232px !important;
}

#item145482 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item100726 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item119901 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:113px !important;
}

#item119912 {
	width:235px !important;
	left:57px !important;
	top:221px !important;
	min-height:233px !important;
}

#item119917 {
	width:235px !important;
	left:304px !important;
	top:219px !important;
	min-height:171px !important;
}

#item121484 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item122490 {
	width:483px !important;
	left:57px !important;
	top:681px !important;
	min-height:105px !important;
}

#item131801 {
	width:236px !important;
	left:57px !important;
	top:463px !important;
	min-height:186px !important;
}

#item131806 {
	width:216px !important;
	left:303px !important;
	top:399px !important;
	min-height:263px !important;
}

#item145457 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item99375 {
	width:236px !important;
	left:56px !important;
	top:57px !important;
	min-height:51px !important;
}

#item119812 {
	width:482px !important;
	left:57px !important;
	top:113px !important;
	min-height:99px !important;
}

#item121501 {
	width:235px !important;
	left:302px !important;
	top:50px !important;
	min-height:61px !important;
}

#item121507 {
	width:221px !important;
	left:57px !important;
	top:218px !important;
	min-height:420px !important;
}

#item121512 {
	width:235px !important;
	left:303px !important;
	top:218px !important;
	min-height:429px !important;
}

#item122494 {
	width:482px !important;
	left:57px !important;
	top:649px !important;
	min-height:138px !important;
}

#item145431 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item123040 {
	width:236px !important;
	left:57px !important;
	top:57px !important;
	min-height:51px !important;
}

#item123064 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:113px !important;
}

#item123068 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item123072 {
	width:235px !important;
	left:57px !important;
	top:216px !important;
	min-height:406px !important;
}

#item123076 {
	width:235px !important;
	left:303px !important;
	top:217px !important;
	min-height:410px !important;
}

#item123080 {
	width:482px !important;
	left:57px !important;
	top:654px !important;
	min-height:135px !important;
}

#item145406 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item145381 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item123164 {
	width:329px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item123187 {
	width:150px !important;
	left:388px !important;
	top:50px !important;
	min-height:61px !important;
}

#item123191 {
	width:482px !important;
	left:57px !important;
	top:102px !important;
	min-height:133px !important;
}

#item123195 {
	width:235px !important;
	left:57px !important;
	top:234px !important;
	min-height:560px !important;
}

#item123199 {
	width:235px !important;
	left:303px !important;
	top:234px !important;
	min-height:561px !important;
}

#item145356 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item123203 {
	width:234px !important;
	left:57px !important;
	top:57px !important;
	min-height:730px !important;
}

#item197577 {
	width:235px !important;
	height:211px !important;
}

#item197572 {
	width:235px !important;
	height:212px !important;
	top:251px !important;
}

#item123207 {
	width:235px !important;
	left:303px !important;
	top:71px !important;
	min-height:724px !important;
}

#item145331 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item123548 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:723px !important;
}

#item145306 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item124021 {
	width:170px !important;
	left:369px !important;
	top:47px !important;
	min-height:61px !important;
}

#item124044 {
	width:314px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item124118 {
	width:482px !important;
	left:57px !important;
	top:108px !important;
	min-height:122px !important;
}

#item124122 {
	width:235px !important;
	left:57px !important;
	top:219px !important;
	min-height:307px !important;
}

#item124126 {
	width:235px !important;
	left:303px !important;
	top:220px !important;
	min-height:312px !important;
}

#item145281 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item129053 {
	width:483px !important;
	left:57px !important;
	top:547px !important;
	min-height:241px !important;
}

#item129338 {
	width:162px !important;
	left:377px !important;
	top:50px !important;
	min-height:61px !important;
}

#item129361 {
	width:317px !important;
	left:57px !important;
	top:57px !important;
	min-height:52px !important;
}

#item129366 {
	width:483px !important;
	left:57px !important;
	top:105px !important;
	min-height:149px !important;
}

#item129370 {
	width:230px !important;
	left:57px !important;
	top:257px !important;
	min-height:524px !important;
}

#item129374 {
	width:235px !important;
	left:303px !important;
	top:259px !important;
	min-height:521px !important;
}

#item145256 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item129525 {
	width:334px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item129548 {
	width:196px !important;
	left:343px !important;
	top:48px !important;
	min-height:61px !important;
}

#item129552 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:127px !important;
}

#item129556 {
	width:235px !important;
	left:57px !important;
	top:229px !important;
	min-height:362px !important;
}

#item129560 {
	width:227px !important;
	left:303px !important;
	top:233px !important;
	min-height:296px !important;
}

#item131866 {
	width:235px !important;
	left:57px !important;
	top:593px !important;
	min-height:202px !important;
}

#item131870 {
	width:235px !important;
	left:303px !important;
	top:528px !important;
	min-height:267px !important;
}

#item145231 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item129776 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:249px !important;
}

#item145206 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item107457 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:48px !important;
}

#item107603 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item107608 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:117px !important;
}

#item125446 {
	width:235px !important;
	left:57px !important;
	top:214px !important;
	min-height:576px !important;
}

#item125451 {
	width:235px !important;
	left:303px !important;
	top:215px !important;
	min-height:575px !important;
}

#item145181 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item202001 {
	width:235px !important;
	height:230px !important;
	top:66px !important;
}

#item125456 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:732px !important;
}

#item202123 {
	width:235px !important;
	height:330px !important;
	top:277px !important;
}

#item125460 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:640px !important;
}

#item145156 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item125464 {
	width:483px !important;
	left:57px !important;
	top:57px !important;
	min-height:730px !important;
}

#item145131 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item125545 {
	width:235px !important;
	left:57px !important;
	top:56px !important;
	min-height:54px !important;
}

#item125568 {
	width:235px !important;
	left:307px !important;
	top:50px !important;
	min-height:61px !important;
}

#item125572 {
	width:483px !important;
	left:57px !important;
	top:103px !important;
	min-height:114px !important;
}

#item129980 {
	width:235px !important;
	left:57px !important;
	top:215px !important;
	min-height:576px !important;
}

#item129984 {
	width:235px !important;
	left:303px !important;
	top:215px !important;
	min-height:576px !important;
}

#item145105 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item130004 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:96px !important;
}

#item131886 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:104px !important;
}

#item131890 {
	width:482px !important;
	left:57px !important;
	top:165px !important;
	min-height:182px !important;
}

#item107665 {
	width:332px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item109385 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item109390 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:113px !important;
}

#item125681 {
	width:235px !important;
	left:57px !important;
	top:217px !important;
	min-height:522px !important;
}

#item125686 {
	width:235px !important;
	left:303px !important;
	top:218px !important;
	min-height:576px !important;
}

#item145080 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item107676 {
	width:218px !important;
	left:57px !important;
	top:57px !important;
	min-height:150px !important;
}

#item131900 {
	width:232px !important;
	left:303px !important;
	top:74px !important;
	min-height:132px !important;
}

#item131904 {
	width:482px !important;
	left:57px !important;
	top:225px !important;
	min-height:284px !important;
}

#item145055 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item107680 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:54px !important;
}

#item123005 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item123009 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:129px !important;
}

#item123014 {
	width:227px !important;
	left:57px !important;
	top:242px !important;
	min-height:344px !important;
}

#item123018 {
	width:236px !important;
	left:303px !important;
	top:242px !important;
	min-height:346px !important;
}

#item131757 {
	width:482px !important;
	left:57px !important;
	top:589px !important;
	min-height:207px !important;
}

#item145030 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item125702 {
	width:343px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item125706 {
	width:147px !important;
	left:392px !important;
	top:50px !important;
	min-height:61px !important;
}

#item125710 {
	width:482px !important;
	left:57px !important;
	top:103px !important;
	min-height:140px !important;
}

#item125716 {
	width:227px !important;
	left:57px !important;
	top:249px !important;
	min-height:128px !important;
}

#item125720 {
	width:235px !important;
	left:303px !important;
	top:248px !important;
	min-height:139px !important;
}

#item131931 {
	width:235px !important;
	left:57px !important;
	top:396px !important;
	min-height:352px !important;
}

#item131936 {
	width:235px !important;
	left:303px !important;
	top:396px !important;
	min-height:345px !important;
}

#item145005 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item125726 {
	width:235px !important;
	left:58px !important;
	top:57px !important;
	min-height:373px !important;
}

#item131927 {
	width:204px !important;
	left:308px !important;
	top:57px !important;
	min-height:368px !important;
}

#item131950 {
	width:483px !important;
	left:57px !important;
	top:429px !important;
	min-height:278px !important;
}

#item144979 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item125730 {
	width:306px !important;
	left:57px !important;
	top:57px !important;
	min-height:49px !important;
}

#item125734 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:62px !important;
}

#item125738 {
	width:482px !important;
	left:57px !important;
	top:104px !important;
	min-height:102px !important;
}

#item125751 {
	width:235px !important;
	left:57px !important;
	top:203px !important;
	min-height:586px !important;
}

#item144954 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item125755 {
	width:237px !important;
	left:303px !important;
	top:205px !important;
	min-height:583px !important;
}

#item125759 {
	width:235px !important;
	left:56px !important;
	top:57px !important;
	min-height:124px !important;
}

#item131954 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:120px !important;
}

#item131958 {
	width:482px !important;
	left:56px !important;
	top:192px !important;
	min-height:215px !important;
}

#item144929 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item125788 {
	width:322px !important;
	left:57px !important;
	top:57px !important;
	min-height:50px !important;
}

#item125793 {
	width:235px !important;
	left:302px !important;
	top:50px !important;
	min-height:61px !important;
}

#item125797 {
	width:482px !important;
	left:57px !important;
	top:111px !important;
	min-height:115px !important;
}

#item125884 {
	width:236px !important;
	left:57px !important;
	top:230px !important;
	min-height:560px !important;
}

#item144904 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item125890 {
	width:236px !important;
	left:303px !important;
	top:229px !important;
	min-height:548px !important;
}

#item130238 {
	width:221px !important;
	left:57px !important;
	top:57px !important;
	min-height:316px !important;
}

#item132011 {
	width:235px !important;
	left:304px !important;
	top:57px !important;
	min-height:315px !important;
}

#item132015 {
	width:482px !important;
	left:57px !important;
	top:391px !important;
	min-height:397px !important;
}

#item144879 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144854 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item125894 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:47px !important;
}

#item125904 {
	width:235px !important;
	left:303px !important;
	top:50px !important;
	min-height:61px !important;
}

#item125908 {
	width:482px !important;
	left:57px !important;
	top:106px !important;
	min-height:122px !important;
}

#item125912 {
	width:236px !important;
	left:57px !important;
	top:230px !important;
	min-height:562px !important;
}

#item125917 {
	width:235px !important;
	left:303px !important;
	top:230px !important;
	min-height:559px !important;
}

#item144829 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item125923 {
	width:482px !important;
	left:57px !important;
	top:189px !important;
	min-height:249px !important;
}

#item132070 {
	width:235px !important;
	left:57px !important;
	top:523px !important;
	min-height:217px !important;
}

#item141194 {
	width:235px !important;
	left:303px !important;
	top:540px !important;
	min-height:210px !important;
}

#item141200 {
	width:221px !important;
	left:57px !important;
	top:57px !important;
	min-height:117px !important;
}

#item141260 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:116px !important;
}

#item144804 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item52224 {
	width:397px !important;
	left:102px !important;
	top:57px !important;
	min-height:47px !important;
}

#item52244 {
	width:432px !important;
	left:57px !important;
	top:132px !important;
	min-height:210px !important;
}

#item59974 {
	width:234px !important;
	left:57px !important;
	top:342px !important;
	min-height:207px !important;
}

#item60010 {
	width:234px !important;
	left:304px !important;
	top:342px !important;
	min-height:223px !important;
}

#item60045 {
	width:235px !important;
	left:57px !important;
	top:563px !important;
	min-height:203px !important;
}

#item60061 {
	width:235px !important;
	left:303px !important;
	top:563px !important;
	min-height:202px !important;
}

#item144779 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144754 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item60049 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:707px !important;
}

#item64187 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:707px !important;
}

#item4786 {
	width:397px !important;
	left:102px !important;
	top:56px !important;
	min-height:57px !important;
}

#item66646 {
	width:234px !important;
	left:57px !important;
	top:132px !important;
	min-height:641px !important;
}

#item66651 {
	width:234px !important;
	left:305px !important;
	top:132px !important;
	min-height:649px !important;
}

#item144729 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item4808 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:698px !important;
}

#item65438 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:701px !important;
}

#item144704 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item55609 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:267px !important;
}

#item65462 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:254px !important;
}

#item109527 {
	width:483px !important;
	left:56px !important;
	top:337px !important;
	border:solid 1px #356999;
	min-height:411px !important;
	padding:9px;
}

#item144679 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144654 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item4852 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:733px !important;
}

#item4993 {
	width:484px !important;
	left:57px !important;
	top:57px !important;
	min-height:496px !important;
}

#item144629 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item5375 {
	width:432px !important;
	left:103px !important;
	top:57px !important;
	min-height:98px !important;
}

#item70185 {
	width:230px !important;
	left:57px !important;
	top:157px !important;
	min-height:634px !important;
}

#item70190 {
	width:235px !important;
	left:303px !important;
	top:159px !important;
	min-height:633px !important;
}

#item144603 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item92743 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:735px !important;
}

#item144578 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item92749 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:734px !important;
}

#item92756 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:733px !important;
}

#item92764 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:733px !important;
}

#item144553 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144528 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item92771 {
	width:483px !important;
	left:57px !important;
	top:57px !important;
	min-height:740px !important;
}

#item144503 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item5701 {
	width:437px !important;
	left:102px !important;
	top:57px !important;
	min-height:65px !important;
}

#item61735 {
	width:224px !important;
	left:57px !important;
	top:153px !important;
	min-height:636px !important;
}

#item65055 {
	width:239px !important;
	left:303px !important;
	top:171px !important;
	min-height:624px !important;
}

#item70214 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:257px !important;
}

#item109864 {
	width:235px !important;
	left:57px !important;
	top:312px !important;
	min-height:477px !important;
}

#item110096 {
	width:234px !important;
	left:305px !important;
	top:314px !important;
	min-height:475px !important;
}

#item70218 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:739px !important;
}

#item109870 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:732px !important;
}

#item144478 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item5679 {
	width:482px !important;
	left:57px !important;
	top:57px !important;
	min-height:263px !important;
}

#item65071 {
	width:230px !important;
	left:57px !important;
	top:328px !important;
	min-height:462px !important;
}

#item144453 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item110066 {
	width:235px !important;
	left:303px !important;
	top:346px !important;
	min-height:449px !important;
}

#item5822 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:733px !important;
}

#item65086 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:733px !important;
}

#item144428 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item5866 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:732px !important;
}

#item65102 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:732px !important;
}

#item144403 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item6598 {
	width:435px !important;
	left:103px !important;
	top:57px !important;
	min-height:52px !important;
}

#item55442 {
	width:235px !important;
	left:57px !important;
	top:102px !important;
	min-height:689px !important;
}

#item65271 {
	width:235px !important;
	left:304px !important;
	top:102px !important;
	min-height:695px !important;
}

#item144378 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item66564 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:169px !important;
}

#item66571 {
	width:230px !important;
	left:303px !important;
	top:57px !important;
	min-height:168px !important;
}

#item144353 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item66598 {
	width:484px !important;
	left:56px !important;
	top:239px !important;
	min-height:550px !important;
}

#item70232 {
	width:448px !important;
	left:57px !important;
	top:56px !important;
	min-height:645px !important;
}

#item144328 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item6085 {
	width:443px !important;
	left:102px !important;
	top:57px !important;
	min-height:68px !important;
}

#item6107 {
	width:235px !important;
	left:57px !important;
	top:153px !important;
	min-height:605px !important;
}

#item65176 {
	width:235px !important;
	left:303px !important;
	top:153px !important;
	min-height:605px !important;
}

#item144303 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item5944 {
	width:468px !important;
	height:12px !important;
	left:71px !important;
	top:808px !important;
}

#item66514 {
	width:230px !important;
	left:57px !important;
	top:69px !important;
	min-height:583px !important;
}

#item144278 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item66518 {
	width:227px !important;
	left:303px !important;
	top:70px !important;
	min-height:641px !important;
}

#item144253 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item5070 {
	width:427px !important;
	height:60px !important;
	left:102px !important;
	top:57px !important;
}

#item66505 {
	width:234px !important;
	left:57px !important;
	top:129px !important;
	min-height:663px !important;
}

#item66509 {
	width:234px !important;
	left:305px !important;
	top:129px !important;
	min-height:658px !important;
}

#item4971 {
	width:468px !important;
	height:12px !important;
	left:71px !important;
	top:808px !important;
}

#item66675 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:732px !important;
}

#item66679 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:739px !important;
}

#item144228 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144203 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item5092 {
	width:235px !important;
	left:57px !important;
	top:57px !important;
	min-height:686px !important;
}

#item65650 {
	width:235px !important;
	left:303px !important;
	top:57px !important;
	min-height:733px !important;
}

#item6860 {
	width:406px !important;
	left:103px !important;
	top:42px !important;
	min-height:111px !important;
}

#item24577 {
	width:235px !important;
	left:57px !important;
	top:170px !important;
	min-height:557px !important;
}

#item24650 {
	width:235px !important;
	left:303px !important;
	top:172px !important;
	min-height:617px !important;
}

#item144178 {
	width:468px !important;
	height:14px !important;
	left:57px !important;
	top:808px !important;
}

#item144153 {
	width:468px !important;
	height:14px !important;
	left:71px !important;
	top:808px !important;
}

#item25129 {
	width:442px !important;
	left:71px !important;
	top:43px !important;
	min-height:360px !important;
}

#item25558 {
	width:235px !important;
	left:57px !important;
	top:427px !important;
	min-height:213px !important;
}

#item67605 {
	width:235px !important;
	left:303px !important;
	top:425px !important;
	min-height:216px !important;
}

#item7181 {
	width:26px !important;
	height:288px !important;
	left:570px !important;
	top:-9px !important;
	background:#00843d;
}
