.roketto-info-testimonials {
    padding: 0;
    background-color: var(--rk-off-white);
}

.roketto-info-testimonials_title {
    font-size: clamp(50px, 4.5vw, 75px);
    line-height: 1em;
    margin-bottom: 120px;

    & span {

        background: linear-gradient(0deg,
            var(--rk-blue),
            var(--rk-dark-blue),
            var(--rk-purple));
        background: -webkit-linear-gradient(0deg,
            var(--rk-blue),
            var(--rk-dark-blue),
            var(--rk-purple));
        text-fill-color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.roketto-info-testimonials--block {
    position: relative;
    margin-bottom: 15px;
    padding: clamp(30px, 5%, 50px) clamp(25px, 4%, 40px) 75px clamp(25px, 4%, 40px);

    &[data-theme="pink"] {
        background-color: var(--rk-pink);

        .roketto-info-testimonials--block_icon_wrap_corner {
            & path {
                fill: var(--rk-pink);
                ;
            }
        }

        .roketto-info-testimonials--block_divider {
            & path {
                fill: var(--rk-pink);
            }
        }

        .roketto-info-testimonials--block_icon_wrap {
            &:before {
                box-shadow: 0 20px 0 0 var(--rk-pink);
            }
        }

        .roketto-info-testimonials--block_icon {
            background-color: var(--rk-pink);
        }
    }

    &[data-theme="blue"] {
        background-color: var(--rk-blue);

        .roketto-info-testimonials--block_icon_wrap_corner {
            & path {
                fill: var(--rk-blue);
                ;
            }
        }

        .roketto-info-testimonials--block_divider {
            & path {
                fill: var(--rk-blue);
            }
        }

        .roketto-info-testimonials--block_icon_wrap {
            &:before {
                box-shadow: 0 20px 0 0 var(--rk-blue);
            }
        }

        .roketto-info-testimonials--block_icon {
            background-color: var(--rk-blue);
        }
    }

    &[data-theme="teal"] {
        background-color: var(--rk-teal);

        .roketto-info-testimonials--block_icon_wrap_corner {
            & path {
                fill: var(--rk-teal);
                ;
            }
        }

        .roketto-info-testimonials--block_divider {
            & path {
                fill: var(--rk-teal);
            }
        }

        .roketto-info-testimonials--block_icon_wrap {
            &:before {
                box-shadow: 0 20px 0 0 var(--rk-teal);
            }
        }

        .roketto-info-testimonials--block_icon {
            background-color: var(--rk-teal);
        }
    }

    &[data-theme="dark_blue"] {
        background-color: var(--rk-dark-blue);

        .roketto-info-testimonials--block_icon_wrap_corner {
            & path {
                fill: var(--rk-dark-blue);
                ;
            }
        }

        .roketto-info-testimonials--block_divider {
            & path {
                fill: var(--rk-dark-blue);
            }
        }

        .roketto-info-testimonials--block_icon_wrap {
            &:before {
                box-shadow: 0 20px 0 0 var(--rk-dark-blue);
            }
        }

        .roketto-info-testimonials--block_icon {
            background-color: var(--rk-dark-blue);
        }
    }

    &[data-theme="purple"] {
        background-color: var(--rk-purple);

        .roketto-info-testimonials--block_icon_wrap_corner {
            & path {
                fill: var(--rk-purple);
                ;
            }
        }

        .roketto-info-testimonials--block_divider {
            & path {
                fill: var(--rk-purple);
            }
        }

        .roketto-info-testimonials--block_icon_wrap {
            &:before {
                box-shadow: 0 20px 0 0 var(--rk-purple);
            }
        }

        .roketto-info-testimonials--block_icon {
            background-color: var(--rk-purple);
        }
    }

    &:nth-child(odd) {
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;

        .roketto-info-testimonials--block_icon_wrap {
            right: 0px;

            &:before {
                border-bottom-right-radius: 50%;
                left: -29px;
            }

        }

        .roketto-info-testimonials--block_divider {
            left: 0;
            transform: scaleX(-1);
        }

        .roketto-info-testimonials--block_icon_wrap_corner {
            right: 100%;
        }
    }

    &:nth-child(even) {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;

        .roketto-info-testimonials--block_icon_wrap {
            left: 0px;

            &:before {
                border-bottom-left-radius: 50%;
                right: -29px;
            }
        }

        .roketto-info-testimonials--block_divider {
            right: 0;
        }

        .roketto-info-testimonials--block_icon_wrap_corner {
            left: 100%;
            transform: scaleX(-1);
        }
    }

    &:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

.roketto-info-testimonials--block_icon_wrap_corner {
    position: absolute;
    bottom: 0;
    width: 11px;
    height: 11px;
}

.roketto-info-testimonials--block_divider {
    position: absolute;
    bottom: 0;
    width: 132px;
    height: 67px;
    background-color: var(--rk-off-white);
}

.roketto-info-testimonials--block_icon_wrap {
    position: absolute;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    top: -54px;
    width: 106px;
    height: 65px;

    &:before {
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        top: 24px;
    }
}

.roketto-info-testimonials--block_icon {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    svg {
        width: 100%;
        height: 45px;
    }


}

.roketto-info-testimonials--block_info {}

.roketto-info-testimonials--block_info_title {
    color: white;
    font-size: clamp(35px, 5vw, 59px);
    line-height: 1em;

    span {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='18'><rect x='0' y='0' width='100%' height='18' rx='10' ry='10' fill='rgba(0,0,0,0.4)' /></svg>");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 0.85em;
        background-blend-mode: soft-light;
    }
}

.roketto-info-testimonials--block_info_description {
    color: white;
}

.roketto-info-testimonials--block_info_link {
    margin-top: 40px;
    margin-bottom: 20px;

    @media screen and (min-widtH: 768px) {
        .roketto-info-testimonials--block_info_link {
            margin-bottom: 0;
        }
    }

    &>a {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 13px;

        svg {
            width: 20px;
            height: auto;
        }

        svg[data-icon="close"] {
            display: none;
        }

        svg[data-icon="menu"] {
            display: block;
        }

        &.open {
            svg[data-icon="close"] {
                display: block;
            }

            svg[data-icon="menu"] {
                display: none;
            }
        }
    }
}

.roketto-info-testimonials--block_other {}

.roketto-info-testimonials--block_other_testimonial {
    color: white;
    font-size: clamp(20px, 6vw, 29px);

    p {
        margin-top: 0;
        line-height: 1.2em;
        font-size: clamp(18px, 5vw, 25px);
    }

    span {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='18'><rect x='0' y='0' width='100%' height='18' rx='10' ry='10' fill='rgba(0,0,0,0.4)' /></svg>");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 0.85em;
        background-blend-mode: soft-light;
    }
}


.roketto-info-testimonials--block_other_testimonial_meta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.roketto-info-testimonials--block_other_testimonial_meta_image {
    flex: 0 0 50%;
    max-width: 56px;
    height: 56px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;

    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }
}

.roketto-info-testimonials--block_other_testimonial_meta_info {
    flex-grow: 1;
    color: white;
    align-items: center;

    strong {
        font-family: var(--roketto-font);
        font-size: clamp(24px, 5vw, 28px);
        display: block;
        line-height: 1.1em;
    }

    span {
        clamp(18px, 4vw, 21px) display: block;
    }
}

.roketto-info-testimonials--block_other_statistics {
    color: white;
    margin-top: 50px;

    ul {
        list-style: none;
        padding-left: 2em;
        padding-left: 0;
        margin: 0;

        li {
            position: relative;
            padding-left: 2em;

            &+li {
                margin-top: 15px;
            }

            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 1px;
                width: 24px;
                height: 24px;
                background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_435_778)'><path d='M12.0008 23.2001C18.1864 23.2001 23.2008 18.1856 23.2008 12C23.2008 5.81446 18.1864 0.800049 12.0008 0.800049C5.81519 0.800049 0.800781 5.81446 0.800781 12C0.800781 18.1856 5.81519 23.2001 12.0008 23.2001Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M7.20117 12L10.4012 15.2L16.8012 8.80005' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_435_778'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }
        }
    }
}

.roketto-info-testimonials--block_info_menu ul {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 25px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 10px;
    text-align: left;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 4.13%, rgba(0, 0, 0, 0.1) 118.69%), #8838D0;
    margin: 15px 0 0;
}

.roketto-info-testimonials--block_info_menu ul::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.65);
    height: calc(100% - 50px);
}

.roketto-info-testimonials--block_info_menu ul li {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
}

.roketto-info-testimonials--block_info_menu ul li a {
    color: white;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;

    &:hover {
        text-decoration: underline;
    }
}

.roketto-info-testimonials--block_info_menu_image {
    flex: 0 0 25px;
    max-width: 25px;

    * {
        width: 100%;
        height: auto;
    }
}

.roketto-info-testimonials--block_other_wrap {
    height: 100%;
    position: relative;

    &:before {
        content: '';
        position: absolute;
        right: 0;
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%208%201%22%3E%3Cpath%20class%3D%22A%22%20d%3D%22M0%200h4v1H0z%22%20fill%3D%22%23fff%22%20opacity%3D%221%22/%3E%3C/svg%3E);
        background-position: center;
        width: 100%;
        height: 1px;
        width: calc(100% - 50px);
        top: 28px;
    }

    &:after {
        content: '';
        position: absolute;
        right: 0;
        top: 25px;
        border-radius: 50%;
        background-color: white;
        height: 7px;
        width: 7px;
    }
}

.roketto-info-testimonials--block_other_quote {
    max-width: 50px;
    margin: 20px 0;
    border: 2px solid white;
    padding: 12px;
    border-radius: 7px;
    line-height: 0;
    position: relative;
}

@media (min-width: 768px) {
    .roketto-info-testimonials--block_other_wrap {
        &:before {
            width: calc(100% - 60px);
        }
    }

    .roketto-info-testimonials--block_other_quote {
        max-width: 60px;
    }
}

@media (min-width: 1024px) {

    .roketto-info-testimonials--block_other_wrap {
        padding-left: 90px;
        position: relative;

        &:before {
            content: '';
            top: unset;
            left: 29px;
            bottom: 0;
            height: calc(100% - 55px);
            width: 1px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 7.9'%3E%3Cpath d='M0 0h1v4H0z' fill='%23fff'/%3E%3C/svg%3E");
            background-position: unset;
            position: absolute;
        }

        &:after {
            content: '';
            position: absolute;
            top: unset;
            bottom: -3px;
            left: 26px;
            border-radius: 50%;
            background-color: white;
            height: 7px;
            width: 7px;
        }
    }

    .roketto-info-testimonials--block_other_quote {
        position: absolute;
        left: 0;
        max-width: unset;
        margin: unset;

        svg {
            width: 30px;
            height: auto;
            display: block;
        }

    }

}