/* Slider */
.block36914 .list.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block36914 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.block36914 .slick-list:focus {
    outline: none;
}

.block36914 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block36914 .slick-slider .slick-track,
.block36914 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block36914 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.block36914 .slick-track:before,
.block36914 .slick-track:after {
    display: table;

    content: '';
}

.block36914 .slick-track:after {
    clear: both;
}

.block36914 .slick-loading .slick-track {
    visibility: hidden;
}

.block36914 .slick-slide {
    display: none;
    /* float: left; */
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block36914 .slick-slide img {
    display: block;
}

.block36914 .slick-slide.slick-loading img {
    display: none;
}

.block36914 .slick-slide.dragging img {
    pointer-events: none;
}

.block36914 .slick-initialized .slick-slide {
    display: block !important;
}

.block36914 .slick-loading .slick-slide {
    visibility: hidden;
}

.block36914 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block36914 .slick-arrow.slick-hidden {
    display: none;
}

.block36914 .slick-arrow {
    display: none;
}

.block36914 .slick-dots li button:before {
    display: none;
}

.block36914 .slick-dots li button {
    display: none;
}

.block36914 .slick-dots li:hover {
    /* opacity: 1; */
}

.block36914 .slick-dots .slick-active {
    background: #BE3233;
    opacity: 1;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.block36914 .slick-dots li {
    width: 65px;
    height: 11px;
    margin: 0 5px;
    transition: .3s;
    opacity: 0.36;
    background: #55c4ec;
    border-radius: 8px;
}

.block36914 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    bottom: 0;
    height: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    cursor: pointer;
}

.block36914 {
    width: 100%;
}

.block36914 .list .slick-list {
    width: 100%;
}

.block36914 .list .item {
    width: calc(100% / 7);
    position: relative;
    transition: all .3s;
    border-right: 1px solid #fff;
}

.block36914 .list .item .imgBefore {
    width: 100%;
    height: 750px;
}

.block36914 .list .item .imgAfter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    z-index: 1;
}



.block36914 .list .item .imgAfter img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.block36914 .list .item .imgBefore img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.block36914 .list {
    width: 100%;
}

.block36914 .list .item .bagk {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    opacity: 0.47;
    background-image: linear-gradient(179deg, #262D2D 9%, rgba(19, 20, 20, 0.57) 97%);
}

.block36914 .list .item .banner-description {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    box-sizing: border-box;
    transition: all .3s;
    opacity: 0;
    bottom: 0;
}



.block36914 .banner-name {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
     word-break: break-word;
}

.block36914 .banner-docs {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    word-break: break-word;
}



.block36914 .list .item .banner-description .cont_img {
    width: 110px;
    height: 110px;
}

.block36914 .list .item .banner-description .cont_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.block36914 .list .item .banner-description .cont {
    max-width: 80%;
}

.block36914 .moreBtn {
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    padding: 6px 28px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
    /* line-height: unset !important; */
}

.block36914 .box {
    position: relative;
}

.block36914 .box .box_left,
.block36914 .box .box_right {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 #d7d7d7;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
}

.block36914 .box .box_left {
    left: 10px;
}

.block36914 .box .box_right {
    right: 10px;
}

.block36914 .box .box_left svg path,
.block36914 .box .box_right svg path {
    fill: currentColor;
    color: #49B7AE;
}

.block36914 .box .box_left svg,
.block36914 .box .box_right svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block36914 .box .box_left svg {
    left: 45%;
}

.block36914 .box .box_right svg {
    left: 50%;
}

.block36914 .list .item .banner-description .banner-docs span,
.block36914 .list .item .banner-description .banner-docs span strong{
    font-family: inherit;
    color: inherit;

}

.block36914 .box .backstage-blocksEditor-wrap{
    line-height: unset !important;
    font-size: unset !important;
}

.block36914 .moreBtnS{
     display: none;
 }




@media (min-width:800px) {
    .block36914 .list .item.active {
        width: 60% !important;
    }

    .block36914 .list .item .bagk.active {
        opacity: 0.7;
        background-image: linear-gradient(180deg, rgba(73, 183, 174, 0.00) 48%, #49B7AE 80%);
    }

    .block36914 .list .item .banner-description.active {
        bottom: 50px;
        opacity: 1;
    }

    .block36914 .list .item .imgAfter.active {
        display: none;
    }
}

@media (max-width:1440px){
    .block36914 .list .item .imgAfter{
        width: 90px;
        height: 90px;
    }
}

@media (max-width:1200px) {
    .block36914 .list .item .banner-description .cont {
        max-width: 70%;
    }

    .block36914 .list .item .banner-description .cont_img,
    .block36914 .list .item .imgAfter {
        width: 90px;
        height: 90px;
    }

    .block36914 .list .item .banner-description {
        padding: 0 20px;
    }
}

@media (max-width:768px) {
    .block36914 .list .item {
        width: 100%;
    }

    .block36914 .list .item .banner-description .banner-docs {
        display: none;
    }

    .block36914 .list .item .bagk {
        opacity: 0.84;
        background-image: linear-gradient(1deg, #262D2D 0%, rgba(19, 20, 20, 0.00) 77%);
    }

    .block36914 {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .block36914 .list .item .imgBefore {
        /* height: 280px; */
        height: 100%;
    }

    .block36914 .list .item {
        margin-bottom: 10px;
    }

    .block36914 .list .item:last-child {
        margin-bottom: 0;
    }

    .block36914 .list .item .banner-description {
        opacity: 1;
        flex-direction: row-reverse;
        justify-content: start;
        bottom: 10px;
    }

    .block36914 .list .item .imgAfter {
        display: none;
    }

    .block36914 .list .item .banner-description .moreBtn {
        display: none;
    }

    .block36914 .list .item .banner-description .cont_img {
        margin-right: 15px;
    }

    .block36914 .list .item .banner-description .banner-name {
        font-size: 18px;
        margin-bottom: 0;
    }

    .block36914 .list .item .banner-description .cont_img {
        width: 40px;
        height: 40px;
    }

    .block36914 .box .box_left,
    .block36914 .box .box_right {
        display: none;
    }

    .block36914 .list .item .bagk{
        display: none;
    }

    .block36914 .moreBtnS{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 2;
    }
}

@media (max-width:510px) {
    .block36914 .list .item .imgBefore {
        /* height: 100px; */
        height: 100%;
    }
}

.block36914 .list .item .bagk.active{background-image:linear-gradient(180deg, rgba(73, 183, 174, 0.00) 48%, var(--color-match-setting1) 80%);}
.block36914 .box .box_left svg path{color:var(--color-match-setting1)}
.block36914 .box .box_right svg path{color:var(--color-match-setting1)}
.block36914 .box .box_left:hover{background:var(--color-match-setting1)}
.block36914 .box .box_right:hover{background:var(--color-match-setting1)}
.block36914 .box .box_left:hover svg path{color:var(--color-match-setting2)}
.block36914 .box .box_right:hover svg path{color:var(--color-match-setting2)}