.gratitude-block h1 {
    font-weight: 500;
}

.gratitude-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.gratitude-table a {
    background: white;
    padding: 40px 20px 20px 20px;
    color: var(--gray4-text-color);
    position: relative;
    height: max-content;
}

.gratitude-table a .arrow {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.gratitude-table a:hover .arrow {
    display: block;
}

.detail-img {
    position: relative;
}

.gallery-play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    background-image: url("/local/templates/csio-dpo/svg/play-button.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.gratitude-table h2 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
}

.gratitude-video-block {
    width: calc(100% + 20px);
    margin-bottom: 50px;
    position: relative;
}

.gratitude-video-block .slide-feedback {
    width: 238px;
}

@media (min-width: 1520px) {
    .gratitude-video-block .slide-feedback {
        width: calc(1035px / 4);
    }
}

.gratitude-video-block .slick-track {
    margin-left: 0;
}

.gratitude-video-block .slide-feedback {
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    background: white;
    margin-right: 20px;
    width: 238px;
}

.gratitude-video-block h2 {
    color: black;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.gratitude-video-block a {
    width: 100%;
}

.gratitude-video-block .text {
    padding: 20px;
    color: var(--gray4-text-color);
    font-size: 16px;
    line-height: 130%;
}

.gratitude-video-block .text div {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-buttons-feedback {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.slider-buttons-feedback .slick-arrow {
    width: 45px;
    height: 45px;
    top: 0;
    transform: none;
    -webkit-transform: none;
    background-image: var(--chevrone-next);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 50%;
    background-color: #F3F3F3;
    cursor: pointer;
}

.slider-buttons-feedback .slick-arrow-prev {
    left: 0;
    transform: rotate(180deg);
}

.slider-buttons-feedback .slick-arrow-next {
    right: 0;
    order: 3;
}

.slider-buttons-feedback .slick-new-dots {
    background-color: #F3F3F3;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0 20px;
}

.slider-buttons-feedback .slick-new-dots li {
    background-color: #C8C8C8;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.slider-buttons-feedback .slick-new-dots li.slick-active {
    background-color: #FF4800;
}

.slider-buttons-feedback .slick-new-dots li button {
    display: none;
}


.slide-button-feedback {
    transition: top 2s calc(var(--animation-delay) * 4), opacity 2.5s;
}

.slick-active .slide-text-head div,
.slick-active .slide-text-body,
.slick-active .slide-button {
    top: 0;
    opacity: 1;
}


.slide-background-mob {
    display: none;
}

.slide-text-head {
    font-size: 36px;
    font-weight: 500;
    color: white;
}

.gratitude-video-block .rating {
    margin-bottom: 20px;
    margin-left: 20px;
    justify-content: start;
}

@media (max-width: 780px) {
    .gratitude-video-block .slick-slider.slick-dotted {
        margin-bottom: 15px;
    }

    .slider-buttons-feedback {
        height: auto;
    }

    .partner-block .slide {
        width: calc(100vw - 40px);
    }

    .slider-buttons-feedback .slick-arrow {
        display: none !important;
    }

    .slider-buttons-feedback .slick-new-dots {
        height: 8px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .slider-buttons-feedback .slick-new-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
}
