

/* Start:/local/templates/lp/styles.css?17848984512022*/
.testimonials__slide {
    display: flex;
}

.testimonials__item {
    height: 100%;
}

.videos__card {
    position: relative;
}

.videos__player {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.videos__player iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.videos__player video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.videos__card.is-playing .videos__player {
    opacity: 1;
    pointer-events: auto;
}

.videos__card.is-playing .videos__card-img,
.videos__card.is-playing .videos__play,
.videos__card.is-playing::after {
    opacity: 0;
    pointer-events: none;
}

.fresha-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.fresha-modal.is-open {
    display: block;
}

.fresha-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
}

.fresha-modal__dialog {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
    max-width: 1600px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.fresha-modal__close {
    align-self: flex-end;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    color: #332113;
    cursor: pointer;
    flex-shrink: 0;
}

.fresha-modal__close .icon {
    width: 100%;
    height: 100%;
}

.fresha-modal__frame-wrap {
    flex: 1;
    min-height: 0;
}

.fresha-modal__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 767px) {
    .fresha-modal__dialog {
        width: 100vw;
        height: 100vh;
        padding: 16px;
    }

    .fresha-modal__close {
        width: 40px;
        height: 40px;
    }
}

/* End */
/* /local/templates/lp/styles.css?17848984512022 */
