.slider-testimony {
    overflow: hidden;
    background-color: #FFF;
    padding: 56px 0;
}

@media screen and (min-width: 992px) {
    .slider-testimony {
        padding: 104px 0;
    }
}

.slider-testimony--header {
    max-width: 780px;
    margin-inline: auto;
    padding-inline: 16px;
    text-align: center;
}

.slider-testimony--header .uptitle {
    justify-content: center;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .slider-testimony--header .uptitle {
        margin-bottom: 24px;
    }
}

.slider-testimony--header h2 {
    text-transform: uppercase;
}

.slider-testimony--header h2 strong {
    color: var(--framb-mid);
}

.slider-testimony--header>p {
    max-width: 700px;
    margin: 24px auto 0;
    color: var(--black);
}

.slider-testimony--slider {
    --slider-testimony-thumb: 200px;
    --slider-testimony-active: 800px;
    position: relative;
    overflow: visible;
    margin-top: 40px;
}

.slider-testimony--slider.swiper {
    overflow: visible;
}

@media screen and (min-width: 992px) {
    .slider-testimony--slider {
        --slider-testimony-active: min(760px, calc(100vw - 100px));
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        margin-top: 56px;
    }
}

@media screen and (min-width: 1280px) {
    .slider-testimony--slider {
        --slider-testimony-active: 900px;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .slider-testimony--slider:not(.is-ready) {
        opacity: 0;
    }
}

.slider-testimony--slider .swiper-wrapper {
    align-items: stretch;
}

@media screen and (min-width: 992px) {
    .slider-testimony--slider .swiper-wrapper {
        align-items: flex-end;
    }
}

.slider-testimony--slide {
    width: calc(100vw - 48px);
    height: auto;
    opacity: 1;
    transition: opacity 0.7s ease;
}

.slider-testimony.is-enhanced .slider-testimony--slide {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .slider-testimony--slide {
        width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony--slide {
        width: var(--slider-testimony-active);
        display: flex;
        align-items: flex-end;
    }

    .slider-testimony.is-enhanced .slider-testimony--slide {
        width: var(--slider-testimony-thumb);
    }
}

@media screen and (min-width: 1200px) {
    .slider-testimony--slide {
        width: var(--slider-testimony-active);
    }

    .slider-testimony.is-enhanced .slider-testimony--slide {
        width: var(--slider-testimony-thumb);
    }
}

.slider-testimony.is-enhanced .slider-testimony--slide.swiper-slide-active,
.slider-testimony--slide.swiper-slide-active {
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .slider-testimony--slide.swiper-slide-active {
        width: var(--slider-testimony-active);
    }
}

@media screen and (min-width: 1200px) {
    .slider-testimony.is-enhanced .slider-testimony--slide.swiper-slide-active {
        width: var(--slider-testimony-active);
    }
}

.slider-testimony--card {
    height: 100%;
    display: grid;
    gap: 24px;
    background-color: var(--beige);
    border-radius: 16px;
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .slider-testimony--card {
        grid-template-columns: 240px minmax(0, 1fr);
        align-items: stretch;
        padding: 16px;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony--card {
        width: 100%;
        min-height: 389px;
        height: 100%;
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 16px;
        padding: 16px 32px 16px 16px;
        overflow: hidden;
        background-color: var(--beige);
        transition: background-color 0.7s ease, opacity 0.7s ease;
    }

    .slider-testimony.is-enhanced .slider-testimony--card {
        min-height: 0;
        height: var(--slider-testimony-thumb);
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        background-color: transparent;
    }
}

@media screen and (min-width: 1200px) {
    .slider-testimony--card {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .slider-testimony.is-enhanced .slider-testimony--card {
        height: var(--slider-testimony-thumb);
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .swiper-slide-active .slider-testimony--card {
        width: 100%;
        min-height: 389px;
        height: 100%;
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 16px;
        padding: 16px 32px 16px 16px;
        background-color: var(--beige);
    }
}

@media screen and (min-width: 1200px) {
    .slider-testimony.is-enhanced .swiper-slide-active .slider-testimony--card {
        grid-template-columns: 280px minmax(0, 1fr);
    }
}

.slider-testimony--image {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .slider-testimony--image {
        height: 100%;
        min-height: 320px;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony--image {
        height: 100%;
        min-height: 357px;
    }

    .slider-testimony.is-enhanced .slider-testimony--image {
        min-height: 0;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .swiper-slide-active .slider-testimony--image {
        min-height: 357px;
    }
}

.slider-testimony--content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .slider-testimony--content {
        display: none;
        opacity: 0;
        transition: opacity 0.55s ease 0.18s;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimony.is-enhanced .swiper-slide-active .slider-testimony--content {
        display: flex;
        opacity: 1;
    }
}

.slider-testimony--content h3 {
    color: var(--black);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .slider-testimony--content h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.slider-testimony--box {
    background-color: #FFF;
    border-radius: 8px;
    padding: 20px;
}

@media screen and (min-width: 992px) {
    .slider-testimony--box {
        padding: 24px;
    }
}

.slider-testimony--box p {
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.slider-testimony--box .label {
    color: var(--framb-mid);
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.slider-testimony--box .label img {
    height: 16px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-testimony--box .label:not(:first-child) {
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .slider-testimony--box .label:not(:first-child) {
        margin-top: 32px;
    }
}

.slider-testimony .btn-more {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .slider-testimony .btn-more {
        margin-top: 24px;
    }
}

.slider-testimony--nav {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .slider-testimony--nav {
        pointer-events: none;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: min(960px, 100vw - 64px);
        justify-content: space-between;
        margin-top: 0;
        transform: translate(-50%, -50%);
    }
}

.slider-testimony--nav button {
    pointer-events: auto;
    border: 0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(274deg, #B47869 0%, #6E2919 123.98%);
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.slider-testimony--nav button.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.slider-testimony--nav button::before {
    content: "";
    width: 16px;
    height: 16px;
    background: white;
}

.slider-testimony--nav button.prev::before {
    -webkit-mask: url("../images/chevron-left.svg") no-repeat center;
    mask: url("../images/chevron-left.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.slider-testimony--nav button.next::before {
    -webkit-mask: url("../images/chevron-right.svg") no-repeat center;
    mask: url("../images/chevron-right.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.slider-testimony--logos {
    margin-top: 48px;
    padding-block: 24px;
    border-top: 1px solid rgba(53, 37, 25, 0.08);
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .slider-testimony--logos {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        margin-top: 56px;
        padding-block: 32px;
    }
}

.slider-testimony--logos .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}

.slider-testimony--logo {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-testimony--logo img {
    display: block;
    height: 70px;
    width: auto;
    max-width: 100%;
    filter: grayscale(1);
    opacity: 0.32;
}

.slider-testimony--buttons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {

    .slider-testimony--slide,
    .slider-testimony--card,
    .slider-testimony--content,
    .slider-testimony--image,
    .slider-testimony--nav button,
    .slider-testimony--logos .swiper-wrapper {
        transition-duration: 0.01ms !important;
    }
}

/*# sourceMappingURL=style.css.map */
