html, body {
  overflow: hidden;
  height: 100%;
}
#superContainer {
  height: 100%;
  position: relative;
}
.con_30_12 .w-fullpage-menu {
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  right: 17px;
  top: 50%;
  list-style-type: none;
  z-index: 70;
  display: none;
}
.con_30_12 .w-fullpage-menu li {
  float: right;
  display: block;
  clear: both;
  overflow: hidden;
}
.con_30_12 .w-fullpage-menu li a {
  float: right;
  padding: 7px 0;
  
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  text-decoration: none;
}
.con_30_12 .w-fullpage-menu li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.con_30_12 .w-fullpage-menu li a i:before {
  font-family: "mw-iconfont" !important;
  font-style: normal;
  font-size: 14px;
  content: "\b111";
  margin-left: 10px;
}
.con_30_12 .w-fullpage-menu li.active a {
  color: rgba(255, 255, 255, 1);
}
.con_30_12 .w-fullpage-menu li.active a i:before {
  content: "\b067";
  color: rgba(255, 255, 255, 1);
}
.con_30_12 .w-fullpage-menu.fp-titleno a span {
  display: none;
}
.con_30_12 .w-fullpage-menu.fp-dotno a i {
  display: none;
}
.con_30_12 .section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_30_12 .w-fullpage .go-next {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 99;
  cursor: pointer;
  -webkit-animation: fade 2s infinite linear;
  animation: fade 3s infinite linear;
}
.con_30_12 .w-fullpage .go-next i {
  font-size: 38px;
}
.con_30_12 .w-fullpage.fp-arrowno .go-next {
  display: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.3;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.3;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
#smv_con_30_12.smart-resize::after {
  z-index: -1 !important;
}
.con_30_12 .section .pageitem {
  position: absolute;
  height: 100%;
  width: 100%;
}
.con_30_12 .section .pageborder {
  border: dotted 1px #ccc;
}
.con_30_12 .fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ -moz-box-sizing: border-box; /* <=28 */ box-sizing: border-box;
}
.con_30_12 .fp-slide {
  float: left;
}
.con_30_12 .fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.con_30_12 .fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */ transition: all 0.3s ease-out;
}
.con_30_12 .fp-section.fp-table, .con_30_12 .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.con_30_12 .fp-section.fp-table.active, .con_30_12 .fp-slide.fp-table.active {
  z-index: 10;
}
.con_30_12 .fp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.con_30_12 .fp-slidesContainer {
  float: left;
  position: relative;
}
.con_30_12 .fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.con_30_12 .fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.con_30_12 .fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.con_30_12 .fp-scrollable {
  overflow: scroll;
}
.con_30_12 .fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.con_30_12 #fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
.con_30_12 #fp-nav.right {
  right: 17px;
}
.con_30_12 #fp-nav.left {
  left: 17px;
}
.con_30_12 .fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.con_30_12 .fp-slidesNav.bottom {
  bottom: 17px;
}
.con_30_12 .fp-slidesNav.top {
  top: 17px;
}
.con_30_12 #fp-nav ul, .con_30_12 .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
.con_30_12 #fp-nav ul li, .con_30_12 .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: 7px;
  position: relative;
}
.con_30_12 .fp-slidesNav ul li {
  display: inline-block;
}
.con_30_12 #fp-nav ul li a, .con_30_12 .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.con_30_12 #fp-nav ul li a.active span, .con_30_12 .fp-slidesNav ul li a.active span, .con_30_12 #fp-nav ul li:hover a.active span, .con_30_12 .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
.con_30_12 #fp-nav ul li a span, .con_30_12 .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.con_30_12 #fp-nav ul li:hover a span, .con_30_12 .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
.con_30_12 #fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
  display: block;
  opacity: 1;
  width: auto;
  padding-right: 5px;
}
.con_30_12 #fp-nav ul li:hover .fp-tooltip, .con_30_12 #fp-nav ul li.current .fp-tooltip, .con_30_12 #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.con_30_12 #fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
.con_30_12 #fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.con_31_44 {
  color: inherit;
}
.con_31_44 h1, .con_31_44 h2, .con_31_44 h3, .con_31_44 h4, .con_31_44 h5, .con_31_44 h6 {
  font-weight: normal;
  line-height: 1.2;
}
.con_31_44 h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.con_31_44 h1 {
  font-size: 2em;
  font-weight: normal;
}
.con_31_44 h3 {
  font-size: 1.17em;
  font-weight: normal;
}
.con_31_44 h4 {
  font-size: 13px;
  font-weight: normal;
}
.con_31_44 h5 {
  font-size: 0.83em;
  font-weight: normal;
}
.con_31_44 h6 {
  font-size: 0.67em;
  font-weight: normal;
}
#cke_txtc_con_31_44 {
  z-index: 100000 !important;
}
.cke_editor_txtc_con_31_44_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 > tr > td, table.cke_show_border > tr > th, table.cke_show_border > tbody > tr > td, table.cke_show_border > tbody > tr > th, table.cke_show_border > thead > tr > td, table.cke_show_border > thead > tr > th, table.cke_show_border > tfoot > tr > td, table.cke_show_border > tfoot > tr > th {
  border: #d3d3d3 1px dotted;
}
.con_35_5 * {
  box-sizing: content-box;
}
.con_35_5 .w-nav { /* reset */ margin: 0;
  padding: 0; /* border */ border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  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: #ffffff;
  border-left-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.con_35_5 .w-nav:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1
}
.con_35_5 .w-nav .w-nav-inner {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  width: 25%;
  height: 80px;
  line-height: 80px; /* 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;
}
.con_35_5 .w-nav .w-nav-item {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  line-height: inherit;
  overflow: hidden;
}
.con_35_5 .w-nav .w-nav-inner:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.con_35_5 .w-nav .w-nav-inner:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.con_35_5 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
  display: none;
}
.con_35_5 .w-nav .w-nav-item .w-nav-item-link { /* reset */ margin: 0;
  padding: 0 15px;
  text-decoration: none;
  outline: none;
  display: block;
  height: 100%;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_35_5 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
  font-size: 18px;
}
.con_35_5 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
  font-size: 18px;
}
.con_35_5 .w-nav .w-subnav { /* reset */ margin: 0;
  padding: 0;
  position: relative;
  display: none;
  overflow: hidden;
}
.con_35_5 .w-nav .w-subnav.userWidth {
  width: 120px;
}
.con_35_5 .w-nav .w-subnav-item { /* reset */ margin: 0;
  padding: 0;
  list-style: none; /* background */ background-color: #fff;
  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;
}
.con_35_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: #666;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
.con_35_5 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
  font-size: 12px;
}
.con_35_5 .w-nav .w-subnav-item .w-subnav-link .w-link-txt { /* height */ 
} /* hover */ .con_35_5 .w-nav .w-nav-inner .w-nav-item-link.hover {
  margin-top: -80px;
  display: none;
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_35_5 .w-nav .w-nav-inner .w-nav-item:hover .w-nav-item-link {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
} /* subnav-hover */ .con_35_5 .w-subnav .w-subnav-item:hover {
  background-color: #fff;
  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;
}
.con_35_5 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
  color: #14C187;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
} /* current */ .con_35_5 .w-nav .w-nav-item.current {
  background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_35_5 .w-nav .w-nav-item.current .w-nav-item-link {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
} /* current */ .con_35_5 .w-nav .w-subnav-item.current {
  background-color: #fff;
  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;
}
.con_35_5 .w-nav .w-subnav-item.current .w-subnav-link {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
}
.con_36_5 {
  color: inherit;
}
.con_36_5 h1, .con_36_5 h2, .con_36_5 h3, .con_36_5 h4, .con_36_5 h5, .con_36_5 h6 {
  font-weight: normal;
  line-height: 1.2;
}
.con_36_5 h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.con_36_5 h1 {
  font-size: 2em;
  font-weight: normal;
}
.con_36_5 h3 {
  font-size: 1.17em;
  font-weight: normal;
}
.con_36_5 h4 {
  font-size: 13px;
  font-weight: normal;
}
.con_36_5 h5 {
  font-size: 0.83em;
  font-weight: normal;
}
.con_36_5 h6 {
  font-size: 0.67em;
  font-weight: normal;
}
#cke_txtc_con_36_5 {
  z-index: 100000 !important;
}
.cke_editor_txtc_con_36_5_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 > tr > td, table.cke_show_border > tr > th, table.cke_show_border > tbody > tr > td, table.cke_show_border > tbody > tr > th, table.cke_show_border > thead > tr > td, table.cke_show_border > thead > tr > th, table.cke_show_border > tfoot > tr > td, table.cke_show_border > tfoot > tr > th {
  border: #d3d3d3 1px dotted;
}
.con_37_5 .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;
}
.con_37_5 .w-image-box img {
  border: 0;
  width: 100%;
  height: 100%; /*object-fit: cover;*/
}
.con_38_5 * {
  box-sizing: content-box;
}
.con_38_5 .w-nav { /* reset */ margin: 0;
  padding: 0; /* border */ border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  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: #ffffff;
  border-left-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.con_38_5 .w-nav:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1
}
.con_38_5 .w-nav .w-nav-inner {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  width: 25%;
  height: 80px;
  line-height: 80px; /* 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;
}
.con_38_5 .w-nav .w-nav-item {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  line-height: inherit;
  overflow: hidden;
}
.con_38_5 .w-nav .w-nav-inner:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.con_38_5 .w-nav .w-nav-inner:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.con_38_5 .w-nav .w-nav-inner:first-child .w-nav-item .w-nav-item-line {
  display: none;
}
.con_38_5 .w-nav .w-nav-item .w-nav-item-link { /* reset */ margin: 0;
  padding: 0 15px;
  text-decoration: none;
  outline: none;
  display: block;
  height: 100%;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_38_5 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
  font-size: 18px;
}
.con_38_5 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
  font-size: 18px;
}
.con_38_5 .w-nav .w-subnav { /* reset */ margin: 0;
  padding: 0;
  position: relative;
  display: none;
  overflow: hidden;
}
.con_38_5 .w-nav .w-subnav.userWidth {
  width: 120px;
}
.con_38_5 .w-nav .w-subnav-item { /* reset */ margin: 0;
  padding: 0;
  list-style: none; /* background */ background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_38_5 .w-nav .w-subnav-item .w-subnav-link { /* reset */ margin: 0;
  padding: 0 2px;
  height: 100%;
  line-height: 70px;
  outline: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
.con_38_5 .w-nav .w-subnav-item .w-subnav-link .mw-iconfont {
  font-size: 20px;
}
.con_38_5 .w-nav .w-subnav-item .w-subnav-link .w-link-txt { /* height */
} /* hover */ .con_38_5 .w-nav .w-nav-inner .w-nav-item-link.hover {
  margin-top: -80px;
  display: none;
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_38_5 .w-nav .w-nav-inner .w-nav-item:hover .w-nav-item-link {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
} /* subnav-hover */ .con_38_5 .w-subnav .w-subnav-item:hover {
  background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_38_5 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
} /* current */ .con_38_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;
}
.con_38_5 .w-nav .w-nav-item.current .w-nav-item-link {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
} /* current */ .con_38_5 .w-nav .w-subnav-item.current {
  background-color: rgba(48, 48, 48, 0.4);
  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;
}
.con_38_5 .w-nav .w-subnav-item.current .w-subnav-link {
  color: #ffff00;
  font-weight: 400;
  font-style: normal;
  text-decoration: none; /*text-align: center;*/
}
.con_32_48 {
  color: inherit;
}
.con_32_48 h1, .con_32_48 h2, .con_32_48 h3, .con_32_48 h4, .con_32_48 h5, .con_32_48 h6 {
  font-weight: normal;
  line-height: 1.2;
}
.con_32_48 h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.con_32_48 h1 {
  font-size: 2em;
  font-weight: normal;
}
.con_32_48 h3 {
  font-size: 1.17em;
  font-weight: normal;
}
.con_32_48 h4 {
  font-size: 13px;
  font-weight: normal;
}
.con_32_48 h5 {
  font-size: 0.83em;
  font-weight: normal;
}
.con_32_48 h6 {
  font-size: 0.67em;
  font-weight: normal;
}
#cke_txtc_con_32_48 {
  z-index: 100000 !important;
}
.cke_editor_txtc_con_32_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 > tr > td, table.cke_show_border > tr > th, table.cke_show_border > tbody > tr > td, table.cke_show_border > tbody > tr > th, table.cke_show_border > thead > tr > td, table.cke_show_border > thead > tr > th, table.cke_show_border > tfoot > tr > td, table.cke_show_border > tfoot > tr > th {
  border: #d3d3d3 1px dotted;
}
.con_33_25 .w-line { /*-block-*/ display: block; /*-margin-*/ margin: 0;
  margin-top: -5px;
  padding: 0; /*-top-*/ top: 50%; /*-size-*/ width: 422px;
  height: 1px; /*-font-*/ font-size: 0; /*-border-*/ border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #ffff00; /*-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;
}
#smv_con_40_7 {
  height: auto !important;
}
.con_40_7 .formpanel {
  border: 0 solid #e75845;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 0;
}