/* 	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;
	flex-wrap:wrap;
}
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:2ex;padding-left:2ex; }
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:595px; height:780px; }
.page-scale-wrap { width:595px; height:780px; background: #fff !important; }
.paper-vertical { width:595px; height:100%; }
.paper-horizontal { width:97391px; height:792px; }
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:780px) {
	.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; }
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb { background-color:#3b5998; background-position:-27px 50%; }
#share-wrap > a#sb-tw { background-color:#00aced; background-position: -265px 50%; }
#share-wrap > a#sb-li { background-color:#007fb1; background-position: -116px 50%; }
#share-wrap > a:hover { box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5); }
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#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%);
}
#item18525 {
	opacity:0.48;
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#dbd7c3;
}

#item18118 {
	width:1134px !important;
	height:68px !important;
	background:#fff;
}

#item18133 {
	width:128px !important;
	height:42px !important;
}

#item18145 {
	width:128px !important;
	height:42px !important;
}

#item18140 {
	width:128px !important;
	height:42px !important;
}

#item18129 {
	width:128px !important;
	height:42px !important;
	left:981px !important;
	top:12px !important;
}

#item18152 {
	width:111px !important;
	height:41px !important;
}

#item18164 {
	width:111px !important;
	height:41px !important;
}

#item18158 {
	width:111px !important;
	height:41px !important;
}

#item18149 {
	width:111px !important;
	height:41px !important;
	left:862px !important;
	top:11px !important;
}

#item18171 {
	width:138px !important;
	height:41px !important;
}

#item18186 {
	width:138px !important;
	height:41px !important;
}

#item18178 {
	width:138px !important;
	height:41px !important;
}

#item18168 {
	width:138px !important;
	height:41px !important;
	left:713px !important;
	top:11px !important;
}

#item18195 {
	width:159px !important;
	height:38px !important;
}

#item18205 {
	width:159px !important;
	height:38px !important;
}

#item18200 {
	width:159px !important;
	height:38px !important;
}

#item18192 {
	width:159px !important;
	height:38px !important;
	left:545px !important;
	top:12px !important;
}

#item18212 {
	width:147px !important;
	height:38px !important;
}

#item18230 {
	width:147px !important;
	height:38px !important;
}

#item18221 {
	width:147px !important;
	height:38px !important;
}

#item18209 {
	width:147px !important;
	height:38px !important;
	left:378px !important;
	top:12px !important;
}

#item18241 {
	width:143px !important;
	height:38px !important;
}

#item18255 {
	width:143px !important;
	height:38px !important;
}

#item18248 {
	width:143px !important;
	height:38px !important;
}

#item18237 {
	width:143px !important;
	height:38px !important;
	left:224px !important;
	top:11px !important;
}

#item18117.fixed-pos-elem {
	width:1134px !important;
	height:68px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item18445 {
	width:240px !important;
	height:61px !important;
	left:809px !important;
	top:614px !important;
}

#item21200 {
	width:249px !important;
	height:54px !important;
}

#item21197 {
	width:249px !important;
	height:54px !important;
	left:251px !important;
	top:648px !important;
}

#item21212 {
	width:139px !important;
	height:94px !important;
}

#item21209 {
	width:139px !important;
	height:94px !important;
	left:642px !important;
	top:723px !important;
}

#item21204 {
	width:202px !important;
	height:55px !important;
}

#item21201 {
	width:202px !important;
	height:55px !important;
	left:267px !important;
	top:714px !important;
}

#item21208 {
	width:215px !important;
	height:50px !important;
}

#item21205 {
	width:215px !important;
	height:50px !important;
	left:261px !important;
	top:776px !important;
}

#item21302 {
	width:298px !important;
	height:499px !important;
	background:#fff;
}

#item21343 {
	width:269px !important;
	height:34px !important;
	left:3px !important;
	top:3px !important;
}

#item21340 {
	width:275px !important;
	height:40px !important;
	left:22px !important;
	top:96px !important;
}

#item21347 {
	width:269px !important;
	height:34px !important;
	left:3px !important;
	top:3px !important;
}

#item21344 {
	width:275px !important;
	height:40px !important;
	left:28px !important;
	top:147px !important;
}

#item21351 {
	width:269px !important;
	height:34px !important;
	left:3px !important;
	top:3px !important;
}

#item21348 {
	width:275px !important;
	height:40px !important;
	left:29px !important;
	top:194px !important;
}

#item21355 {
	width:269px !important;
	height:34px !important;
	left:3px !important;
	top:3px !important;
}

#item21352 {
	width:275px !important;
	height:40px !important;
	left:30px !important;
	top:235px !important;
}

#item21359 {
	width:269px !important;
	height:46px !important;
	left:3px !important;
	top:3px !important;
}

#item21356 {
	width:275px !important;
	height:52px !important;
	left:31px !important;
	top:283px !important;
}

#item21363 {
	width:269px !important;
	height:28px !important;
	left:3px !important;
	top:3px !important;
}

#item21360 {
	width:275px !important;
	height:34px !important;
	left:30px !important;
	top:339px !important;
}

#item21367 {
	width:269px !important;
	height:28px !important;
	left:3px !important;
	top:3px !important;
}

#item21364 {
	width:275px !important;
	height:34px !important;
	left:30px !important;
	top:381px !important;
}

#item21371 {
	width:269px !important;
	height:28px !important;
	left:3px !important;
	top:3px !important;
}

#item21368 {
	width:275px !important;
	height:34px !important;
	left:31px !important;
	top:422px !important;
}

#item21403 {
	width:128px !important;
	height:46px !important;
	left:3px !important;
	top:3px !important;
}

#item21400 {
	width:133px !important;
	height:52px !important;
	left:107px !important;
	top:458px !important;
}

#item21299 {
	width:200px !important;
	height:87px !important;
	left:3px !important;
	top:3px !important;
}

#item21296 {
	width:206px !important;
	height:93px !important;
	left:106px !important;
	top:10px !important;
}

#item21281.fixed-pos-elem {
	width:312px !important;
	height:513px !important;
	left:auto !important;
	top:50% !important;
	right:-3px !important;
	-webkit-transform-origin:100% 50% 0;
	transform-origin:100% 50% 0;
}

#item22051 {
	width:571px !important;
	height:38px !important;
}

#item22048 {
	width:571px !important;
	height:38px !important;
	left:210px !important;
	top:78px !important;
}

#item18326 {
	width:595px !important;
	height:121px !important;
	background:#fff;
}

#item18346 {
	width:193px !important;
	height:47px !important;
}

#item18337 {
	width:193px !important;
	height:47px !important;
}

#item18335 {
	width:193px !important;
	height:47px !important;
}

#item18328 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
	top:53px !important;
}

#item18360 {
	width:193px !important;
	height:47px !important;
}

#item18355 {
	width:193px !important;
	height:47px !important;
}

#item18350 {
	width:193px !important;
	height:47px !important;
}

#item18347 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
}

#item18384 {
	width:193px !important;
	height:47px !important;
}

#item18375 {
	width:193px !important;
	height:47px !important;
}

#item18367 {
	width:193px !important;
	height:47px !important;
}

#item18364 {
	width:193px !important;
	height:47px !important;
	top:53px !important;
}

#item18409 {
	width:193px !important;
	height:47px !important;
}

#item18402 {
	width:193px !important;
	height:47px !important;
}

#item18395 {
	width:193px !important;
	height:47px !important;
}

#item18392 {
	width:193px !important;
	height:47px !important;
}

#item18325.fixed-pos-elem {
	top:auto !important;
	bottom:1px !important;
	height:121px !important;
	left:50% !important;
	width:595px !important;
	-webkit-transform-origin:50% 100% 0;
	transform-origin:50% 100% 0;
}

#item21253 {
	width:186px !important;
	height:54px !important;
	left:71px !important;
	top:699px !important;
}

#item21257 {
	width:201px !important;
	height:61px !important;
	left:73px !important;
	top:767px !important;
}

#item21261 {
	width:210px !important;
	height:54px !important;
	left:73px !important;
	top:828px !important;
}

#item21270 {
	width:139px !important;
	height:94px !important;
}

#item21267 {
	width:139px !important;
	height:94px !important;
	left:437px !important;
	top:772px !important;
}

#item21608 {
	width:595px !important;
	height:113px !important;
	background:#fff;
}

#item21607.fixed-pos-elem {
	width:595px !important;
	height:113px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item21606 {
	width:261px !important;
	height:114px !important;
}

#item21603 {
	width:261px !important;
	height:114px !important;
}

#item21864.fixed-pos-elem {
	top:9px !important;
	left:50% !important;
	width:595px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item22093 {
	width:553px !important;
	height:67px !important;
}

#item22089 {
	width:553px !important;
	height:67px !important;
	left:32px !important;
	top:142px !important;
}

#item20373 {
	width:121px !important;
	height:363px !important;
	left:1001px !important;
	top:392px !important;
	background:#c9c7ca;
}

#item20445 {
	width:437px !important;
	height:50px !important;
	left:697px !important;
	top:801px !important;
	border-radius:54px 0 0 0;
	background:#3c3c3b;
}

#item20897 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item20924 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item20952 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item20979 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item21006 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item21033 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item21060 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item21088 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item21130 {
	width:123px !important;
	height:500px !important;
}

#item21127 {
	width:123px !important;
	height:500px !important;
	left:6px !important;
	top:251px !important;
}

#item21134 {
	width:123px !important;
	height:500px !important;
}

#item21131 {
	width:123px !important;
	height:500px !important;
	left:147px !important;
	top:247px !important;
}

#item21138 {
	width:123px !important;
	height:469px !important;
}

#item21135 {
	width:123px !important;
	height:469px !important;
	left:290px !important;
	top:324px !important;
}

#item21142 {
	width:123px !important;
	height:658px !important;
}

#item21139 {
	width:123px !important;
	height:658px !important;
	left:422px !important;
	top:98px !important;
}

#item21146 {
	width:123px !important;
	height:658px !important;
}

#item21143 {
	width:123px !important;
	height:658px !important;
	left:574px !important;
	top:126px !important;
}

#item21150 {
	width:123px !important;
	height:505px !important;
}

#item21147 {
	width:123px !important;
	height:505px !important;
	left:714px !important;
	top:244px !important;
}

#item21154 {
	width:123px !important;
	height:565px !important;
}

#item21151 {
	width:123px !important;
	height:565px !important;
	left:994px !important;
	top:181px !important;
}

#item21158 {
	width:123px !important;
	height:685px !important;
}

#item21155 {
	width:123px !important;
	height:685px !important;
	left:850px !important;
	top:83px !important;
}

#item21893 {
	width:246px !important;
	height:31px !important;
}

#item21888 {
	width:246px !important;
	height:31px !important;
}

#item21890 {
	width:246px !important;
	height:31px !important;
}

#item21885 {
	width:246px !important;
	height:31px !important;
	left:9px !important;
	top:799px !important;
}

#item22057 {
	width:412px !important;
	height:32px !important;
}

#item22053 {
	width:412px !important;
	height:32px !important;
	left:722px !important;
	top:799px !important;
}

#item21217 {
	width:500px !important;
	height:61px !important;
	left:24px !important;
	top:335px !important;
}

#item21221 {
	width:523px !important;
	height:61px !important;
	left:27px !important;
	top:405px !important;
}

#item21227 {
	width:469px !important;
	height:61px !important;
	left:24px !important;
	top:472px !important;
}

#item21231 {
	width:474px !important;
	height:61px !important;
	left:24px !important;
	top:536px !important;
}

#item21235 {
	width:510px !important;
	height:61px !important;
	left:29px !important;
	top:608px !important;
}

#item21239 {
	width:375px !important;
	height:61px !important;
	left:29px !important;
	top:676px !important;
}

#item21244 {
	width:334px !important;
	height:61px !important;
	left:28px !important;
	top:806px !important;
}

#item21248 {
	width:391px !important;
	height:61px !important;
	left:27px !important;
	top:742px !important;
}

#item8310_container {
	width:702px !important;
	height:617px !important;
	left:393px !important;
	top:198px !important;
}

#item13832_container {
	width:523px !important;
	height:595px !important;
	left:36px !important;
	top:276px !important;
}

#item19556 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#f08a97;
}

#item22063 {
	width:573px !important;
	height:76px !important;
}

#item22060 {
	width:573px !important;
	height:76px !important;
	left:317px !important;
	top:746px !important;
}

#item22097 {
	width:550px !important;
	height:103px !important;
}

#item22094 {
	width:550px !important;
	height:103px !important;
	left:34px !important;
	top:784px !important;
}

#item1637 {
	width:85px !important;
	height:26px !important;
	left:823px !important;
	top:186px !important;
}

#item1662 {
	width:85px !important;
	height:26px !important;
	left:835px !important;
	top:638px !important;
}

#item1685 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:288px !important;
}

#item1696 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:535px !important;
}

#item22067 {
	width:259px !important;
	height:143px !important;
}

#item22064 {
	width:259px !important;
	height:143px !important;
	left:580px !important;
	top:314px !important;
}

#item5461 {
	width:85px !important;
	height:26px !important;
	left:293px !important;
	top:132px !important;
}

#item5480 {
	width:85px !important;
	height:26px !important;
	left:488px !important;
	top:635px !important;
}

#item5504 {
	width:85px !important;
	height:26px !important;
	left:185px !important;
	top:132px !important;
}

#item5515 {
	width:85px !important;
	height:26px !important;
	left:187px !important;
	top:590px !important;
}

#item22101 {
	width:259px !important;
	height:143px !important;
}

#item22098 {
	width:259px !important;
	height:143px !important;
	left:304px !important;
	top:367px !important;
}

#item1778 {
	width:85px !important;
	height:26px !important;
	left:213px !important;
	top:223px !important;
}

#item1789 {
	width:85px !important;
	height:26px !important;
	left:838px !important;
	top:507px !important;
}

#item1800 {
	width:85px !important;
	height:26px !important;
	left:838px !important;
	top:757px !important;
}

#item1811 {
	width:85px !important;
	height:26px !important;
	left:844px !important;
	top:293px !important;
}

#item5568 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:219px !important;
}

#item5580 {
	width:85px !important;
	height:26px !important;
	left:479px !important;
	top:395px !important;
}

#item5592 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:778px !important;
}

#item5604 {
	width:85px !important;
	height:26px !important;
	left:487px !important;
	top:212px !important;
}

#item1822 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:740px !important;
}

#item1833 {
	width:85px !important;
	height:26px !important;
	left:828px !important;
	top:405px !important;
}

#item5640 {
	width:85px !important;
	height:26px !important;
	left:33px !important;
	top:589px !important;
}

#item5652 {
	width:85px !important;
	height:26px !important;
	left:207px !important;
	top:425px !important;
}

#item8320 {
	width:1134px !important;
	height:240px !important;
	left:1px !important;
	top:611px !important;
	background:#292b53;
}

#item8412 {
	width:283px !important;
	height:65px !important;
	left:106px !important;
	background:#f8a008;
}

#item13863 {
	width:283px !important;
	height:49px !important;
	left:111px !important;
	top:124px !important;
	background:#f8a008;
}

#item13942 {
	width:403px !important;
	height:146px !important;
	left:193px !important;
	top:573px !important;
	background:#f8a008;
}

#item8494 {
	width:347px !important;
	height:604px !important;
	left:480px !important;
	top:200px !important;
	background:#a5e9e8;
}

#item8880 {
	width:603px !important;
	height:76px !important;
	left:533px !important;
	top:774px !important;
	background:#262d57;
}

#item14010 {
	width:603px !important;
	height:76px !important;
	left:-3px !important;
	top:829px !important;
	background:#262d57;
}

#item14037 {
	width:347px !important;
	height:604px !important;
	left:284px !important;
	top:201px !important;
	background:#a5e9e8;
}

#item8933 {
	width:1134px !important;
	height:420px !important;
	top:371px !important;
	background:#a5e9e8;
}

#item8943 {
	width:1134px !important;
	height:59px !important;
	top:791px !important;
	background:#262d57;
}

#item14442 {
	width:595px !important;
	height:59px !important;
	top:839px !important;
	background:#262d57;
}

#item14444 {
	width:596px !important;
	height:323px !important;
	top:411px !important;
	background:#a5e9e8;
}

#item9079 {
	width:1135px !important;
	height:93px !important;
	left:-1px !important;
	top:757px !important;
	background:#262d57;
}

#item14652 {
	width:595px !important;
	height:76px !important;
	top:822px !important;
	background:#262d57;
}

#item9159 {
	width:458px !important;
	height:669px !important;
	left:652px !important;
	top:93px !important;
	background:#a5e9e8;
}

#item9161 {
	width:1134px !important;
	height:68px !important;
	top:783px !important;
	background:#262d57;
}

#item14687 {
	width:299px !important;
	height:529px !important;
	left:272px !important;
	top:146px !important;
	background:#a5e9e8;
}

#item14691 {
	width:595px !important;
	height:51px !important;
	top:848px !important;
	background:#262d57;
}

#item9332 {
	width:1134px !important;
	height:323px !important;
	top:476px !important;
	background:#a5e9e8;
}

#item9517 {
	width:1134px !important;
	height:67px !important;
	background:#c32b42;
}

#item9567 {
	width:1134px !important;
	height:67px !important;
	background:#0e0d5b;
}

#item9542 {
	width:1134px !important;
	height:67px !important;
	background:#c32b42;
}

#item9514 {
	width:1134px !important;
	height:106px !important;
	top:783px !important;
}

#item14841 {
	width:596px !important;
	height:351px !important;
	top:547px !important;
	background:#a5e9e8;
}

#item1993 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:171px !important;
}

#item2004 {
	width:85px !important;
	height:26px !important;
	left:223px !important;
	top:358px !important;
}

#item2015 {
	width:85px !important;
	height:26px !important;
	left:831px !important;
	top:531px !important;
}

#item2026 {
	width:85px !important;
	height:26px !important;
	left:831px !important;
	top:729px !important;
}

#item2059 {
	width:85px !important;
	height:26px !important;
	left:837px !important;
	top:371px !important;
}

#item5825 {
	width:85px !important;
	height:26px !important;
	left:199px !important;
	top:281px !important;
}

#item5837 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:470px !important;
}

#item5848 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:523px !important;
}

#item5859 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:708px !important;
}

#item5871 {
	width:85px !important;
	height:26px !important;
	left:312px !important;
	top:306px !important;
}

#item2037 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:344px !important;
}

#item2048 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:665px !important;
}

#item22071 {
	width:259px !important;
	height:143px !important;
}

#item22068 {
	width:259px !important;
	height:143px !important;
	left:295px !important;
	top:312px !important;
}

#item5912 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:317px !important;
}

#item5925 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:748px !important;
}

#item22106 {
	width:259px !important;
	height:143px !important;
}

#item22103 {
	width:259px !important;
	height:143px !important;
	left:26px !important;
	top:358px !important;
}

#item2149 {
	width:85px !important;
	height:26px !important;
	left:217px !important;
	top:170px !important;
}

#item2160 {
	width:85px !important;
	height:26px !important;
	left:217px !important;
	top:683px !important;
}

#item2171 {
	width:85px !important;
	height:26px !important;
	left:831px !important;
	top:590px !important;
}

#item2185 {
	width:85px !important;
	height:26px !important;
	left:839px !important;
	top:144px !important;
}

#item5992 {
	width:85px !important;
	height:26px !important;
	left:203px !important;
	top:202px !important;
}

#item6004 {
	width:85px !important;
	height:26px !important;
	left:198px !important;
	top:733px !important;
}

#item6015 {
	width:85px !important;
	height:26px !important;
	left:482px !important;
	top:482px !important;
}

#item6030 {
	width:85px !important;
	height:26px !important;
	left:479px !important;
	top:155px !important;
}

#item2196 {
	width:85px !important;
	height:26px !important;
	left:221px !important;
	top:277px !important;
}

#item2207 {
	width:85px !important;
	height:26px !important;
	left:839px !important;
	top:365px !important;
}

#item2218 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:796px !important;
}

#item6074 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:150px !important;
}

#item6086 {
	width:85px !important;
	height:26px !important;
	left:359px !important;
	top:258px !important;
}

#item6097 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:798px !important;
}

#item9595 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#3d98ad;
}

#item9605 {
	width:616px !important;
	height:232px !important;
	left:517px !important;
	top:618px !important;
	background:#c32b42;
}

#item9700 {
	width:442px !important;
	height:100px !important;
	left:581px !important;
	top:57px !important;
	background:#fff;
}

#item15047 {
	width:597px !important;
	height:777px !important;
	left:-1px !important;
	top:124px !important;
	background:#3d98ad;
}

#item15101 {
	width:340px !important;
	height:88px !important;
	left:126px !important;
	top:276px !important;
	background:#fff;
}

#item15128 {
	width:521px !important;
	height:217px !important;
	left:36px !important;
	top:674px !important;
}

#item9733 {
	width:1134px !important;
	height:47px !important;
	top:804px !important;
	background:#c32b42;
}

#item15158 {
	width:595px !important;
	height:47px !important;
	top:852px !important;
	background:#c32b42;
}

#item9791 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#c32b42;
}

#item15227 {
	width:595px !important;
	height:47px !important;
	top:852px !important;
	background:#c32b42;
}

#item9861 {
	width:576px !important;
	height:442px !important;
	left:559px !important;
	top:408px !important;
	background:#4f5668;
}

#item9921 {
	width:595px !important;
	height:47px !important;
	left:559px !important;
	top:772px !important;
	background:#c32b42;
}

#item15255 {
	width:595px !important;
	height:634px !important;
	top:265px !important;
	background:#4b5b74;
}

#item15263 {
	width:523px !important;
	height:530px !important;
	left:36px !important;
	top:332px !important;
}

#item9925 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#36639e;
}

#item15301 {
	width:595px !important;
	height:777px !important;
	top:122px !important;
	background:#36639e;
}

#item2312 {
	width:85px !important;
	height:26px !important;
	left:200px !important;
	top:788px !important;
}

#item6225 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:250px !important;
}

#item2363 {
	width:85px !important;
	height:26px !important;
	left:828px !important;
	top:711px !important;
}

#item2374 {
	width:85px !important;
	height:26px !important;
	left:221px !important;
	top:264px !important;
}

#item22078 {
	width:259px !important;
	height:143px !important;
}

#item22075 {
	width:259px !important;
	height:143px !important;
	left:297px !important;
	top:681px !important;
}

#item6269 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:766px !important;
}

#item6280 {
	width:85px !important;
	height:26px !important;
	left:26px !important;
	top:205px !important;
}

#item22110 {
	width:259px !important;
	height:143px !important;
}

#item22107 {
	width:259px !important;
	height:143px !important;
	left:26px !important;
	top:733px !important;
}

#item10098 {
	width:319px !important;
	height:781px !important;
	top:70px !important;
	background:#c60055;
}

#item10109 {
	width:255px !important;
	height:781px !important;
	left:45px !important;
	top:70px !important;
	background:#a04660;
}

#item10208 {
	width:81px !important;
	height:29px !important;
}

#item10205 {
	width:81px !important;
	height:29px !important;
	left:165px !important;
	top:289px !important;
}

#item10213 {
	width:101px !important;
	height:29px !important;
}

#item10209 {
	width:101px !important;
	height:29px !important;
	left:58px !important;
	top:306px !important;
}

#item15356 {
	width:596px !important;
	height:608px !important;
	top:291px !important;
	background:#a04660;
}

#item15437 {
	width:81px !important;
	height:29px !important;
}

#item15434 {
	width:81px !important;
	height:29px !important;
	left:159px !important;
	top:595px !important;
}

#item15442 {
	width:113px !important;
	height:37px !important;
}

#item15438 {
	width:113px !important;
	height:37px !important;
	left:268px !important;
	top:595px !important;
}

#item10226 {
	width:1134px !important;
	height:781px !important;
	top:70px !important;
	background:#a5e9e8;
}

#item10236 {
	width:336px !important;
	height:292px !important;
	left:762px !important;
	top:99px !important;
	background:#c60055;
}

#item15452 {
	width:595px !important;
	height:791px !important;
	top:122px !important;
	background:#a5e9e8;
}

#item10260 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#468096;
}

#item10371 {
	width:560px !important;
	height:79px !important;
	top:771px !important;
	background:#ed8872;
}

#item15494 {
	width:595px !important;
	height:777px !important;
	top:122px !important;
	background:#468096;
}

#item10373 {
	width:601px !important;
	height:403px !important;
	left:-60px !important;
	top:448px !important;
	background:#5a858c;
}

#item10441 {
	width:592px !important;
	height:380px !important;
	left:541px !important;
	top:68px !important;
	background:#f89a67;
}

#item15603 {
	width:586px !important;
	height:371px !important;
	top:527px !important;
	background:#468096;
}

#item15605 {
	width:307px !important;
	height:405px !important;
	left:289px !important;
	top:122px !important;
	background:#f89a67;
}

#item10491 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#354566;
}

#item10627_container {
	width:531px !important;
	height:475px !important;
	left:585px !important;
	top:141px !important;
}

#item15717 {
	width:595px !important;
	height:777px !important;
	top:122px !important;
	background:#354566;
}

#item10650 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#fddfc3;
}

#item10652 {
	width:1134px !important;
	height:113px !important;
	top:737px !important;
	background:#c60055;
}

#item10793 {
	width:161px !important;
	height:25px !important;
	left:267px !important;
	top:790px !important;
}

#item10869 {
	width:200px !important;
	height:25px !important;
	left:443px !important;
	top:790px !important;
}

#item10943 {
	width:214px !important;
	height:25px !important;
	left:658px !important;
	top:790px !important;
}

#item15827 {
	width:596px !important;
	height:751px !important;
	top:122px !important;
	background:#fddfc3;
}

#item15835 {
	width:595px !important;
	height:89px !important;
	left:-1px !important;
	top:807px !important;
	background:#ec008c;
}

#item15966 {
	width:147px !important;
	height:23px !important;
	left:20px !important;
	top:847px !important;
}

#item16042 {
	width:183px !important;
	height:23px !important;
	left:182px !important;
	top:847px !important;
}

#item16118 {
	width:197px !important;
	height:23px !important;
	left:379px !important;
	top:847px !important;
}

#item2491 {
	width:85px !important;
	height:26px !important;
	left:213px !important;
	top:749px !important;
}

#item2502 {
	width:85px !important;
	height:26px !important;
	left:221px !important;
	top:240px !important;
}

#item2513 {
	width:85px !important;
	height:26px !important;
	left:831px !important;
	top:466px !important;
}

#item2524 {
	width:85px !important;
	height:26px !important;
	left:221px !important;
	top:429px !important;
}

#item6449 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:777px !important;
}

#item6460 {
	width:85px !important;
	height:26px !important;
	left:200px !important;
	top:211px !important;
}

#item6473 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:504px !important;
}

#item6485 {
	width:85px !important;
	height:26px !important;
	left:28px !important;
	top:474px !important;
}

#item2581 {
	width:85px !important;
	height:26px !important;
	left:224px !important;
	top:314px !important;
}

#item2592 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:748px !important;
}

#item2603 {
	width:85px !important;
	height:26px !important;
	left:838px !important;
	top:314px !important;
}

#item6527 {
	width:85px !important;
	height:26px !important;
	left:205px !important;
	top:372px !important;
}

#item6538 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:794px !important;
}

#item6549 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:365px !important;
}

#item11032 {
	width:506px !important;
	height:782px !important;
	top:68px !important;
	background:#c8b599;
}

#item11055 {
	width:506px !important;
	height:85px !important;
	top:68px !important;
	background:#f8a000;
}

#item11152 {
	width:442px !important;
	height:98px !important;
	left:692px !important;
	top:54px !important;
	background:#fff;
}

#item11153 {
	opacity:0.44;
	width:186px !important;
	height:100px !important;
	left:506px !important;
	top:53px !important;
	background:#fff;
}

#item16230 {
	width:602px !important;
	height:169px !important;
	top:122px !important;
	background:#f8a000;
}

#item16326 {
	width:442px !important;
	height:79px !important;
	left:77px !important;
	top:291px !important;
	background:#fff;
}

#item11187 {
	width:1133px !important;
	height:782px !important;
	top:68px !important;
	background:#c8b599;
}

#item11192 {
	width:1134px !important;
	height:129px !important;
	top:721px !important;
	background:#f8a000;
}

#item16354 {
	width:597px !important;
	height:777px !important;
	left:-1px !important;
	top:122px !important;
	background:#c8b599;
}

#item16370 {
	width:271px !important;
	height:105px !important;
	left:323px !important;
	top:592px !important;
	background:#f8a000;
}

#item16394 {
	width:523px !important;
	height:296px !important;
	left:35px !important;
	top:241px !important;
}

#item11249 {
	width:1134px !important;
	height:782px !important;
	top:69px !important;
	background:#c9b8b2;
}

#item11251 {
	width:295px !important;
	height:307px !important;
	left:294px !important;
	top:343px !important;
	background:#f8a000;
}

#item11252 {
	width:295px !important;
	height:163px !important;
	left:294px !important;
	top:658px !important;
	background:#f8a000;
}

#item11253 {
	width:292px !important;
	height:145px !important;
	left:597px !important;
	top:442px !important;
	background:#f8a000;
}

#item11254 {
	width:292px !important;
	height:227px !important;
	left:597px !important;
	top:593px !important;
	background:#f8a000;
}

#item16421 {
	width:595px !important;
	height:776px !important;
	top:122px !important;
	background:#c9b8b2;
}

#item16423 {
	width:595px !important;
	height:85px !important;
	top:122px !important;
	background:#f8a000;
}

#item16436 {
	width:523px !important;
	height:360px !important;
	left:36px !important;
	top:516px !important;
}

#item11358 {
	width:1134px !important;
	height:782px !important;
	top:69px !important;
	background:#b0a18e;
}

#item11360 {
	opacity:0.60;
	width:380px !important;
	height:662px !important;
	left:706px !important;
	top:122px !important;
	background:#fff;
}

#item11371 {
	width:534px !important;
	height:45px !important;
	left:600px !important;
	top:703px !important;
	background:#f8a000;
}

#item16471 {
	width:595px !important;
	height:76px !important;
	left:-2px !important;
	top:822px !important;
	background:#c42538;
}

#item16496 {
	width:523px !important;
	height:276px !important;
	left:34px !important;
	top:546px !important;
}

#item2677 {
	width:85px !important;
	height:26px !important;
	left:814px !important;
	top:404px !important;
}

#item2688 {
	width:85px !important;
	height:26px !important;
	left:825px !important;
	top:232px !important;
}

#item22082 {
	width:259px !important;
	height:143px !important;
}

#item22079 {
	width:259px !important;
	height:143px !important;
	left:302px !important;
	top:687px !important;
}

#item22086 {
	width:259px !important;
	height:143px !important;
}

#item22083 {
	width:259px !important;
	height:143px !important;
	left:581px !important;
	top:680px !important;
}

#item6666 {
	width:85px !important;
	height:26px !important;
	left:479px !important;
	top:453px !important;
}

#item6678 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:288px !important;
}

#item22117 {
	width:259px !important;
	height:143px !important;
}

#item22114 {
	width:259px !important;
	height:143px !important;
	left:25px !important;
	top:726px !important;
}

#item22122 {
	width:259px !important;
	height:143px !important;
}

#item22119 {
	width:259px !important;
	height:143px !important;
	left:317px !important;
	top:726px !important;
}

#item11423 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#0231a5;
}

#item11425 {
	width:595px !important;
	height:247px !important;
	left:539px !important;
	top:604px !important;
	background:#1a1e3e;
}

#item11461 {
	width:614px !important;
	height:145px !important;
	top:372px !important;
	background:#292b53;
}

#item16539 {
	width:595px !important;
	height:183px !important;
	top:122px !important;
	background:#1a1e3e;
}

#item16549 {
	width:594px !important;
	height:51px !important;
	left:1px !important;
	top:305px !important;
	background:#b9dfe5;
}

#item11532 {
	width:330px !important;
	height:366px !important;
	left:184px !important;
	top:449px !important;
	background:#1a1e3e;
}

#item16609 {
	width:595px !important;
	height:226px !important;
	top:122px !important;
	background:#060940;
}

#item11557 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#b9dfe5;
}

#item16664 {
	width:360px !important;
	height:777px !important;
	left:235px !important;
	top:122px !important;
	background:#b9dfe5;
}

#item16702 {
	width:337px !important;
	height:352px !important;
	left:235px !important;
	top:217px !important;
}

#item11613 {
	width:602px !important;
	height:782px !important;
	top:68px !important;
	background:#1b1e3d;
}

#item11650 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item11702 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item11676 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item11647 {
	width:612px !important;
	height:67px !important;
	left:242px !important;
	top:747px !important;
}

#item16739 {
	width:352px !important;
	height:777px !important;
	top:122px !important;
	background:#1b1e3d;
}

#item16744 {
	width:387px !important;
	height:190px !important;
	top:122px !important;
	background:#28a0c7;
}

#item16821 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item16796 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item16771 {
	width:595px !important;
	height:65px !important;
	left:8px !important;
	background:#28a0c7;
}

#item16768 {
	width:612px !important;
	height:67px !important;
	left:-8px !important;
	top:833px !important;
}

#item16845 {
	width:329px !important;
	height:369px !important;
	left:11px !important;
	top:400px !important;
}

#item11730 {
	width:1134px !important;
	height:782px !important;
	top:67px !important;
	background:#383838;
}

#item11741 {
	width:442px !important;
	height:159px !important;
	left:360px !important;
	top:157px !important;
	background:#f8a000;
}

#item11742 {
	opacity:0.83;
	width:332px !important;
	height:159px !important;
	left:802px !important;
	top:157px !important;
	background:#f8a000;
}

#item11817 {
	width:442px !important;
	height:98px !important;
	left:360px !important;
	top:58px !important;
	background:#fff;
}

#item16917 {
	opacity:0.87;
	width:595px !important;
	height:191px !important;
	left:1px !important;
	top:706px !important;
	background:#000;
}

#item16942 {
	width:515px !important;
	height:159px !important;
	left:43px !important;
	background:#f8a000;
}

#item16970 {
	width:442px !important;
	height:98px !important;
	left:81px !important;
	top:104px !important;
	background:#fff;
}

#item19186 {
	opacity:0.87;
	width:276px !important;
	height:487px !important;
	background:#b9dfe5;
}

#item19211 {
	opacity:0.87;
	width:276px !important;
	height:332px !important;
	background:#b9dfe5;
}

#item19236 {
	opacity:0.87;
	width:276px !important;
	height:279px !important;
	background:#b9dfe5;
}

#item19261 {
	opacity:0.87;
	width:276px !important;
	height:332px !important;
	background:#b9dfe5;
}

#item19287 {
	opacity:0.87;
	width:276px !important;
	height:341px !important;
	background:#b9dfe5;
}

#item17010 {
	width:595px !important;
	height:113px !important;
	top:785px !important;
	background:#f8a000;
}

#item17011 {
	opacity:0.87;
	width:521px !important;
	height:663px !important;
	left:38px !important;
	top:122px !important;
	background:#b9dfe5;
}

#item17037 {
	width:485px !important;
	height:635px !important;
	left:56px !important;
	top:132px !important;
}

#item22139 {
	mix-blend-mode:multiply;
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#adcec0;
}

#item22140 {
	width:585px !important;
	height:141px !important;
	top:165px !important;
	background:#301d17;
}

#item22192_container {
	width:494px !important;
	height:596px !important;
	left:603px !important;
	top:218px !important;
}

#item17066 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:782px !important;
	top:122px !important;
	background:#adcec0;
}

#item12169 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#f3f5f8;
}

#item12228 {
	mix-blend-mode:multiply;
	width:573px !important;
	height:150px !important;
	background:#adcec0;
}

#item12322 {
	mix-blend-mode:multiply;
	width:573px !important;
	height:150px !important;
	background:#b0dde7;
}

#item12275 {
	mix-blend-mode:multiply;
	width:573px !important;
	height:150px !important;
	background:#adcec0;
}

#item12225 {
	width:620px !important;
	height:150px !important;
	top:701px !important;
}

#item17106 {
	width:595px !important;
	height:777px !important;
	top:122px !important;
	background:#f3f5f8;
}

#item17116 {
	width:523px !important;
	height:367px !important;
	left:44px !important;
	top:398px !important;
}

#item17241 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:120px !important;
	background:#adcec0;
}

#item17193 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:120px !important;
	background:#b0dde7;
}

#item17145 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:120px !important;
	background:#adcec0;
}

#item17142 {
	width:620px !important;
	height:150px !important;
	top:770px !important;
}

#item12396 {
	width:455px !important;
	height:782px !important;
	left:679px !important;
	top:68px !important;
	background:#c32b42;
}

#item19347 {
	width:220px !important;
	height:276px !important;
	left:698px !important;
	top:466px !important;
}

#item17388 {
	width:298px !important;
	height:303px !important;
	top:313px !important;
	background:#c32b42;
}

#item19455 {
	width:220px !important;
	height:276px !important;
	left:36px !important;
	top:327px !important;
}

#item12597 {
	width:1134px !important;
	height:428px !important;
	top:422px !important;
	background:#c32b42;
}

#item17479 {
	width:595px !important;
	height:456px !important;
	top:122px !important;
	background:#c32b42;
}

#item17513 {
	width:185px !important;
	height:276px !important;
	top:205px !important;
	background:#eebabe;
}

#item12677 {
	width:1134px !important;
	height:784px !important;
	top:66px !important;
	background:#c32b42;
}

#item17559 {
	width:595px !important;
	height:777px !important;
	top:122px !important;
	background:#c32b42;
}

#item17590 {
	width:369px !important;
	height:655px !important;
	left:227px !important;
	top:162px !important;
}

#item19558 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#b0cfda;
}

#item2851 {
	width:85px !important;
	height:26px !important;
	left:199px !important;
	top:804px !important;
}

#item6918 {
	width:85px !important;
	height:26px !important;
	left:370px !important;
	top:857px !important;
}

#item12757 {
	mix-blend-mode:multiply;
	width:621px !important;
	height:84px !important;
	left:181px !important;
	top:113px !important;
	background:#292b53;
}

#item12758 {
	width:428px !important;
	height:66px !important;
	left:374px !important;
	top:192px !important;
	background:#c42538;
}

#item12808 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item17628 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:84px !important;
	top:157px !important;
	background:#292b53;
}

#item17629 {
	width:437px !important;
	height:66px !important;
	left:158px !important;
	top:236px !important;
	background:#c42538;
}

#item17679 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item12819 {
	width:595px !important;
	height:252px !important;
	left:249px !important;
	top:242px !important;
	background:#fff;
}

#item12820 {
	width:1134px !important;
	height:783px !important;
	top:68px !important;
	background:#c42538;
}

#item12852 {
	width:397px !important;
	height:400px !important;
	left:249px !important;
	top:368px !important;
	background:#fff;
}

#item12905 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item17692 {
	width:595px !important;
	height:113px !important;
	top:290px !important;
	background:#fff;
}

#item17693 {
	width:595px !important;
	height:187px !important;
	top:122px !important;
	background:#c42538;
}

#item17742 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item12919 {
	mix-blend-mode:multiply;
	width:466px !important;
	height:508px !important;
	top:343px !important;
	background:#e7aea5;
}

#item12970 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item17760 {
	mix-blend-mode:multiply;
	width:595px !important;
	height:343px !important;
	top:556px !important;
	background:#e7aea5;
}

#item17788 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#ec6ea6;
}

#item12997 {
	opacity:0.90;
	width:464px !important;
	height:301px !important;
	left:506px !important;
	top:100px !important;
	background:#c42538;
}

#item12998 {
	opacity:0.90;
	width:464px !important;
	height:332px !important;
	left:506px !important;
	top:456px !important;
	background:#292b53;
}

#item13094 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item17799 {
	opacity:0.90;
	width:310px !important;
	height:386px !important;
	left:-2px !important;
	top:122px !important;
	background:#c42538;
}

#item17850 {
	opacity:0.90;
	width:310px !important;
	height:391px !important;
	top:507px !important;
	background:#292b53;
}

#item13108 {
	width:1138px !important;
	height:468px !important;
	left:-5px !important;
	top:383px !important;
	background:#c42538;
}

#item13177 {
	opacity:0.82;
	width:548px !important;
	height:133px !important;
	left:289px !important;
	top:252px !important;
	background:#fff;
}

#item13202 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item17914 {
	width:595px !important;
	height:449px !important;
	left:1px !important;
	top:283px !important;
	background:#c42538;
}

#item13228 {
	opacity:0.65;
	width:363px !important;
	height:709px !important;
	top:74px !important;
	background:#292b53;
}

#item13229 {
	opacity:0.90;
	width:347px !important;
	height:231px !important;
	top:531px !important;
	background:#e9abab;
}

#item13693 {
	width:244px !important;
	height:50px !important;
	border-radius:39px 0 0 0;
	background:#e9abab;
}

#item13707 {
	width:282px !important;
	height:84px !important;
}

#item13704 {
	width:282px !important;
	height:84px !important;
	left:48px !important;
	top:436px !important;
}

#item18029 {
	opacity:0.65;
	width:324px !important;
	height:457px !important;
	top:124px !important;
	background:#292b53;
}

#item18053 {
	opacity:0.90;
	width:400px !important;
	height:225px !important;
	top:673px !important;
	background:#e9abab;
}

#item18111 {
	width:282px !important;
	height:84px !important;
}

#item18107 {
	width:282px !important;
	height:84px !important;
	left:21px !important;
	top:486px !important;
}

#item19561 {
	width:1134px !important;
	height:782px !important;
	top:68px !important;
	background:#52534d;
}

#item2940 {
	width:85px !important;
	height:26px !important;
	left:865px !important;
	top:782px !important;
}

#item7041 {
	width:85px !important;
	height:26px !important;
	left:492px !important;
	top:230px !important;
}
#in5footer,  #prefooter {display:none;}

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media all and (max-width:725px){ [class*=" mq-"], .mq-default { display:none; } .mq-595 {display:block; } }

#loadIndicator{display:none;}
