.st-wrapper-5b92a4e6 {
    position: relative;
    width: 100%;
    overflow: clip;
    height: calc(var(--st-slides-count, 1) * 100vh);
}
.st-sticky-container-5b92a4e6 {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.st-inner-container-5b92a4e6 {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}
.st-left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.st-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.st-label {
    letter-spacing: 0.1em;
}
.st-navigation {
    display: flex;
    gap: 1.5rem;
}
.st-nav-item {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}
.st-nav-item:hover,
.st-nav-item:focus,
.st-nav-item:active {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.st-quote-content-wrapper {
    position: relative;
    padding: 2rem 0;
}
.st-quote-mark {
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    opacity: 0.2;
}
.st-quote-start {
    top: -1rem;
    left: -2rem;
}
.st-quote-end {
    bottom: -1rem;
    right: 0;
}
.st-slides-texts {
    position: relative;
    margin: 0 auto 0 0;
}
.st-text-slide {
    display: none;
    animation: fadeIn 0.5s ease forwards;
}
.st-text-slide.is-active {
    display: block;
}
.st-review-quote {
    margin: 0;
}
.st-client-info {
    margin: 0;
}
.st-right-column {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st-images-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
}
.st-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.st-image-slide.is-active {
    opacity: 1;
    z-index: 2;
}
.st-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) {
    .st-quote-mark {
        font-size: 4rem;
    }
    .st-quote-start {
        left: -1rem;
    }
}
@media (max-width: 768px) {
    .st-wrapper-5b92a4e6 {
        height: auto !important;
    }
    .st-sticky-container-5b92a4e6 {
        position: relative;
        height: auto;
        overflow: visible;
        padding: 1.5rem 10px;
    }
    .st-inner-container-5b92a4e6 {
        grid-template-columns: 1fr;
        gap: 20px !important;
        padding-left: 0 !important;
    }
    .st-left-column {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .st-images-container {
        aspect-ratio: 8/9;
        max-height: 500px;
        width: 100%;
    }
    .st-top-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px;
        margin-bottom: 1.5rem;
    }
    .st-navigation {
        display: flex !important;
        gap: 1.5rem !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .st-nav-item {
        font-size: 1.1rem;
        padding: 5px 8px !important;
    }
    .st-quote-content-wrapper {
        padding: 1rem 0;
    }
    .st-quote-mark {
        font-size: 3rem;
    }
    .st-quote-start {
        left: -0.25rem;
        top: -0.5rem;
    }
    .st-quote-end {
        right: -0.25rem;
        bottom: -0.5rem;
    }
}
