.site__block_15 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.site__block_15:before {
    background-image:
        linear-gradient(135deg, rgba(0, 21, 146, 0.85) 0%, rgba(0, 36, 248, 0.75) 50%, rgba(0, 21, 146, 0.90) 100%),
        radial-gradient(circle at 30% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 70%);
    content: '';
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.site__block_15 .container {
    padding-bottom: 80px;
    padding-top: 120px;
}

.site__block_15 .block__content .content__title {
    color: #fff;
    font-size: var(--fs-h1);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: var(--lh-tight);
    text-wrap: balance;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    width: 40%;
}

.site__block_15 .block__content .content__title.wide__title {
    font-size: var(--fs-h1);
    font-weight: 500;
    line-height: var(--lh-tight);
    width: 70%;
}

.site__block_15 .block__ribbons {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.site__block_15 .block__ribbons span {
    height: 60px;
    left: 0;
    position: absolute;
    width: 100vw;
}

.site__block_15 .block__ribbons .r1 {
    background-color: rgba(0, 36, 248, 0.5);
    bottom: 0;
    left: 40%;
}

.site__block_15 .block__ribbons .r2 {
    background-color: rgba(0, 36, 248, 0.3);
    bottom: 60px;
    left: 55%;
}

.site__block_15 .block__ribbons .r3 {
    background-color: rgba(0, 36, 248, 0.15);
    bottom: 120px;
    left: 70%;
}

/* Large Desktops */
@media (max-width: 1399px) {
    .site__block_15 .container {
        padding-bottom: 80px;
        padding-top: 120px;
    }

    .site__block_15 .block__content .content__title {
        font-size: var(--fs-h1);
    }

    .site__block_15 .block__content .content__title.wide__title {
        font-size: var(--fs-h1);
    }
}

/* Desktops */
@media (max-width: 1199px) {
    .site__block_15 .container {
        padding-bottom: 80px;
        padding-top: 100px;
    }

    .site__block_15 .block__content .content__title {
        font-size: var(--fs-h1);
        width: 50%;
    }

    .site__block_15 .block__content .content__title.wide__title {
        font-size: var(--fs-h1);
    }

    .site__block_15 .block__ribbons span {
        height: 50px;
    }

    .site__block_15 .block__ribbons .r2 {
        bottom: 50px;
    }

    .site__block_15 .block__ribbons .r3 {
        bottom: 100px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .site__block_15 .container {
        padding-bottom: var(--space-section-mobile);
        padding-top: var(--space-hero-mobile);
    }

    .site__block_15 .block__content .content__title {
        font-size: var(--fs-h1-mobile);
    }

    .site__block_15 .block__content .content__title.wide__title {
        font-size: var(--fs-h1-mobile);
    }

    .site__block_15 .block__ribbons span {
        height: 45px;
    }

    .site__block_15 .block__ribbons .r2 {
        bottom: 45px;
    }

    .site__block_15 .block__ribbons .r3 {
        bottom: 90px;
    }
}

/* Smartphones - Landscape */
@media (max-width: 767px) {
    .site__block_15 .container {
        padding-bottom: var(--space-section-mobile);
        padding-top: var(--space-hero-mobile);
    }

    .site__block_15 .block__content .content__title {
        font-size: var(--fs-h1-mobile);
        width: 75%;
    }

    .site__block_15 .block__content .content__title.wide__title {
        font-size: var(--fs-h1-mobile);
        width: 100%;
    }

    .site__block_15 .block__ribbons span {
        height: 40px;
    }

    .site__block_15 .block__ribbons .r2 {
        bottom: 40px;
    }

    .site__block_15 .block__ribbons .r3 {
        bottom: 80px;
    }
}

/* Smartphones - Portrait */
@media (max-width: 567px) {
    .site__block_15 .block__content .content__title {
        font-size: var(--fs-h1-mobile);
        width: 100%;
    }

    .site__block_15 .block__content .content__title.wide__title {
        font-size: var(--fs-h1-mobile);
    }

    .site__block_15 .block__ribbons span {
        height: 35px;
    }

    .site__block_15 .block__ribbons .r2 {
        bottom: 35px;
    }

    .site__block_15 .block__ribbons .r3 {
        bottom: 70px;
    }
}
