.tsl-home-info-pair {
    display: block;
    padding-block: 28px 18px;
    border-bottom: 1px solid var(--tsl-line);
}

@media (min-width: 1471px) {
    .tsl-home-info-pair {
        position: relative;
        left: 50%;
        width: calc(100% + 20px) !important;
        max-width: 1500px !important;
        transform: translateX(-50%);
    }
}

.tsl-financing-types,
.tsl-how-to-get {
    min-width: 0;
}

.tsl-financing-types__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tsl-financing-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #fff 0%, #fff 54%, #f3f8fa 100%);
}

.tsl-financing-card,
.tsl-financing-card * {
    transition: none !important;
}

.tsl-financing-card__link {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 14px 18px;
    min-height: 360px;
    padding: 26px;
    color: inherit !important;
    text-decoration: none !important;
}

.tsl-financing-card__icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tsl-accent-soft);
    color: var(--tsl-accent);
}

.tsl-financing-card__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.tsl-financing-card__content {
    position: relative;
    z-index: 2;
}

.tsl-financing-card__content {
    grid-column: 2;
    grid-row: 1;
}

.tsl-financing-card__title {
    margin: 0;
    color: var(--tsl-ink);
    font-size: clamp(20px, 1.45vw, 25px);
    font-weight: 700;
    line-height: 1.22;
}

.tsl-financing-card__description {
    max-width: 610px;
    margin: 8px 0 0;
    color: var(--tsl-text);
    font-size: 14px;
    line-height: 1.55;
}

.tsl-financing-card__visual {
    position: absolute;
    z-index: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 104%;
    color: var(--tsl-accent);
    opacity: .34;
    pointer-events: none;
    transform: translateX(-50%);
}

.tsl-financing-card__visual svg {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.tsl-financing-card__visual-fill {
    fill: rgba(104, 179, 209, .12);
    stroke: none;
}

.tsl-financing-types__eyebrow,
.tsl-how-to-get__eyebrow {
    color: var(--tsl-accent);
}

.tsl-how-to-get__number {
    border-color: rgba(104, 179, 209, .45);
    background: var(--tsl-accent-soft);
    color: var(--tsl-accent-dark);
}

.tsl-financing-card__visual-ground {
    stroke-width: 3;
}

.tsl-how-to-get {
    margin-top: 42px;
    padding-top: 36px;
    border-top: 1px solid var(--tsl-line);
}

.tsl-how-to-get__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tsl-how-to-get__step {
    display: flex;
    min-width: 0;
    min-height: 188px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
}

.tsl-how-to-get__step-content h3 {
    margin: 0;
    color: var(--tsl-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.28;
}

.tsl-how-to-get__step-content p {
    margin: 7px 0 0;
    color: var(--tsl-text);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .tsl-financing-types__grid {
        grid-template-columns: 1fr;
    }

    .tsl-financing-card__link {
        min-height: 230px;
    }

    .tsl-financing-card__visual {
        right: auto;
        width: 58%;
        opacity: .25;
    }

    .tsl-how-to-get__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tsl-how-to-get__step {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .tsl-home-info-pair {
        position: relative;
        left: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: -22px !important;
        margin-right: 0;
        margin-left: 0;
        padding-top: 24px;
        padding-bottom: 20px;
        transform: none;
    }

    .tsl-financing-types,
    .tsl-how-to-get {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .tsl-financing-card__link {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 230px;
        gap: 12px 14px;
        padding: 20px;
    }

    .tsl-financing-card__icon {
        width: 42px;
        height: 42px;
    }

    .tsl-financing-card__title {
        font-size: 20px;
    }

    .tsl-financing-card__description {
        font-size: 13px;
    }

    .tsl-financing-card__visual {
        right: auto;
        bottom: -2px;
        width: 80%;
        opacity: .14;
    }

    .tsl-how-to-get {
        position: relative;
        margin-top: 28px;
        padding-top: 28px;
        border-top: 0;
    }

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

    .tsl-how-to-get__steps {
        grid-template-columns: 1fr;
    }

    .tsl-how-to-get__step {
        min-height: 0;
        gap: 14px;
        padding: 20px;
    }

}


