

/* 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/chips/style.css?1777628172917*/
.chip {
    display: flex;
    gap: .25rem;
    padding: .25rem .75rem;
    border-radius: var(--radius-999);
    background-color: var(--container-high);
    font-size: .875rem;
    line-height: 1.2;
    align-items: center;
}

.chip img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.chips-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
}

.chip.chip--primary-faded {
    background-color: var(--primary-container);
    color: #2A800A;
}

@media (min-width: 768px) {
    .chip {
        gap: .375rem;
        padding: .375rem 1rem;
        font-size: 1rem;
        line-height: 1.25;
    }

    .chip img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .chips-container {
        flex-direction: row;
        gap: .75rem;
        flex-wrap: wrap;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17776276433504*/
    .utp2-feature {
        display: flex;
        align-items: start;
        text-align: center;
        gap: 1rem;
        padding: var(--space-2x) var(--space-3x);
        background-color: var(--color-bg-4);
        border-radius: var(--radius-24);
        height: 100%;
    }

    .utp2-feature.utp2-feature--white {
        padding: 1rem;
        background-color: white;
    }

    .utp2-feature .utp2-icon {
        background-color: var(--primary);
        color: var(--on-primary);
        border-radius: 50%;
        display: flex;
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 600;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .utp2-feature .utp2-content {
        display: flex;
        gap: .25rem;
        flex-direction: column;
    }

    .utp2-feature .utp2-title {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.33;
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .utp2-feature .utp2-description,
    .utp2-feature p.utp2-description,
    .utp2-feature span.utp2-description {
        line-height: 1.37;
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .autocredit-features-section h2 {
        white-space: normal;
        word-spacing: normal;
    }

    .utp2-feature.utp2-feature--vertical {
        flex-direction: column;
    }

    .utp2-feature .utp2-title {
        margin-top: 0;
    }

    .supplier-proccess-section .container>h2 {
        font-size: 1.75rem;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 1rem;
        text-align: center;
    }

    .supplier-proccess-section .utp2 {
        padding: 1.5rem;
        border-radius: var(--radius-24);
        background-color: var(--container-high);
    }

    .supplier-proccess-section .utp2 .row {
        row-gap: .75rem;
    }

    .supplier-proccess-section .container>h2 {
        margin-top: 0;
    }

    @media (min-width: 768px) {
        .utp2-feature {
            flex-direction: column;
            align-items: start;
            padding: var(--space-3x);
            gap: 0;
        }

        .utp2-feature.utp2-feature--white {
            padding: 1.5rem;
        }

        .utp2-feature .utp2-icon {
            margin-bottom: 2rem;
        }

        .utp2-feature.utp2-feature--white {
            gap: 1rem;
        }

        .utp2-feature.utp2-feature--white .utp2-icon {
            margin-bottom: 0;
        }

        .utp2-feature.utp2-feature--white .utp2-title {
            font-size: 1.5rem;
            line-height: 1.17;
            font-family: var(--hero-font-family);
        }

        .utp2-feature.utp2-feature--white .utp2-description {
            font-size: 1rem;
            line-height: 1.5;
        }

        .utp2-feature .utp2-description,
        .utp2-feature p.utp2-description,
        .utp2-feature span.utp2-description {
            color: var(--on-surface);
        }

        .supplier-proccess-section .container>h2 {
            font-size: 2.5rem;
            line-height: 1.1;
            margin-bottom: 2rem;
        }

        .supplier-proccess-section .utp2 {
            padding: 2.5rem;
            border-radius: var(--radius-32);
        }

        .supplier-proccess-section .utp2 .row {
            row-gap: 2rem;
        }
    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ready-card/style.css?17774656901416*/
.ready-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.75rem .5rem;
	border-radius: var(--radius-24);
	background-color: var(--container-high);
}

.ready-card h1,
.ready-card h2,
.ready-card h3,
.ready-card h4,
.ready-card h5,
.ready-card h6 {
	margin: 0;
}

.ready-card .ready-card__content {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.ready-card .ready-card__title {
	font-family: var(--hero-font-family);
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
}

.ready-card .ready-card__subtitle {
	line-height: 1.37;
}

.ready-card .ready-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ready-card .ready-card__img img {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.ready-card {
		flex-direction: row;
		padding: 3.25rem 2.5rem;
		align-items: center;
	}

	.ready-card .ready-card__content {
		gap: 1rem;
		flex-grow: 1;
	}

	.ready-card .ready-card__title {
		font-size: 1.875rem;
	}

	.ready-card .ready-card__subtitle {
		line-height: 1.5rem;
	}

	.ready-card .ready-card__img {
		margin-right: 1.5rem;
		width: 228px;
		max-height: 4.5rem;
	}

	.ready-card .ready-card__img img {
		width: 228px;
		height: 228px;
	}

	.ready-card.img-sm .ready-card__img img {
		width: 150px;
		height: 150px;
	}

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp2/style.css?17774603973598*/
.sme-img-card {
    display: flex;
    padding: var(--space-2x) var(--space-3x);
    border-radius: var(--radius-24);
    background-color: var(--container-high);
    gap: var(--space-3x);
    height: 100%;
    align-items: center;
}

.sme-img-card .sme-img-card__img {
    flex-shrink: 0;
    display: flex;
}

.sme-img-card .sme-img-card__img img {
    max-height: var(--dimension-16);
}

.sme-img-card .sme-img-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-half);
}

.sme-img-card .sme-img-card__title {
    --font-size: var(--lead-font-size);
    --line-height: var(--lead-line-height);
    --font-weight: var(--lead-highlighted-font-weight);
    --font-family: var(--lead-font-family);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.sme-img-card .sme-img-card__subtitle {
    --font-size: var(--body-font-size);
    --line-height: var(--body-line-height);
    --font-weight: var(--body-font-weight);
    --font-family: var(--body-font-family);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--on-surface-variant);
}

.sme-types-section h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}


/* IMAGE WHITE  */
.sme-img-card--white.sme-img-card {
    padding: 1.5rem;
    border-radius: var(--radius-16);
    align-items: flex-start;
    gap: 1rem;
}

.sme-img-card--white.sme-img-card .sme-img-card__img {
    padding: .75rem;
    border-radius: .625rem;
    background-color: var(--container-higher);
}

.sme-img-card--white.sme-img-card .sme-img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.sme-img-card--white.sme-img-card .sme-img-card__content {
    gap: .5rem;
}

.sme-img-card--white.sme-img-card .sme-img-card__title {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.sme-img-card--white.sme-img-card .sme-img-card__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface);
}

@media (min-width: 768px) {



    /* IMAGE CARDS  */
    .sme-img-card--white.sme-img-card {
        padding: 2rem;
        gap: 1.5rem;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__img {
        padding: 1rem;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .sme-img-card {
        padding: var(--space-3x);
    }

    .sme-img-card .sme-img-card__img img {
        max-height: var(--dimension-24);
    }

    .sme-img-card .sme-img-card__title {
        --font-size: var(--headline-3-font-size);
        --line-height: var(--headline-3-line-height);
        --font-weight: var(--headline-3-font-weight);
        --font-family: var(--headline-3-font-family);
    }

    .sme-img-card .sme-img-card__subtitle {
        --font-size: var(--lead-font-size);
        --line-height: var(--lead-line-height);
        --font-weight: var(--lead-font-weight);
        --font-family: var(--lead-font-family);
    }

    .sme-types-section h2 {
        font-size: 40px;
        line-height: 1.1;
    }
}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/chips/style.css?1777628172917 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17776276433504 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ready-card/style.css?17774656901416 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp2/style.css?17774603973598 */
