<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.tem_1_20 {
	overflow: hidden !important;
}

.tem_1_20 .w-image-box {
	text-align: center;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-radius: 1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.tem_1_20 .w-image-box img {
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*object-fit: cover;*/
}

.tem_1_20 .w-image-box .imgCliped {
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.tem_2_5 * {
	box-sizing: content-box;
}

.tem_2_5 .w-nav {
	/* reset */
	margin: 0;
	padding: 0;
	/* size */
	width: 567px;
	height: 44px;
	/* border */
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tem_2_5 .w-nav:after {
	content: '';
	display: table;
	clear: both;
	zoom: 1;
}

.tem_2_5 .w-nav .w-nav-inner {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 23%;
	height: 44px;
	line-height: 44px;
	/* background */
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-nav-item {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	line-height: inherit;
}

.tem_2_5 .w-nav .w-nav-inner:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tem_2_5 .w-nav .w-nav-inner:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tem_2_5 .w-nav .w-nav-inner:first-child .w-nav-item.current {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tem_2_5 .w-nav .w-nav-inner:last-child .w-nav-item.current {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tem_2_5 .w-nav .w-nav-item .w-nav-item-line {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: -1px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #EEEEEE;
}

.tem_2_5 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
	display: none;
}

.tem_2_5 .w-nav .w-nav-item .w-nav-item-link {
	/* reset */
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	display: block;
	height: 100%;
	color: #2b3542;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tem_2_5 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
	font-family: Tahoma;
	font-size: 12px;
}

.tem_2_5 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
	font-size: 12px;
}

.tem_2_5 .w-nav .w-subnav {
	/* reset */
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	overflow: hidden;
	/* background */
}

.tem_2_5 .w-nav .w-subnav.userWidth {
	width: 120px;
}

.tem_2_5 .w-nav .w-subnav-item {
	/* reset */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-subnav-item .w-subnav-link {
	/* reset */
	margin: 0;
	padding: 0 15px;
	height: 100%;
	line-height: 70px;
	outline: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 70px;
	color: #383838;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

.tem_2_5 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {
	/* height */
	font-family: Tahoma;
}

.tem_2_5 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
	font-size: 12px;
}

/* hover */
.tem_2_5 .w-nav .w-nav-inner:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-nav-inner:hover .w-nav-item-link {
	color: #aaaaaa;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

/* subnav-hover */
.tem_2_5 .w-subnav .w-subnav-item:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

/* current */
.tem_2_5 .w-nav .w-nav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-nav-item.current .w-nav-item-link {
	color: #3273b9;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* current */
.tem_2_5 .w-nav .w-subnav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_2_5 .w-nav .w-subnav-item.current .w-subnav-link {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.tem_3_47 {
	overflow: hidden !important;
}

.tem_3_47 .w-image-box {
	text-align: center;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-radius: 1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.tem_3_47 .w-image-box img {
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*object-fit: cover;*/
}

.tem_3_47 .w-image-box .imgCliped {
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.tem_5_34 {
	color: inherit;
}

.tem_5_34 h1,
.tem_5_34 h2,
.tem_5_34 h3,
.tem_5_34 h4,
.tem_5_34 h5,
.tem_5_34 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_5_34 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_5_34 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_5_34 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_5_34 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_5_34 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_5_34 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_5_34 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_5_34_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.tem_6_25 {
	color: inherit;
}

.tem_6_25 h1,
.tem_6_25 h2,
.tem_6_25 h3,
.tem_6_25 h4,
.tem_6_25 h5,
.tem_6_25 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_6_25 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_6_25 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_6_25 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_6_25 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_6_25 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_6_25 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_6_25 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_6_25_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.tem_7_56 * {
	box-sizing: content-box;
}

.tem_7_56 .w-nav {
	/* reset */
	margin: 0;
	padding: 0;
	/* size */
	width: 567px;
	height: 44px;
	/* border */
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tem_7_56 .w-nav:after {
	content: '';
	display: table;
	clear: both;
	zoom: 1;
}

.tem_7_56 .w-nav .w-nav-inner {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 23%;
	height: 44px;
	line-height: 44px;
	/* background */
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-nav-item {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	line-height: inherit;
}

.tem_7_56 .w-nav .w-nav-inner:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tem_7_56 .w-nav .w-nav-inner:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tem_7_56 .w-nav .w-nav-inner:first-child .w-nav-item.current {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tem_7_56 .w-nav .w-nav-inner:last-child .w-nav-item.current {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tem_7_56 .w-nav .w-nav-item .w-nav-item-line {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: -1px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #EEEEEE;
}

.tem_7_56 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
	display: none;
}

.tem_7_56 .w-nav .w-nav-item .w-nav-item-link {
	/* reset */
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	display: block;
	height: 100%;
	color: #aaaaaa;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tem_7_56 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
	font-family: Tahoma;
	font-size: 12px;
}

.tem_7_56 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
	font-size: 12px;
}

.tem_7_56 .w-nav .w-subnav {
	/* reset */
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	overflow: hidden;
	/* background */
}

.tem_7_56 .w-nav .w-subnav.userWidth {
	width: 120px;
}

.tem_7_56 .w-nav .w-subnav-item {
	/* reset */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-subnav-item .w-subnav-link {
	/* reset */
	margin: 0;
	padding: 0 15px;
	height: 100%;
	line-height: 70px;
	outline: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 70px;
	color: #383838;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

.tem_7_56 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {
	/* height */
	font-family: Tahoma;
}

.tem_7_56 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
	font-size: 12px;
}

/* hover */
.tem_7_56 .w-nav .w-nav-inner:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-nav-inner:hover .w-nav-item-link {
	color: #aaaaaa;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

/* subnav-hover */
.tem_7_56 .w-subnav .w-subnav-item:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

/* current */
.tem_7_56 .w-nav .w-nav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-nav-item.current .w-nav-item-link {
	color: #3273b9;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* current */
.tem_7_56 .w-nav .w-subnav-item.current {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.tem_7_56 .w-nav .w-subnav-item.current .w-subnav-link {
	color: #059FE9;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.tem_9_59 {
	color: inherit;
}

.tem_9_59 h1,
.tem_9_59 h2,
.tem_9_59 h3,
.tem_9_59 h4,
.tem_9_59 h5,
.tem_9_59 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_9_59 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_9_59 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_9_59 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_9_59 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_9_59 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_9_59 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_9_59 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_9_59_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.tem_10_54 {
	color: inherit;
}

.tem_10_54 h1,
.tem_10_54 h2,
.tem_10_54 h3,
.tem_10_54 h4,
.tem_10_54 h5,
.tem_10_54 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_10_54 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_10_54 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_10_54 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_10_54 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_10_54 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_10_54 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_10_54 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_10_54_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.tem_11_9 {
	color: inherit;
}

.tem_11_9 h1,
.tem_11_9 h2,
.tem_11_9 h3,
.tem_11_9 h4,
.tem_11_9 h5,
.tem_11_9 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_11_9 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_11_9 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_11_9 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_11_9 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_11_9 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_11_9 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_11_9 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_11_9_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.tem_12_34 {
	color: inherit;
}

.tem_12_34 h1,
.tem_12_34 h2,
.tem_12_34 h3,
.tem_12_34 h4,
.tem_12_34 h5,
.tem_12_34 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.tem_12_34 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.tem_12_34 h1 {
	font-size: 2em;
	font-weight: normal;
}

.tem_12_34 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.tem_12_34 h4 {
	font-size: 13px;
	font-weight: normal;
}

.tem_12_34 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.tem_12_34 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_tem_12_34 {
	z-index: 100000 !important;
}

.cke_editor_txtc_tem_12_34_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.con_1_3 {
	color: inherit;
}

.con_1_3 h1,
.con_1_3 h2,
.con_1_3 h3,
.con_1_3 h4,
.con_1_3 h5,
.con_1_3 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_1_3 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_1_3 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_1_3 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_1_3 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_1_3 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_1_3 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_1_3 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_1_3_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_3_25 {
	position: relative;
}

.con_3_25 .fullcolumn-outer {
	background-color: rgb(40, 40, 40);
	background-image: none;
	background-position: 50% 50%;
	background-repeat: repeat;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background-size: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}

.con_3_25 .fullcolumn-inner {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.smartFixed .con_3_25 .fullcolumn-outer {
	left: 0 !important;
}

.con_21_48 .w-code {
	/*-padding-*/
	padding: 0;
	margin: 0;
	/*-size-*/
	width: 1000px;
	height: 579px;
}

.con_28_33 {
	color: inherit;
}

.con_28_33 h1,
.con_28_33 h2,
.con_28_33 h3,
.con_28_33 h4,
.con_28_33 h5,
.con_28_33 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_28_33 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_28_33 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_28_33 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_28_33 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_28_33 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_28_33 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_28_33 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_28_33_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_31_43 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d85c6;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.con_77_38 {
	color: inherit;
}

.con_77_38 h1,
.con_77_38 h2,
.con_77_38 h3,
.con_77_38 h4,
.con_77_38 h5,
.con_77_38 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_77_38 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_77_38 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_77_38 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_77_38 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_77_38 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_77_38 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_77_38 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_77_38_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_78_38 .w-button {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 30px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background: linear-gradient(none, none);
	box-shadow: 0 0 0 transparent;
	/*-font-*/
	font-style: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	transition: all 300ms ease-in-out;
}

.con_78_38 .w-button:hover {
	border-color: #3d85c6;
	background-color: rgb(61, 133, 198);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: linear-gradient(none, none);
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_78_38 .w-button:hover .w-button-text {
	color: #eeeeee;
	font-weight: 400;
	font-size: 17px;
	font-style: normal;
	text-decoration: none;
}

.con_78_38 .w-button:hover .w-button-icon {
	color: #eeeeee;
	font-size: 17px;
	font-weight: 400;
}

.con_78_38 .w-button-position {
	display: block;
	padding: 0 5px;
	height: 100%;
}

.con_78_38 .w-button-position .w-button-position-inner {
	height: 100%;
}

.con_78_38 .w-button .w-button-icon {
	display: inline-block;
	height: 100%;
	margin-right: 3px;
	font-size: 17px;
	color: #3d85c6;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
}

.con_78_38 .w-button .w-button-icon.w-icon-hide {
	display: none;
}

.con_78_38 .w-button .w-button-text {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: Tahoma;
	font-size: 17px;
	color: #3d85c6;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	*vertical-align: middle;
	transition: color .3s;
}

.con_78_38 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_78_38 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_78_38 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_78_38 .hover-effect[data-effect-name="sweep-to-right"]:hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background: linear-gradient(none, none);
}

.con_78_38 .hover-effect:hover::before {
	background-color: rgb(61, 133, 198);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: linear-gradient(none, none);
}

.con_78_38 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
	background: #3d85c6 !important;
}

.con_78_38 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
	background: #3d85c6 !important;
}

.con_82_40 {
	color: inherit;
}

.con_82_40 h1,
.con_82_40 h2,
.con_82_40 h3,
.con_82_40 h4,
.con_82_40 h5,
.con_82_40 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_82_40 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_82_40 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_82_40 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_82_40 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_82_40 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_82_40 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_82_40 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_82_40_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_4_18 {
	color: inherit;
}

.con_4_18 h1,
.con_4_18 h2,
.con_4_18 h3,
.con_4_18 h4,
.con_4_18 h5,
.con_4_18 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_4_18 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_4_18 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_4_18 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_4_18 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_4_18 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_4_18 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_4_18 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_4_18_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

.con_6_46 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c1;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_7_13 {
	color: inherit;
}

.con_7_13 h1,
.con_7_13 h2,
.con_7_13 h3,
.con_7_13 h4,
.con_7_13 h5,
.con_7_13 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_7_13 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_7_13 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_7_13 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_7_13 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_7_13 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_7_13 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_7_13 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_7_13_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.con_8_10 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c1;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_9_10 {
	color: inherit;
}

.con_9_10 h1,
.con_9_10 h2,
.con_9_10 h3,
.con_9_10 h4,
.con_9_10 h5,
.con_9_10 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_9_10 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_9_10 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_9_10 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_9_10 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_9_10 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_9_10 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_9_10 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_9_10_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_10_20 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c1;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_11_20 {
	color: inherit;
}

.con_11_20 h1,
.con_11_20 h2,
.con_11_20 h3,
.con_11_20 h4,
.con_11_20 h5,
.con_11_20 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_11_20 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_11_20 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_11_20 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_11_20 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_11_20 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_11_20 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_11_20 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_11_20_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_12_57 {
	color: inherit;
}

.con_12_57 h1,
.con_12_57 h2,
.con_12_57 h3,
.con_12_57 h4,
.con_12_57 h5,
.con_12_57 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_12_57 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_12_57 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_12_57 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_12_57 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_12_57 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_12_57 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_12_57 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_12_57_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_13_46 {
	color: inherit;
}

.con_13_46 h1,
.con_13_46 h2,
.con_13_46 h3,
.con_13_46 h4,
.con_13_46 h5,
.con_13_46 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_13_46 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_13_46 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_13_46 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_13_46 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_13_46 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_13_46 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_13_46 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_13_46_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_14_38 {
	color: inherit;
}

.con_14_38 h1,
.con_14_38 h2,
.con_14_38 h3,
.con_14_38 h4,
.con_14_38 h5,
.con_14_38 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_14_38 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_14_38 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_14_38 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_14_38 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_14_38 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_14_38 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_14_38 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_14_38_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_15_2 {
	position: relative;
}

.con_15_2 .fullcolumn-outer {
	background-color: rgb(40, 40, 40);
	background-image: none;
	background-position: 50% 50%;
	background-repeat: repeat;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background-size: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}

.con_15_2 .fullcolumn-inner {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.smartFixed .con_15_2 .fullcolumn-outer {
	left: 0 !important;
}

.con_37_41 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d85c6;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_42_28 .w-code {
	/*-padding-*/
	padding: 0;
	margin: 0;
	/*-size-*/
	width: 1000px;
	height: 579px;
}

.con_45_50 {
	color: inherit;
}

.con_45_50 h1,
.con_45_50 h2,
.con_45_50 h3,
.con_45_50 h4,
.con_45_50 h5,
.con_45_50 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_45_50 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_45_50 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_45_50 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_45_50 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_45_50 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_45_50 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_45_50 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_45_50_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_83_43 {
	color: inherit;
}

.con_83_43 h1,
.con_83_43 h2,
.con_83_43 h3,
.con_83_43 h4,
.con_83_43 h5,
.con_83_43 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_83_43 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_83_43 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_83_43 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_83_43 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_83_43 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_83_43 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_83_43 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_83_43_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_26_25 {
	color: inherit;
}

.con_26_25 h1,
.con_26_25 h2,
.con_26_25 h3,
.con_26_25 h4,
.con_26_25 h5,
.con_26_25 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_26_25 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_26_25 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_26_25 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_26_25 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_26_25 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_26_25 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_26_25 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_26_25_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_41_46 .w-code {
	/*-padding-*/
	padding: 0;
	margin: 0;
	/*-size-*/
	width: 1104px;
	height: 582px;
}

.con_53_35 {
	color: inherit;
}

.con_53_35 h1,
.con_53_35 h2,
.con_53_35 h3,
.con_53_35 h4,
.con_53_35 h5,
.con_53_35 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_53_35 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_53_35 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_53_35 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_53_35 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_53_35 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_53_35 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_53_35 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_53_35_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_54_35 {
	color: inherit;
}

.con_54_35 h1,
.con_54_35 h2,
.con_54_35 h3,
.con_54_35 h4,
.con_54_35 h5,
.con_54_35 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_54_35 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_54_35 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_54_35 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_54_35 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_54_35 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_54_35 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_54_35 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_54_35_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_55_35 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c1;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_59_32 .w-imglist-collections {
	margin: 0;
	padding: 0;
	background-color: none;
	background-image: none;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: -ms-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-repeat: repeat;
	background-position: 0 0;
}

.con_59_32 .w-imglist-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.con_59_32 .w-imglist-list:after {
	margin: 0;
	padding: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	font-size: 0;
}

.con_59_32 .w-imglist-in {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	z-index: 2;
	width: 250px;
	overflow: hidden;
}

.con_59_32 .w-imglist-img {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.con_59_32 .w-imglist-img img {
	padding: 0;
	margin: 0px;
	width: 250px;
	height: 250px;
	border: none;
	object-fit: cover;
}

.con_59_32 .w-imglist-title-bg {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.con_59_32 .w-imglist-title {
	padding: 6px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-family: Tahoma;
	text-align: center;
	color: white;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: none;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: -ms-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-repeat: repeat;
	background-position: 0 0;
}

.con_59_32 .w-imglist-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -22px;
}

.con_59_32 .w-imglist-item {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
	width: 250px;
	height: 250px;
	z-index: 2;
	overflow: hidden;
}

.con_59_32 .w-imglist-item a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

.con_59_32 .w-imglist-item a img {
	margin: 0;
	padding: 0;
}

.con_59_32 .atlas-item--hover {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.con_59_32 .hover-effect:hover .atlas-item--hover {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: linear-gradient(none, none);
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -ms-linear-gradient(none, none);
	background: -o-linear-gradient(none, none);
	background-size: auto;
}

.con_59_32 .atlas-item--title {
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 16px;
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	display: none;
}

.con_59_32 .atlas-item--desc {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	max-height: 30%;
	overflow: hidden;
	padding: 0 16px;
	width: 100%;
	display: block;
	font-family: Tahoma;
	font-size: 20px;
	color: #444444;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 12px;
}

.con_60_43 {
	color: inherit;
}

.con_60_43 h1,
.con_60_43 h2,
.con_60_43 h3,
.con_60_43 h4,
.con_60_43 h5,
.con_60_43 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_60_43 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_60_43 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_60_43 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_60_43 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_60_43 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_60_43 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_60_43 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_60_43_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_61_33 {
	color: inherit;
}

.con_61_33 h1,
.con_61_33 h2,
.con_61_33 h3,
.con_61_33 h4,
.con_61_33 h5,
.con_61_33 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_61_33 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_61_33 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_61_33 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_61_33 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_61_33 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_61_33 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_61_33 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_61_33_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_62_40 {
	color: inherit;
}

.con_62_40 h1,
.con_62_40 h2,
.con_62_40 h3,
.con_62_40 h4,
.con_62_40 h5,
.con_62_40 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_62_40 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_62_40 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_62_40 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_62_40 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_62_40 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_62_40 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_62_40 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_62_40_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_63_48 {
	color: inherit;
}

.con_63_48 h1,
.con_63_48 h2,
.con_63_48 h3,
.con_63_48 h4,
.con_63_48 h5,
.con_63_48 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_63_48 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_63_48 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_63_48 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_63_48 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_63_48 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_63_48 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_63_48 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_63_48_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_64_47 {
	color: inherit;
}

.con_64_47 h1,
.con_64_47 h2,
.con_64_47 h3,
.con_64_47 h4,
.con_64_47 h5,
.con_64_47 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_64_47 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_64_47 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_64_47 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_64_47 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_64_47 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_64_47 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_64_47 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_64_47_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_70_0 .w-line {
	/*-block-*/
	display: block;
	/*-margin-*/
	margin: 0;
	margin-top: -0.5px;
	padding: 0;
	/*-top-*/
	top: 50%;
	/*-size-*/
	width: 89px;
	height: 1px;
	/*-font-*/
	font-size: 0;
	/*-border-*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d85c6;
	/*-box-shadow-*/
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.con_76_16 {
	color: inherit;
}

.con_76_16 h1,
.con_76_16 h2,
.con_76_16 h3,
.con_76_16 h4,
.con_76_16 h5,
.con_76_16 h6 {
	font-weight: normal;
	line-height: 1.2;
}

.con_76_16 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.con_76_16 h1 {
	font-size: 2em;
	font-weight: normal;
}

.con_76_16 h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.con_76_16 h4 {
	font-size: 13px;
	font-weight: normal;
}

.con_76_16 h5 {
	font-size: 0.83em;
	font-weight: normal;
}

.con_76_16 h6 {
	font-size: 0.67em;
	font-weight: normal;
}

#cke_txtc_con_76_16 {
	z-index: 100000 !important;
}

.cke_editor_txtc_con_76_16_dialog .cke_dialog {
	z-index: 100010 !important;
}

.cke_dialog_background_cover {
	z-index: 100000 !important;
}

.hidden-border {
	border: transparent 1px dotted;
}

table.cke_show_border,
table.cke_show_border&gt;tr&gt;td,
table.cke_show_border&gt;tr&gt;th,
table.cke_show_border&gt;tbody&gt;tr&gt;td,
table.cke_show_border&gt;tbody&gt;tr&gt;th,
table.cke_show_border&gt;thead&gt;tr&gt;td,
table.cke_show_border&gt;thead&gt;tr&gt;th,
table.cke_show_border&gt;tfoot&gt;tr&gt;td,
table.cke_show_border&gt;tfoot&gt;tr&gt;th {
	border: #d3d3d3 1px dotted;
}

.con_81_55 {
	overflow: hidden !important;
}

.con_81_55 .w-image-box {
	text-align: center;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-radius: 1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.con_81_55 .w-image-box img {
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
	/*object-fit: cover;*/
}

.con_81_55 .w-image-box .imgCliped {
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.con_84_27 .w-code {
	/*-padding-*/
	padding: 0;
	margin: 0;
	/*-size-*/
	width: 1346px;
	height: 879px;
}</pre></body></html>