.tsl-apply-button,
.tsl-hero-btn-dark {
    min-height: 60px !important;
    padding: 0 14px 0 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex: 0 0 auto !important;
    border: 1px solid #111 !important;
    border-radius: 10px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease !important;
}

.tsl-apply-button-text {
    color: inherit !important;
    font: inherit !important;
}

.tsl-apply-icon,
.tsl-hero-btn-arrow {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    transition:
        background-color .3s ease,
        color .3s ease !important;
}

:is(
    .tsl-apply-button,
    .tsl-hero-btn-dark
):is(:hover, :focus, :focus-visible) {
    background: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    color: #111 !important;
    text-decoration: none !important;
    transform: none !important;
}

:is(
    .tsl-apply-button,
    .tsl-hero-btn-dark
):is(:hover, :focus, :focus-visible)
:is(
    .tsl-apply-icon,
    .tsl-hero-btn-arrow
) {
    background: #111 !important;
    color: #fff !important;
    transform: none !important;
}

.tsl-header-actions {
    position: relative;
    display: flex !important;
    align-items: center !important;
    gap: 28px;
    white-space: nowrap;
}

.tsl-phone {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

.tsl-phone-trigger {
    height: 52px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.tsl-phone-icon {
    width: 42px;
    height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f1f1ef;
    color: #111;
    transition:
        background-color .3s ease,
        color .3s ease;
}

.tsl-phone-icon svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: currentColor;
}

.tsl-phone-number {
    color: #111;
    line-height: 1;
}

.tsl-phone-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    transition: transform .25s ease;
}

.tsl-phone-arrow svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tsl-phone:hover .tsl-phone-arrow {
    transform: rotate(180deg);
}

.tsl-phone:hover .tsl-phone-icon {
    background: #111 !important;
    color: #fff !important;
}

.tsl-phone-menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: -25px !important;
    z-index: 99999 !important;
    width: 270px !important;
    margin: 0 !important;
    padding: 14px 0 !important;
    visibility: hidden;
    opacity: 0;
    background: #fff !important;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .1);
    box-sizing: border-box !important;
    transform: translateY(-8px);
    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;
}

.tsl-phone:hover .tsl-phone-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.tsl-phone-item {
    display: block !important;
    width: 100%;
    padding: 12px 22px;
    color: #111 !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

.tsl-phone-item:hover {
    background: #f7f7f7;
}

.tsl-phone-city,
.tsl-phone-value {
    display: block;
    width: 100%;
    text-align: left;
}

.tsl-phone-city {
    display: none !important;
}

.tsl-phone-value {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.tsl-phone-item-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
}

.tsl-phone-item-icon svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: currentColor;
}

.tsl-phone-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 8px 14px 0;
    padding-top: 12px;
    border-top: 1px solid #e7e7e7;
}

.tsl-phone-social,
.tsl-phone-social:link,
.tsl-phone-social:visited {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 58px;
    padding: 7px 3px;
    border: 1px solid #e3e6e8;
    border-radius: 8px;
    background: #f7f8f8;
    color: #343a3d !important;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    transition: border-color .2s ease, background-color .2s ease;
}

.tsl-phone-social svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tsl-phone-social--telegram {
    color: #229ed9 !important;
}

.tsl-phone-social--viber {
    color: #7360f2 !important;
}

.tsl-phone-social--whatsapp {
    color: #20b75a !important;
}

.tsl-phone-social:hover,
.tsl-phone-social:focus-visible {
    border-color: currentColor;
    background: #fff;
    outline: none;
}

.tsl-popup-categories,
.tsl-popup-categories * {
    box-sizing: border-box;
}

.tsl-popup-categories {
    width: 100%;
    margin: 8px 0 18px;
    font-family: "Manrope", sans-serif;
}

.tsl-popup-categories__title {
    margin: 0 0 10px;
    color: #17191a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.tsl-popup-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tsl-popup-category,
.tsl-popup-category:link,
.tsl-popup-category:visited {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 76px;
    padding: 9px;
    border: 1px solid #dde2e5;
    border-radius: 9px;
    background: #f3f4f5;
    color: #4f565a !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tsl-popup-category:hover,
.tsl-popup-category:focus-visible {
    border-color: #68b3d1;
    background: #eef8fc;
    color: #17191a !important;
    outline: none;
}

.tsl-popup-category__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: rgba(104, 179, 209, 0.13);
    color: #68b3d1;
}

.tsl-popup-category__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
.tsl-popup-categories__grid > .tsl-popup-category:last-child {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
    }

.dialog-widget-content:has(.tsl-mobile-popup) {
        width: 100vw !important;
        max-width: none !important;
        min-height: 100dvh;
        margin: 0 !important;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }

.dialog-widget-content:has(.tsl-mobile-popup) .dialog-message {
        width: 100vw !important;
        max-width: none !important;
    }

.tsl-mobile-popup {
        width: 100% !important;
        min-height: 100dvh;
        padding: 24px 18px !important;
        background: #fff;
    }
}

@media (max-width: 380px) {
.tsl-popup-categories__grid {
        gap: 6px;
    }

.tsl-popup-category,
    .tsl-popup-category:link,
    .tsl-popup-category:visited {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 6px;
        padding: 7px;
        font-size: 9px;
    }

.tsl-popup-category__icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    .elementor-popup-modal:has(.tsl-mobile-popup) .dialog-close-button,
    .elementor-popup-modal:has(.tsl-popup-menu) .dialog-close-button {
        position: fixed !important;
        z-index: 99999 !important;

        top: 27px !important;
        right: 27px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 39px !important;
        height: 39px !important;

        padding: 0 !important;

        border: 1px solid #e1e5e7 !important;
        border-radius: 50% !important;

        background: #ffffff !important;
        color: #17191a !important;

        box-shadow: 0 6px 18px rgba(0, 0, 0, .08) !important;

        font-size: 20px !important;

        opacity: 1 !important;
        transform: none !important;
    }

    .elementor-popup-modal:has(.tsl-mobile-popup) .dialog-close-button:hover,
    .elementor-popup-modal:has(.tsl-mobile-popup) .dialog-close-button:focus,
    .elementor-popup-modal:has(.tsl-popup-menu) .dialog-close-button:hover,
    .elementor-popup-modal:has(.tsl-popup-menu) .dialog-close-button:focus {
        background: #f6f7f8 !important;
        border-color: #d4d9dc !important;
        color: #111111 !important;

        outline: none !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08) !important;
    }

.tsl-mobile-popup {
        width: 100% !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

.tsl-mobile-popup > .elementor-element,
    .tsl-mobile-popup .elementor-widget-html,
    .tsl-mobile-popup .elementor-widget-html > .elementor-widget-container {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.tsl-popup-menu,
.tsl-popup-menu * {
    box-sizing: border-box;
}

.tsl-popup-menu {
    width: 100%;
    height: 100dvh;
    min-height: 0;
    padding: 18px 18px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    background: #fff;
    color: #17191a;
    font-family: "Manrope", sans-serif;
    transition: transform 0.22s ease, opacity 0.22s ease;
    -webkit-overflow-scrolling: touch;
}

.tsl-popup-menu::-webkit-scrollbar {
    display: none;
}

.tsl-popup-menu.is-closing {
    opacity: 0.75;
    transform: translateX(100%);
}

.tsl-popup-menu__header {
    position: sticky;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 62px;
    margin: -18px -18px 18px;
    padding: 12px 18px;
    border-bottom: 1px solid #e5e8ea;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.tsl-popup-menu__logo {
    display: inline-flex;
    align-items: center;
    width: min(174px, 52vw);
}

.tsl-popup-menu__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.tsl-popup-menu__close {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #cfe7f1;
    border-radius: 10px;
    background: #eef8fc;
    cursor: pointer;
}

.tsl-popup-menu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #17191a;
}

.tsl-popup-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tsl-popup-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tsl-popup-menu__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 20px;
}

.tsl-popup-menu__nav a,
.tsl-popup-menu__nav a:link,
.tsl-popup-menu__nav a:visited {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #e0e4e6;
    border-radius: 9px;
    background: #fff;
    color: #202326 !important;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none !important;
}

.tsl-popup-menu__nav a:first-child {
    border-color: #68b3d1;
    background: #eef8fc;
    color: #348eaf !important;
}

.tsl-popup-menu__apply,
.tsl-popup-menu__apply:link,
.tsl-popup-menu__apply:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 58px;
    margin: 18px 0 22px;
    padding: 8px 10px 8px 20px;
    border: 0;
    border-radius: 10px;
    background: #202324;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.tsl-popup-menu__apply-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

.tsl-popup-menu__apply:hover,
.tsl-popup-menu__apply:focus-visible {
    background: #151718;
    outline: none;
}

.tsl-popup-phones {
    padding-top: 18px;
    border-top: 1px solid #e4e8ea;
}

.tsl-popup-phones__title {
    margin: 0 0 10px;
    color: #17191a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.tsl-popup-phones__list {
    display: grid;
    gap: 7px;
}

.tsl-popup-phone,
.tsl-popup-phone:link,
.tsl-popup-phone:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 50px;
    padding: 8px 12px;
    border: 1px solid #e0e4e6;
    border-radius: 9px;
    background: #f7f8f8;
    color: #17191a !important;
    text-decoration: none !important;
}

.tsl-popup-phone__icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #17191a;
    background: #fff;
}

.tsl-popup-phone__icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.tsl-popup-phone__number {
    color: #17191a;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 360px) {
.tsl-popup-menu {
        padding-inline: 12px;
    }

.tsl-popup-menu__header {
        margin-inline: -12px;
        padding-inline: 12px;
    }

.tsl-popup-menu__nav {
        gap: 6px;
    }

.tsl-popup-phone__number {
        font-size: 12px;
    }
}

.tsl-popup-menu a.tsl-popup-menu__close,
.tsl-popup-menu a.tsl-popup-menu__close:link,
.tsl-popup-menu a.tsl-popup-menu__close:visited {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 1px solid #cfe7f1 !important;
    border-radius: 10px !important;
    background: #eef8fc !important;
    box-shadow: none !important;
    color: #17191a !important;
    text-decoration: none !important;
    transform: none !important;
}

.tsl-popup-menu a.tsl-popup-menu__close:hover,
.tsl-popup-menu a.tsl-popup-menu__close:focus-visible {
    border-color: #68b3d1 !important;
    background: #e3f4fa !important;
    outline: none !important;
}

.tsl-popup-menu {
    position: relative;
    padding-top: 18px;
}

.tsl-popup-menu__close {
    position: absolute;
    z-index: 10;
    top: 18px;
    right: 18px;
}

.tsl-popup-menu__nav {
    margin-top: 58px;
    margin-bottom: 18px;
}

.tsl-popup-phones {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
}

.tsl-popup-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
}

.tsl-popup-social,
.tsl-popup-social:link,
.tsl-popup-social:visited {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 70px;
    padding: 9px 5px;
    border: 1px solid #e0e4e6;
    border-radius: 9px;
    background: #f7f8f8;
    color: #343a3d !important;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tsl-popup-social img {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
}

.tsl-popup-social:hover,
.tsl-popup-social:focus-visible {
    border-color: currentColor;
    background: #fff;
    outline: none;
}

.tsl-popup-categories {
    margin: 58px 0 0;
}

.tsl-popup-divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background: #e1e5e7;
}

.tsl-popup-menu__apply,
.tsl-popup-menu__apply:link,
.tsl-popup-menu__apply:visited {
    margin: 0;
}

@media (max-width: 360px) {
.tsl-popup-menu__close {
        right: 12px;
    }

.tsl-popup-socials {
        gap: 5px;
    }

.tsl-popup-social {
        min-height: 66px;
        font-size: 9px;
    }
}

.tsl-top-bar {
    position: relative !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.tsl-top-bar::after {
    content: "";
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: #eaeaea;
    transform: translateX(-50%);
    pointer-events: none;
}



.tsl-modal,
.tsl-modal * {
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
}

.tsl-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.tsl-modal.active {
    visibility: visible;
    opacity: 1;
}

.tsl-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .68);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    cursor: pointer;
}

.tsl-modal-window {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 35px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .25);
    transform: translateY(20px) scale(.98);
    transition: transform .25s ease;
}

.tsl-modal.active .tsl-modal-window {
    transform: translateY(0) scale(1);
}

.tsl-modal .tsl-modal-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f3f3f3 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #111 !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

.tsl-modal .tsl-modal-close:hover {
    background: #111 !important;
    color: #fff !important;
    transform: rotate(90deg) !important;
}

.tsl-modal .tsl-modal-close:is(:focus, :focus-visible) {
    background: #111 !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .12) !important;
}

.tsl-modal .tsl-modal-close:active {
    transform: rotate(90deg) scale(.95) !important;
}

.tsl-modal-header {
    margin-bottom: 28px;
}

.tsl-modal-footer {
    margin-bottom: 28px;
    padding-right: 35px;
    text-align: center;
}

.tsl-modal-title {
    margin-bottom: 8px;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.tsl-modal-subtitle {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.tsl-form-field {
    margin-bottom: 18px;
}

.tsl-form-field label {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.tsl-form-field input {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 9px !important;
    color: #111 !important;
    font-size: 16px !important;
    outline: 0 !important;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.tsl-form-field input:focus {
    border-color: #111 !important;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .06) !important;
}

.tsl-form-field input::placeholder {
    color: #aaa;
}

.tsl-modal-collateral {
    min-width: 0;
    margin: 2px 0 20px;
    padding: 0;
    border: 0;
}

.tsl-modal-collateral legend {
    margin: 0 0 9px;
    padding: 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.tsl-modal-collateral__options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.tsl-modal-collateral__options label {
    margin: 0;
    cursor: pointer;
}

.tsl-modal-collateral__options input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.tsl-modal-collateral__options span {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 5px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

@media (max-width: 420px) {
    .tsl-modal-collateral__options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

.tsl-modal-collateral__options label:hover span {
    border-color: #111;
}

.tsl-modal-collateral__options input:checked + span {
    border-color: #111;
    background: #111;
    color: #fff;
}

.tsl-modal-collateral__options input:focus-visible + span {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.tsl-modal-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 20px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.tsl-modal-consent input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #111;
    cursor: pointer;
}

.tsl-modal-consent a {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tsl-application-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 25px 0 20px;
}
.tsl-application-summary > div {
    min-height: 72px;
    padding: 12px 14px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    background: #f5f5f5;
    border-radius: 8px;

    box-sizing: border-box;
}

.tsl-application-summary span {
    display: block;
    margin: 0;

    color: #777;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}

.tsl-application-summary strong {
    display: block;
    margin: 0;

    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    white-space: normal;
    overflow-wrap: break-word;
}

.tsl-hp {
    position: absolute;
    left: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tsl-modal .tsl-submit,
#tslSubmit {
    position: relative;
    width: 100% !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 55px 0 25px !important;
    background: #111 !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition:
        background-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.tsl-modal .tsl-submit:is(:hover, :focus, :focus-visible),
#tslSubmit:is(:hover, :focus, :focus-visible) {
    background: #222 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12) !important;
}

.tsl-submit span {
    color: #fff !important;
}

.tsl-submit-arrow {
    position: absolute;
    right: 22px;
    color: #fff !important;
    font-size: 22px;
    line-height: 1;
    transition: right .25s ease;
}

.tsl-submit:hover .tsl-submit-arrow {
    right: 18px;
}

.tsl-submit.loading {
    pointer-events: none;
    opacity: .65;
}

.tsl-submit.loading .tsl-submit-arrow {
    display: none;
}

.tsl-simple-application-info {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px;
    margin: 16px 0 22px;
    padding: 14px 16px;
    background: #f6f6f6;
    border-radius: 10px;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.tsl-simple-application-info :is(strong, span) {
    display: block !important;
    width: 100%;
    margin: 0;
    text-align: left !important;
}

.tsl-simple-application-info strong {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.tsl-simple-application-info span {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.tsl-calculator-link {
    color: #222 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.tsl-calculator-link:hover {
    color: #000 !important;
}

.tsl-form-message {
    width: 100% !important;
    margin: 16px 0 22px !important;
    padding: 0 10px !important;
    color: #888 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.tsl-form-message.success {
    color: #16803c !important;
}

.tsl-form-message.error {
    color: #c62828 !important;
}

body.tsl-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
.tsl-apply-button {
        min-height: 44px !important;
        padding: 0 10px 0 16px !important;
        gap: 9px !important;
        border-radius: 9px !important;
        font-size: 14px !important;
    }

.tsl-apply-icon {
        width: 24px !important;
        height: 24px !important;
        flex-basis: 24px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 600px) {


.tsl-application-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin: 20px 0 18px;
    }

    .tsl-application-summary > div {
        min-height: 68px;
        padding: 10px 11px;
        gap: 4px;
    }

    .tsl-application-summary span {
        font-size: 10px;
        line-height: 1.25;
    }

    .tsl-application-summary strong {
        font-size: 13px;
        line-height: 1.25;
    }


.tsl-modal {
        padding: 10px;
    }

.tsl-modal-window {
        max-height: calc(100vh - 20px);
        padding: 25px 20px;
        border-radius: 14px;
    }

.tsl-modal-title {
        font-size: 24px;
    }


.tsl-modal .tsl-submit,
    #tslSubmit {
        height: 56px !important;
        padding: 0 55px 0 20px !important;
        font-size: 16px !important;
    }

.tsl-submit-arrow {
        right: 20px;
    }

.tsl-submit:hover .tsl-submit-arrow {
        right: 16px;
    }

.tsl-simple-application-info {
        margin: 14px 0 20px;
        padding: 12px 14px;
        border-radius: 9px;
    }

.tsl-simple-application-info :is(strong, span) {
        font-size: 12.5px;
    }

.tsl-simple-application-info span {
        line-height: 1.5;
    }
}

.tsl-header-brand,
.tsl-header-brand:link,
.tsl-header-brand:visited {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: var(--tsl-ink, #17191a) !important;
    font-family: var(--tsl-font, "Manrope", sans-serif);
    white-space: nowrap;
    text-decoration: none !important;
}

.tsl-header-brand strong {
    padding-right: 12px;
    border-right: 1px solid rgba(23, 25, 26, 0.28);
    color: inherit;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.07em;
}

.tsl-header-brand span {
    color: #4f5558;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.24em;
}

.tsl-header-brand:hover,
.tsl-header-brand:focus-visible {
    color: var(--tsl-ink, #17191a) !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .tsl-header-brand {
        gap: 9px;
    }

    .tsl-header-brand strong {
        padding-right: 9px;
        font-size: 30px;
    }

    .tsl-header-brand span {
        font-size: 7px;
        letter-spacing: 0.18em;
    }
}
.tsl-header-brand-widget {
    width: auto !important;
    min-width: 140px;
    flex: 0 0 140px !important;
}

.tsl-header-brand-widget > .elementor-widget-container {
    width: 100%;
    overflow: visible !important;
}

.tsl-header-brand {
    width: max-content;
    min-width: max-content;
    overflow: visible;
}

@media (max-width: 767px) {
    .tsl-header-brand-widget {
        min-width: 126px;
        flex-basis: 126px !important;
    }
}

/* Modern TSL property submenu — add at the END of site-shell.css */
.tsl-property-submenu,
.tsl-property-submenu * {
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

.tsl-property-submenu {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.elementor-widget-html:has(.tsl-property-submenu),
.elementor-widget-html:has(.tsl-property-submenu) > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.tsl-property-submenu__inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 4px;
    overflow: hidden;
    border-radius: 10px;
    background: #f2f3f3;
}

.tsl-property-submenu__item,
.tsl-property-submenu__item:link,
.tsl-property-submenu__item:visited {
    position: relative;
    min-width: 0;
    min-height: 44px;
    padding: 7px 10px;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow: visible;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #454a4d !important;
    box-shadow: none;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* Remove old decorative watermark icons. */
.tsl-property-submenu__item::before {
    content: none !important;
    display: none !important;
}

.tsl-property-submenu__icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(17, 19, 21, .07);
    color: #4b5053;
}

.tsl-property-submenu__icon svg {
    width: 14px;
    height: 14px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tsl-property-submenu__text {
    min-width: 0;
    color: inherit !important;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.tsl-property-submenu__arrow {
    display: none !important;
}

.tsl-property-submenu__item:hover,
.tsl-property-submenu__item:focus-visible {
    color: #111315 !important;
    background: #fff;
    outline: none;
}

.tsl-property-submenu__item.is-active,
.tsl-property-submenu__item[aria-current="page"] {
    color: #fff !important;
    background: #111315;
    box-shadow: 0 5px 14px rgba(17, 19, 21, .16);
}

.tsl-property-submenu__item.is-active .tsl-property-submenu__icon,
.tsl-property-submenu__item[aria-current="page"] .tsl-property-submenu__icon {
    background: #fff;
    color: #111315;
}

@media (max-width: 1250px) and (min-width: 768px) {
    .tsl-property-submenu__inner {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tsl-property-submenu__inner::-webkit-scrollbar {
        display: none;
    }

    .tsl-property-submenu__item,
    .tsl-property-submenu__item:link,
    .tsl-property-submenu__item:visited {
        flex: 0 0 auto;
        padding-inline: 9px;
    }
}

@media (max-width: 767px) {
    .tsl-property-submenu {
        width: 100% !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .tsl-property-submenu__inner {
        width: 100% !important;
        display: flex !important;
        gap: 3px !important;
        padding: 4px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tsl-property-submenu__inner::-webkit-scrollbar {
        display: none;
    }

    .tsl-property-submenu__item,
    .tsl-property-submenu__item:link,
    .tsl-property-submenu__item:visited {
        width: auto !important;
        min-width: max-content !important;
        min-height: 42px !important;
        padding: 7px 11px !important;
        display: inline-flex !important;
        flex: 0 0 auto !important;
        gap: 7px !important;
        scroll-snap-align: start;
    }

    .tsl-property-submenu__icon {
        width: 25px !important;
        height: 25px !important;
        flex-basis: 25px !important;
    }

    .tsl-property-submenu__text {
        font-size: 10.5px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }
}
