

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        padding-top: .5rem;
        padding-bottom: .75rem;
        gap: 1rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
        text-align: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
        margin: 0;
        max-width: 900px;
        align-self: center;
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        margin-bottom: 0;
        max-width: unset;
        padding: 0 1rem;
        max-width: 720px;
        align-self: center;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: .75rem;
        width: 100%;
    }

    .illustration-hero__image img {
        max-width: 100%;
        width: 100%;
        border-radius: 1rem;
        object-fit: contain;
    }

    .illustration-hero__title.hero-title {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 48px;
        line-height: 1;
    }


    .softpos-page .illustration-hero__content>.button {
        align-self: center;
        margin-top: .25rem;
        width: 265px;
    }

    @media (max-width: 768px) {
        .illustration-hero__title.hero-title {
            font-size: 2rem;
        }

        .illustration-hero__image {
            order: -1;
        }

        .illustration-hero__image img {
            aspect-ratio: 1 / 1;
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;

        }

    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/similar-articles/style.css?17854956221958*/
.section.relative-cards-section {
    background-color: var(--container-high);
}

.relative-cards-section.section .section__header {
    margin-bottom: 1.5rem;
}

.relative-cards-section.section .section__title {
    font-family: var(--hero-font-family);
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 600;
    text-align: start;
}

.esg-relative-card {
    height: 257px;
    position: relative;
    border-radius: var(--radius-24);
    overflow: hidden;
}

.esg-relative-card .esg-relative-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 1.5rem;
}

.esg-relative-card .esg-relative-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esg-relative-card .esg-relative-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg-relative-card .esg-relative-card__img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5rem;
    content: "";
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.80) 0%, rgba(35, 35, 35, 0.00) 100%);
}

.esg-relative-card .esg-relative-card__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--on-surface-inverse);
}

.esg-relative-card .esg-relative-card__cta.button {
    align-self: flex-start;
    padding: .375rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    background-color: var(--container-higher);
    height: auto;
}

@media (min-width: 768px) {
    .section.relative-cards-section {
        padding: 2rem 0 4rem;
    }

    .relative-cards-section.section .section__title {
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .esg-relative-card {
        height: 232px;
    }

    .esg-relative-card .esg-relative-card__cta.button {
        padding: .625rem 1.25rem;
        font-size: 1rem;
    }

}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/similar-articles/style.css?17854956221958 */
