.lang-modal,
.lang-popup__drop{display: none;}
.lang-modal.opened{display: block;}

.LanguageSwitcherDropdown__wrapper--newf2GVXVUTUQ4vp {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    width: 200px;
    background-color: var(--text-field-disabled);
    box-shadow: 0 0 80px rgba(41,38,33,.2);
    border-radius: 12px;
    z-index: 999;
    max-height: calc(100vh - var(--header-height) - 56px);
    overflow-y: auto
}

.LanguageSwitcherDropdown__item--Cbzsi_oDkoJB6iDv {
    cursor: pointer
}

/*  */

.modulor_typography__tag__1_28_2 {
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    color: var(--text,var(--text-body));
    margin: 0;
    padding: 0
}

.modulor_image__host__1_28_2 {
    font-size: 0
}

.modulor_image__host__1_28_2 img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius,0px)
}

.modulor_image__container__1_28_2 {
    position: relative;
    width: 100%;
    height: 100%
}

.modulor_image__counter__1_28_2 {
    position: absolute;
    z-index: 2;
    top: var(-8.5px);
    right: var(11.5px);
    transform: translateX(100%)
}

.modulor_icon__container__1_28_2 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: var(--icon-fill,var(--icon-main))
}

.modulor_icon__container__1_28_2 path {
    fill: currentColor;
    fill-opacity: 1 !important
}

.modulor_icon__icon__1_28_2 {
    display: flex;
    width: 100%;
    height: 100%
}

.modulor_icon__icon__1_28_2 svg {
    width: 100%;
    height: 100%
}

.modulor_icon__clickable__1_28_2 {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer
}

.modulor_icon__clickable__1_28_2:disabled {
    color: var(--icon-disabled);
    cursor: default
}

.modulor_icon__clickable__1_28_2 svg {
    transform: translate(0,0);
    transition: opacity 150ms ease-in-out,transform 48ms ease-in-out;
    will-change: opacity,transform
}

@media (hover: hover) and (pointer:fine) {
    .modulor_icon__clickable__1_28_2:enabled:hover svg {
        opacity:0.75
    }
}

.modulor_icon__counter__1_28_2 {
    position: absolute;
    z-index: 2;
    top: var(--icon-counter-position-top,-8.5px);
    right: var(--icon-counter-position-right,11.5px);
    transform: translateX(100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.modulor_content__container__1_28_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden
}

[data-component-name=modulor-list-cell] .modulor_content__text__1_28_2 {
    padding: 10px 0
}

.modulor_content__text__1_28_2 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modulor_content__text__1_28_2 [data-component-name=modulor-typography] {
    --text: var(--content-title,var(--text-title))
}

.modulor_content__text__1_28_2 [data-component-name=modulor-typography]:last-child {
    margin-top: 2px;
    --text: var(--content-title,var(--text-body))
}

.modulor_content__text__1_28_2 [data-component-name=modulor-typography]:only-child {
    margin-top: 0
}

.modulor_divider__container__1_28_2 {
    display: block;
    height: 1px;
    background: var(--divider,var(--divider-main))
}

.modulor_list-cell__container__1_28_2,.modulor_list-cell__container__1_28_2 * {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.modulor_list-cell__container__1_28_2 {
    list-style: none;
    background: var(--list-cell-background,transparent);
    --default-padding: 0 16px;
    --content-title: var(--list-cell-right-title);
    --content-subtitle: var(--list-cell-right-subtitle);
    --list-cell-left-icon-size: 24px;
    --content-multiline-padding: 0
}

.modulor_list-cell__container__1_28_2:last-of-type .modulor_list-cell__divider__1_28_2 {
    display: none
}

.modulor_list-cell__container__1_28_2 .modulor_list-cell__list__1_28_2 {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: min-content min-content min-content auto auto min-content;
    grid-template-rows: 1fr auto auto auto auto;
    grid-template-areas: "left-control image icon left right right-image" ". . . content-divider content-divider content-divider" ". . . buttons buttons ." ". . . divider divider divider" "bottom bottom bottom bottom bottom bottom";
    align-items: center;
    min-height: 56px;
    padding: var(--padding-list-cell,var(--default-padding))
}

.modulor_list-cell__container__1_28_2 .modulor_list-cell__list__1_28_2:has(.modulor_list-cell__buttons__1_28_2) {
    min-height: 104px
}

.modulor_list-cell__container__1_28_2 .modulor_list-cell__list__1_28_2:has(.modulor_list-cell__buttons__1_28_2) .modulor_list-cell__buttons__1_28_2 {
    margin-bottom: 12px
}

.modulor_list-cell__container__1_28_2 .modulor_list-cell__list__1_28_2.modulor_list-cell__clickable__1_28_2 {
    cursor: pointer
}

.modulor_list-cell__element__1_28_2 {
    display: flex;
    flex-direction: column-reverse
}

.modulor_list-cell__icon__1_28_2 {
    grid-area: icon;
    width: var(--list-cell-left-icon-size);
    height: var(--list-cell-left-icon-size);
    padding: var(--list-cell-left-icon-padding,0);
    margin-inline-end:16px;box-sizing: unset
}

.modulor_list-cell__left__1_28_2 {
    grid-area: left;
    --content-title: var(--list-cell-left-title,var(--text-title));
    --content-subtitle: var(--list-cell-left-subtitle);
    overflow: hidden
}

.modulor_list-cell__right__1_28_2 {
    grid-area: right;
    overflow: hidden
}

.modulor_list-cell__right__1_28_2 [data-component-name=modulor-radio] {
    margin-inline-start:4px}

.modulor_list-cell__right__1_28_2 [data-component-name=modulor-content] {
    flex-direction: row-reverse;
    text-align: right
}

.modulor_list-cell__divider__1_28_2 {
    grid-area: divider;
    margin-inline-end:-16px}

.modulor_list-view__root__1_28_2 {
    border-bottom: none;
    display: block;
    padding-bottom: 16px
}

.modulor_list-view__root__1_28_2 .modulor_list-view__list__1_28_2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: var(--list-view-overflow,hidden);
    background: var(--list-view-background,var(--background-secondary));
    border-radius: var(--list-view-border-radius,var(--radius-md))
}

.modulor_modal__shadow__1_28_2 {
    --default-shadow-z-index: 10500;
    visibility: hidden;
    background: var(--modal-shadow,var(--background-modalview));
    position: var(--modal-position,fixed);
    inset: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: var(--modal-shadow-z-index,var(--default-shadow-z-index))
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityTrY {
    0% {
        transform: translate(0,100%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}

.modulor_modal__modal-wrapper__1_28_2 {
    position: var(--modal-position,fixed);
    display: flex;
    flex-direction: column;
    z-index: var(--modal-z-index,var(--default-modal-z-index));
    --default-shadow-z-index: 10500;
    --default-modal-z-index: 10550
}

.modulor_modal__modal-wrapper__1_28_2 .modulor_modal__container__1_28_2 {
    flex-grow: 1;
    overflow: hidden;
    pointer-events: auto
}

.modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 404px;
    max-height: 676px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    animation: opacityTrY 0.25s cubic-bezier(0.4,0,0.2,1) forwards
}

.modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2+.modulor_modal__shadow__1_28_2 {
    visibility: visible;
    animation: opacityIn 0.25s cubic-bezier(0.4,0,0.2,1) forwards
}

.modulor_modal__container__1_28_2 {
    display: flex;
    flex-direction: column;
    background: var(--modal-background,var(--background-main))
}

.modulor_modal__header__1_28_2 {
    flex-shrink: 0;
    height: 56px;
    overflow: hidden
}

.modulor_modal__content__1_28_2 {
    flex: 1;
    padding: 16px;
    overflow: hidden auto;
    box-sizing: border-box;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0
}

@media (min-width: 1024px) {
    .modulor_modal__container__1_28_2 {
        transform:translateY(0) !important
    }

    .modulor_modal__content__1_28_2 {
        padding: 16px
    }
}

@media (max-width: 1023px) {
    @keyframes traslateY {
        0% {
            transform:translateY(100%);
            opacity: 0
        }

        100% {
            transform: translateY(0);
            opacity: 1
        }
    }

    .modulor_modal__shadow__1_28_2 {
        visibility: visible
    }

    .modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2 {
        position: var(--modal-position,fixed);
        width: 100%;
        top: unset;
        left: 0;
        bottom: 0;
        transform: translate(0,0);
        height: auto;
        max-height: unset;
        min-height: unset;
        overflow: visible;
        background: none;
        animation: traslateY 0.25s cubic-bezier(0.4,0,0.2,1) forwards;
        box-shadow: none;
        pointer-events: none
    }

    .modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2 .modulor_modal__container__1_28_2 {
        width: 100vw;
        min-height: unset;
        max-height: unset;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        overflow: visible;
        flex-grow: 1;
        pointer-events: auto
    }

    .modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2 .modulor_modal__content__1_28_2 {
        box-sizing: border-box;
        overflow: auto
    }

    .modulor_modal__modal-wrapper__1_28_2.modulor_modal__open__1_28_2+.modulor_modal__shadow__1_28_2 {
        display: block;
        animation: none
    }

    .modulor_modal__header__1_28_2 {
        border-radius: var(--radius-lg) var(--radius-lg) 0 0
    }
}

.modulor_navigation-bar__layout__1_28_2 {
    position: relative;
    --logo: no-repeat 50%/100% url("data:image/svg+xml,%3Csvg width='79' height='24' viewBox='0 0 79 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.36 8.2L14.5 11.2H0L3.2 0H20.5C23.09 0 24.29 1.58 23.61 4.09L23.29 5.2C22.9469 7.06214 21.2467 8.35998 19.36 8.2H15.36ZM19.76 5.42L20.43 3H16.82L16.13 5.42H19.76Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.09 9.33L25.03 11.2H21.28L27.89 0H34.23V11.2H30.99V9.33H26.09ZM30.99 3H29.65L27.63 6.61H30.99V3Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.67 4.15L47.38 5.15C47.1284 6.4416 46.1993 7.49686 44.95 7.91L45.95 11.2H42.5L41.58 8.11H39.5L38.59 11.2H35.23L38.43 0H44.56C47.2 0 48.4 1.55 47.67 4.15ZM44.55 3H40.93L40.24 5.42H43.87L44.55 3Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.53 11.2L53.73 0H50.37L47.17 11.2H50.53Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.97 12.8L26.18 17.28L24.63 12.8H10.1L6.9 24H21.38L23.14 17.8L24.32 21.26H26.48L29.61 17.6L27.76 24H31.12L34.32 12.8H29.97Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2 24L38.81 12.8H45.14V24H41.91V22.13H37L35.94 24H32.2ZM40.55 15.84L38.55 19.41H41.89V15.84H40.55Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.49 16L57.4 12.8H47.21L46.3 16H49.97L47.69 24H51.05L53.33 16H56.49Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.95 16H66.04L66.97 12.8H61.5C59.6119 12.6352 57.9088 13.9352 57.57 15.8L56.38 19.9C55.67 22.48 56.89 24 59.5 24H63.72L64.63 20.8H59.57L60.95 16Z' fill='%23292621'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.64 12.8L74.5 16.8H70.66L71.8 12.8H68.44L65.24 24H68.6L69.74 20H73.58L72.44 24H75.8L79 12.8H75.64Z' fill='%23292621'/%3E%3C/svg%3E");
    display: grid;
    align-items: stretch;
    height: 56px;
    box-sizing: border-box;
    background-color: var(--navigation-bar-background,var(--background-main));
    font: inherit;
    color: inherit
}

.modulor_navigation-bar__layout__1_28_2:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--divider,var(--divider-main))
}

.modulor_navigation-bar__layout__1_28_2 [data-component-name=modulor-typography] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.modulor_navigation-bar__layout__1_28_2 [data-component-name=modulor-icon] {
    display: block
}

.modulor_navigation-bar__title__1_28_2~.modulor_navigation-bar__description__1_28_2 {
    margin-top: 2px
}

.modulor_navigation-bar__title__1_28_2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: var(--text-overflow,hidden);
    --text: var(--text-title);
    margin-bottom: 0 !important
}

.modulor_navigation-bar__description__1_28_2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: var(--text-overflow,hidden);
    --text: var(--text-body)
}

.modulor_navigation-bar__left__1_28_2 {
    display: flex;
    align-items: center;
    padding-inline-end:8px;overflow: hidden
}

.modulor_navigation-bar__center__1_28_2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.modulor_navigation-bar__center__1_28_2 :not([data-component-name=modulor-tab-bar-item]):has(+[data-component-name=modulor-tab-bar-item]) {
    margin-inline-end:32px}

.modulor_navigation-bar__right__1_28_2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-inline-start:8px;overflow: hidden
}

@media only screen and (max-width: 340px) {
    .modulor_navigation-bar__right__1_28_2 {
        max-width:190px
    }
}

.modulor_navigation-bar__right__1_28_2 [data-component-name=modulor-icon] {
    margin-inline-end:20px}

.modulor_navigation-bar__right__1_28_2 [data-component-name=modulor-icon]:last-of-type {
    margin-inline-end:16px
}

.modulor_radio__radio__1_28_2 {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    background-color: var(--control-inactive-switcher);
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    will-change: background-color
}

.modulor_radio__radio__1_28_2:disabled {
    background-color: var(--control-switcheroff-disabled);
    pointer-events: none
}

.modulor_radio__radio__1_28_2:checked {
    background-color: var(--control-switcher-active)
}

.modulor_radio__radio__1_28_2:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--control-switcher-knob);
    transform: translate(-50%,-50%)
}
