.testimonials {
    padding: 200px 0 100px;
    background: radial-gradient(53.22% 53.22% at 50% 48.25%, rgba(241, 249, 255, 0) 0%, #F1F9FF 25.48%, #F1F9FF 63.94%, rgba(241, 249, 255, 0) 100%);
}
.testimonials .title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.testimonials .text-1 {
    font-size: 25px;
    color: #4B5563;
    text-align: center;
    margin-bottom: 40px;
}
.testimonials .slider-slide {
    position: relative;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 18px 10px 10px;
    width: 358px;
    max-width: 334px;
}
.testimonials .slider-slide.is-intro-slide {
    border: 2px solid #002FB9;
}
.testimonials .slider-slide .testimonials-logo {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.testimonials .is-intro-slide .rating {
    display: table;
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    border-bottom: 1px solid #111827;
    margin: 12px auto 16px;
}
.testimonials .is-intro-slide .stars {
    display: flex;
    justify-content: center;
}
.testimonials .is-intro-slide .txt-1 {
    font-size: 22px;
    color: #111827;
    line-height: 1.4;
    text-align: center;
    margin-top: 32px;
}
.testimonials .is-intro-slide .txt-2 {
    font-size: 18px;
    color: #4B5563;
    line-height: 1.2;
    text-align: center;
    margin-top: 4px;
}
.testimonials .is-intro-slide .buttons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.testimonials .is-intro-slide .buttons .btn-1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 47px;
}
.testimonials .slider-slide .block {
    padding: 0 16px;
}
.testimonials .slider-slide .name {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}
.testimonials .slider-slide .label {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #3730A3;
    line-height: 34px;
    border-radius: 34px;
    background: #E0E7FF;
    padding: 0 20px;
    margin-bottom: 18px;
}
.testimonials .slider-slide .label.type-2 {
    background: #FFEDD5;
    color: #9A3412;
}
.testimonials .slider-slide .label.type-3 {
    background: #DCFCE7;
    color: #166534;
}
.testimonials .slider-slide .video {
    cursor: pointer;
    border-radius: 35px;
    overflow: hidden;
}
.testimonials .slider-slide .author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.testimonials .slider-slide .author .photo {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .slider-slide .author .author-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #111827;
}
.testimonials .slider-slide .author .stars {
    display: flex;
    margin-top: 8px;
}
.testimonials .slider-slide .author .stars img {
    width: 18px;
}
.testimonials .slider-slide .text {
    font-size: 17px;
    color: #4B5563;
    line-height: 1.47;
    max-height: 256px;
    overflow-y: auto;
}
.testimonials .slider-slide .text::-webkit-scrollbar {
    width: 2px;
}
.testimonials .slider-slide .text::-webkit-scrollbar-thumb {
    background: #003EF5;
}
.testimonials .slider-slide.is-review-text {
    padding-bottom: 48px;
}
.testimonials .slider-slide .date {
    font-size: 16px;
    color: #4B5563;
    position: absolute;
    right: 26px;
    bottom: 18px;
}
.testimonials .embla__buttons {
    justify-content: center;
}
.testimonials .embla__buttons button {
    background: #fff;
}
@media (max-width: 840px) {
    .testimonials {
        padding: 70px 16px 90px 0;
    }
    .testimonials .title {
        font-size: 25px;
        margin-bottom: 14px;
    }
    .testimonials .text-1 {
        display: none;
    }
    .testimonials .actions {
        display: none;
    }
    .testimonials .slider-slide {
        position: relative;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 35px;
        padding: 18px 10px 10px;
        width: 246px;
        max-width: 246px;
    }
    .testimonials .is-intro-slide .rating {
        font-size: 24px;
    }
    .testimonials .slider-slide .testimonials-logo img {
        width: 42px;
    }
    .testimonials .is-intro-slide .stars img {
        width: 23px;
    }
    .testimonials .is-intro-slide .txt-1 {
        font-size: 15px;
        margin-top: 18px;
    }
    .testimonials .is-intro-slide .txt-2 {
        font-size: 13px;
        margin-top: 2px;
    }
    .testimonials .is-intro-slide .buttons .btn-1 {
        font-size: 14px;
        line-height: 34px;
        padding: 0 18px 0 20px;
    }
    .testimonials .is-intro-slide .buttons .btn-1 img {
        width: 12px;
    }
    .testimonials .slider-slide .name {
        font-size: 15px;
    }
    .testimonials .slider-slide .label {
        font-size: 12px;
        line-height: 24px;
        padding: 0 14px;
        margin-bottom: 14px;
    }
    .testimonials .slider-slide .video {
        height: 256px;
        border-radius: 24px;
    }
    .testimonials .slider-slide .video img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .testimonials .slider-slide .text, .testimonials .slider-slide .date {
        font-size: 15px;
    }
}