.prompt-section__main {
    overflow: hidden;
    padding: 40rem 0;
}

.prompt-section__title:not(:first-child) {
    margin-top: 10rem;
}

.prompt-section__content:not(:first-child) {
    margin-top: 10rem;
}

.prompt-section__text {
    font-family: var(--font-family-secondary);
}

.prompt-section__form:not(:first-child) {
    margin-top: 20rem;
}

.prompt-section__steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20rem;
    counter-reset: promptSectionStep;
}

.prompt-section__steps:not(:first-child) {
    margin-top: 50rem;
}

.prompt-section__step {
    position: relative;
    counter-increment: promptSectionStep;
    padding-left: 40rem;
}

.prompt-section__step:before {
    content: counter(promptSectionStep);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-weight: 500;
    font-size: 18rem;
    line-height: 18rem;
    color: var(--color-white);
}

.prompt-section__step-title {
    font-size: 16rem;
    line-height: 19rem;
}

.prompt-section__step-text {
    font-family: var(--font-family-secondary);
    line-height: 21rem;
}

.prompt-section__step-text:not(:first-child) {
    margin-top: 5rem;
}

.prompt-section__alert {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(var(--vh, 1vh) * 100 - var(--header-height));
    padding: 40rem 0;
}

.prompt-section__alert-title br {
    display: none;
}

.prompt-section__indicator:not(:first-child) {
    margin-top: 90rem;
}

.prompt-section__indicator-text {
    line-height: 21rem;
}

.prompt-section__indicator-text:not(:first-child) {
    margin-top: 8rem;
}

.prompt-section__avatars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
}

.prompt-section__avatars:not(:first-child) {
    margin-top: 160rem;
}

.prompt-section__avatars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prompt-section__avatars-list img {
    background: var(--color-white) -webkit-gradient(linear, left top, right top, from(rgba(34, 33, 161, 0.09)), to(rgba(175, 0, 179, 0.09)));
    background: var(--color-white) linear-gradient(90deg, rgba(34, 33, 161, 0.09) 0%, rgba(175, 0, 179, 0.09) 100%);
    width: 56rem;
    min-width: 56rem;
    height: 56rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4rem;
}

.prompt-section__avatars-list img:not(:first-child) {
    margin-left: -20rem;
}

.prompt-section__avatars-text {
    line-height: 20rem;
    text-align: center;
}

.prompt-section__avatars-text strong {
    font-weight: 800;
    color: var(--color-primary);
}

.wrapper:has(.prompt-section:first-child) {
    background-image: url(/wp-content/themes/intelvision/assets/img/backgrounds/main.webp);
    background-position: top center;
    background-size: 100% 1115rem;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .prompt-section__main {
        padding: 70rem 0;
    }

    .prompt-section__title:not(:first-child) {
        margin-top: 5rem;
    }

    .prompt-section__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 684rem;
        margin-left: auto;
        margin-right: auto;
    }

    .prompt-section__form {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .prompt-section__form:not(:first-child) {
        margin-top: 50rem;
    }

    .prompt-section__steps {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 30rem;
        max-width: 684rem;
        margin-left: auto;
        margin-right: auto;
    }

    .prompt-section__step-title {
        font-size: 14rem;
        line-height: 21rem;
    }

    .prompt-section__alert {
        padding: 70rem 0;
    }

    .prompt-section__indicator {
        max-width: 602rem;
        margin-left: auto;
        margin-right: auto;
    }

    .prompt-section__avatars {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .prompt-section__avatars:not(:first-child) {
        margin-top: 90rem;
    }

    .prompt-section__avatars-text {
        text-align: left;
    }

    .wrapper:has(.prompt-section:first-child) {
        background-image: url(/wp-content/themes/intelvision/assets/img/backgrounds/main-lg.webp);
        background-size: 100% 983rem;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .prompt-section__alert-title br {
        display: block;
    }
}
