@charset "utf-8"; /* ===================首页样式========================== */
/* 产品中心 s */
.ind_pro {
    position: relative;
    background: url(../images/ind_pro_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0.72rem;
    overflow: hidden;
    background-color: white;
    z-index: 3;
}

.pro_search {
    width: calc(13rem - 90px);
    margin: 0 auto 0.5rem;
    position: relative;
}

.pro_search .search-ipt {
    width: 100%;
    height: 55px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 18px;
    color: #848484;
    padding-left: 25px;
    padding-right: 70px;
    box-sizing: border-box;
    font-family: "SY-N";
}

.pro_search .search-btn {
    background: url(../images/pro_search.png) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro_search input::-webkit-input-placeholder {
    color: #848484;
    font-family: "SY-N";
}

.pro_search button {
    width: 35px;
    height: 35px;
    background: url(../images/pro_search.png) no-repeat;
    position: absolute;
    right: 35px;
    top: 10px;
    border: none;
    cursor: pointer;
}

.ind_pro .pro_box {
    position: relative;
    margin-bottom: 0.55rem;
}

.ind_pro .pro_box .pro_pic {
    padding: 0 0.45rem;
    height: 550px;
    position: relative;
    width: 1400px;
}

.ind_pro .pro_box .pro_pic a {
    display: block;
    overflow: hidden;
}

.ind_pro .pro_box .pro_pica img {
    float: left;
    display: block;
}

.ind_pro .pro_box .pro_pic.swiper-slide-prev img {
    float: right;
}

.ind_pro .pro_box .pro_text {
    position: absolute;
    width: calc((100% / 1.5) - 725px - 0.45rem);
    height: 550px;
    background: #fff;
    z-index: 1;
    right: calc((100% / 1.5) * 0.25 + 0.45rem);
    top: 0;
}

.ind_pro .pro_box .pro_text .info {
    padding: 80px 80px 0 45px;
    font-family: "SY-N";
    opacity: 0;
}

.ind_pro .pro_box .pro_text .swiper-slide-active .info {
    opacity: 1;
}

.ind_pro .pro_box .pro_text .tit {
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 0.2rem;
    color: #E60012;
    font-family: "SY-N";
}

.ind_pro .pro_box .pro_text .con {
}

.ind_pro .pro_box .pro_text .con ul {
    overflow: hidden;
}

.ind_pro .pro_box .pro_text .con ul li {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 4%;
    border-bottom: 1px solid #909090;
    position: relative;
}

.ind_pro .pro_box .pro_text .con ul li:nth-child(2n) {
    margin-right: 0;
}

.ind_pro .pro_box .pro_text .con ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #E60012;
    z-index: 2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ind_pro .pro_box .pro_text .con ul li:hover::before {
    width: 100%;
}

.ind_pro .pro_box .pro_text .con ul li a {
    display: block;
    color: #909090;
    font-size: 14px;
    padding: 0.12rem 10px 0.12rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "SY-N";
}

.ind_pro .pro_box .pro_text .con ul li:hover a {
    color: white;
    padding-left: 10px;
}

.ind_pro .pro_box .pro_text .con ul li a:after {
    display: block;
    content: '';
    width: 8px;
    height: 11px;
    background: url(../images/icon_r.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5.5px;
    z-index: 1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.ind_pro .pro_box .pro_text .con ul li:hover a:after {
    background-image: url(../images/icon_r_w.png);
}

.ind_pro .pro_nav {
    position: absolute;
    width: 100%;
    height: 46px;
    z-index: 3;
    left: 45px;
    top: 85%;
}

.ind_pro .pro_box .pro_nav .swiper-button-prev, .ind_pro .pro_box .pro_nav .swiper-button-next {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/pro_nav.png) no-repeat;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    bottom: 0;
    transition-duration: .5s;
}

.ind_pro .pro_box .pro_nav .swiper-button-prev {
    left: 0;
    right: auto;
    background-position: 0 0;
}

.ind_pro .pro_box .pro_nav .swiper-button-prev::after {
    display: none;
}

.ind_pro .pro_box .pro_nav .swiper-button-next {
    left: 60px;
    right: auto;
    background-position: -60px 0;
}

.ind_pro .pro_box .pro_nav .swiper-button-next::after {
    display: none;
}

.ind_pro .pro_icon {
    width: 100%;
}

.ind_pro .pro_icon ul {
}

.ind_pro .pro_icon ul li {
    float: left;
    width: 20%;
    height: 120px;
    background-color: #c5000f;
    border-right: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ind_pro .pro_icon ul li:last-child {
    border-right: none;
}

.ind_pro .pro_icon ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    flex-wrap: nowrap;
}

.ind_pro .pro_icon ul li a i {
    display: inline-block;
    text-align: center;
    width: 110px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ind_pro .pro_icon ul li:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.ind_pro .pro_icon ul li a i img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.ind_pro .pro_icon ul li a p {
    font-size: 14px;
    color: white;
    line-height: 20px;
    font-family: "SY-N";
    width: calc(100% - 70px);
}

/* 产品中心 e */
/* 解决方案 s */
.ind_sol {
    padding-top: 0.6rem;
    background-color: white;
    position: relative;
    z-index: 3;
}

.sol_con {
    margin-top: 0.55rem;
}

.sol_con li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 13px 0;
    color: white;
    font-weight: 400;
    overflow: hidden;
    font-family: "SY-R";
}

.sol_con .item {
    position: relative;
}

.sol_con .item .item_img {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.sol_con .item .item_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.sol_con .item:hover .item_img:after {
    background: rgba(230, 0, 18, .8);
}

.sol_con .item .item_img a {
}

.sol_con .item .item_img a img {
    width: 100%;
}

.sol_con .item:hover .item_img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.sol_con .item .item_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.sol_con .item .item_info:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sol_con .item .item_info .wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sol_con .item .item_info .item_title {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    /* font-weight: 600; */
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sol_con .item .item_info .item_title a {
    color: #fff;
}

.sol_con .item .item_info .item_text {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sol_con .item .item_info .item_more {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sol_con .item .item_info .item_more i {
}

.sol_con .item:hover .item_info .item_title, .sol_con .item:hover .item_info .item_text, .sol_con .item:hover .item_info .item_more {
    opacity: 1;
    visibility: visible;
}

.sol_con .item:hover .item_info .item_text {
    margin-top: 15px;
}

.sol_con .item:hover .item_info .item_more {
    color: #fff;
    font-size: 15px;
    margin-top: 1rem;
}

.sol_con .item .item_s_title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.sol_con .item .item_s_title:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sol_con .item:hover .item_s_title {
    opacity: 0;
    visibility: hidden;
}

.sol_con .item .item_s_title a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 22px;
    color: #FFF;
}

.btn_wrap {
    position: absolute;
    bottom: 50px;
    right: 1%;
    z-index: 999;
}

.btn_wrap .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer ;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .5;
}

.btn_wrap .btn.btn_left {
    background-image: url(../images/pd_left.png)
}

.btn_wrap .btn.btn_right {
    background-image: url(../images/pd_right.png)
}

.btn_wrap .btn.btn_left::after,.btn_wrap .btn.btn_right::after {
    display: none;
}

.btn_wrap .btn:hover {
    opacity: 1;
}

/* 解决方案 e */
/* 新闻中心 s */
.ind_new {
    position: relative;
    padding: 0.7rem 0 0.4rem;
    z-index: 3;
    background-color: white;
}

.new_con {
    margin-top: 0.6rem;
}

.new_con ul {
    margin-bottom: 0.65rem;
}

.new_con ul li {
}

.new_con ul li a {
}

.new_con li .com-img {
    position: relative;
    padding-bottom: 75%;
}

.new_con li:hover .com-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.new_con li .com-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_con li .text {
    position: relative;
    padding: 0.25rem 5% 0.2rem;
    background-color: #e5e5e5;
    font-family: "SY-R";
}

.new_con li .text .time {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: rgb(230, 0, 18, .9);
}

.new_con li .text .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #414141;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.new_con li:hover .text .title {
    color: #E60012;
}

.new_con li .text .info {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    color: #787878;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.12rem;
}

.new_con .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #000;
    background: #000;
    opacity: .2;
    box-sizing: content-box;
}

.new_con .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #e60012;
    background: #fff;
}

/* 新闻中心 e */
/* 产品中心 s */
/* 产品中心 e */
/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width: 1599px) {
    /* 1440 × (900/1050) */.ind_pro .pro_box .pro_pic {
        padding: 0 0.3rem;
    }

    .ind_pro .pro_box .pro_text {
        position: absolute;
        width: calc((100% / 1.2) - 725px - 0.3rem);
        height: 550px;
        background: #fff;
        z-index: 1;
        right: calc((100% - 100% / 1.2) / 2 + 0.3rem);
        top: 0;
    }
}

@media all and (max-width: 1439px) {
    /* 1360 × (768) */.ind_pro .pro_box .pro_text {
        position: absolute;
        width: 480px;
        height: 550px;
        background: #fff;
        z-index: 1;
        right: calc((100% - 100% / 1.1) / 2 + 0.3rem);
        top: 0;
    }
}

@media all and (max-width: 1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width: 1279px) {
    /* 1152 × (864) */
}

@media all and (max-width: 1151px) {
    /* 1024 × (600/768) */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
    /* 平板设备 720 适配 */.ind_pro .pro_box {
        padding: 0 4%;
    }

    .pro_search {
        width: 92%;
        margin: 0 auto 0.4rem;
    }

    .ind_pro .pro_box .pro_pic {
        padding: 0;
        height: auto;
    }

    .ind_pro .pro_box .pro_pic img {
        width: 100%;
    }

    .ind_pro .pro_box .pro_text {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
    }

    .ind_pro .pro_box .pro_text .info {
        padding: 0.3rem 0.2rem 0.8rem;
    }

    .ind_pro .pro_box .pro_text .con ul {
        overflow: hidden;
    }

    .ind_pro .pro_box .pro_text .con ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    .ind_pro .pro_box .pro_text .con ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ind_pro .pro_box .pro_text .tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ind_pro .pro_nav {
        width: 100%;
        height: 0.8rem;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .ind_pro .pro_box .pro_nav .swiper-button-prev, .ind_pro .pro_box .pro_nav .swiper-button-next {
        width: 28px;
        height: 28px;
        background-size: auto 100%;
        top: 50%;
        margin-top: -14px;
        background-image: url(../images/m_pro_nav.png);
    }

    .ind_pro .pro_box .pro_nav .swiper-button-next {
        background-position: -36.5px 0;
    }

    .ind_pro .pro_box .pro_nav .swiper-button-prev {
        left: 38%;
    }

    .ind_pro .pro_box .pro_nav .swiper-button-next {
        left: auto;
        right: 38%;
    }
}

@media all and (max-width: 768px) {
    /* 移动终端以上 360 适配 */.ind_pro {
        padding-top: 0.5rem;
    }

    .pro_search input {
        padding-left: 0.2rem;
        padding-right: 0.4rem;
        font-size: 14px;
        height: 40px;
    }

    .pro_search button {
        right: .4rem;
        ;width: 20px;
        height: 20px;
        background-size: contain;
    }

    .ind_pro .pro_box .pro_text .tit {
        font-size: 18px;
        line-height: 1.3;
    }

    .ind_pro .pro_box .pro_text .con ul li a {
        font-size: 12px;
    }

    .sol_con {
        margin-top: 0.4rem;
    }

    .ind_new {
        padding: 0.6rem 0 0.3rem;
    }

    .new_con {
        margin-top: 0.4rem;
    }

    .new_con ul {
        margin-bottom: 0.7rem;
    }

    .sol_con .item .item_info .item_title {
        font-size: 24px;
    }
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 420px) {
}

@media all and (max-width: 376px) {
}
.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {
    display: table;
    content: " ";
}

.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {
    clear: both;
}

.fl-row,.fl-row-content,.fl-col-group,.fl-col,.fl-module,.fl-module-content {
    zoom:1;}

.fl-clear {
    clear: both;
}

.fl-clearfix:before,.fl-clearfix:after {
    display: table;
    content: " ";
}

.fl-clearfix:after {
    clear: both;
}

.fl-clearfix {
    zoom:1;}

.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
    display: none;
}

.fl-row,.fl-row-content {
    margin-left: auto;
    margin-right: auto;
}

.fl-row-content-wrap {
    position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll;
}

.fl-row-bg-video,.fl-row-bg-video .fl-row-content {
    position: relative;
}

.fl-row-bg-video .fl-bg-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.fl-row-bg-video .fl-bg-video video {
    bottom: 0;
    left: 0px;
    position: absolute;
    right: 0;
    top: 0px;
}

.fl-row-bg-video .fl-bg-video iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {
    position: relative;
}

.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1;
}

.fl-row-full-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.fl-row-full-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap {
    height: 1px;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px;
    }
}

.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}*/

.fl-col-group-equal-height .fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}

.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after {
    content: none;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    min-height: 1px;
}

.fl-col {
    float: left;
    min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
    position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2;
}

.fl-module img {
    max-width: 100%;
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

.fl-builder-content .fl-button:hover {
    text-decoration: none;
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px;
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center;
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.fl-builder-content .fl-button-left {
    text-align: left;
}

.fl-builder-content .fl-button-center {
    text-align: center;
}

.fl-builder-content .fl-button-right {
    text-align: right;
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle;
}

.fl-icon-wrap {
    display: inline-block;
}

.fl-icon {
    display: table-cell;
    vertical-align: middle;
}

.fl-icon a {
    text-decoration: none;
}

.fl-icon i {
    float: left;
}

.fl-icon i:before {
    border: none !important;
}

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}

.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.fl-icon-text a {
    text-decoration: none;
}

.fl-photo {
    line-height: 0;
    position: relative;
}

.fl-photo-align-left {
    text-align: left;
}

.fl-photo-align-center {
    text-align: center;
}

.fl-photo-align-right {
    text-align: right;
}

.fl-photo-content {
    position: relative;
    padding-bottom: 75%;
}

.fl-photo-img-svg {
    width: 100%;
}

.fl-photo-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}

.fl-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity = 100);
}

.fl-builder-pagination {
    padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fl-builder-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {
    background: #f5f5f5;
    text-decoration: none;
}

.fl-slideshow,.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
    max-width: none !important;
}

.fl-slideshow-social {
    line-height: 0 !important;
}

.fl-slideshow-social * {
    margin: 0 !important;
}

.fl-builder-content .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0;
}

.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px!important;
}

img.mfp-img {
    padding: 0;
}

.mfp-counter {
    display: none;
}

.mfp-wrap .mfp-preloader.fa {
    font-size: 30px;
}

.fl-form-field {
    margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
    border-color: #DD6420;
}

.fl-form-error-message {
    clear: both;
    color: #DD6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter;
}

.fl-form-button-disabled {
    opacity: 0.5;
}

.fl-animation {
    opacity: 0;
}

.fl-builder-mobile .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {
    opacity: 1;
}

.fl-animated.fl-fade-in {
    animation: fl-fade-in 1s ease-out;
    -webkit-animation: fl-fade-in 1s ease-out;
    -moz-animation: fl-fade-in 1s ease-out;
}

@keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fl-animated.fl-slide-left {
    animation: fl-slide-left 1s ease-out;
    -webkit-animation: fl-slide-left 1s ease-out;
    -moz-animation: fl-slide-left 1s ease-out;
}

@keyframes fl-slide-left {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-right {
    animation: fl-slide-right 1s ease-out;
    -webkit-animation: fl-slide-right 1s ease-out;
    -moz-animation: fl-slide-right 1s ease-out;
}

@keyframes fl-slide-right {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-up {
    animation: fl-slide-up 1s ease-out;
    -webkit-animation: fl-slide-up 1s ease-out;
    -moz-animation: fl-slide-up 1s ease-out;
}

@keyframes fl-slide-up {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-animated.fl-slide-down {
    animation: fl-slide-down 1s ease-out;
    -webkit-animation: fl-slide-down 1s ease-out;
    -moz-animation: fl-slide-down 1s ease-out;
}

@keyframes fl-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}

.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited * {
    color: #333;
}

.fl-row-content-wrap {
    margin: 0px;
}

.fl-row-content-wrap {
    padding: 0px;
}

.fl-row-fixed-width {
    max-width: 1100px;
}

.fl-module-content {
    margin: 10px;
}

@media (max-width: 992px) {
    .fl-visible-desktop,.fl-visible-mobile,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: none;
    }

    .fl-visible-desktop-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {
        display: block;
    }
}

@media (max-width: 768px) {
    .fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col {
        display: none;
    }

    .fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: block;
    }

    .fl-row-content-wrap {
        background-attachment: scroll !important;
    }

    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    .fl-col-group.fl-col-group-equal-height {
        /* display: block; */
    }

    .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -ms-box-orient: horizontal;
        -webkit-flex-flow: row wrap;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }

    .fl-col-small {
        width: 100%!important;
    }

    .fl-block-col-resize {
        display: none;
    }

    .fl-row[data-node] .fl-row-content-wrap {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {
        left: 0;
        right: 0;
    }

    .fl-col[data-node] .fl-col-content {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.page .fl-post-header, .single-fl-builder-template .fl-post-header {
    display: none;
}

.fl-node-6254f388d13af > .fl-row-content-wrap {
    margin-top: 20px;
}

.fl-node-6254f3b93c274 > .fl-row-content-wrap {
    margin-top: 20px;
}

.fl-node-6254f25e61c1c {
    width: 33.33%;
}

.fl-node-6254f25e61c1c > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f25e61c1c > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f25e61c5f {
    width: 33.34%;
}

.fl-node-6254f25e61c5f > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f25e61c5f > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f25e61c9e {
    width: 33.33%;
}

.fl-node-6254f25e61c9e > .fl-col-content {
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f25e61c9e > .fl-col-content {
    margin: 10px;
}

.fl-node-6254f388d1797 {
    width: 33.33%;
}

.fl-node-6254f388d1797 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f388d1797 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f388d1850 {
    width: 33.34%;
}

.fl-node-6254f388d1850 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f388d1850 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f388d1909 {
    width: 33.33%;
}

.fl-node-6254f388d1909 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f388d1909 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f3b93c6b9 {
    width: 33.33%;
}

.fl-node-6254f3b93c6b9 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f3b93c6b9 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f3b93c771 {
    width: 33.34%;
}

.fl-node-6254f3b93c771 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f3b93c771 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-node-6254f3b93c827 {
    width: 33.33%;
}

.fl-node-6254f3b93c827 > .fl-col-content {
    background-color: #f7f7f7;
    background-color: rgba(247,247,247, 1);
}

.fl-node-6254f3b93c827 > .fl-col-content {
    margin-right: 10px;
    margin-left: 10px;
}

.fl-module-heading .fl-heading {
    padding: 0 !important;
    margin: 0 !important;
}

.fl-node-6254f333ecf4b.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f333ecf4b h3.fl-heading a,.fl-node-6254f333ecf4b h3.fl-heading .fl-heading-text,.fl-node-6254f333ecf4b h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f333ecf4b h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f333ecf4b .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f333ecf4b > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f333ecf4b > .fl-module-content {
        margin-bottom:10px;
    }
}

@media (max-width: 768px) {
    .fl-module-button .fl-button-left,.fl-module-button .fl-button-right {
        text-align: center;
    }
}

.fl-builder-content .fl-node-6254f461e74a5 a.fl-button,.fl-builder-content .fl-node-6254f461e74a5 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f461e74a5 a.fl-button:hover,.fl-builder-content .fl-node-6254f461e74a5 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f461e74a5 > .fl-module-content {
    margin-top: 35px;
    margin-bottom: -35px;
}

@media (max-width: 768px) {
    .fl-node-6254f461e74a5 > .fl-module-content {
        margin-top:10px;
        margin-bottom: 10px;
    }
}

.fl-node-6254f361c1eb4.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f361c1eb4 h3.fl-heading a,.fl-node-6254f361c1eb4 h3.fl-heading .fl-heading-text,.fl-node-6254f361c1eb4 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f361c1eb4 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f361c1eb4 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f361c1eb4 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f361c1eb4 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f456803f8 a.fl-button,.fl-builder-content .fl-node-6254f456803f8 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f456803f8 a.fl-button:hover,.fl-builder-content .fl-node-6254f456803f8 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f456803f8 > .fl-module-content {
    margin-top: 35px;
    margin-bottom: -35px;
}

@media (max-width: 768px) {
    .fl-node-6254f456803f8 > .fl-module-content {
        margin-top:10px;
        margin-bottom: 10px;
    }
}

.fl-node-6254f2b02bb79.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f2b02bb79 h3.fl-heading a,.fl-node-6254f2b02bb79 h3.fl-heading .fl-heading-text,.fl-node-6254f2b02bb79 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f2b02bb79 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f2b02bb79 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f2b02bb79 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f2b02bb79 > .fl-module-content {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.fl-builder-content .fl-node-6254f423447c8 a.fl-button,.fl-builder-content .fl-node-6254f423447c8 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f423447c8 a.fl-button:hover,.fl-builder-content .fl-node-6254f423447c8 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f423447c8 > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f423447c8 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-node-6254f388d1813.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f388d1813 h3.fl-heading a,.fl-node-6254f388d1813 h3.fl-heading .fl-heading-text,.fl-node-6254f388d1813 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f388d1813 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f388d1813 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f388d1813 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f388d1813 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f4a1f2852 a.fl-button,.fl-builder-content .fl-node-6254f4a1f2852 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f4a1f2852 a.fl-button:hover,.fl-builder-content .fl-node-6254f4a1f2852 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f4a1f2852 > .fl-module-content {
    margin-top: 35px;
    margin-bottom: -35px;
}

@media (max-width: 768px) {
    .fl-node-6254f4a1f2852 > .fl-module-content {
        margin-top:10px;
        margin-bottom: 10px;
    }
}

.fl-node-6254f388d18cb.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f388d18cb h3.fl-heading a,.fl-node-6254f388d18cb h3.fl-heading .fl-heading-text,.fl-node-6254f388d18cb h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f388d18cb h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f388d18cb .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f388d18cb > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f388d18cb > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f46ac857c a.fl-button,.fl-builder-content .fl-node-6254f46ac857c a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f46ac857c a.fl-button:hover,.fl-builder-content .fl-node-6254f46ac857c a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f46ac857c > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f46ac857c > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-node-6254f388d1984.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f388d1984 h3.fl-heading a,.fl-node-6254f388d1984 h3.fl-heading .fl-heading-text,.fl-node-6254f388d1984 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f388d1984 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f388d1984 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f388d1984 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f388d1984 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f45220b48 a.fl-button,.fl-builder-content .fl-node-6254f45220b48 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f45220b48 a.fl-button:hover,.fl-builder-content .fl-node-6254f45220b48 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f45220b48 > .fl-module-content {
    margin-top: 35px;
    margin-bottom: -35px;
}

@media (max-width: 768px) {
    .fl-node-6254f45220b48 > .fl-module-content {
        margin-top:10px;
        margin-bottom: 10px;
    }
}

.fl-node-6254f3b93c734.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f3b93c734 h3.fl-heading a,.fl-node-6254f3b93c734 h3.fl-heading .fl-heading-text,.fl-node-6254f3b93c734 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f3b93c734 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f3b93c734 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f3b93c734 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f3b93c734 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f4a654d3f a.fl-button,.fl-builder-content .fl-node-6254f4a654d3f a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f4a654d3f a.fl-button:hover,.fl-builder-content .fl-node-6254f4a654d3f a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f4a654d3f > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f4a654d3f > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-node-6254f3b93c7ea.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f3b93c7ea h3.fl-heading a,.fl-node-6254f3b93c7ea h3.fl-heading .fl-heading-text,.fl-node-6254f3b93c7ea h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f3b93c7ea h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f3b93c7ea .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f3b93c7ea > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f3b93c7ea > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f4a9224fa a.fl-button,.fl-builder-content .fl-node-6254f4a9224fa a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f4a9224fa a.fl-button:hover,.fl-builder-content .fl-node-6254f4a9224fa a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f4a9224fa > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f4a9224fa > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-node-6254f3b93c8a0.fl-module-heading .fl-heading {
    text-align: center;
    font-size: 24px;
}

.fl-node-6254f3b93c8a0 h3.fl-heading a,.fl-node-6254f3b93c8a0 h3.fl-heading .fl-heading-text,.fl-node-6254f3b93c8a0 h3.fl-heading .fl-heading-text *,.fl-row .fl-col .fl-node-6254f3b93c8a0 h3.fl-heading .fl-heading-text {
    color: #333333;
}

.fl-node-6254f3b93c8a0 .fl-heading .fl-heading-text {
    font-family: Poppins;
    font-weight: 700;
}

.fl-node-6254f3b93c8a0 > .fl-module-content {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f3b93c8a0 > .fl-module-content {
        margin-bottom:10px;
    }
}

.fl-builder-content .fl-node-6254f467c86a4 a.fl-button,.fl-builder-content .fl-node-6254f467c86a4 a.fl-button:visited {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fl-builder-content .fl-node-6254f467c86a4 a.fl-button:hover,.fl-builder-content .fl-node-6254f467c86a4 a.fl-button:focus {
    background: #ffffff;
    border: 1px solid #f3f3f3;
}

.fl-node-6254f467c86a4 > .fl-module-content {
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .fl-node-6254f467c86a4 > .fl-module-content {
        margin-bottom:10px;
    }
}

#lineTd {
}
