/* 	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:transparent; }
:-webkit-full-screen { background:transparent; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:940px; height:800px; }
.page-scale-wrap { width:940px; height:800px; background: transparent !important; }
.paper-vertical { width:940px; height:100%; }
.paper-horizontal { width:14250px; height:812px; }
@media all and (max-height:800px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:940px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item36105 {
	width:940px !important;
	height:714px !important;
	top:43px !important;
}

#item31278 {
	width:45px !important;
	height:45px !important;
	left:289px !important;
	top:106px !important;
}

#item31284 {
	width:45px !important;
	height:45px !important;
	left:289px !important;
	top:193px !important;
}

#item31290 {
	width:45px !important;
	height:45px !important;
	left:289px !important;
	top:281px !important;
}

#item31296 {
	width:45px !important;
	height:45px !important;
	left:289px !important;
	top:368px !important;
}

#item36139 {
	width:45px !important;
	height:45px !important;
	left:289px !important;
	top:455px !important;
}

#item36180 {
	width:292px !important;
	height:400px !important;
	left:359px !important;
	top:102px !important;
}

#item31397 {
	width:940px !important;
	height:45px !important;
	top:755px !important;
	background:#eadde3;
}

#item31399 {
	width:940px !important;
	height:45px !important;
	background:#eadde3;
}

#item31400 {
	width:29px !important;
	height:29px !important;
	left:899px !important;
	top:763px !important;
}

#item31410 {
	width:111px !important;
	height:24px !important;
	left:15px !important;
	top:11px !important;
}

#item31441 {
	width:26px !important;
	height:26px !important;
	left:904px !important;
	top:10px !important;
}

#item31448 {
	width:111px !important;
	height:24px !important;
	left:15px !important;
	top:11px !important;
}

#item31500 {
	mix-blend-mode:multiply;
	width:940px !important;
	height:724px !important;
	top:34px !important;
	background:#eadde3;
}

#item36238 {
	width:41px !important;
	height:45px !important;
	top:755px !important;
	background:#be9cad;
}

#item31405 {
	width:29px !important;
	height:29px !important;
	left:12px !important;
	top:763px !important;
}

#item282 {
	width:840px !important;
	left:50px !important;
	top:62px !important;
	min-height:38px !important;
}

#item31836 {
	width:147px !important;
	left:196px !important;
	top:562px !important;
	min-height:177px !important;
}

#item31920 {
	width:299px !important;
	left:503px !important;
	top:562px !important;
	min-height:177px !important;
}

#item31860 {
	width:15px !important;
	height:173px !important;
	left:181px !important;
	top:562px !important;
}

#item31943 {
	width:15px !important;
	height:173px !important;
	left:488px !important;
	top:562px !important;
}

#item31823 {
	width:377px !important;
	height:73px !important;
	left:252px !important;
	top:135px !important;
}

#item31820 {
	width:376px !important;
	height:67px !important;
	left:253px !important;
	top:135px !important;
}

#item31824 {
	width:78px !important;
	height:32px !important;
	left:283px !important;
	top:476px !important;
}

#item31830 {
	width:78px !important;
	height:32px !important;
	left:283px !important;
	top:476px !important;
}

#item31861 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:566px !important;
}

#item31944 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:566px !important;
}

#item31869 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:634px !important;
}

#item31952 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:634px !important;
}

#item31877 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:703px !important;
}

#item31960 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:703px !important;
}

#item31885 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:634px !important;
}

#item31968 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:634px !important;
}

#item31895 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:703px !important;
}

#item31907 {
	width:32px !important;
	height:32px !important;
	left:149px !important;
	top:566px !important;
}

#item31989 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:566px !important;
}

#item31979 {
	width:32px !important;
	height:32px !important;
	left:456px !important;
	top:703px !important;
}

#item32522 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item32526 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item20114 {
	width:207px !important;
	left:683px !important;
	top:99px !important;
	min-height:86px !important;
}

#item20120 {
	width:93px !important;
	left:797px !important;
	top:319px !important;
	min-height:103px !important;
}

#item32379 {
	width:248px !important;
	left:161px !important;
	top:610px !important;
	min-height:115px !important;
}

#item32402 {
	width:299px !important;
	left:536px !important;
	top:610px !important;
	min-height:115px !important;
}

#item32425 {
	width:15px !important;
	height:113px !important;
	left:146px !important;
	top:610px !important;
}

#item32426 {
	width:15px !important;
	height:113px !important;
	left:521px !important;
	top:610px !important;
}

#item32347 {
	width:220px !important;
	height:106px !important;
	left:670px !important;
	top:197px !important;
}

#item32427 {
	width:32px !important;
	height:32px !important;
	left:114px !important;
	top:614px !important;
}

#item32437 {
	width:32px !important;
	height:32px !important;
	left:489px !important;
	top:614px !important;
}

#item32446 {
	width:32px !important;
	height:32px !important;
	left:114px !important;
	top:682px !important;
}

#item32455 {
	width:32px !important;
	height:32px !important;
	left:489px !important;
	top:682px !important;
}

#item32464 {
	width:32px !important;
	height:32px !important;
	left:114px !important;
	top:682px !important;
}

#item32476 {
	width:32px !important;
	height:32px !important;
	left:489px !important;
	top:682px !important;
}

#item32487 {
	width:32px !important;
	height:32px !important;
	left:114px !important;
	top:614px !important;
}

#item32499 {
	width:32px !important;
	height:32px !important;
	left:489px !important;
	top:614px !important;
}

#item32532 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item32537 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item892 {
	width:840px !important;
	left:50px !important;
	top:62px !important;
	min-height:38px !important;
}

#item32541 {
	width:229px !important;
	left:117px !important;
	top:204px !important;
	min-height:393px !important;
}

#item32564 {
	width:15px !important;
	height:385px !important;
	left:102px !important;
	top:204px !important;
}

#item32565 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:208px !important;
}

#item32574 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:276px !important;
}

#item32582 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:345px !important;
}

#item32646 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:482px !important;
}

#item32590 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:413px !important;
}

#item32654 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:550px !important;
}

#item32599 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:276px !important;
}

#item32609 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:345px !important;
}

#item32663 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:482px !important;
}

#item32619 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:413px !important;
}

#item32673 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:550px !important;
}

#item32629 {
	width:32px !important;
	height:32px !important;
	left:70px !important;
	top:208px !important;
}

#item33192 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item33196 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item33200 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item20667 {
	width:203px !important;
	left:181px !important;
	top:106px !important;
	min-height:250px !important;
}

#item20690 {
	width:229px !important;
	left:605px !important;
	top:106px !important;
	min-height:246px !important;
}

#item20713 {
	width:182px !important;
	left:181px !important;
	top:450px !important;
	min-height:250px !important;
}

#item32881 {
	width:15px !important;
	height:242px !important;
	left:166px !important;
	top:450px !important;
}

#item32882 {
	width:15px !important;
	height:242px !important;
	left:166px !important;
	top:106px !important;
}

#item32883 {
	width:15px !important;
	height:242px !important;
	left:590px !important;
	top:106px !important;
}

#item32884 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:454px !important;
}

#item32892 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:110px !important;
}

#item32901 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:110px !important;
}

#item32909 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:522px !important;
}

#item32917 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:178px !important;
}

#item32925 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:178px !important;
}

#item32933 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:591px !important;
}

#item32942 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:247px !important;
}

#item32951 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:247px !important;
}

#item32960 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:659px !important;
}

#item32968 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:315px !important;
}

#item32976 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:315px !important;
}

#item32984 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:522px !important;
}

#item32995 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:178px !important;
}

#item33005 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:178px !important;
}

#item33015 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:591px !important;
}

#item33025 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:247px !important;
}

#item33037 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:247px !important;
}

#item33047 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:659px !important;
}

#item33057 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:315px !important;
}

#item33068 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:315px !important;
}

#item33080 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:454px !important;
}

#item33091 {
	width:32px !important;
	height:32px !important;
	left:134px !important;
	top:110px !important;
}

#item33101 {
	width:32px !important;
	height:32px !important;
	left:558px !important;
	top:110px !important;
}

#item33205 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item33209 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item33213 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item23042 {
	width:555px !important;
	height:227px !important;
	left:225px !important;
	top:195px !important;
}

#item22971 {
	width:559px !important;
	height:234px !important;
	left:220px !important;
	top:188px !important;
}

#item33158 {
	width:78px !important;
	height:32px !important;
	left:405px !important;
	top:687px !important;
}

#item33163 {
	width:78px !important;
	height:32px !important;
	left:405px !important;
	top:687px !important;
}

#item33168 {
	width:32px !important;
	height:32px !important;
	left:503px !important;
	top:687px !important;
}

#item33176 {
	width:32px !important;
	height:32px !important;
	left:503px !important;
	top:687px !important;
}

#item33217 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item33221 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item33225 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item1798 {
	width:840px !important;
	left:50px !important;
	top:62px !important;
	min-height:38px !important;
}

#item23149 {
	width:120px !important;
	left:246px !important;
	top:495px !important;
	min-height:250px !important;
}

#item23172 {
	width:192px !important;
	left:579px !important;
	top:495px !important;
	min-height:248px !important;
}

#item23195 {
	width:120px !important;
	left:711px !important;
	top:133px !important;
	min-height:330px !important;
}

#item33232 {
	width:206px !important;
	left:96px !important;
	top:133px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:68px !important;
	padding:15px;
}

#item33298 {
	width:15px !important;
	height:328px !important;
	left:696px !important;
	top:133px !important;
}

#item33417 {
	width:15px !important;
	height:242px !important;
	left:231px !important;
	top:495px !important;
}

#item33418 {
	width:15px !important;
	height:242px !important;
	left:564px !important;
	top:495px !important;
}

#item33255 {
	width:32px !important;
	height:32px !important;
	left:111px !important;
	top:152px !important;
}

#item33299 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:137px !important;
}

#item33310 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:205px !important;
}

#item33319 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:274px !important;
}

#item33328 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:411px !important;
}

#item33337 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:342px !important;
}

#item33419 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:499px !important;
}

#item33427 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:499px !important;
}

#item33435 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:567px !important;
}

#item33443 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:567px !important;
}

#item33452 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:636px !important;
}

#item33460 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:636px !important;
}

#item33469 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:704px !important;
}

#item33477 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:704px !important;
}

#item33263 {
	width:32px !important;
	height:32px !important;
	left:111px !important;
	top:152px !important;
}

#item33348 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:205px !important;
}

#item33360 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:274px !important;
}

#item33371 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:411px !important;
}

#item33383 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:342px !important;
}

#item33395 {
	width:32px !important;
	height:32px !important;
	left:664px !important;
	top:137px !important;
}

#item33485 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:567px !important;
}

#item33495 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:567px !important;
}

#item33507 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:636px !important;
}

#item33517 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:636px !important;
}

#item33527 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:704px !important;
}

#item33537 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:704px !important;
}

#item33550 {
	width:32px !important;
	height:32px !important;
	left:199px !important;
	top:499px !important;
}

#item33560 {
	width:32px !important;
	height:32px !important;
	left:532px !important;
	top:499px !important;
}

#item36024 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item36028 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item36034 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item30152 {
	width:565px !important;
	height:360px !important;
	left:54px !important;
	top:93px !important;
}

#item23452 {
	width:120px !important;
	left:149px !important;
	top:471px !important;
	min-height:250px !important;
}

#item23475 {
	width:99px !important;
	left:456px !important;
	top:471px !important;
	min-height:250px !important;
}

#item23498 {
	width:110px !important;
	left:730px !important;
	top:471px !important;
	min-height:250px !important;
}

#item26266 {
	width:227px !important;
	left:647px !important;
	top:269px !important;
	min-height:100px !important;
}

#item33682 {
	width:242px !important;
	left:632px !important;
	top:165px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:68px !important;
	padding:15px;
}

#item33705 {
	width:15px !important;
	height:248px !important;
	left:716px !important;
	top:471px !important;
}

#item33706 {
	width:15px !important;
	height:242px !important;
	left:134px !important;
	top:471px !important;
}

#item33707 {
	width:15px !important;
	height:242px !important;
	left:441px !important;
	top:471px !important;
}

#item33708 {
	width:32px !important;
	height:32px !important;
	left:647px !important;
	top:184px !important;
}

#item33717 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:475px !important;
}

#item33726 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:543px !important;
}

#item33735 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:612px !important;
}

#item33754 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:680px !important;
}

#item33763 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:475px !important;
}

#item33773 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:475px !important;
}

#item33782 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:543px !important;
}

#item33792 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:543px !important;
}

#item33801 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:612px !important;
}

#item33810 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:612px !important;
}

#item33820 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:680px !important;
}

#item33830 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:680px !important;
}

#item33840 {
	width:32px !important;
	height:32px !important;
	left:647px !important;
	top:184px !important;
}

#item33851 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:543px !important;
}

#item33862 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:612px !important;
}

#item33885 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:680px !important;
}

#item33896 {
	width:32px !important;
	height:32px !important;
	left:684px !important;
	top:475px !important;
}

#item33907 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:543px !important;
}

#item33918 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:543px !important;
}

#item33931 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:612px !important;
}

#item33942 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:612px !important;
}

#item33953 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:680px !important;
}

#item33965 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:680px !important;
}

#item33977 {
	width:32px !important;
	height:32px !important;
	left:102px !important;
	top:475px !important;
}

#item33988 {
	width:32px !important;
	height:32px !important;
	left:409px !important;
	top:475px !important;
}

#item36012 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item36016 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item36020 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item34062 {
	width:267px !important;
	left:211px !important;
	top:170px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:68px !important;
	padding:15px;
}

#item34112 {
	width:303px !important;
	left:516px !important;
	top:501px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:68px !important;
	padding:15px;
}

#item34158 {
	width:303px !important;
	left:516px !important;
	top:591px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:68px !important;
	padding:15px;
}

#item34085 {
	width:32px !important;
	height:32px !important;
	left:226px !important;
	top:188px !important;
}

#item34136 {
	width:32px !important;
	height:32px !important;
	left:531px !important;
	top:520px !important;
}

#item34181 {
	width:32px !important;
	height:32px !important;
	left:531px !important;
	top:610px !important;
}

#item34094 {
	width:32px !important;
	height:32px !important;
	left:226px !important;
	top:188px !important;
}

#item34144 {
	width:32px !important;
	height:32px !important;
	left:531px !important;
	top:520px !important;
}

#item34189 {
	width:32px !important;
	height:32px !important;
	left:531px !important;
	top:610px !important;
}

#item35999 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item36004 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item36008 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item24091 {
	width:840px !important;
	left:50px !important;
	top:62px !important;
	min-height:38px !important;
}

#item34519 {
	width:132px !important;
	left:125px !important;
	top:148px !important;
	min-height:40px !important;
}

#item34718 {
	width:132px !important;
	left:420px !important;
	top:148px !important;
	min-height:40px !important;
}

#item34814 {
	width:132px !important;
	left:715px !important;
	top:148px !important;
	min-height:40px !important;
}

#item24596 {
	width:99px !important;
	left:72px !important;
	top:221px !important;
	min-height:120px !important;
}

#item34741 {
	width:99px !important;
	left:367px !important;
	top:221px !important;
	min-height:120px !important;
}

#item34837 {
	width:99px !important;
	left:662px !important;
	top:221px !important;
	min-height:120px !important;
}

#item24619 {
	width:81px !important;
	left:201px !important;
	top:221px !important;
	min-height:120px !important;
}

#item34764 {
	width:81px !important;
	left:496px !important;
	top:221px !important;
	min-height:120px !important;
}

#item34860 {
	width:81px !important;
	left:791px !important;
	top:221px !important;
	min-height:120px !important;
}

#item34565 {
	width:32px !important;
	height:32px !important;
	left:76px !important;
	top:152px !important;
}

#item34787 {
	width:32px !important;
	height:32px !important;
	left:371px !important;
	top:152px !important;
}

#item34884 {
	width:32px !important;
	height:32px !important;
	left:666px !important;
	top:152px !important;
}

#item34575 {
	width:32px !important;
	height:32px !important;
	left:76px !important;
	top:152px !important;
}

#item34795 {
	width:32px !important;
	height:32px !important;
	left:371px !important;
	top:152px !important;
}

#item34892 {
	width:32px !important;
	height:32px !important;
	left:666px !important;
	top:152px !important;
}

#item35983 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35987 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item35501 {
	width:132px !important;
	left:125px !important;
	top:123px !important;
	min-height:40px !important;
}

#item35524 {
	width:132px !important;
	left:423px !important;
	top:123px !important;
	min-height:40px !important;
}

#item35547 {
	width:132px !important;
	left:709px !important;
	top:123px !important;
	min-height:40px !important;
}

#item35570 {
	width:106px !important;
	left:72px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35593 {
	width:99px !important;
	left:370px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35616 {
	width:111px !important;
	left:656px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35639 {
	width:99px !important;
	left:201px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35662 {
	width:89px !important;
	left:492px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35685 {
	width:89px !important;
	left:785px !important;
	top:196px !important;
	min-height:120px !important;
}

#item35708 {
	width:32px !important;
	height:32px !important;
	left:76px !important;
	top:127px !important;
}

#item35718 {
	width:32px !important;
	height:32px !important;
	left:374px !important;
	top:127px !important;
}

#item35726 {
	width:32px !important;
	height:32px !important;
	left:660px !important;
	top:127px !important;
}

#item35734 {
	width:32px !important;
	height:32px !important;
	left:76px !important;
	top:127px !important;
}

#item35744 {
	width:32px !important;
	height:32px !important;
	left:374px !important;
	top:127px !important;
}

#item35755 {
	width:32px !important;
	height:32px !important;
	left:660px !important;
	top:127px !important;
}

#item35991 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35995 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item25765 {
	width:840px !important;
	left:50px !important;
	top:62px !important;
	min-height:38px !important;
}

#item36231 {
	width:905px !important;
	height:626px !important;
	left:17px !important;
	top:115px !important;
}

#item35788 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:83px !important;
}

#item35797 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:83px !important;
}

#item35911 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item35915 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35919 {
	width:15px !important;
	height:15px !important;
	left:508px !important;
	top:770px !important;
}

#item35924 {
	width:15px !important;
	height:15px !important;
	left:418px !important;
	top:770px !important;
}

#item26312 {
	width:280px !important;
	height:38px !important;
	left:622px !important;
	top:747px !important;
	background:#fff;
}

#item30285 {
	width:906px !important;
	height:761px !important;
	left:17px !important;
	top:20px !important;
}

#item35808 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:62px !important;
}

#item35816 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:62px !important;
}

#item35931 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item35935 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35939 {
	width:15px !important;
	height:15px !important;
	left:508px !important;
	top:770px !important;
}

#item35943 {
	width:15px !important;
	height:15px !important;
	left:418px !important;
	top:770px !important;
}

#item30359 {
	width:892px !important;
	height:636px !important;
	left:24px !important;
	top:82px !important;
}

#item35832 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:62px !important;
}

#item35840 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:62px !important;
}

#item35947 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item35952 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35956 {
	width:15px !important;
	height:15px !important;
	left:508px !important;
	top:770px !important;
}

#item35961 {
	width:15px !important;
	height:15px !important;
	left:418px !important;
	top:770px !important;
}

#item30824 {
	width:274px !important;
	left:140px !important;
	top:221px !important;
	min-height:89px !important;
}

#item30871 {
	width:165px !important;
	left:140px !important;
	top:413px !important;
	min-height:90px !important;
}

#item30921 {
	width:232px !important;
	left:140px !important;
	top:536px !important;
	min-height:137px !important;
}

#item30485 {
	width:236px !important;
	left:574px !important;
	top:82px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:59px !important;
	padding:10px;
}

#item35855 {
	width:134px !important;
	left:130px !important;
	top:82px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:59px !important;
	padding:10px;
}

#item35882 {
	width:100px !important;
	left:369px !important;
	top:82px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:59px !important;
	padding:10px;
}

#item30969 {
	width:317px !important;
	left:492px !important;
	top:572px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:96px !important;
	padding:10px;
}

#item30847 {
	width:245px !important;
	left:130px !important;
	top:334px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:57px !important;
	padding:10px;
}

#item30509 {
	width:426px !important;
	left:140px !important;
	top:170px !important;
	min-height:42px !important;
}

#item30917 {
	width:568px !important;
	left:136px !important;
	top:712px !important;
	min-height:22px !important;
}

#item35966 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item35970 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item35974 {
	width:15px !important;
	height:15px !important;
	left:508px !important;
	top:770px !important;
}

#item35978 {
	width:15px !important;
	height:15px !important;
	left:418px !important;
	top:770px !important;
}

#item36200 {
	width:41px !important;
	height:45px !important;
	left:899px !important;
	top:755px !important;
	background:#be9cad;
}
#in5footer,  #prefooter {display:none;}
