@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --tsl-font: "Manrope", sans-serif;
    --tsl-ink: #17191a;
    --tsl-text: #70777b;
    --tsl-muted: #8a9094;
    --tsl-accent: #68b3d1;
    --tsl-accent-dark: #2798c5;
    --tsl-accent-soft: #eef8fc;
    --tsl-line: #dfe3e6;
    --tsl-surface: #fff;
    --tsl-surface-soft: #f4f6f7;
    --tsl-dark: #17191a;
    --tsl-radius-sm: 10px;
    --tsl-radius: 14px;
    --tsl-radius-lg: 18px;
    --tsl-container: 1500px;
    --tsl-space-section: clamp(42px, 5vw, 76px);
    --tsl-gap: 14px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.tsl-reveal {
    opacity: 0;
    translate: 0 40px;

    transition:
        opacity 0.7s ease,
        translate 0.7s cubic-bezier(.22, .61, .36, 1);

    will-change: opacity, translate;
}

.tsl-reveal.tsl-visible {
    opacity: 1;
    translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
    .tsl-reveal {
        opacity: 1;
        translate: none;
        transition: none;
    }
}

.tsl-section,
.tsl-section *,
.tsl-section *::before,
.tsl-section *::after {
    box-sizing: border-box;
}

.tsl-section {
    width: 100%;
    margin: 0;
    color: var(--tsl-ink);
    font-family: var(--tsl-font);
}

.tsl-container {
    width: min(100%, var(--tsl-container));
    margin-inline: auto;
}

.tsl-section--divider {
    border-top: 1px solid var(--tsl-line);
}

.tsl-section-head {
    max-width: 850px;
    margin: 0 0 30px;
}

.tsl-eyebrow {
    margin: 0 0 10px;
    color: var(--tsl-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tsl-title {
    margin: 0;
    color: var(--tsl-ink);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.tsl-lead {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--tsl-text);
    font-size: 14px;
    line-height: 1.65;
}

.tsl-card {
    min-width: 0;
    border: 1px solid var(--tsl-line);
    border-radius: var(--tsl-radius);
    background: var(--tsl-surface);
}

.tsl-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 40px;
    flex: 0 0 auto;
    border: 1px solid rgba(104, 179, 209, .35);
    border-radius: var(--tsl-radius-sm);
    background: var(--tsl-accent-soft);
    color: #49a5c8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .05em;
}

.tsl-note {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 15px 16px;
    border: 1px solid rgba(104, 179, 209, .4);
    border-radius: 11px;
    background: var(--tsl-accent-soft);
}

.tsl-note__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--tsl-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.tsl-note p {
    margin: 0;
    color: #657176;
    font-size: 12px;
    line-height: 1.65;
}

.tsl-note a {
    color: var(--tsl-accent-dark) !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tsl-action,
.tsl-action:link,
.tsl-action:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid var(--tsl-accent);
    border-radius: 11px;
    background: #fff;
    color: var(--tsl-accent-dark) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease;
}

.tsl-action:hover,
.tsl-action:focus-visible {
    background: var(--tsl-accent);
    color: #fff !important;
    outline: none;
}

.tsl-action-link,
.tsl-action-link:link,
.tsl-action-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--tsl-accent);
    color: var(--tsl-accent-dark) !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
}

.tsl-action-link:hover,
.tsl-action-link:focus-visible {
    border-color: var(--tsl-ink);
    color: var(--tsl-ink) !important;
    outline: none;
}

html body .elementor-shortcode {
    --tsl-module-width: 100%;
    --tsl-module-max-width: 100%;
}

html body .elementor-shortcode :is(
    .tsl-hero,
    .tsl-collateral-types,
    .tsl-home-info-pair,
    .tsl-calculator,
    .tsl-calculation-example,
    .tsl-route,
    .tsl-videos,
    .tsl-company-about,
    .tsl-faq
) {
    position: relative !important;
    left: auto !important;
    width: var(--tsl-module-width) !important;
    max-width: var(--tsl-module-max-width) !important;
    margin-inline: auto !important;
    transform: none !important;
}

@media (min-width: 768px) and (max-width: 1470px) {
    html body .elementor-shortcode {
        --tsl-module-width: calc(100% - 48px);
        --tsl-module-max-width: none;
    }
}

@media (max-width: 767px) {
    .tsl-container,
    .tsl-section {
        width: 100% !important;
        max-width: none !important;
    }

    .tsl-section {
        padding-inline: 14px;
    }

    .tsl-section--divider {
        position: relative;
        border-top: 0;
    }

    .tsl-section--divider::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--tsl-line);
        content: "";
        transform: none;
        pointer-events: none;
    }

    .tsl-section-head {
        margin-bottom: 22px;
    }

    .tsl-title {
        font-size: 30px;
    }

    .tsl-lead {
        margin-top: 12px;
        font-size: 13px;
    }

    .tsl-card {
        border-radius: 12px;
    }
}

html,
body {
    font-family: var(--tsl-font);
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body,
button,
input,
textarea,
select {
    font-family: var(--tsl-font) !important;
}

.elementor :is(h1, h2, h3, h4, h5, h6, p, a, span, button, input, textarea, select) {
    font-family: var(--tsl-font);
}


button.tsl-scroll-top,
button.tsl-scroll-top:focus,
button.tsl-scroll-top:active {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9000;

    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    padding: 0 !important;

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

    -webkit-appearance: none;
    appearance: none;

    color: #fff !important;
    background: #151819 !important;
    background-color: #151819 !important;
    background-image: none !important;
    border: 1px solid #151819 !important;
    border-radius: 14px !important;
    box-shadow: none !important;

    font: inherit;
    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

button.tsl-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

button.tsl-scroll-top:hover {
    color: #151819 !important;
    background: #fff !important;
    background-color: #fff !important;
    border-color: #151819 !important;
}

button.tsl-scroll-top:focus-visible {
    outline: 3px solid rgba(21, 24, 25, 0.25) !important;
    outline-offset: 3px;
}

button.tsl-scroll-top span {
    display: block;
    color: inherit !important;
    transform: translateY(-1px);
}


.elementor-editor-active .tsl-scroll-top {
    display: none;
}

@media (max-width: 767px) {
    button.tsl-scroll-top,
    button.tsl-scroll-top:focus,
    button.tsl-scroll-top:active {
        right: 16px !important;
        bottom: 16px !important;

        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;

        border-radius: 12px !important;
        font-size: 22px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    button.tsl-scroll-top {
        transition: none;
    }
}


@media (max-width: 767px) {
    html body .elementor-shortcode :is(
        .tsl-collateral-types,
        .tsl-home-info-pair,
        .tsl-calculation-example,
        .tsl-route,
        .tsl-company-about,
        .tsl-faq
    ) {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body .elementor-shortcode .tsl-section--divider {
        margin-top: 28px !important;
        padding-top: 28px !important;
    }

    html body .elementor-shortcode .tsl-section--divider::before {
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }

    html body .elementor-shortcode .tsl-home-info-pair {
        margin-top: 12px !important;
        padding-bottom: 28px !important;
        border-bottom: 0 !important;
    }

    html body .elementor-shortcode .tsl-home-info-pair::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: var(--tsl-line);
        content: "";
        pointer-events: none;
    }

    html body .elementor-shortcode .tsl-calculator {
        margin-top: 28px !important;
    }

    html body .elementor-shortcode .tsl-route {
        margin-top: 12px !important;
        overflow: visible !important;
    }

    html body .elementor-shortcode .tsl-route::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: var(--tsl-line);
        content: "";
        pointer-events: none;
    }

    html body .elementor-shortcode .tsl-videos {
        margin-top: 20px !important;
    }
}


@media (min-width: 1471px) {
    html body .elementor-shortcode {
        --tsl-module-width: min(100%, var(--tsl-container));
        --tsl-module-max-width: var(--tsl-container);
    }

    html body .elementor-shortcode .tsl-section--divider {
        margin-top: 32px !important;
        padding-top: 32px !important;
    }

    html body .elementor-shortcode .tsl-how-to-get {
        margin-top: 32px !important;
        padding-top: 32px !important;
    }

    html body .elementor-shortcode .tsl-home-info-pair {
        padding-bottom: 32px !important;
    }

    html body .elementor-shortcode .tsl-calculator {
        margin-top: 32px !important;
    }

    html body .elementor-shortcode .tsl-calculation-example,
    html body .elementor-shortcode .tsl-company-about {
        padding-bottom: 0 !important;
    }

    html body .elementor-shortcode .tsl-route {
        position: relative;
        padding-bottom: 32px !important;
        overflow: visible !important;
    }

    html body .elementor-shortcode .tsl-route::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: var(--tsl-line);
        content: "";
        pointer-events: none;
    }

    html body .elementor-shortcode .tsl-videos {
        margin-top: 32px !important;
    }
}
