.block12334 {
    /* max-width: 1200px; */
    width: 100%;
    margin: auto;
}


.block12334 div.bigNext,
.block12334 div.next {
    opacity: 1;
}

.block12334 .wrapper {
    display: flex;
    opacity: 0;
}

.block12334 .wrapper.slick-initialized {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.block12334 .wrapper {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

/* Slider */
.block12334 .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;
}

.block12334 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block12334 .slick-list:focus {
    outline: none;
}

.block12334 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block12334 .slick-slider .slick-track,
.block12334 .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);
}

.block12334 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    /* margin-left: auto; */
    margin-right: auto;
}

.block12334 .slick-track:before,
.block12334 .slick-track:after {
    display: table;

    content: '';
}

.block12334 .slick-track:after {
    clear: both;
}

.block12334 .slick-loading .slick-track {
    visibility: hidden;
}


/* .block12334 .wrapper .tile {
    display: none;
} */

@media screen and (min-width: 1400px) {
    .block12334 .wrapper .tile {
        width: calc(100% / 8);
        min-width: 150px;
    }

    .block12334 .wrapper .tile:nth-child(1),
    .block12334 .wrapper .tile:nth-child(2),
    .block12334 .wrapper .tile:nth-child(3),
    .block12334 .wrapper .tile:nth-child(4),
    .block12334 .wrapper .tile:nth-child(5),
    .block12334 .wrapper .tile:nth-child(6),
    .block12334 .wrapper .tile:nth-child(7),
    .block12334 .wrapper .tile:nth-child(8) {
        display: block;
    }
}

@media (max-width:1200px) {
    .block12334 .wrapper .tile {
        width: calc(100% / 5);
    }

    .block12334 .wrapper .tile:nth-child(1),
    .block12334 .wrapper .tile:nth-child(2),
    .block12334 .wrapper .tile:nth-child(3),
    .block12334 .wrapper .tile:nth-child(4),
    .block12334 .wrapper .tile:nth-child(5) {
        display: block;
    }
}

.block12334 .slick-slide {
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}

[dir='rtl'] .block12334 .slick-slide {
    float: right;
}

.block12334 .slick-slide img {
    display: block;
}

.block12334 .slick-slide.slick-loading img {
    display: none;
}

.block12334 .slick-slide.dragging img {
    pointer-events: none;
}

.block12334 .slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.block12334 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block12334 .slick-arrow.slick-hidden {
    display: none;
}

.block12334 .tile {
    margin-left: 10px;
    width: calc(100% / 8 - 10px);
    outline: none;

    position: relative;
    /* flex: 1; */
}

.block12334 .imgMask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    background: #fff;
    opacity: 0;
    transition: opacity 175ms linear;
}

.block12334 .tile.active {
    /* padding-bottom: 8px; */

}

.block12334 .tile.active .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #000;
    opacity: 0;
}

.block12334 .tile:hover .imgMask {
    opacity: 0.3;
}

.block12334 .imgBox {
    width: 100%;
    height: 88px;
}

.block12334 .imgWra {
    width: 100%;
    height: 100%;
}

.block12334 .imgBox img {
    width: 100%;
    object-fit: cover;
}

/* .block12334 .textBox {
    display: none;
} */
.block12334 .banner-name {
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid transparent;
    margin-top: 10px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block12334 .active .banner-name {
    border-color: #000
}

.block12334 .tile .banner-docs {
    display: none;
}

.block12334 .moreBtn {
    display: none;
}

.block12334 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

.block12334 .slick-dots li {
    width: 34px;
    height: 5px;
    margin: 0 2px 5px;
    background: #000;
    transition: .3s;
    cursor: pointer;
    opacity: 0.2;
}

.block12334 .slick-dots li button {
    display: none;
}

.block12334 .slick-dots .slick-active {
    opacity: 0.4;
}

.block12334 .bigBox {
    width: 100%;
    height: 448px;
    position: relative;
    overflow: hidden;
}

.block12334 .bigTile {
    width: calc(60% - 10px);
    /* margin-left: 10px; */
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    /* transition: .35s; */
}

.block12334 .next-up:hover .before {
    opacity: 0.45;
}

.block12334 .next-up .before {
    opacity: 0.7;
    visibility: visible;
}

/* .block12334 .able .before{
    visibility: visible;
} */

.block12334 .before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity 350ms linear, visibility 350ms linear;
    visibility: hidden;
    /* cursor: pointer; */
}

.block12334 .bigTile .imgWra {
    width: 100%;
    height: 448px;
}

.block12334 .bigTile .banner-description .banner-name {
    display: none;
}
.block12334 .tile .banner-description {
    min-height: 35px;
}
.block12334 .bigTile .banner-description {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
}

.block12334 .bigTile .banner-description .cont {
    width: calc(100% - 80px);
    background-color: #fff;
    padding: 10px 40px;
}

.block12334 .bigTile .banner-description .banner-docs {
    line-height: 25px;
    word-break: break-word;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block36204 .banner-docs>.paragraph1,
.block36204 .banner-docs>.paragraph2,
.block36204 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.block12334 .imgWra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block12334 .siteblocks-header-banner {
    position: relative;
}

.block12334 .bottom {
    position: relative;
    width: calc(100% + 10px);
    margin-left: -10px;
}

.block12334 .next {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 139px;
    height: 88px;
    cursor: pointer;
}

.block12334 .next i {
    color: #fff;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    margin-left: -6px;
}

.block12334 .bigNext {
    position: absolute;
    right: 20px;
    top: 168px;
    z-index: 3;
    cursor: pointer;
}

.block12334 .next-disable {
    pointer-events: none;
}

.block12334 .bigNext i {
    color: #fff;
    font-size: 100px;
}

@media (min-width: 1001px) {
    .block12334 .bigTile:hover .banner-description {
        opacity: 1;
    }
}

.block12334 .bigTile.next-up:hover .banner-description {
    opacity: 0;
}

.block12334 .tile:nth-child(1) {
    display: block;
}

@media screen and (max-width:1200px) {
    .block12334 .bigBox {
        height: 375px;
    }

    .block12334 .bigTile .imgWra {
        width: 100%;
        height: 375px;
    }

    .block12334 .imgBox {
        height: 121px;
    }

    .block12334 .bigNext {
        top: 132px;
    }

    .block12334 .next {
        width: calc(100% / 5 - 10px);
        height: 121px;
    }
}

@media screen and (max-width:900px) {
    .block12334 .bigTile .imgWra {
        width: 100%;
        height: 278px;
    }

    .block12334 .bigBox {
        height: 278px;
    }

    .block12334 .imgBox {
        height: 107px;
    }
}

@media screen and (max-width:800px) {
    .block12334 .bigTile .banner-description .banner-docs {
        /* margin: 0 20px; */
        padding: 10px 20px;
    }

    .block12334 .bigTile .banner-description {
        padding: 0px 20px;
    }
}

@media screen and (max-width:480px) {
    .block12334 .next {
        display: none;
    }

    .block12334 .bigNext {
        display: none;
    }

    .block12334 .bigTile {
        width: 100%;
    }

    .block12334 .before {
        display: none;
    }
}