/* 	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 url("../images/bg-body.png") repeat left top/auto; }
:-webkit-full-screen { background:#ededed url("../images/bg-body.png") repeat left top/auto; }
#loadIndicator span:after { padding-left:1ex; content:'Carregando...'; }
.page-scale-wrap { width:1024px; height:768px; background: #fff !important; }
.paper-vertical { width:1024px; height:100%; }
.paper-horizontal { width:10px; height:780px; }
@media all and (max-height:768px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1024px) {
	.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%);
}

@font-face {
	font-family:FF-Spectral-Regular;
	src:url("../fonts/Spectral-Regular.ttf");
}

@font-face {
	font-family:FF-Spectral-Italic;
	src:url("../fonts/Spectral-Italic.ttf");
	font-style:italic;
}

@font-face {
	font-family:FF-Spectral-Bold;
	src:url("../fonts/Spectral-Bold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Merriweather-Regular;
	src:url("../fonts/Merriweather-Regular.ttf");
}

@font-face {
	font-family:FF-Merriweather-Italic;
	src:url("../fonts/Merriweather-Italic.ttf");
	font-style:italic;
}

@font-face {
	font-family:FF-Merriweather-Bold;
	src:url("../fonts/Merriweather-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family:FF-Merriweather-BoldItalic;
	src:url("../fonts/Merriweather-BoldItalic.ttf");
	font-style:italic;
	font-weight: bold;
}

@font-face {
	font-family:FF-Merriweather-Black;
	src:url("../fonts/Merriweather-Black.ttf");
	font-weight: 900;
}

@font-face {
	font-family:FF-Merriweather-BlackItalic;
	src:url("../fonts/Merriweather-BlackItalic.ttf");
	font-style:italic;
	font-weight: 900;
}

@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family:FF-Exo2-Medium;
	src:url("../fonts/Exo2-Medium.ttf");
}

@font-face {
	font-family:FF-Exo2-ExtraBold;
	src:url("../fonts/Exo2-ExtraBold.ttf");
	font-weight:bold;
}

#item103644 {
	width:310px !important;
	left:660px !important;
	top:35px !important;
	min-height:20px !important;
}

@keyframes flyinfromtop-103691 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-103691 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item103697 {
	width:156px !important;
	left:310px !important;
	top:256px !important;
	min-height:20px !important;
}

@keyframes fadein-121098 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-121098 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item121124 {
	width:140px !important;
	height:121px !important;
}

#item121122 {
	width:140px !important;
	height:121px !important;
	left:865px !important;
	top:630px !important;
}

@keyframes flyinfromleft-121904 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-121904 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-121915 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-121915 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-121927 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-121927 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-122034 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-122034 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes custom-147325 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-664px,0px);}
}
@-webkit-keyframes custom-147325 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-664px,0px);}
}
@keyframes custom-147326 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(996px,0px);}
}
@-webkit-keyframes custom-147326 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(996px,0px);}
}
@keyframes fadein-147182 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-147182 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadein-147187 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-147187 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item147213 {
	width:140px !important;
	height:121px !important;
}

#item147210 {
	width:140px !important;
	height:121px !important;
	left:235px !important;
	top:546px !important;
}

@keyframes flyinfromright-147214 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-147214 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item147221 {
	width:100px !important;
	left:177px !important;
	top:152px !important;
	min-height:13px !important;
}

#item147269 {
	width:20px !important;
	height:184px !important;
	top:-1px !important;
	background:#0069a6;
}

#item52164_container {
	width:1024px !important;
	height:312px !important;
	top:48px !important;
}

@keyframes custom-52164 {
	0% {
		transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes custom-52164 {
	0% {
		-webkit-transform:translate(0px,-468px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item24312 {
	width:208px !important;
	left:120px !important;
	top:1206px !important;
	min-height:326px !important;
}

#item24335 {
	width:167px !important;
	left:357px !important;
	top:1206px !important;
	min-height:282px !important;
}

#item32519 {
	width:352px !important;
	min-height:51px !important;
}

#item24373 {
	width:352px !important;
	min-height:51px !important;
}

#item32274 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:1049px !important;
}

#item121671 {
	width:352px !important;
	min-height:130px !important;
}

#item24423 {
	width:352px !important;
	min-height:130px !important;
}

#item32224 {
	width:352px !important;
	height:130px !important;
	left:120px !important;
	top:970px !important;
}

#item32447 {
	width:352px !important;
	min-height:51px !important;
}

#item24828 {
	width:352px !important;
	min-height:51px !important;
}

#item32265 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:795px !important;
}

#item32423 {
	width:352px !important;
	min-height:51px !important;
}

#item32293 {
	width:352px !important;
	min-height:51px !important;
}

#item32290 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:720px !important;
}

#item32471 {
	width:352px !important;
	min-height:51px !important;
}

#item24878 {
	width:352px !important;
	min-height:51px !important;
}

#item32268 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:945px !important;
}

#item32495 {
	width:352px !important;
	min-height:51px !important;
}

#item24928 {
	width:352px !important;
	min-height:51px !important;
}

#item32271 {
	width:352px !important;
	height:51px !important;
	left:552px !important;
	top:870px !important;
}

#item24980 {
	width:1024px !important;
	height:36px !important;
	top:413px !important;
}

#item121704 {
	width:352px !important;
	min-height:130px !important;
}

#item29723 {
	width:352px !important;
	min-height:130px !important;
}

#item32253 {
	width:352px !important;
	height:130px !important;
	left:120px !important;
	top:684px !important;
}

#item121728 {
	width:352px !important;
	min-height:74px !important;
}

#item120325 {
	width:352px !important;
	min-height:74px !important;
}

#item120322 {
	width:352px !important;
	height:74px !important;
	left:120px !important;
	top:855px !important;
}

#item121752 {
	width:352px !important;
	min-height:74px !important;
}

#item120376 {
	width:352px !important;
	min-height:74px !important;
}

#item120373 {
	width:352px !important;
	height:74px !important;
	left:120px !important;
	top:569px !important;
}

#item121776 {
	width:352px !important;
	min-height:99px !important;
}

#item120426 {
	width:352px !important;
	min-height:99px !important;
}

#item120423 {
	width:352px !important;
	height:99px !important;
	left:552px !important;
	top:569px !important;
}

#item32128 {
	width:195px !important;
	left:552px !important;
	top:1206px !important;
	min-height:345px !important;
}

#item32132 {
	width:128px !important;
	left:776px !important;
	top:1206px !important;
	min-height:291px !important;
}

#item70747 {
	width:224px !important;
	min-height:16px !important;
}

#item70788 {
	width:302px !important;
	min-height:16px !important;
}

#item70812 {
	width:36px !important;
	height:36px !important;
}

#item70823 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item70835 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item70845 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item70855 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item70930 {
	width:232px !important;
	min-height:16px !important;
}

#item70897 {
	width:232px !important;
	min-height:16px !important;
}

#item70926 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item120870 {
	width:1024px !important;
	height:48px !important;
	background:#000;
}

#item120888 {
	width:260px !important;
	height:48px !important;
}

#item120907 {
	width:214px !important;
	height:48px !important;
	left:602px !important;
}

#item120927 {
	width:208px !important;
	height:48px !important;
	left:816px !important;
}

#item120869.fixed-pos-elem {
	width:1024px !important;
	height:48px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item145648 {
	width:375px !important;
	height:1190px !important;
	top:1290px !important;
	background:#000;
}

#item145653 {
	width:275px !important;
	left:50px !important;
	top:1316px !important;
	min-height:1131px !important;
}

#item145679 {
	width:275px !important;
	min-height:71px !important;
}

#item145676 {
	width:275px !important;
	height:71px !important;
	left:50px !important;
	top:1172px !important;
}

#item145706 {
	width:275px !important;
	min-height:94px !important;
}

#item145703 {
	width:275px !important;
	height:94px !important;
	left:50px !important;
	top:215px !important;
}

#item145732 {
	width:275px !important;
	min-height:47px !important;
}

#item145729 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:941px !important;
}

#item145758 {
	width:275px !important;
	min-height:47px !important;
}

#item145755 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:144px !important;
}

#item145784 {
	width:275px !important;
	min-height:44px !important;
}

#item145781 {
	width:275px !important;
	height:44px !important;
	left:50px !important;
	top:1095px !important;
}

#item145810 {
	width:275px !important;
	min-height:47px !important;
}

#item145807 {
	width:275px !important;
	height:47px !important;
	left:50px !important;
	top:1018px !important;
}

#item145837 {
	width:375px !important;
	height:24px !important;
	top:73px !important;
}

#item145863 {
	width:275px !important;
	min-height:119px !important;
}

#item145860 {
	width:275px !important;
	height:119px !important;
	left:50px !important;
	top:521px !important;
}

#item145889 {
	width:275px !important;
	min-height:92px !important;
}

#item145886 {
	width:275px !important;
	height:92px !important;
	left:50px !important;
	top:670px !important;
}

#item145917 {
	width:275px !important;
	min-height:149px !important;
}

#item145913 {
	width:275px !important;
	height:149px !important;
	left:50px !important;
	top:339px !important;
}

#item145943 {
	width:275px !important;
	min-height:116px !important;
}

#item145940 {
	width:275px !important;
	height:116px !important;
	left:50px !important;
	top:792px !important;
}

#item147043 {
	opacity:0.90;
	width:375px !important;
	height:667px !important;
	left:13px !important;
	top:13px !important;
	background:#fff;
}

#item147146 {
	width:381px !important;
	height:590px !important;
	left:10px !important;
	top:10px !important;
}

#item147052 {
	width:375px !important;
	height:524px !important;
	left:13px !important;
	top:73px !important;
	background:#fff;
}

@keyframes shrink-147052 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-147052 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item147052 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item147024 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item147022 {
	width:70px !important;
	height:66px !important;
	left:88px !important;
	top:10px !important;
}

#item147028 {
	width:60px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item147026 {
	width:66px !important;
	height:66px !important;
	left:10px !important;
	top:10px !important;
}

#item147032 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item147030 {
	width:70px !important;
	height:66px !important;
	left:321px !important;
	top:10px !important;
}

#item147036 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item147034 {
	width:70px !important;
	height:66px !important;
	left:254px !important;
	top:10px !important;
}

#item147040 {
	width:96px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item147038 {
	width:102px !important;
	height:66px !important;
	left:155px !important;
	top:10px !important;
}

#item147010.fixed-pos-elem {
	width:401px !important;
	height:680px !important;
	left:50% !important;
	top:-13px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

@keyframes flyinfromtop-59928 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-59928 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item33217 {
	width:496px !important;
	left:408px !important;
	top:760px !important;
	min-height:964px !important;
}

@keyframes flyinfromleft-33281 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-33281 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item90213 {
	width:224px !important;
	min-height:16px !important;
}

#item90259 {
	width:302px !important;
	min-height:16px !important;
}

#item90283 {
	width:36px !important;
	height:36px !important;
}

#item90295 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item90305 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item90315 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item90325 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item90364 {
	width:232px !important;
	min-height:16px !important;
}

#item90339 {
	width:232px !important;
	min-height:16px !important;
}

#item90336 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item120233 {
	width:496px !important;
	left:408px !important;
	top:616px !important;
	min-height:63px !important;
}

#item138302 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes fadein-138620 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-138620 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item138681 {
	width:315px !important;
	left:30px !important;
	top:335px !important;
	min-height:1440px !important;
}

@keyframes flyinfromleft-138704 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-138704 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item128064 {
	width:315px !important;
	left:30px !important;
	top:246px !important;
	min-height:33px !important;
}

@keyframes titulo-128064 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-128064 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item139048 {
	width:315px !important;
	left:30px !important;
	top:1825px !important;
	min-height:12px !important;
}

#item91583 {
	width:224px !important;
	min-height:16px !important;
}

#item91628 {
	width:302px !important;
	min-height:16px !important;
}

#item91652 {
	width:36px !important;
	height:36px !important;
}

#item91662 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item91672 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item91682 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item91693 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item91733 {
	width:232px !important;
	min-height:16px !important;
}

#item91708 {
	width:232px !important;
	min-height:16px !important;
}

#item91705 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item105261 {
	width:1024px !important;
	height:527px !important;
	top:48px !important;
	background:#000;
}

#item105264 {
	width:1024px !important;
	height:143px !important;
	top:575px !important;
	background:#000;
}

#item105267 {
	width:784px !important;
	left:120px !important;
	top:586px !important;
	min-height:106px !important;
}

#item105290 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:1722px !important;
}

#item105314 {
	width:248px !important;
	left:120px !important;
	top:768px !important;
	min-height:318px !important;
}

#item105390 {
	width:248px !important;
	height:664px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item105391 {
	width:248px !important;
	height:153px !important;
	left:13px !important;
	top:792px !important;
	background:#98978c;
}

@keyframes custom-105401 {
	0% {transform:translate(0px,768px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-105401 {
	0% {-webkit-transform:translate(0px,768px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item105402 {
	width:228px !important;
	min-height:496px !important;
}

#item105425 {
	width:228px !important;
	top:531px !important;
	min-height:118px !important;
}

#item105448 {
	width:250px !important;
	height:684px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-105448 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,732px);}
}
@-webkit-keyframes flyoutbottom-105448 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,732px);}
}
#item105451 {
	width:248px !important;
	height:932px !important;
	left:3px !important;
	top:3px !important;
}

#item121016 {
	width:254px !important;
	height:938px !important;
	left:10px !important;
	top:10px !important;
}

#item121003 {
	width:254px !important;
	height:254px !important;
	left:10px !important;
	top:10px !important;
}

#item121008 {
	width:56px !important;
	height:74px !important;
	left:193px !important;
	top:175px !important;
}

#item105371 {
	width:264px !important;
	height:948px !important;
	left:107px !important;
	top:1715px !important;
}

#item120072 {
	width:248px !important;
	height:456px !important;
	left:13px !important;
	top:241px !important;
	background:#dbdad4;
}

#item120073 {
	width:248px !important;
	height:177px !important;
	left:13px !important;
	top:697px !important;
	background:#98978c;
}

@keyframes custom-120078 {
	0% {transform:translate(0px,983px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes custom-120078 {
	0% {-webkit-transform:translate(0px,983px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item120079 {
	width:228px !important;
	min-height:401px !important;
}

#item120102 {
	width:228px !important;
	top:436px !important;
	min-height:144px !important;
}

#item120125 {
	width:250px !important;
	height:613px !important;
	left:12px !important;
	top:261px !important;
	background:#fff;
}

@keyframes flyoutbottom-120125 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,853px);}
}
@-webkit-keyframes flyoutbottom-120125 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,853px);}
}
#item120128 {
	width:248px !important;
	height:861px !important;
	left:3px !important;
	top:3px !important;
}

#item121013 {
	width:254px !important;
	height:867px !important;
	left:10px !important;
	top:10px !important;
}

#item120995 {
	width:248px !important;
	height:248px !important;
}

#item121000 {
	width:50px !important;
	height:68px !important;
	left:183px !important;
	top:165px !important;
}

#item120061 {
	width:264px !important;
	height:877px !important;
	left:107px !important;
	top:1446px !important;
}

#item105528 {
	width:248px !important;
	height:50px !important;
	left:120px !important;
	top:1389px !important;
	background:#7b796f;
}

#item105529 {
	width:248px !important;
	left:120px !important;
	top:1397px !important;
	min-height:28px !important;
}

#item105552 {
	width:496px !important;
	left:408px !important;
	top:2935px !important;
	min-height:1348px !important;
}

@keyframes flyinfromleft-120003 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-120003 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-120010 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-120010 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-120017 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-120017 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-105337 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-105337 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item105076 {
	width:62px !important;
	height:75px !important;
	left:200px !important;
	top:318px !important;
}

#item105093 {
	width:62px !important;
	height:75px !important;
	left:490px !important;
	top:318px !important;
}

#item105109 {
	width:64px !important;
	height:75px !important;
	left:272px !important;
	top:318px !important;
}

#item105129 {
	width:62px !important;
	height:75px !important;
	left:418px !important;
	top:318px !important;
}

#item105145 {
	width:62px !important;
	height:75px !important;
	left:128px !important;
	top:318px !important;
}

#item105162 {
	width:62px !important;
	height:75px !important;
	left:346px !important;
	top:318px !important;
}

#item105178 {
	width:62px !important;
	height:75px !important;
	left:56px !important;
	top:318px !important;
}

#item105196 {
	width:45px !important;
	height:80px !important;
}

#item105193 {
	width:45px !important;
	height:80px !important;
	left:563px !important;
	top:101px !important;
}

#item105198 {
	width:45px !important;
	height:80px !important;
	top:101px !important;
}

#item120771 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120747 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120723 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120654 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120630 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120606 {
	width:496px !important;
	height:48px !important;
	top:260px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item120557 {
	width:496px !important;
	height:40px !important;
	top:268px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item105203 {
	width:496px !important;
	height:308px !important;
	left:56px !important;
}

#item128293 {
	width:375px !important;
	height:270px !important;
	top:60px !important;
	background:#000;
}

@keyframes flyinfromleft-128548 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-128548 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-128552 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-128552 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-128556 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-128556 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-140423 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-140423 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item140446 {
	width:315px !important;
	left:30px !important;
	top:647px !important;
	min-height:1531px !important;
}

#item140469 {
	width:315px !important;
	left:30px !important;
	top:441px !important;
	min-height:170px !important;
}

@keyframes titulo-140521 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-140521 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item140523 {
	width:375px !important;
	height:75px !important;
	background:#000;
}

#item140527 {
	width:375px !important;
	top:12px !important;
	min-height:44px !important;
}

#item145400 {
	width:315px !important;
	left:30px !important;
	top:3021px !important;
	min-height:2060px !important;
}

#item145344 {
	width:315px !important;
	height:50px !important;
	background:#7b796f;
}

#item145345 {
	width:315px !important;
	top:8px !important;
	min-height:28px !important;
}

#item145284 {
	width:315px !important;
	height:343px !important;
	top:298px !important;
	background:#dbdad4;
}

#item145286 {
	width:315px !important;
	height:153px !important;
	top:641px !important;
	background:#98978c;
}

#item145292 {
	width:295px !important;
	min-height:304px !important;
}

#item145315 {
	width:295px !important;
	top:343px !important;
	min-height:118px !important;
}

#item145433 {
	width:315px !important;
	height:50px !important;
	background:#7b796f;
}

#item145434 {
	width:315px !important;
	top:8px !important;
	min-height:28px !important;
}

#item145457 {
	width:315px !important;
	height:391px !important;
	top:298px !important;
	background:#dbdad4;
}

#item145458 {
	width:315px !important;
	height:129px !important;
	top:689px !important;
	background:#98978c;
}

#item145464 {
	width:295px !important;
	left:10px !important;
	top:313px !important;
	min-height:352px !important;
}

#item145488 {
	width:295px !important;
	left:10px !important;
	top:704px !important;
	min-height:94px !important;
}

#item145422 {
	width:315px !important;
	left:30px !important;
	top:5434px !important;
	min-height:708px !important;
}

#item145541 {
	width:315px !important;
	left:30px !important;
	top:7005px !important;
	min-height:552px !important;
}

#item145556 {
	width:275px !important;
	min-height:16px !important;
}

#item145599 {
	width:315px !important;
	left:30px !important;
	top:7593px !important;
	min-height:27px !important;
}

#item128691 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128872 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128842 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128812 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128783 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128754 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128722 {
	width:375px !important;
	height:72px !important;
	top:236px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item128684 {
	width:375px !important;
	height:308px !important;
	top:5102px !important;
}

#item128677 {
	width:45px !important;
	height:80px !important;
}

#item128674 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:5202px !important;
}

#item128679 {
	width:45px !important;
	height:80px !important;
	top:5202px !important;
}

#item120959 {
	width:1024px !important;
	height:527px !important;
	top:48px !important;
	background:#000;
}

#item90685 {
	width:224px !important;
	min-height:16px !important;
}

#item90729 {
	width:302px !important;
	min-height:16px !important;
}

#item90753 {
	width:36px !important;
	height:36px !important;
}

#item90764 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item90776 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item90790 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item90800 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item90838 {
	width:232px !important;
	min-height:16px !important;
}

#item90813 {
	width:232px !important;
	min-height:16px !important;
}

#item90810 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

@keyframes fadein-103873 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-103873 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item103874 {
	width:1024px !important;
	height:204px !important;
	top:575px !important;
	background:#000;
}

#item103877 {
	width:784px !important;
	left:120px !important;
	top:596px !important;
	min-height:161px !important;
}

#item103900 {
	width:496px !important;
	left:408px !important;
	top:817px !important;
	min-height:1772px !important;
}

#item103923 {
	width:248px !important;
	left:120px !important;
	top:817px !important;
	min-height:246px !important;
}

@keyframes flyinfromleft-103961 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-103961 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item103984 {
	width:248px !important;
	left:120px !important;
	top:1510px !important;
	min-height:88px !important;
}

#item128936 {
	width:375px !important;
	height:193px !important;
	top:60px !important;
	background:#000;
}

@keyframes fadein-129116 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-129116 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-140589 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-140589 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item140612 {
	width:315px !important;
	left:30px !important;
	top:530px !important;
	min-height:1385px !important;
}

#item140635 {
	width:315px !important;
	left:30px !important;
	top:385px !important;
	min-height:110px !important;
}

@keyframes titulo-140658 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-140658 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item140660 {
	width:375px !important;
	height:97px !important;
	background:#000;
}

#item140663 {
	width:375px !important;
	top:14px !important;
	min-height:64px !important;
}

#item140792 {
	width:315px !important;
	left:30px !important;
	top:3804px !important;
	min-height:12px !important;
}

#item140808 {
	width:315px !important;
	left:30px !important;
	top:2342px !important;
	min-height:1416px !important;
}

#item140894 {
	width:315px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
	background:rgba(0,0,0,0.5);
}

#item140971 {
	width:321px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item140989 {
	width:315px !important;
	height:380px !important;
	left:3px !important;
	top:3px !important;
}

#item140990 {
	width:321px !important;
	height:386px !important;
	left:10px !important;
	top:10px !important;
}

#item140965 {
	width:331px !important;
	height:396px !important;
	left:17px !important;
	top:1925px !important;
}

#item141010 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes flyinfromtop-121051 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-121051 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item90974 {
	width:224px !important;
	min-height:16px !important;
}

#item91017 {
	width:302px !important;
	min-height:16px !important;
}

#item91041 {
	width:36px !important;
	height:36px !important;
}

#item91054 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item91067 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item91078 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item91089 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item91130 {
	width:232px !important;
	min-height:16px !important;
}

#item91105 {
	width:232px !important;
	min-height:16px !important;
}

#item91102 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item104403 {
	width:1024px !important;
	height:143px !important;
	top:574px !important;
	background:#000;
}

#item104406 {
	width:784px !important;
	left:120px !important;
	top:588px !important;
	min-height:106px !important;
}

#item104429 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:1016px !important;
}

#item104452 {
	width:248px !important;
	left:120px !important;
	top:768px !important;
	min-height:246px !important;
}

@keyframes flyinfromleft-104475 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-104475 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item104514 {
	width:496px !important;
	left:408px !important;
	top:2159px !important;
	min-height:570px !important;
}

#item104518 {
	width:177px !important;
	left:191px !important;
	top:1805px !important;
	min-height:88px !important;
}

#item141241 {
	width:496px !important;
	left:408px !important;
	top:3247px !important;
	min-height:592px !important;
}

#item94873 {
	width:90px !important;
	height:90px !important;
	left:611px !important;
	top:3133px !important;
}

#item94888 {
	width:90px !important;
	height:90px !important;
	left:713px !important;
	top:3133px !important;
}

#item94900 {
	width:90px !important;
	height:90px !important;
	left:509px !important;
	top:3133px !important;
}

#item94913 {
	width:90px !important;
	height:90px !important;
	left:408px !important;
	top:3133px !important;
}

#item94926 {
	width:90px !important;
	height:90px !important;
	left:814px !important;
	top:3133px !important;
}

#item94951 {
	width:45px !important;
	height:80px !important;
}

#item94955 {
	width:45px !important;
	height:80px !important;
	left:914px !important;
	top:2896px !important;
}

#item94957 {
	width:45px !important;
	height:80px !important;
	left:353px !important;
	top:2896px !important;
}

#item94961 {
	width:496px !important;
	height:371px !important;
	left:408px !important;
	top:2751px !important;
}

#item129556 {
	width:375px !important;
	height:70px !important;
	top:1619px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

@keyframes fadein-139186 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-139186 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-139221 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-139221 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item139244 {
	width:315px !important;
	left:30px !important;
	top:531px !important;
	min-height:828px !important;
}

#item139267 {
	width:315px !important;
	left:30px !important;
	top:385px !important;
	min-height:110px !important;
}

@keyframes titulo-139325 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-139325 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item139327 {
	width:375px !important;
	height:75px !important;
	background:#000;
}

#item139330 {
	width:375px !important;
	top:12px !important;
	min-height:46px !important;
}

#item141188 {
	width:315px !important;
	left:30px !important;
	top:1713px !important;
	min-height:1676px !important;
}

#item141303 {
	width:315px !important;
	left:30px !important;
	top:3712px !important;
	min-height:956px !important;
}

#item141321 {
	width:275px !important;
	min-height:16px !important;
}

#item141157 {
	width:315px !important;
	left:30px !important;
	top:4719px !important;
	min-height:12px !important;
}

#item141272 {
	width:375px !important;
	height:280px !important;
	top:3396px !important;
}

#item141267 {
	width:45px !important;
	height:80px !important;
	top:3496px !important;
}

#item141265 {
	width:45px !important;
	height:80px !important;
}

#item141262 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:3512px !important;
}

#item91266 {
	width:224px !important;
	min-height:16px !important;
}

#item91307 {
	width:302px !important;
	min-height:16px !important;
}

#item91331 {
	width:36px !important;
	height:36px !important;
}

#item91341 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item91353 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item91366 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item91378 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item91416 {
	width:232px !important;
	min-height:16px !important;
}

#item91391 {
	width:232px !important;
	min-height:16px !important;
}

#item91388 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item104583 {
	width:1024px !important;
	height:143px !important;
	top:574px !important;
	background:#333333;
}

#item104586 {
	width:784px !important;
	left:120px !important;
	top:584px !important;
	min-height:106px !important;
}

#item104609 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:910px !important;
}

#item104632 {
	width:248px !important;
	left:120px !important;
	top:768px !important;
	min-height:282px !important;
}

#item104678 {
	width:496px !important;
	height:260px !important;
	left:408px !important;
	top:1760px !important;
	background:#dbdad4;
}

#item104976 {
	width:496px !important;
	left:408px !important;
	top:2107px !important;
	min-height:990px !important;
}

#item104980 {
	width:496px !important;
	left:408px !important;
	top:3498px !important;
	min-height:2036px !important;
}

@keyframes flyinfromleft-104655 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-104655 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item106671 {
	width:370px !important;
	height:64px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141693 {
	width:496px !important;
	height:260px !important;
	left:408px !important;
	top:3167px !important;
	background:#dbdad4;
}

#item141531 {
	width:45px !important;
	height:80px !important;
}

#item141528 {
	width:45px !important;
	height:80px !important;
	left:849px !important;
	top:3257px !important;
}

#item141533 {
	width:45px !important;
	height:80px !important;
	left:418px !important;
	top:3257px !important;
}

#item141670 {
	width:370px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141641 {
	width:370px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141608 {
	width:370px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141547 {
	width:370px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141577 {
	width:370px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item141539 {
	width:370px !important;
	height:330px !important;
	left:471px !important;
	top:3132px !important;
}

#item129997 {
	width:375px !important;
	height:64px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

@keyframes fadein-139559 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-139559 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-139560 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-139560 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item139583 {
	width:315px !important;
	left:30px !important;
	top:538px !important;
	min-height:1502px !important;
}

#item139606 {
	width:315px !important;
	left:30px !important;
	top:363px !important;
	min-height:140px !important;
}

@keyframes titulo-139657 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-139657 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item139659 {
	width:375px !important;
	height:75px !important;
	background:#f47721;
}

#item139663 {
	width:375px !important;
	top:12px !important;
	min-height:44px !important;
}

#item141417 {
	width:315px !important;
	left:30px !important;
	top:7847px !important;
	min-height:12px !important;
}

#item141429 {
	width:275px !important;
	min-height:16px !important;
}

#item141484 {
	width:315px !important;
	left:30px !important;
	top:2440px !important;
	min-height:2966px !important;
}

#item141712 {
	width:315px !important;
	left:30px !important;
	top:5775px !important;
	min-height:2038px !important;
}

#item130041 {
	width:375px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item130171 {
	width:375px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item130137 {
	width:375px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item130104 {
	width:375px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item130072 {
	width:375px !important;
	height:40px !important;
	top:290px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item130031 {
	width:375px !important;
	height:330px !important;
	top:5421px !important;
}

#item130025 {
	width:45px !important;
	height:80px !important;
	top:5546px !important;
}

#item130023 {
	width:45px !important;
	height:80px !important;
}

#item130020 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:5546px !important;
}

@keyframes custom-121019 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,467px);}
}
@-webkit-keyframes custom-121019 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,467px);}
}
#item107147 {
	width:1024px !important;
	height:527px !important;
	top:575px !important;
	background:#fff;
}

#item106061 {
	width:666px !important;
	height:289px !important;
	left:238px !important;
	top:1530px !important;
	background:#ffcc00;
}

#item3794 {
	width:1024px !important;
	height:199px !important;
	top:575px !important;
	background:#000;
}

@keyframes titulo-141770 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-141770 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item3797 {
	width:784px !important;
	left:120px !important;
	top:11px !important;
	min-height:162px !important;
}

#item4537 {
	width:496px !important;
	left:408px !important;
	top:824px !important;
	min-height:692px !important;
}

#item4564 {
	width:248px !important;
	left:120px !important;
	top:824px !important;
	min-height:384px !important;
}

@keyframes flyinfromleft-20649 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-20649 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item85525 {
	width:224px !important;
	min-height:16px !important;
}

#item85567 {
	width:302px !important;
	min-height:16px !important;
}

#item85591 {
	width:36px !important;
	height:36px !important;
}

#item85601 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item85612 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item85624 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item85634 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item85674 {
	width:232px !important;
	min-height:16px !important;
}

#item85649 {
	width:232px !important;
	min-height:16px !important;
}

#item85646 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item106062 {
	width:496px !important;
	left:408px !important;
	top:1854px !important;
	min-height:2392px !important;
}

@keyframes custom-130212 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(0px,183px);}
}
@-webkit-keyframes custom-130212 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(0px,183px);}
}
#item130216 {
	width:375px !important;
	height:193px !important;
	top:349px !important;
	background:#fff;
}

#item130217 {
	width:363px !important;
	height:156px !important;
	left:12px !important;
	top:3041px !important;
	background:#ffcc00;
}

@keyframes flyinfromleft-139726 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-139726 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item139749 {
	width:315px !important;
	left:30px !important;
	top:621px !important;
	min-height:2397px !important;
}

#item139772 {
	width:315px !important;
	left:30px !important;
	top:385px !important;
	min-height:200px !important;
}

@keyframes titulo-139795 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-139795 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item139797 {
	width:375px !important;
	height:97px !important;
	background:#000;
}

#item139800 {
	width:375px !important;
	top:14px !important;
	min-height:64px !important;
}

#item141777 {
	width:315px !important;
	left:30px !important;
	top:3221px !important;
	min-height:2536px !important;
}

#item141814 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes fadein-20691 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-20691 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item20709 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:2512px !important;
}

#item20732 {
	width:248px !important;
	left:120px !important;
	top:3329px !important;
	min-height:90px !important;
}

@keyframes flyinfromleft-20901 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-20901 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item21065 {
	width:248px !important;
	left:120px !important;
	top:768px !important;
	min-height:348px !important;
}

@keyframes titulo-59465 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59465 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59467 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59470 {
	width:784px !important;
	left:120px !important;
	top:40px !important;
	min-height:53px !important;
}

#item91808 {
	width:224px !important;
	min-height:16px !important;
}

#item91854 {
	width:302px !important;
	min-height:16px !important;
}

#item91879 {
	width:36px !important;
	height:36px !important;
}

#item91889 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item91899 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item91910 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item91920 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item91958 {
	width:232px !important;
	min-height:16px !important;
}

#item91933 {
	width:232px !important;
	min-height:16px !important;
}

#item91930 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item130629 {
	width:315px !important;
	left:30px !important;
	top:5029px !important;
	min-height:12px !important;
}

@keyframes fadein-139891 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-139891 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-139893 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-139893 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item139916 {
	width:315px !important;
	left:30px !important;
	top:607px !important;
	min-height:3996px !important;
}

#item139939 {
	width:315px !important;
	left:30px !important;
	top:341px !important;
	min-height:230px !important;
}

@keyframes titulo-140018 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-140018 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item140020 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item140023 {
	width:375px !important;
	top:14px !important;
	min-height:22px !important;
}

#item141929 {
	width:275px !important;
	min-height:16px !important;
}

#item141980 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

@keyframes fadein-617 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-617 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item628 {
	width:496px !important;
	left:408px !important;
	top:768px !important;
	min-height:1524px !important;
}

#item651 {
	width:248px !important;
	left:120px !important;
	top:2341px !important;
	min-height:128px !important;
}

@keyframes flyinfromleft-1847 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-1847 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes titulo-59528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59528 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59530 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59533 {
	width:784px !important;
	left:120px !important;
	top:40px !important;
	min-height:53px !important;
}

#item92205 {
	width:224px !important;
	min-height:16px !important;
}

#item92249 {
	width:302px !important;
	min-height:16px !important;
}

#item92274 {
	width:36px !important;
	height:36px !important;
}

#item92285 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item92298 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item92309 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item92319 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item92357 {
	width:232px !important;
	min-height:16px !important;
}

#item92332 {
	width:232px !important;
	min-height:16px !important;
}

#item92329 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item142278 {
	width:315px !important;
	left:30px !important;
	top:3159px !important;
	min-height:12px !important;
}

@keyframes fadein-142301 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-142301 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-142306 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-142306 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item142329 {
	width:315px !important;
	left:30px !important;
	top:341px !important;
	min-height:2392px !important;
}

@keyframes titulo-142375 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-142375 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item142377 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item142380 {
	width:375px !important;
	top:14px !important;
	min-height:22px !important;
}

#item142408 {
	width:275px !important;
	min-height:16px !important;
}

#item142457 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item1512 {
	width:496px !important;
	left:408px !important;
	top:767px !important;
	min-height:3776px !important;
}

#item1535 {
	width:248px !important;
	left:120px !important;
	top:4592px !important;
	min-height:72px !important;
}

@keyframes titulo-59678 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-59678 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item59680 {
	width:1024px !important;
	height:143px !important;
	background:#ecbd28;
}

#item59683 {
	width:784px !important;
	left:120px !important;
	top:40px !important;
	min-height:53px !important;
}

#item92430 {
	width:224px !important;
	min-height:16px !important;
}

#item92474 {
	width:302px !important;
	min-height:16px !important;
}

#item92498 {
	width:36px !important;
	height:36px !important;
}

#item92509 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item92519 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item92530 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item92542 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item92581 {
	width:232px !important;
	min-height:16px !important;
}

#item92555 {
	width:232px !important;
	min-height:16px !important;
}

#item92552 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

@keyframes flyinfromleft-1667 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-1667 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item142585 {
	width:315px !important;
	left:30px !important;
	top:6728px !important;
	min-height:12px !important;
}

@keyframes fadein-142608 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-142608 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-142613 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-142613 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item142636 {
	width:315px !important;
	left:30px !important;
	top:341px !important;
	min-height:5960px !important;
}

@keyframes titulo-142659 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes titulo-142659 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item142661 {
	width:375px !important;
	height:53px !important;
	background:#ecbd28;
}

#item142665 {
	width:375px !important;
	top:14px !important;
	min-height:22px !important;
}

#item142693 {
	width:275px !important;
	min-height:16px !important;
}

#item142744 {
	width:375px !important;
	height:89px !important;
	top:251px !important;
	background:rgba(0,0,0,0.65);
	padding:8px 0px 0px 0px;
}

#item16014 {
	width:1024px !important;
	height:792px !important;
	left:256px !important;
	top:246px !important;
	background:#000;
	border:solid 0.5px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

@keyframes flyinfromleft-58547 {
	0% {
		transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-58547 {
	0% {
		-webkit-transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item58552 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item2040 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item58547 {
	width:95px !important;
	height:113px !important;
	left:403px !important;
	top:474px !important;
}

@keyframes flyinfromleft-105937 {
	0% {
		transform:translate(-360px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-105937 {
	0% {
		-webkit-transform:translate(-360px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item105968 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item105942 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item105937 {
	width:95px !important;
	height:112px !important;
	left:280px !important;
	top:474px !important;
}

@keyframes flyinfromleft-105991 {
	0% {
		transform:translate(-664px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-105991 {
	0% {
		-webkit-transform:translate(-664px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item106022 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item105996 {
	width:95px !important;
	top:99px !important;
	min-height:14px !important;
}

#item105991 {
	width:95px !important;
	height:113px !important;
	left:649px !important;
	top:474px !important;
}

#item16019 {
	width:512px !important;
	left:256px !important;
	top:253px !important;
	min-height:179px !important;
}

@keyframes fadein-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-16019 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item92628 {
	width:224px !important;
	min-height:16px !important;
}

#item92669 {
	width:302px !important;
	min-height:16px !important;
}

#item92693 {
	width:36px !important;
	height:36px !important;
}

#item92704 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item92717 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item92728 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item92738 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item92777 {
	width:232px !important;
	min-height:16px !important;
}

#item92752 {
	width:232px !important;
	min-height:16px !important;
}

#item92749 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

@keyframes flyinfromleft-122035 {
	0% {
		transform:translate(-360px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-122035 {
	0% {
		-webkit-transform:translate(-360px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item122067 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item122040 {
	width:95px !important;
	top:99px !important;
	min-height:13px !important;
}

#item122035 {
	width:95px !important;
	height:112px !important;
	left:526px !important;
	top:474px !important;
}

#item142868 {
	width:222px !important;
	top:60px !important;
	min-height:30px !important;
}

#item142948 {
	width:750px !important;
	height:542px !important;
	top:232px !important;
	background:#000;
	border:solid 0.5px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item143113 {
	width:375px !important;
	top:237px !important;
	min-height:133px !important;
}

@keyframes fadein-143113 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-143113 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-131631 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-131631 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item131662 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item131636 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item131631 {
	width:80px !important;
	height:97px !important;
	left:10px !important;
	top:393px !important;
}

@keyframes flyinfromleft-131576 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-131576 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item131608 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item131581 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item131576 {
	width:80px !important;
	height:98px !important;
	left:102px !important;
	top:393px !important;
}

@keyframes flyinfromleft-131685 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-131685 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item131716 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item131690 {
	width:80px !important;
	top:84px !important;
	min-height:14px !important;
}

#item131685 {
	width:80px !important;
	height:98px !important;
	left:285px !important;
	top:393px !important;
}

@keyframes flyinfromleft-131938 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-131938 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item131969 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item131943 {
	width:80px !important;
	top:84px !important;
	min-height:13px !important;
}

#item131938 {
	width:80px !important;
	height:97px !important;
	left:193px !important;
	top:393px !important;
}

#item101672 {
	width:224px !important;
	min-height:16px !important;
}

#item101716 {
	width:302px !important;
	min-height:16px !important;
}

#item101742 {
	width:36px !important;
	height:36px !important;
}

#item101752 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item101766 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item101777 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item101787 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item101825 {
	width:232px !important;
	min-height:16px !important;
}

#item101800 {
	width:232px !important;
	min-height:16px !important;
}

#item101797 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item103100 {
	width:496px !important;
	left:408px !important;
	top:733px !important;
	min-height:713px !important;
}

#item103134 {
	width:496px !important;
	left:408px !important;
	top:1940px !important;
	min-height:675px !important;
}

#item103171 {
	width:496px !important;
	left:408px !important;
	top:3030px !important;
	min-height:682px !important;
}

#item103204 {
	width:496px !important;
	left:408px !important;
	top:4089px !important;
	min-height:715px !important;
}

#item103242 {
	width:248px !important;
	left:120px !important;
	top:1313px !important;
	min-height:1559px !important;
}

#item103280 {
	width:496px !important;
	left:408px !important;
	top:5243px !important;
	min-height:858px !important;
}

#item103325 {
	width:496px !important;
	left:408px !important;
	top:6513px !important;
	min-height:573px !important;
}

#item105929 {
	width:733px !important;
	height:328px !important;
	left:25px !important;
	background:#ecbd28;
}

@keyframes flyinfromright-107318 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-107318 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item107324 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-126845 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126845 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item101468 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item114332 {
	width:248px !important;
	min-height:27px !important;
}

#item101524 {
	width:248px !important;
	min-height:27px !important;
}

#item114328 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item101576 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item122729 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item110066_171924 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item110066 {
	width:230px !important;
	left:138px !important;
	top:170px !important;
	min-height:22px !important;
}

#item114362 {
	width:248px !important;
	min-height:27px !important;
}

#item101623 {
	width:248px !important;
	min-height:27px !important;
}

#item114355 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item101646 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item114289_172064 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item114289 {
	width:230px !important;
	min-height:22px !important;
}

#item110937_172114 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item110937 {
	width:230px !important;
	min-height:22px !important;
}

#item114285 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item114386_172164 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item114386 {
	width:230px !important;
	min-height:22px !important;
}

#item110962_172214 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item110962 {
	width:230px !important;
	min-height:22px !important;
}

#item114315 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item114414_172264 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item114414 {
	width:230px !important;
	min-height:22px !important;
}

#item110987_172314 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item110987 {
	width:230px !important;
	min-height:22px !important;
}

#item114318 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item114440_172364 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item114440 {
	width:230px !important;
	min-height:22px !important;
}

#item111012_172414 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item111012 {
	width:230px !important;
	min-height:22px !important;
}

#item114321 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

#item132218 {
	width:315px !important;
	left:30px !important;
	top:2000px !important;
	min-height:1125px !important;
}

#item132241 {
	width:315px !important;
	left:30px !important;
	top:4968px !important;
	min-height:1076px !important;
}

#item132268 {
	width:315px !important;
	left:30px !important;
	top:6336px !important;
	min-height:1109px !important;
}

#item132296 {
	width:315px !important;
	left:30px !important;
	top:3397px !important;
	min-height:1249px !important;
}

#item132324 {
	width:315px !important;
	left:30px !important;
	top:7785px !important;
	min-height:1336px !important;
}

#item132353 {
	width:315px !important;
	left:30px !important;
	top:9331px !important;
	min-height:911px !important;
}

@keyframes flyinfromleft-143582 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143582 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143587 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

@keyframes flyinfrombottom-147349 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147349 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143610 {
	width:315px !important;
	left:30px !important;
	top:280px !important;
	min-height:1107px !important;
}

#item143777 {
	width:315px !important;
	left:30px !important;
	top:10292px !important;
	min-height:12px !important;
}

#item143805 {
	width:275px !important;
	min-height:16px !important;
}

#item100869 {
	width:224px !important;
	min-height:16px !important;
}

#item100914 {
	width:302px !important;
	min-height:16px !important;
}

#item100939 {
	width:36px !important;
	height:36px !important;
}

#item100949 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item100959 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item100969 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item100979 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item101017 {
	width:232px !important;
	min-height:16px !important;
}

#item100992 {
	width:232px !important;
	min-height:16px !important;
}

#item100989 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item102956 {
	width:496px !important;
	left:408px !important;
	top:821px !important;
	min-height:453px !important;
}

#item102990 {
	width:496px !important;
	left:408px !important;
	top:1740px !important;
	min-height:507px !important;
}

@keyframes flyinfromright-107281 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-107281 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item107287 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-126846 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126846 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item123081 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item123110 {
	width:248px !important;
	min-height:27px !important;
}

#item123086 {
	width:248px !important;
	min-height:27px !important;
}

#item123082 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item123133 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item123179 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item123298_173793 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123298 {
	width:230px !important;
	min-height:22px !important;
}

#item123274_173848 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123274 {
	width:230px !important;
	min-height:22px !important;
}

#item123271 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item123348 {
	width:248px !important;
	min-height:27px !important;
}

#item123324 {
	width:248px !important;
	min-height:27px !important;
}

#item123321 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item123371 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item123398_174013 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123398 {
	width:230px !important;
	left:138px !important;
	top:197px !important;
	min-height:22px !important;
}

#item123473_174038 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123473 {
	width:230px !important;
	min-height:22px !important;
}

#item123449_174088 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123449 {
	width:230px !important;
	min-height:22px !important;
}

#item123446 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item123524_174138 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123524 {
	width:230px !important;
	min-height:22px !important;
}

#item123500_174188 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123500 {
	width:230px !important;
	min-height:22px !important;
}

#item123497 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item123574_174238 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123574 {
	width:230px !important;
	min-height:22px !important;
}

#item123550_174288 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123550 {
	width:230px !important;
	min-height:22px !important;
}

#item123547 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

#item133130 {
	width:315px !important;
	left:30px !important;
	top:1633px !important;
	min-height:789px !important;
}

@keyframes flyinfromleft-143933 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143933 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143937 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

@keyframes flyinfrombottom-147351 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147351 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143961 {
	width:315px !important;
	left:30px !important;
	top:280px !important;
	min-height:735px !important;
}

#item144018 {
	width:275px !important;
	min-height:16px !important;
}

#item144129 {
	width:315px !important;
	left:30px !important;
	top:2472px !important;
	min-height:12px !important;
}

#item101270 {
	width:224px !important;
	min-height:16px !important;
}

#item101314 {
	width:302px !important;
	min-height:16px !important;
}

#item101338 {
	width:36px !important;
	height:36px !important;
}

#item101351 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item101362 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item101372 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item101383 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item101421 {
	width:232px !important;
	min-height:16px !important;
}

#item101396 {
	width:232px !important;
	min-height:16px !important;
}

#item101393 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item103026 {
	width:496px !important;
	left:408px !important;
	top:969px !important;
	min-height:731px !important;
}

@keyframes flyinfromright-108475 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-108475 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item108480 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-126847 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126847 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item123698 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item123726 {
	width:248px !important;
	min-height:27px !important;
}

#item123702 {
	width:248px !important;
	min-height:27px !important;
}

#item123699 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item123749 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item123795 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item123914_174918 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123914 {
	width:230px !important;
	min-height:22px !important;
}

#item123890_174968 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item123890 {
	width:230px !important;
	min-height:22px !important;
}

#item123887 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item123964 {
	width:248px !important;
	min-height:27px !important;
}

#item123940 {
	width:248px !important;
	min-height:27px !important;
}

#item123937 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item123987 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item124038_175133 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124038 {
	width:230px !important;
	min-height:22px !important;
}

#item124014_175183 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124014 {
	width:230px !important;
	min-height:22px !important;
}

#item124011 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item124088_175233 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124088 {
	width:230px !important;
	min-height:22px !important;
}

#item124064_175283 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124064 {
	width:230px !important;
	min-height:22px !important;
}

#item124061 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item124139_175333 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124139 {
	width:230px !important;
	min-height:22px !important;
}

#item124115_175383 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124115 {
	width:230px !important;
	min-height:22px !important;
}

#item124112 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item124165_175433 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124165 {
	width:230px !important;
	left:138px !important;
	top:224px !important;
	min-height:22px !important;
}

@keyframes flyinfromleft-143312 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143312 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143322 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

@keyframes flyinfrombottom-147352 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147352 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item143345 {
	width:315px !important;
	left:30px !important;
	top:420px !important;
	min-height:1181px !important;
}

#item143488 {
	width:315px !important;
	left:30px !important;
	top:1909px !important;
	min-height:12px !important;
}

#item143517 {
	width:275px !important;
	min-height:16px !important;
}

#item93243 {
	width:224px !important;
	min-height:16px !important;
}

#item93288 {
	width:302px !important;
	min-height:16px !important;
}

#item93312 {
	width:36px !important;
	height:36px !important;
}

#item93324 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item93335 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item93346 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item93356 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item93394 {
	width:232px !important;
	min-height:16px !important;
}

#item93369 {
	width:232px !important;
	min-height:16px !important;
}

#item93366 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item102358 {
	width:496px !important;
	left:408px !important;
	top:736px !important;
	min-height:537px !important;
}

#item102411 {
	width:496px !important;
	left:408px !important;
	top:1753px !important;
	min-height:647px !important;
}

#item102449 {
	width:496px !important;
	left:408px !important;
	top:2815px !important;
	min-height:563px !important;
}

#item102482 {
	width:248px !important;
	left:120px !important;
	top:1439px !important;
	min-height:903px !important;
}

#item102538 {
	width:496px !important;
	left:408px !important;
	top:3784px !important;
	min-height:535px !important;
}

#item102563 {
	width:248px !important;
	left:120px !important;
	top:3209px !important;
	min-height:1519px !important;
}

#item102588 {
	width:496px !important;
	left:408px !important;
	top:4733px !important;
	min-height:589px !important;
}

@keyframes flyinfromright-107250 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-107250 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item107255 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-126848 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126848 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item124282 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item124310 {
	width:248px !important;
	min-height:27px !important;
}

#item124286 {
	width:248px !important;
	min-height:27px !important;
}

#item124283 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item124333 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item124379 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item124498_176309 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124498 {
	width:230px !important;
	min-height:22px !important;
}

#item124474_176359 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124474 {
	width:230px !important;
	min-height:22px !important;
}

#item124471 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item124549 {
	width:248px !important;
	min-height:27px !important;
}

#item124525 {
	width:248px !important;
	min-height:27px !important;
}

#item124522 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item124572 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item124622_176524 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124622 {
	width:230px !important;
	min-height:22px !important;
}

#item124598_176574 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124598 {
	width:230px !important;
	min-height:22px !important;
}

#item124595 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item124648_176624 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124648 {
	width:230px !important;
	left:138px !important;
	top:293px !important;
	min-height:22px !important;
}

#item124722_176649 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124722 {
	width:230px !important;
	min-height:22px !important;
}

#item124698_176699 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124698 {
	width:230px !important;
	min-height:22px !important;
}

#item124695 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item124772_176749 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124772 {
	width:230px !important;
	min-height:22px !important;
}

#item124748_176799 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item124748 {
	width:230px !important;
	min-height:22px !important;
}

#item124745 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

@keyframes flyinfrombottom-147353 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147353 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item134513 {
	width:315px !important;
	left:30px !important;
	top:272px !important;
	min-height:847px !important;
}

#item134541 {
	width:315px !important;
	left:30px !important;
	top:1689px !important;
	min-height:1041px !important;
}

#item134569 {
	width:315px !important;
	left:30px !important;
	top:4101px !important;
	min-height:929px !important;
}

#item134598 {
	width:315px !important;
	left:30px !important;
	top:3102px !important;
	min-height:677px !important;
}

#item134624 {
	width:315px !important;
	left:30px !important;
	top:5318px !important;
	min-height:873px !important;
}

#item134647 {
	width:315px !important;
	left:30px !important;
	top:6479px !important;
	min-height:1125px !important;
}

#item134670 {
	width:315px !important;
	left:30px !important;
	top:7925px !important;
	min-height:983px !important;
}

@keyframes flyinfromleft-144166 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-144166 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item144171 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

#item144222 {
	width:315px !important;
	left:30px !important;
	top:8958px !important;
	min-height:12px !important;
}

#item144250 {
	width:275px !important;
	min-height:16px !important;
}

#item93043 {
	width:224px !important;
	min-height:16px !important;
}

#item93090 {
	width:302px !important;
	min-height:16px !important;
}

#item93115 {
	width:36px !important;
	height:36px !important;
}

#item93125 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item93135 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item93145 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item93155 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item93194 {
	width:232px !important;
	min-height:16px !important;
}

#item93168 {
	width:232px !important;
	min-height:16px !important;
}

#item93165 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item100225 {
	width:496px !important;
	left:408px !important;
	top:814px !important;
	min-height:1037px !important;
}

@keyframes flyinfromright-107221 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-107221 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item107227 {
	width:496px !important;
	top:229px !important;
	min-height:45px !important;
}

@keyframes flyinfromleft-126849 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126849 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item124874 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item124902 {
	width:248px !important;
	min-height:27px !important;
}

#item124878 {
	width:248px !important;
	min-height:27px !important;
}

#item124875 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item124925 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item124971 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item125091_177669 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125091 {
	width:230px !important;
	min-height:22px !important;
}

#item125067_177719 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125067 {
	width:230px !important;
	min-height:22px !important;
}

#item125064 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item125142 {
	width:248px !important;
	min-height:27px !important;
}

#item125117 {
	width:248px !important;
	min-height:27px !important;
}

#item125114 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item125165 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item125216_177884 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125216 {
	width:230px !important;
	min-height:22px !important;
}

#item125192_177934 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125192 {
	width:230px !important;
	min-height:22px !important;
}

#item125188 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item125266_177984 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125266 {
	width:230px !important;
	min-height:22px !important;
}

#item125242_178034 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125242 {
	width:230px !important;
	min-height:22px !important;
}

#item125239 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item125293_178084 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125293 {
	width:230px !important;
	left:138px !important;
	top:320px !important;
	min-height:22px !important;
}

#item125368_178109 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125368 {
	width:230px !important;
	min-height:22px !important;
}

#item125344_178159 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125344 {
	width:230px !important;
	min-height:22px !important;
}

#item125341 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

@keyframes flyinfrombottom-147354 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147354 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item135375 {
	width:315px !important;
	left:30px !important;
	top:284px !important;
	min-height:1711px !important;
}

@keyframes flyinfromleft-144466 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-144466 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item144471 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

#item144585 {
	width:315px !important;
	left:30px !important;
	top:2301px !important;
	min-height:12px !important;
}

#item144614 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes flyinfromright-4683 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-4683 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item92833 {
	width:224px !important;
	min-height:16px !important;
}

#item92877 {
	width:302px !important;
	min-height:16px !important;
}

#item92901 {
	width:36px !important;
	height:36px !important;
}

#item92911 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item92921 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item92932 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item92944 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item92983 {
	width:232px !important;
	min-height:16px !important;
}

#item92958 {
	width:232px !important;
	min-height:16px !important;
}

#item92955 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item100146 {
	width:496px !important;
	left:408px !important;
	top:865px !important;
	min-height:563px !important;
}

@keyframes flyinfromleft-126850 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126850 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item125470 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item125498 {
	width:248px !important;
	min-height:27px !important;
}

#item125474 {
	width:248px !important;
	min-height:27px !important;
}

#item125471 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:409px !important;
}

#item125521 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item125568 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item125688_178722 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125688 {
	width:230px !important;
	min-height:22px !important;
}

#item125664_178772 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125664 {
	width:230px !important;
	min-height:22px !important;
}

#item125661 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item125714 {
	width:248px !important;
	left:120px !important;
	top:362px !important;
	min-height:27px !important;
}

#item125761 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item125811_178868 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125811 {
	width:230px !important;
	min-height:22px !important;
}

#item125787_178918 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125787 {
	width:230px !important;
	min-height:22px !important;
}

#item125784 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item125862_178968 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125862 {
	width:230px !important;
	min-height:22px !important;
}

#item125838_179018 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125838 {
	width:230px !important;
	min-height:22px !important;
}

#item125834 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item125912_179068 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125912 {
	width:230px !important;
	min-height:22px !important;
}

#item125888_179118 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125888 {
	width:230px !important;
	min-height:22px !important;
}

#item125885 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item125962_179168 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125962 {
	width:230px !important;
	min-height:22px !important;
}

#item125938_179218 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item125938 {
	width:230px !important;
	min-height:22px !important;
}

#item125935 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

@keyframes flyinfromleft-144699 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-144699 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item144703 {
	width:367px !important;
	left:8px !important;
	top:141px !important;
	min-height:20px !important;
}

#item144726 {
	width:315px !important;
	left:30px !important;
	top:1684px !important;
	min-height:12px !important;
}

#item144754 {
	width:275px !important;
	min-height:16px !important;
}

@keyframes flyinfrombottom-147355 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147355 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item144672 {
	width:315px !important;
	top:476px !important;
	min-height:901px !important;
}

@keyframes flyinfromright-100259 {
	0% {
		transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-100259 {
	0% {
		-webkit-transform:translate(924px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item100467 {
	width:224px !important;
	min-height:16px !important;
}

#item100514 {
	width:302px !important;
	min-height:16px !important;
}

#item100538 {
	width:36px !important;
	height:36px !important;
}

#item100548 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item100558 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item100568 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item100579 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item100618 {
	width:232px !important;
	min-height:16px !important;
}

#item100593 {
	width:232px !important;
	min-height:16px !important;
}

#item100590 {
	width:232px !important;
	height:80px !important;
	left:396px !important;
	top:20px !important;
}

#item102699 {
	width:496px !important;
	left:408px !important;
	top:766px !important;
	min-height:538px !important;
}

#item102797 {
	width:496px !important;
	left:408px !important;
	top:1806px !important;
	min-height:591px !important;
}

#item102858 {
	width:496px !important;
	left:408px !important;
	top:2899px !important;
	min-height:540px !important;
}

@keyframes flyinfromleft-126852 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-126852 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item126060 {
	width:368px !important;
	height:500px !important;
	background:#dcdbb2;
}

#item126065 {
	width:248px !important;
	left:120px !important;
	top:409px !important;
	min-height:27px !important;
}

#item126112 {
	width:248px !important;
	left:120px !important;
	top:138px !important;
	min-height:27px !important;
}

#item126158 {
	width:248px !important;
	left:120px !important;
	top:266px !important;
	min-height:27px !important;
}

#item126278_179852 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126278 {
	width:230px !important;
	min-height:22px !important;
}

#item126253_179902 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126253 {
	width:230px !important;
	min-height:22px !important;
}

#item126250 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:170px !important;
}

#item126328 {
	width:248px !important;
	min-height:27px !important;
}

#item126304 {
	width:248px !important;
	min-height:27px !important;
}

#item126301 {
	width:248px !important;
	height:27px !important;
	left:120px !important;
	top:362px !important;
}

#item126351 {
	width:248px !important;
	left:120px !important;
	top:86px !important;
	min-height:32px !important;
}

#item126402_180067 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126402 {
	width:230px !important;
	min-height:22px !important;
}

#item126378_180117 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126378 {
	width:230px !important;
	min-height:22px !important;
}

#item126375 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:197px !important;
}

#item126452_180167 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126452 {
	width:230px !important;
	min-height:22px !important;
}

#item126428_180217 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126428 {
	width:230px !important;
	min-height:22px !important;
}

#item126425 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:293px !important;
}

#item126502_180267 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126502 {
	width:230px !important;
	min-height:22px !important;
}

#item126478_180317 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126478 {
	width:230px !important;
	min-height:22px !important;
}

#item126475 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:320px !important;
}

#item126552_180367 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126552 {
	width:230px !important;
	min-height:22px !important;
}

#item126528_180417 {
	width:11px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item126528 {
	width:230px !important;
	min-height:22px !important;
}

#item126525 {
	width:230px !important;
	height:22px !important;
	left:138px !important;
	top:224px !important;
}

#item107823 {
	width:496px !important;
	height:322px !important;
}

#item107818 {
	width:496px !important;
	height:322px !important;
}

#item107855 {
	width:496px !important;
	height:322px !important;
	background:#dbdad4;
}

#item107813 {
	width:496px !important;
	height:322px !important;
}

#item107808 {
	width:496px !important;
	height:322px !important;
}

#item107803 {
	width:496px !important;
	height:322px !important;
}

#item107798 {
	width:496px !important;
	height:322px !important;
	left:408px !important;
	top:2457px !important;
}

#item107639 {
	width:496px !important;
	height:324px !important;
}

#item107636 {
	width:496px !important;
	height:324px !important;
}

#item107633 {
	width:496px !important;
	height:324px !important;
}

#item107630 {
	width:496px !important;
	height:324px !important;
}

#item107628 {
	width:496px !important;
	height:324px !important;
	left:408px !important;
	top:1364px !important;
}

#item107572 {
	width:496px !important;
	height:324px !important;
}

#item107567 {
	width:496px !important;
	height:324px !important;
}

#item107657 {
	width:496px !important;
	height:324px !important;
	background:#dbdad4;
}

#item107562 {
	width:496px !important;
	height:324px !important;
}

#item107557 {
	width:496px !important;
	height:324px !important;
}

#item107645 {
	width:496px !important;
	height:324px !important;
	background:#dbdad4;
}

#item107552 {
	width:496px !important;
	height:324px !important;
	left:408px !important;
	top:324px !important;
}

#item107516 {
	width:118px !important;
	height:84px !important;
	left:786px !important;
	top:658px !important;
}

#item107585 {
	width:118px !important;
	height:84px !important;
	left:786px !important;
	top:1698px !important;
}

#item107523 {
	width:118px !important;
	height:84px !important;
	left:660px !important;
	top:658px !important;
}

#item107593 {
	width:118px !important;
	height:84px !important;
	left:660px !important;
	top:1698px !important;
}

#item107530 {
	width:118px !important;
	height:84px !important;
	left:534px !important;
	top:658px !important;
}

#item107601 {
	width:118px !important;
	height:84px !important;
	left:534px !important;
	top:1698px !important;
}

#item107537 {
	width:118px !important;
	height:84px !important;
	left:408px !important;
	top:658px !important;
}

#item107609 {
	width:118px !important;
	height:84px !important;
	left:408px !important;
	top:1698px !important;
}

#item107544 {
	width:45px !important;
	height:80px !important;
}

#item107547 {
	width:45px !important;
	height:80px !important;
	left:859px !important;
	top:446px !important;
}

#item107621 {
	width:45px !important;
	height:80px !important;
}

#item107617 {
	width:45px !important;
	height:80px !important;
	left:859px !important;
	top:1486px !important;
}

#item107548 {
	width:45px !important;
	height:80px !important;
	left:408px !important;
	top:446px !important;
}

#item107623 {
	width:45px !important;
	height:80px !important;
	left:408px !important;
	top:1486px !important;
}

#item107754 {
	width:92px !important;
	height:86px !important;
	left:812px !important;
	top:2789px !important;
}

#item107761 {
	width:92px !important;
	height:86px !important;
	left:711px !important;
	top:2789px !important;
}

#item107768 {
	width:92px !important;
	height:86px !important;
	left:610px !important;
	top:2789px !important;
}

#item107775 {
	width:92px !important;
	height:86px !important;
	left:509px !important;
	top:2789px !important;
}

#item107782 {
	width:92px !important;
	height:86px !important;
	left:408px !important;
	top:2789px !important;
}

#item107789 {
	width:45px !important;
	height:80px !important;
}

#item107792 {
	width:45px !important;
	height:80px !important;
	left:859px !important;
	top:2582px !important;
}

#item107793 {
	width:45px !important;
	height:80px !important;
	left:408px !important;
	top:2582px !important;
}

#item136729 {
	width:315px !important;
	left:30px !important;
	top:1771px !important;
	min-height:929px !important;
}

#item136752 {
	width:315px !important;
	left:30px !important;
	top:3071px !important;
	min-height:878px !important;
}

@keyframes flyinfromleft-144898 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-144898 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item144997 {
	width:315px !important;
	left:30px !important;
	top:4000px !important;
	min-height:12px !important;
}

#item145025 {
	width:275px !important;
	min-height:16px !important;
}

#item137194 {
	width:375px !important;
	height:300px !important;
	top:2747px !important;
}

#item137235 {
	width:375px !important;
	height:300px !important;
	top:1447px !important;
}

#item137422 {
	width:45px !important;
	height:80px !important;
}

#item137419 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:1557px !important;
}

@keyframes flyinfrombottom-147357 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-147357 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item136706 {
	width:315px !important;
	left:30px !important;
	top:324px !important;
	min-height:848px !important;
}

#item137272 {
	width:375px !important;
	height:300px !important;
}

#item137417 {
	width:45px !important;
	height:80px !important;
}

#item137414 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:110px !important;
}

#item137424 {
	width:45px !important;
	height:80px !important;
	top:110px !important;
}

#item137429 {
	width:45px !important;
	height:80px !important;
	top:1557px !important;
}

#item137498 {
	width:45px !important;
	height:80px !important;
}

#item137495 {
	width:45px !important;
	height:80px !important;
	left:330px !important;
	top:2857px !important;
}

#item137500 {
	width:45px !important;
	height:80px !important;
	top:2857px !important;
}

ul.m-guia-do-usuario-texto-nivel-1 > li {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding-left:30px;
	margin-top:20px;
	text-align:left;
}
ul.m-guia-do-usuario-texto-nivel-1 > li::before {
	content:'\25A0';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.m-acontece-subsecao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:20px;
	color:#e31f20;
	text-align:left;
}

p.m-acontece-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#f47721;
	margin-top:48px;
	text-align:left;
}

p.m-acontece-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	text-align:left;
}

p.m-acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:18px;
	line-height:19px;
	color:#fff;
	margin-top:10px;
	text-align:center;
}

p.m-acontece-abertura-titulo {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather-BlackItalic,Merriweather;
	font-size:42px;
	line-height:44px;
	color:#ecbd28;
	text-align:center;
}

p.m-acontece-abertura-secoes {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:10px;
	line-height:10px;
	color:#fff;
	text-align:center;
}

p.m-editoriais-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:30px;
	color:#646464;
	text-align:left;
}

p.m-editorial-marketing-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:34px;
	line-height:30px;
	color:#4c4c4c;
	text-align:right;
}

p.m-depoimentos-titulo {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:28px;
	line-height:28px;
	color:#fff;
	text-align:center;
}

p.m-depoimento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#7b796f;
	margin-top:12px;
	text-align:left;
}

p.m-depoimento-pessoa {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	text-align:left;
}

p.m-titulo-1-linha {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#fff;
	text-align:center;
}

p.m-titulo-2-linhas-24 {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:24px;
	color:#fff;
	text-align:center;
}

p.m-titulo-2-linhas {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#fff;
	text-align:center;
}

p.m-titulo-3-linhas {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#fff;
	text-align:center;
}

p.m-vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:21px;
	color:#fff;
	padding-left:20px;
	text-align:left;
}

p.m-rodapes-chamada-direita {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:right;
}

p.m-rodapes-chamada-esquerda {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	text-align:left;
}

p.m-rodapes-compartilhamento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#ffffff;
	text-align:left;
}

p.m-rodapes-redes-sociais {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#ffffff;
	text-align:left;
}

p.m-sumario-nesta-edicao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:24px;
	line-height:24px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.m-sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:18px;
	line-height:27px;
	color:#9a9a9a;
	margin-top:24px;
	text-align:left;
}

p.m-sumario-texto {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:15px;
	line-height:24px;
	color:#000;
	margin-top:2px;
	text-align:left;
}

p.m-expediente-texto-2 {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

p.m-expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#ecbd28;
	margin-top:10px;
	text-align:left;
}

p.m-expediente-texto {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:2px;
	text-align:left;
}

p.m-expediente-edicao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:3px;
	margin-bottom:2px;
	text-align:left;
}

p.m-expediente-revista-mackenzie {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.m-capa-sumario {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin-top:30px;
	text-align:left;
}

p.m-clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.m-capa-edicao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:right;
}

p.m-capa-ano-e-mes {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:13px;
	line-height:13px;
	color:#fff;
	text-align:center;
}

p.m-credito-de-foto-3 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-top:16px;
	text-align:left;
}

p.m-credito-de-foto-2 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:15px;
	color:#ffdc28;
	margin-top:8px;
	text-align:center;
}

p.m-credito-de-foto {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:15px;
	color:#000;
	text-align:left;
}

p.m-citacao-sobre-foto {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:28px;
	line-height:42px;
	color:#ffdc28;
	margin-bottom:5px;
	text-align:center;
}

p.m-legenda-sobre-foto {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

p.m-legenda-lateral {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.m-linha-fina-esquerda {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:30px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:left;
}

p.m-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:20px;
	line-height:30px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:left;
}

p.m-inter {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.m-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.m-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:22px;
	line-height:22px;
	color:#fff;
	text-align:center;
}

p.titulo-50-56-laranja {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:50px;
	line-height:56px;
	color:#f47721;
	text-align:center;
}

p.titulo-50-56 {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:50px;
	line-height:56px;
	color:#fff;
	text-align:center;
}

p.vinhetas-vinheta {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:27px;
	line-height:34px;
	color:#fff;
	padding-left:45px;
	padding-right:30px;
	text-align:left;
}

p.sumario-nesta-edicao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:32px;
	line-height:32px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.sumario-texto-com-bolotas {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:15px;
	line-height:23px;
	color:#000;
	padding-left:20px;
	margin-top:5px;
	text-align:left;
}

p.sumario-texto-hover {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:15px;
	line-height:24px;
	color:#f47721;
	margin-top:2px;
	text-align:left;
}

p.sumario-titulo-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:24px;
	line-height:32px;
	color:#f47721;
	margin-top:24px;
	text-align:left;
}

p.sumario-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:24px;
	line-height:32px;
	color:#9a9a9a;
	margin-top:24px;
	text-align:left;
}

p.sumario-texto {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:15px;
	line-height:24px;
	color:#000;
	margin-top:2px;
	text-align:left;
}

p.expediente-edicao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:18px;
	color:#fff;
	margin-top:3px;
	margin-bottom:2px;
	text-align:left;
}

p.expediente-revista-mackenzie {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:16px;
	line-height:18px;
	color:#ecbd28;
	text-align:left;
}

p.expediente-funcao {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#ecbd28;
	margin-top:10px;
	text-align:left;
}

p.expediente-texto-2 {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

p.expediente-texto {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:11px;
	line-height:15px;
	color:#fff;
	margin-top:2px;
	text-align:left;
}

p.rodapes-compartilhamento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:right;
}

p.rodapes-portal-mackenzie {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:center;
}

p.rodapes-redes-sociais {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:left;
}

p.titulo-editoriais {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:54px;
	line-height:56px;
	color:#fff;
	text-align:center;
}

p.editoriais-linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#646464;
	text-align:right;
}

p.depoimento-pessoa {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	text-align:left;
}

p.depoimento {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#7b796f;
	margin-top:12px;
	text-align:left;
}

p.depoimentos-titulo {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:28px;
	line-height:28px;
	color:#fff;
	text-align:center;
}

p.clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.capa-sumario {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin-top:30px;
	text-align:left;
}

p.capa-ano-e-mes {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:20px;
	line-height:20px;
	color:#7b796f;
	text-align:right;
}

p.capa-edicao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:20px;
	color:#000;
	text-align:right;
}

p.acontece-menu-acontece {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:32px;
	line-height:32px;
	color:#000;
	margin-top:30px;
	text-align:left;
}

p.acontece-subitem-hover {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:17px;
	line-height:17px;
	color:#00a9b7;
	margin-top:12px;
	text-align:left;
}

p.acontece-subitem {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:17px;
	line-height:17px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.acontece-menu-item-huem-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-huem-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#005a00;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-editora-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-editora-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#f47721;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-faculdades-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-faculdades-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#8a1a0b;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-universidade-inativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#797979;
	margin-top:18px;
	text-align:left;
}

p.acontece-menu-item-universidade-ativo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:20px;
	line-height:22px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.acontece-subsecao {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:46px;
	line-height:46px;
	color:#e31f20;
	text-align:left;
}

p.acontece-texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	text-align:left;
}

p.acontece-titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#f47721;
	margin-top:48px;
	text-align:left;
}

p.acontece-abertura-secoes {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:13.7px;
	line-height:13.7px;
	color:#fff;
	text-align:center;
}

p.acontece-abertura-subtitulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:24px;
	line-height:26px;
	color:#fff;
	margin-top:10px;
	text-align:center;
}

p.acontece-abertura-titulo {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather-BlackItalic,Merriweather;
	font-size:58px;
	line-height:60px;
	color:#ecbd28;
	margin-top:30px;
	text-align:center;
}

p.legenda-sobre-foto {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#ffdc28;
	margin-bottom:10px;
	text-align:center;
}

p.legenda-lateral {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic,Merriweather;
	font-size:16px;
	line-height:24px;
	color:#f47721;
	text-align:right;
}

p.credito-de-foto-5 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#9a9a9a;
	text-align:right;
}

p.credito-de-foto-4 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#f47721;
	margin-top:14px;
	text-align:right;
}

p.credito-de-foto-3 {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-top:16px;
	text-align:left;
}

p.credito-de-foto {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:12px;
	line-height:12px;
	color:#000;
	text-align:left;
}

p.inter {
	font-weight:bold;
	font-family:FF-Merriweather-Bold,Merriweather;
	font-size:24px;
	line-height:30px;
	color:#00a9b7;
	margin-top:18px;
	text-align:left;
}

p.texto {
	font-family:FF-Spectral-Regular,Spectral,Georgia, serif;
	font-size:19px;
	line-height:28px;
	color:#000;
	margin-top:12px;
	text-align:left;
}

p.linha-fina-esquerda {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:left;
}

p.linha-fina {
	font-family:FF-Merriweather-Regular,Merriweather;
	font-size:24px;
	line-height:36px;
	color:#9a9a9a;
	margin-bottom:30px;
	text-align:right;
}

p.titulo-editorial-marketing {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:64px;
	line-height:60px;
	color:#000;
	text-align:left;
}

p.titulo {
	font-weight:900;
	font-family:FF-Merriweather-Black,Merriweather;
	font-size:64px;
	line-height:60px;
	color:#fff;
	text-align:center;
}

p.Basic-Paragraph {
	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.m-credito-stockphotos {
	color:#164194;
}

span.negrito {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
}

span.acontece-titulo-italico {
	font-weight:900;
	font-style:italic;
	font-family:FF-Merriweather-BlackItalic,Merriweather;
}

span.editoriais-linha-fina-grifo {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Merriweather-Italic,Merriweather;
}

span.linhas-finas-italico {
	font-style:italic;
	font-weight:normal;
}

span.depoimentos-italico {
	font-weight:bold;
	font-style:italic;
	font-family:FF-Merriweather-BoldItalic;
}

span.italico {
	font-style:italic;
	font-weight:normal;
	font-family:FF-Spectral-Italic,Spectral,Georgia, serif;
}

span.sumario-texto-italico {
	font-style:italic;
	font-weight:normal;
}

span.hyperlink {
	font-weight:bold;
	font-family:FF-Spectral-Bold,Spectral,Georgia, serif;
	text-decoration:underline;
	text-decoration-color:#e31f20;
	-webkit-text-decoration-color:#e31f20;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

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

