.tem_1_30>.w-label {
    margin: 0;
    padding: 0;
    /* SIZE */
    width: 100%;
    height: 100%;
    /* box shadow */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.tem_1_30>.w-label>.w-label-tips {
    /* reset */
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

/* global */
.tem_1_30>.w-label>.w-label-tips .w-label-tips-item {
    /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: center;
    position: relative;
    /* size */
    width: 150px;
    height: 32px;
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 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;
    /* border */
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    cursor: pointer;
}

.tem_1_30>.w-label>.w-label-tips .w-label-tips-line {
    margin: 0;
    padding: 0;
    width: 0px;
    height: 32px;
    float: left;
    background-color: rgba(238, 238, 238, 0);
    list-style: none;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.tem_1_30>.w-label>.w-label-tips .w-label-tips-item a {
    /* reset */
    margin: 0;
    padding: 0;
    /* size */
    height: 32px;
    line-height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* font */
    font-family: Arial;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.tem_1_30>.w-label>.w-label-content {
    margin: 0;
    padding: 0;
    /* border */
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: #eee;
    border-bottom-color: #eee;
    border-left-color: transparent;
}

.tem_1_30>.w-label>.w-label-content>.w-label-content-item {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    /* 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;
}

/* Hover */
.tem_1_30>.w-label>.w-label-tips .w-label-tips-item a:hover {
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* Current */
.tem_1_30>.w-label>.w-label-tips .w-label-tips-item.current {
    /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: center;
    /* size */
    width: 150px;
    /* background */
    background-color: transparent;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background: -webkit-linear-gradient(none, none) !important;
    background: -moz-linear-gradient(none, none) !important;
    background: -ms-linear-gradient(none, none) !important;
    background: linear-gradient(none, none) !important;
    background-size: auto;
}

.tem_1_30>.w-label>.w-label-tips .w-label-tips-item.current {
    /* border */
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tem_1_30>.w-label>.w-label-tips .w-label-tips-item.current a {
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    z-index: 3;
}

.tem_1_30>.w-label>.w-label-content>.w-label-content-item.current {
    display: block;
}

.tem_1_30>.w-label>.w-label-tips>.w-label-tips-line.current {
    background-color: rgba(238, 238, 238, 0.32);
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tem_4_18 .w-nav {
    /* reset */
    margin: 0;
    padding: 0;
    /* size */
    width: 133px;
    height: 232px;
    /* 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_4_18 .w-nav:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1
}

.tem_4_18 .w-nav .w-nav-inner {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 25%;
    line-height: 232px-inner;
    position: relative;
    /* background */
    background-color: rgb(255, 255, 255);
    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_4_18 .w-nav .w-nav-item {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}

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

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

.tem_4_18 .w-nav .w-nav-item .w-nav-item-link {
    /* reset */
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
    display: block;
    height: 100%;
    color: #555555;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tem_4_18 .w-nav .w-nav-item .w-nav-item-link .w-link-txt {
    font-family: Arial;
    font-size: 14px;
}

.tem_4_18 .w-nav .w-nav-item .w-nav-item-link .mw-iconfont {
    font-size: 14px;
}

.tem_4_18 .w-nav .w-aubnav-item {
    margin: 0;
    padding: 0;
}

.tem_4_18 .w-nav .w-subnav {
    /* reset */
    margin: 0;
    padding: 0;
    position: absolute;
    left: 133px;
    top: 0;
    width: 100%;
    width: ;
    display: none;
    overflow: hidden;
}

.tem_4_18 .w-nav .w-subnav.userWidth .w-link-txt {
    width: 100%;
}

.tem_4_18 .w-nav .w-subnav-item {
    /* reset */
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    /* background */
    background-color: rgb(255, 255, 255);
    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_4_18 .w-nav .w-subnav-item .w-subnav-link {
    /* reset */
    margin: 0;
    padding: 0 15px;
    outline: none;
    display: block;
    color: #555555;
    height: 100%;
    line-height: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.tem_4_18 .w-nav .w-subnav-item .w-subnav-link .w-link-txt {
    font-family: Arial;
}

/* hover */
.tem_4_18 .w-nav .w-nav-inner:hover {
    background-color: rgb(243, 243, 243);
    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_4_18 .w-nav .w-nav-item:hover .w-nav-item-link:hover {
    color: #555555;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* subnav-hover */
.tem_4_18 .w-subnav .w-subnav-item:hover {
    background-color: rgb(243, 243, 243);
    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_4_18 .w-nav .w-subnav-item:hover .w-subnav-link:hover {
    color: #555555;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* current */
.tem_4_18 .w-nav .w-nav-item.current {
    background-color:  ;
    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_4_18 .w-nav .w-nav-item.current .w-nav-item-link {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

/* current */
.tem_4_18 .w-nav .w-subnav-item.current {
    background-color: var(--cl-);
    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_4_18 .w-nav .w-subnav-item.current .w-subnav-link {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#smv_tem_43_4 {
    height: auto !important;
}

.tem_43_4 .w-language {
    /* margin */
    padding: 0;
    margin: 0;
    /* size */
    width: 122px;
    height: 20px;
}

.tem_43_4 .w-language .w-language-group {
    /* margin */
    margin: 0;
    padding: 0;
    /* size */
    width: 100%;
    height: auto;
}

.tem_43_4 .w-language .w-language-group .w-language-item {
    padding: 0;
    /*float*/
    float: left;
    /*font*/
    line-height: 20px;
    list-style: none;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-link {
    padding: 0;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: Arial;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-link:hover {
    /*font*/
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-item-line {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 20px;
    border-left: 1px solid #ddd;
    margin: 0 5px;
    vertical-align: top;
}

.tem_43_4 .w-language .w-language-group .w-language-item:last-child .w-language-item-line {
    display: none;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    font-size: 0;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-img .w-language-img-line {
    height: 100%;
    width: 1px;
    margin-left: -1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.tem_43_4 .w-language .w-language-group .w-language-item .w-language-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*- Clearfix -*/
.f-clearfix:before,
.f-clearfix:after {
    content: "";
    display: table;
}

.f-clearfix:after {
    clear: both;
    overflow: hidden;
}

.f-clearfix {
    zoom: 1;
}

.tem_8_43 {
    position: relative;
}

.tem_8_43 .fullcolumn-outer {
    background-color: rgb(32, 35, 42);
    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;
}

.tem_8_43 .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 .tem_8_43 .fullcolumn-outer {
    left: 0 !important;
}

.tem_9_43>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.tem_9_43>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.tem_11_43 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_tem_11_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>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;
}

.tem_12_43 .w-company-info {
    line-height: 14px;
    text-align: left;
}

.tem_12_43 .w-company-info .company-info-item a {
    width: 100%;
    font-family: Arial;
    color: #787b80;
    font-size: 12px;
}

.tem_12_43 .w-company-info .company-info-item:first-child {
    padding-left: 0;
}

.tem_12_43 .w-company-info .company-info-item {
    padding-left: 0px;
}

.tem_12_43 .w-company-info .company-info-item .company-info-icon {
    vertical-align: top;
}

.tem_12_43 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_12_43 .w-company-info .company-info-item .ltd-icon {
    margin-right: 5px;
    color: #D7D7D7;
    font-size: 12px;
}

.tem_13_43 .w-company-info {
    line-height: 14px;
    text-align: left;
}

.tem_13_43 .w-company-info .company-info-item a {
    width: 100%;
    font-family: Arial;
    color: #787b80;
    font-size: 12px;
}

.tem_13_43 .w-company-info .company-info-item:first-child {
    padding-left: 0;
}

.tem_13_43 .w-company-info .company-info-item {
    padding-left: 0px;
}

.tem_13_43 .w-company-info .company-info-item .company-info-icon {
    vertical-align: top;
}

.tem_13_43 .w-company-info .company-info-item .company-info-icon.mw-icon-hide {
    display: none
}

.tem_13_43 .w-company-info .company-info-item .ltd-icon {
    margin-right: 5px;
    color: #D7D7D7;
    font-size: 12px;
}

.con_3_44 .w-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 480px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1 !important;
}

.con_3_44 .w-slide-inner {
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    height: 480px;
    overflow: hidden;
}

.con_3_44 .w-slide-inner .content-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.con_3_44 .w-slide-inner .content-box>.content-box-inner {
    width: 100% !important;
    height: 480px !important;
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    background-size: cover;
}

.con_3_44 .w-slide-inner .content-box>.smAreaC {
    height: 480px;
}

.con_3_44 .w-slide-btn-box {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.con_3_44 .w-slide-btn-box div,
.con_3_44 .w-slide-btn-box div:hover,
.con_3_44 .w-slide-btn-box .w-slide-btnav {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.con_3_44 .w-slide-btn-box .w-slide-btnav {
    background-color: transparent;
}

.con_3_44 .w-slide-btn-box div {
    background-color: rgba(0, 0, 0, 0.02);
}

.con_3_44 .w-slide-btn-box .w-slide-btnav {
    background-color: rgba(255, 255, 255, 0.2);
}

.con_3_44 .w-slide-btn-box .w-slide-btndn,
.con_3_44 .w-slide-btn-box .dn:hover {}

.con_3_44 .w-slide .w-slide-arrowl {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px !important;
}

.con_3_44 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 0;
    top: 0px;
    left: auto !important;
    right: 10px;
}

.con_3_44 .w-slide .w-slide-arrowl,
.con_3_44 .w-slide .w-slide-arrowr {
    margin: 0;
    padding: 20px 8px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.con_3_44 .w-slide .w-slide-arrowl .w-itemicon,
.con_3_44 .w-slide .w-slide-arrowr .w-itemicon {
    color: #FFF;
    font-size: 14px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
}

.con_3_44 .w-slide .w-slide-arrowl:hover {
    color: #fff;
}

.con_3_44 .w-slide .w-slide-arrowr:hover {
    color: #fff;
}

.con_3_44 .w-slide .w-slide-arrowl.w-slide-arrowldn {
    background-position: -256px -37px;
}

.con_3_44 .w-slide .w-slide-arrowr.w-slide-arrowrdn {
    background-position: -315px -37px;
}

.con_3_44 {
    position: relative;
}

.smart-resize .con_3_44 .w-slide-control {
    display: block;
}

.con_3_44 .w-slide-control {
    display: none;
    padding: 0 8px;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background-color: #609ee9;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.con_3_44 .w-slide-control.w-control-top {
    top: -32px;
    left: 248px;
}

.con_3_44 .w-slide-control.w-control-bottom {
    bottom: -32px;
    left: 248px;
    border-radius: 0 0 4px 4px;
}

.con_3_44 .w-slide-control .w-control-link {
    width: 20px;
    height: 32px;
    float: left;
    text-decoration: none;
}

.con_3_44 .w-slide-control .w-control-link .w-control-icon {
    margin-top: 7px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    background-color: #3E89E5;
}

.con_3_44 .w-slide-control .w-control-link .w-control-icon .mw-iconfont {
    color: #FFF;
    font-size: 10px;
}

.con_3_44 .w-slide-control .w-control-text {
    width: 80px;
    float: left;
    display: inline-block;
    font-family: Tahoma;
}

.con_3_44 .w-slide-control .w-control-link .mw-iconfont {
    font-size: 12px;
    color: #FFF;
}

.con_3_44 .w-slide-control .w-control-link .mw-iconfont:hover {
    color: #ecf5ff;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

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

.con_170_54>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.con_170_54>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_5_30 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_5_30_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_173_27 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_173_27_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;
}

@-webkit-keyframes slideInRight {
    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 slideInRight {
    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;
    }
}

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

.con_272_41 .w-line {
    /*-block-*/
    display: block;
    /*-margin-*/
    margin: 0;
    margin-top: -0;
    padding: 0;
    /*-top-*/
    top: 50%;
    /*-size-*/
    width: 70px;
    height: 1px;
    /*-font-*/
    font-size: 0;
    /*-border-*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #002397;
    /*-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_273_41 .w-line {
    /*-block-*/
    display: block;
    /*-margin-*/
    margin: 0;
    margin-top: -0;
    padding: 0;
    /*-top-*/
    top: 50%;
    /*-size-*/
    width: 70px;
    height: 1px;
    /*-font-*/
    font-size: 0;
    /*-border-*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #002397;
    /*-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_30 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_7_30_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_174_3>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: #F5F5F5;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.con_174_3>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_176_20 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_176_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>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;
}

@-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_310_42 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_310_42_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_528_29 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_528_29_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_529_11 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px none #ffffff;
    border-right: 2px none #ffffff;
    border-bottom: 2px none #ffffff;
    border-left: 2px none #ffffff;
    border-radius: 0;
    background-color: var(--cl-);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_529_11 .w-button:hover {
    border-color: var(--cl-);
    background-color: var(--cl-);
    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_529_11 .w-button:hover .w-button-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_529_11 .w-button:hover .w-button-icon {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

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

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

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

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

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

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

.con_529_11 .hover-effect:hover::before {
    background-color: var(--cl-);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_529_11 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_529_11 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_411_26 {
    position: relative;
}

.con_411_26 .fullcolumn-outer {
    background-color: transparent;
    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_411_26 .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_411_26 .fullcolumn-outer {
    left: 0 !important;
}

.con_480_23 {
    position: relative;
}

.con_480_23 .fullcolumn-outer {
    background-color: rgba(0, 0, 0, 0.03);
    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_480_23 .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_480_23 .fullcolumn-outer {
    left: 0 !important;
}

.con_487_23 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_487_23_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_552_6>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px none #eee;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_552_6>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_552_6>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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;
    border-top: 1px none transparent;
    border-bottom: 1px none transparent;
    border-right: 1px none transparent;
    border-left: 1px none transparent;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 5.000000px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0.000000px 5.000000px 16px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0.000000px 5.000000px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0.000000px 5.000000px 16px rgba(0, 0, 0, 0.3);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_553_6 {
    overflow: hidden !important;
}

.con_553_6 .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_553_6 .w-image-box img {
    border: 0;
    width: 768px;
    height: 320px;
    display: block;
    /*object-fit: cover;*/
}

.con_553_6 .w-image-box .imgCliped {
    width: 768px !important;
    height: 320px !important;
    margin-left: -281px !important;
    margin-top: -0.015625px !important;
}

.con_555_6 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_555_6_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_556_6 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--cl-);
    border-right: 2px solid var(--cl-);
    border-bottom: 2px solid var(--cl-);
    border-left: 2px solid var(--cl-);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_556_6 .w-button:hover {
    border-color: var(--cl-);
    background-color: transparent;
    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_556_6 .w-button:hover .w-button-text {
    color: var(--cl-);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_556_6 .w-button:hover .w-button-icon {
    color: var(--cl-);
    font-size: 14px;
    font-weight: 400;
}

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

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

.con_556_6 .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

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

.con_556_6 .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.con_556_6 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_556_6 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_556_6 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_556_6 .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: auto;
    background: linear-gradient(none, none);
}

.con_556_6 .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_556_6 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_556_6 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_488_34 {
    position: relative;
}

.con_488_34 .fullcolumn-outer {
    background-color: transparent;
    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_488_34 .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_488_34 .fullcolumn-outer {
    left: 0 !important;
}

.con_489_34>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px none #eee;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_489_34>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_489_34>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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;
    border-top: 1px none transparent;
    border-bottom: 1px none transparent;
    border-right: 1px none transparent;
    border-left: 1px none transparent;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_490_34 {
    overflow: hidden !important;
}

.con_490_34 .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_490_34 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

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

.con_491_34 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_491_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>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_533_5 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_533_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_534_52 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--cl-);
    border-right: 2px solid var(--cl-);
    border-bottom: 2px solid var(--cl-);
    border-left: 2px solid var(--cl-);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_534_52 .w-button:hover {
    border-color: var(--cl-);
    background-color: transparent;
    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_534_52 .w-button:hover .w-button-text {
    color: var(--cl-);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_534_52 .w-button:hover .w-button-icon {
    color: var(--cl-);
    font-size: 14px;
    font-weight: 400;
}

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

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

.con_534_52 .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

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

.con_534_52 .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.con_534_52 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_534_52 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_534_52 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_534_52 .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: auto;
    background: linear-gradient(none, none);
}

.con_534_52 .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_534_52 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_534_52 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_569_26 .w-category {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 154px;
    height: 45px;
    /*border*/
    border-top: 1px none #eee;
    border-right: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    /* border radius */
    border-radius: 0;
    /* box-shadow */
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.con_569_26 .w-category ul {
    margin: 0;
    padding: 0;
}

.con_569_26 .w-category ul li {
    position: relative;
    display: block;
    list-style: none;
}

.con_569_26 .w-category h3 {
    display: block;
    margin: 0;
}

.con_569_26 .w-category h3 a {
    display: block;
    padding: 12px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con_569_26 .w-category h3 a i {
    float: right;
}

.con_569_26 ul.w-category-list {
    /*-size-*/
    width: 154px;
    height: 45px;
}

.con_569_26 .w-category .w-category-list-item:last-of-type .w-category-list-title,
.con_569_26 ul li.w-category-listsecond-item:last-of-type,
.con_569_26 ul li.w-category-listthird-item:last-of-type {
    border-bottom: 0;
}

.con_569_26 ul li.w-category-list-item:first-child .w-category-list-title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.con_569_26 ul li.w-category-list-item:last-child .w-category-list-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.con_569_26 .w-category-list-title {
    /* border */
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_569_26 .w-category-list-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_569_26 .w-category-list-title a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width:154px;*/
}

.con_569_26 .w-category-list-title a i {
    font-size: 12px;
}

.con_569_26 .w-category-list-item:hover .w-category-list-title,
.con_569_26 .w-category-list-title.active {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 .w-category-list-item:hover .w-category-list-title a,
.con_569_26 .w-category-list-title.active a {
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-list-item.on .w-category-list-title {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-list-item.on .w-category-list-title a {
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul.w-category-listsecond {
    display: none;
}

.con_569_26 ul li.w-category-listsecond-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_569_26 ul li.w-category-listsecond-item .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_569_26 ul li.w-category-listsecond-item .w-category-listsecond-title a {
    padding-left: 24px;
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_569_26 ul li.w-category-listsecond-item .w-category-listsecond-title a i {
    font-size: 12px;
}

.con_569_26 ul li.w-category-listsecond-item .w-category-listsecond-title:hover,
.con_569_26 ul li.w-category-listsecond-item.active .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listsecond-item .w-category-listsecond-title:hover a,
.con_569_26 ul li.w-category-listsecond-item.active .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listsecond-item.on .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listsecond-item.on .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul.w-category-listthird {
    position: absolute;
    left: 154px;
    top: 0;
    display: block;
    width: 154px;
    display: none;
}

.con_569_26 ul li.w-category-listthird-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_569_26 ul li.w-category-listthird-item .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_569_26 ul li.w-category-listthird-item .w-category-listthird-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_569_26 ul li.w-category-listthird-item .w-category-listthird-title a i {
    font-size: 12px;
}

.con_569_26 ul li.w-category-listthird-item .w-category-listthird-title:hover,
.con_569_26 ul li.w-category-listthird-item.active .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listthird-item .w-category-listthird-title:hover a,
.con_569_26 ul li.w-category-listthird-item.active .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listthird-item.on .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_569_26 ul li.w-category-listthird-item.on .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_495_34 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_495_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>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_537_19>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px none #eee;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_537_19>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_537_19>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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;
    border-top: 1px none transparent;
    border-bottom: 1px none transparent;
    border-right: 1px none transparent;
    border-left: 1px none transparent;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_538_19 {
    overflow: hidden !important;
}

.con_538_19 .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_538_19 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

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

.con_539_19 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_539_19_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_540_19 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_540_19_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_548_20 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--cl-);
    border-right: 2px solid var(--cl-);
    border-bottom: 2px solid var(--cl-);
    border-left: 2px solid var(--cl-);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_548_20 .w-button:hover {
    border-color: var(--cl-);
    background-color: transparent;
    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_548_20 .w-button:hover .w-button-text {
    color: var(--cl-);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_548_20 .w-button:hover .w-button-icon {
    color: var(--cl-);
    font-size: 14px;
    font-weight: 400;
}

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

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

.con_548_20 .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

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

.con_548_20 .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.con_548_20 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_548_20 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_548_20 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_548_20 .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: auto;
    background: linear-gradient(none, none);
}

.con_548_20 .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_548_20 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_548_20 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_571_34 .w-category {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 154px;
    height: 45px;
    /*border*/
    border-top: 1px none #eee;
    border-right: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    /* border radius */
    border-radius: 0;
    /* box-shadow */
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.con_571_34 .w-category ul {
    margin: 0;
    padding: 0;
}

.con_571_34 .w-category ul li {
    position: relative;
    display: block;
    list-style: none;
}

.con_571_34 .w-category h3 {
    display: block;
    margin: 0;
}

.con_571_34 .w-category h3 a {
    display: block;
    padding: 12px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con_571_34 .w-category h3 a i {
    float: right;
}

.con_571_34 ul.w-category-list {
    /*-size-*/
    width: 154px;
    height: 45px;
}

.con_571_34 .w-category .w-category-list-item:last-of-type .w-category-list-title,
.con_571_34 ul li.w-category-listsecond-item:last-of-type,
.con_571_34 ul li.w-category-listthird-item:last-of-type {
    border-bottom: 0;
}

.con_571_34 ul li.w-category-list-item:first-child .w-category-list-title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.con_571_34 ul li.w-category-list-item:last-child .w-category-list-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.con_571_34 .w-category-list-title {
    /* border */
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_571_34 .w-category-list-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_571_34 .w-category-list-title a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width:154px;*/
}

.con_571_34 .w-category-list-title a i {
    font-size: 12px;
}

.con_571_34 .w-category-list-item:hover .w-category-list-title,
.con_571_34 .w-category-list-title.active {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 .w-category-list-item:hover .w-category-list-title a,
.con_571_34 .w-category-list-title.active a {
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-list-item.on .w-category-list-title {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-list-item.on .w-category-list-title a {
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul.w-category-listsecond {
    display: none;
}

.con_571_34 ul li.w-category-listsecond-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_571_34 ul li.w-category-listsecond-item .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_571_34 ul li.w-category-listsecond-item .w-category-listsecond-title a {
    padding-left: 24px;
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_571_34 ul li.w-category-listsecond-item .w-category-listsecond-title a i {
    font-size: 12px;
}

.con_571_34 ul li.w-category-listsecond-item .w-category-listsecond-title:hover,
.con_571_34 ul li.w-category-listsecond-item.active .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listsecond-item .w-category-listsecond-title:hover a,
.con_571_34 ul li.w-category-listsecond-item.active .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listsecond-item.on .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listsecond-item.on .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul.w-category-listthird {
    position: absolute;
    left: 154px;
    top: 0;
    display: block;
    width: 154px;
    display: none;
}

.con_571_34 ul li.w-category-listthird-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_571_34 ul li.w-category-listthird-item .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_571_34 ul li.w-category-listthird-item .w-category-listthird-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_571_34 ul li.w-category-listthird-item .w-category-listthird-title a i {
    font-size: 12px;
}

.con_571_34 ul li.w-category-listthird-item .w-category-listthird-title:hover,
.con_571_34 ul li.w-category-listthird-item.active .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listthird-item .w-category-listthird-title:hover a,
.con_571_34 ul li.w-category-listthird-item.active .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listthird-item.on .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_571_34 ul li.w-category-listthird-item.on .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_542_4>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px none #eee;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_542_4>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_542_4>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-right: 1px none #eee;
    border-left: 1px none #eee;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_543_4 {
    overflow: hidden !important;
}

.con_543_4 .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_543_4 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

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

.con_544_4 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_544_4_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_545_4 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_545_4_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_549_52 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--cl-);
    border-right: 2px solid var(--cl-);
    border-bottom: 2px solid var(--cl-);
    border-left: 2px solid var(--cl-);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_549_52 .w-button:hover {
    border-color: var(--cl-);
    background-color: transparent;
    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_549_52 .w-button:hover .w-button-text {
    color: var(--cl-);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_549_52 .w-button:hover .w-button-icon {
    color: var(--cl-);
    font-size: 14px;
    font-weight: 400;
}

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

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

.con_549_52 .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

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

.con_549_52 .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.con_549_52 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_549_52 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_549_52 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_549_52 .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: auto;
    background: linear-gradient(none, none);
}

.con_549_52 .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_549_52 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_549_52 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_572_4 .w-category {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 154px;
    height: 45px;
    /*border*/
    border-top: 1px none #eee;
    border-right: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    /* border radius */
    border-radius: 0;
    /* box-shadow */
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.con_572_4 .w-category ul {
    margin: 0;
    padding: 0;
}

.con_572_4 .w-category ul li {
    position: relative;
    display: block;
    list-style: none;
}

.con_572_4 .w-category h3 {
    display: block;
    margin: 0;
}

.con_572_4 .w-category h3 a {
    display: block;
    padding: 12px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con_572_4 .w-category h3 a i {
    float: right;
}

.con_572_4 ul.w-category-list {
    /*-size-*/
    width: 154px;
    height: 45px;
}

.con_572_4 .w-category .w-category-list-item:last-of-type .w-category-list-title,
.con_572_4 ul li.w-category-listsecond-item:last-of-type,
.con_572_4 ul li.w-category-listthird-item:last-of-type {
    border-bottom: 0;
}

.con_572_4 ul li.w-category-list-item:first-child .w-category-list-title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.con_572_4 ul li.w-category-list-item:last-child .w-category-list-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.con_572_4 .w-category-list-title {
    /* border */
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_572_4 .w-category-list-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_572_4 .w-category-list-title a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width:154px;*/
}

.con_572_4 .w-category-list-title a i {
    font-size: 12px;
}

.con_572_4 .w-category-list-item:hover .w-category-list-title,
.con_572_4 .w-category-list-title.active {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 .w-category-list-item:hover .w-category-list-title a,
.con_572_4 .w-category-list-title.active a {
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-list-item.on .w-category-list-title {
    /* background */
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-list-item.on .w-category-list-title a {
    /* font */
    color: transparent;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul.w-category-listsecond {
    display: none;
}

.con_572_4 ul li.w-category-listsecond-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_572_4 ul li.w-category-listsecond-item .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_572_4 ul li.w-category-listsecond-item .w-category-listsecond-title a {
    padding-left: 24px;
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_572_4 ul li.w-category-listsecond-item .w-category-listsecond-title a i {
    font-size: 12px;
}

.con_572_4 ul li.w-category-listsecond-item .w-category-listsecond-title:hover,
.con_572_4 ul li.w-category-listsecond-item.active .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listsecond-item .w-category-listsecond-title:hover a,
.con_572_4 ul li.w-category-listsecond-item.active .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listsecond-item.on .w-category-listsecond-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listsecond-item.on .w-category-listsecond-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul.w-category-listthird {
    position: absolute;
    left: 154px;
    top: 0;
    display: block;
    width: 154px;
    display: none;
}

.con_572_4 ul li.w-category-listthird-item {
    /* border */
    border-bottom: 0 solid transparent;
}

.con_572_4 ul li.w-category-listthird-item .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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_572_4 ul li.w-category-listthird-item .w-category-listthird-title a {
    /* font */
    font-family: Tahoma;
    font-size: 12px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.con_572_4 ul li.w-category-listthird-item .w-category-listthird-title a i {
    font-size: 12px;
}

.con_572_4 ul li.w-category-listthird-item .w-category-listthird-title:hover,
.con_572_4 ul li.w-category-listthird-item.active .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listthird-item .w-category-listthird-title:hover a,
.con_572_4 ul li.w-category-listthird-item.active .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listthird-item.on .w-category-listthird-title {
    /* background */
    background-color: rgba(249, 249, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    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;
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_572_4 ul li.w-category-listthird-item.on .w-category-listthird-title a {
    /* font */
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.con_562_32>.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 1px none #eee;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-left: 1px none #eee;
    border-radius: 0px;
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    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;
    /*-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;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_562_32>.w-container>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.con_562_32>.w-container:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-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;
    border-top: 1px none #eee;
    border-bottom: 1px none #eee;
    border-right: 1px none #eee;
    border-left: 1px none #eee;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0.000000px 3.000000px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.con_563_32 {
    overflow: hidden !important;
}

.con_563_32 .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_563_32 .w-image-box img {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/
}

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

.con_564_32 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_564_32_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_565_32 {
    color: inherit;
}

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

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

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

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

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

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

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

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

.cke_editor_txtc_con_565_32_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_566_32 .w-button {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--cl-);
    border-right: 2px solid var(--cl-);
    border-bottom: 2px solid var(--cl-);
    border-left: 2px solid var(--cl-);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    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_566_32 .w-button:hover {
    border-color: var(--cl-);
    background-color: transparent;
    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_566_32 .w-button:hover .w-button-text {
    color: var(--cl-);
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

.con_566_32 .w-button:hover .w-button-icon {
    color: var(--cl-);
    font-size: 14px;
    font-weight: 400;
}

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

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

.con_566_32 .w-button .w-button-icon {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
}

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

.con_566_32 .w-button .w-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: var(--cl-);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    transition: color .3s;
}

.con_566_32 .hover-effect[data-effect-name="shutter-out-vertical"]:hover,
.con_566_32 .hover-effect[data-effect-name="shutter-out-horizontal"]:hover,
.con_566_32 .hover-effect[data-effect-name="rectangle-out"]:hover,
.con_566_32 .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: auto;
    background: linear-gradient(none, none);
}

.con_566_32 .hover-effect:hover::before {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
}

.con_566_32 .hover-effect[data-effect-name="underline-from-center"]:hover::before {
    background: var(--cl-) !important;
}

.con_566_32 .hover-effect[data-effect-name="overline-from-center"]:hover::before {
    background: var(--cl-) !important;
}