.tpl-fullwidth-section {
    margin-top: 48px;
}

.tpl-fullwidth {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 60%), var(--url_background_mobile_image), var(--url_background_mobile_image);
    background-position: 0 0, 50%, -28.369px -468.954px;
    background-size: auto, cover, 226.4% 165.901%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: lightgray;
}

.vs-component--fluid.tpl-fullwidth__card {
    margin-top: 352px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
}

.tpl-fullwidth__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.tpl-fullwidth__button {
    display: flex;
    width: 221px;
    min-width: 128px;
    max-width: 335px;
    padding: 12px 24px 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: #FFF;
    border: 0;
    color: #F03;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
@media (min-width: 768px) {

    .tpl-fullwidth {
        padding-inline: 40px;
    }

    .tpl-fullwidth__card {
        margin-top: 0;
        display: flex;
        max-width: 586px;
        padding: 32px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 32px;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .tpl-fullwidth__card.align-end {
        align-self: flex-end;
    }

    .tpl-fullwidth__card-body {
        display: flex;
        max-width: 821px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .vs-wrapper--fluid .vs-component--fluid.tpl-fullwidth__card {
        margin-top: 0;
    }

}

@media (min-width: 1440px) {
    .tpl-fullwidth-section {
        margin-top: 96px;
    }

    .tpl-fullwidth-section .vs-wrapper--fluid {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 79.03%), var(--url_background_image);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: lightgray;
        margin-inline: 0;
        max-width: 1600px;
    }

    .tpl-fullwidth {
        max-width: var(--general-max-width);
        display: flex;
        height: auto;
        padding: 96px;
        align-items: flex-start;
        gap: 32px;
        margin: 0 auto;
        background: none;
    }
}