.banner-modular-4 {
    display: flex;
    flex-direction: column;
    padding: 10rem 7.5rem 10rem;
    background: radial-gradient(
        circle at center,
        #84a3f2 0,
        #84a3f2 15%,
        #f4f6f9 55%
    );
    width: 100%;
}
.banner-modular-4 .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.banner-modular-4 .content-wrapper .text-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.banner-modular-4 .content-wrapper .text-part > h2 {
    text-align: center;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 500;
    width: 100%;
    color: #121821;
}
.banner-modular-4 .content-wrapper .text-part > h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 500;
    width: 100%;
    color: #121821;
}
.banner-modular-4 .content-wrapper .images-wrapper {
    position: relative;
    top: 0;
    left: 0;
    aspect-ratio: 70 / 31;
    max-width: 111.25rem;
    width: 100%;
}
.banner-modular-4 .content-wrapper .images-wrapper img {
    position: absolute;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: 1s;
    border-radius: 0.5rem;
    border: solid 0.5px #0047ff66;
    box-shadow: 0px 0px 30px #3366ff7f inset, 0px 0px 20px #3366ff59;
}
.banner-modular-4 .content-wrapper .images-wrapper .left-top {
    left: 0;
    top: 0;
    width: 25%;
    z-index: 0;
    transform: translate(0%, 0%);
}
.banner-modular-4 .content-wrapper .images-wrapper .left-top.active {
    width: 80%;
    z-index: 5;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.banner-modular-4 .content-wrapper .images-wrapper .left-center {
    top: 43%;
    left: 10%;
    transform: translate(0%, -50%);
    width: 33.5%;
    z-index: 1;
}
.banner-modular-4 .content-wrapper .images-wrapper .left-center.active {
    width: 80%;
    z-index: 5;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.banner-modular-4 .content-wrapper .images-wrapper .center {
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 50%;
}
.banner-modular-4 .content-wrapper .images-wrapper .center.active {
    z-index: 5;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 50%;
    width: 80%;
}
.banner-modular-4 .content-wrapper .images-wrapper .right-center {
    top: 43%;
    right: 10%;
    transform: translate(0%, -50%);
    z-index: 1;
    width: 33.5%;
}
.banner-modular-4 .content-wrapper .images-wrapper .right-center.active {
    width: 80%;
    z-index: 5;
    transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
}
.banner-modular-4 .content-wrapper .images-wrapper .right-top {
    right: 0;
    top: 0;
    z-index: 0;
    width: 25%;
    transform: translate(0%, 0%);
}
.banner-modular-4 .content-wrapper .images-wrapper .right-top.active {
    width: 80%;
    z-index: 5;
    transform: translate(50%, -50%);
    right: 50%;
    top: 50%;
}

@media (max-width: 87.25rem) {
    .banner-modular-4 {
        padding: 6rem 0 6rem;
    }
    .banner-modular-4 .content-wrapper {
        gap: 8rem;
    }
    .banner-modular-4 .content-wrapper .text-part {
        gap: 3rem;
    }
    .banner-modular-4 .content-wrapper .text-part > h2 {
        line-height: 4.125rem;
        color: black;
        order: 1;
        margin: 0 4rem 0;
    }
    .banner-modular-4 .content-wrapper .text-part > h3 {
        font-size: 1.5rem;
        line-height: 1.9rem;
        color: black;
    }
    .banner-modular-4 .content-wrapper .images-wrapper {
        position: relative;
        top: 0;
        left: 0;
        aspect-ratio: unset;
        width: 100%;
        height: 36.25rem;
    }
    .banner-modular-4 .content-wrapper .images-wrapper img {
        position: absolute;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        transition: 1s;
        border-radius: 0.5rem;
        border: solid 0.5px #0047ff66;
        box-shadow: 0px 0px 30px #3366ff7f inset, 0px 0px 20px #3366ff59;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-top {
        left: 0;
        top: 0;
        width: auto;
        height: 25%;
        z-index: 0;
        transform: translate(0%, 0%);
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-top.active {
        width: auto;
        height: 80%;
        max-width: 95%;
        z-index: 5;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-center {
        top: 35%;
        left: 25%;
        transform: translate(-50%, -50%);
        height: 33%;
        width: auto;
        z-index: 1;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-center.active {
        width: auto;
        height: 80%;
        max-width: 95%;
        z-index: 5;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .center {
        transform: translate(-50%, 0%);
        left: 50%;
        bottom: 0;
        z-index: 2;
        height: 60%;
        width: auto;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .center.active {
        z-index: 5;
        transform: translate(-50%, 50%);
        left: 50%;
        bottom: 50%;
        width: auto;
        height: 80%;
        max-width: 95%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-center {
        top: 35%;
        right: 25%;
        transform: translate(50%, -50%);
        z-index: 1;
        width: auto;
        height: 33%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-center.active {
        width: auto;
        height: 80%;
        max-width: 95%;
        z-index: 5;
        transform: translate(50%, -50%);
        right: 50%;
        top: 50%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-top {
        right: 0;
        top: 0;
        z-index: 0;
        width: auto;
        height: 25%;
        transform: translate(0%, 0%);
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-top.active {
        width: auto;
        height: 80%;
        max-width: 95%;
        z-index: 5;
        transform: translate(50%, -50%);
        right: 50%;
        top: 50%;
    }
}
@media (max-width: 43.75rem) {
    .banner-modular-4 {
        padding: 6.5rem 2.75rem 6.5rem;
    }
    .banner-modular-4 .content-wrapper {
        gap: 4.5rem;
    }
    .banner-modular-4 .content-wrapper .text-part {
        gap: 1.5rem;
    }
    .banner-modular-4 .content-wrapper .text-part > h2 {
        font-size: 3rem;
        line-height: 3rem;
        margin: 0;
    }
    .banner-modular-4 .content-wrapper .text-part > h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .banner-modular-4 .content-wrapper .images-wrapper {
        aspect-ratio: 38 / 73;
        width: 100%;
        height: unset;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-top {
        left: 50%;
        top: 0;
        height: 20%;
        transform: translate(-50%, 0%);
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-top.active {
        width: auto;
        height: 30%;
        max-width: unset;
        z-index: 5;
        transform: translate(-50%, 0%);
        left: 50%;
        top: 0;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-center {
        top: 15%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 25%;
        width: auto;
        z-index: 1;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .left-center.active {
        width: auto;
        height: 30%;
        max-width: unset;
        z-index: 5;
        transform: translate(-50%, 0%);
        left: 50%;
        top: 15%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .center {
        top: 50%;
        left: 50%;
        z-index: 2;
        height: 30%;
        transform: translate(-50%, -50%);
        width: auto;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .center.active {
        z-index: 5;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        bottom: unset;
        width: auto;
        height: 30%;
        max-width: unset;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-center {
        top: unset;
        bottom: 15%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 25%;
        width: auto;
        z-index: 1;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-center.active {
        width: auto;
        height: 30%;
        max-width: unset;
        z-index: 5;
        transform: translate(-50%, 0%);
        left: 50%;
        right: unset;
        top: unset;
        bottom: 15%;
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-top {
        top: unset;
        left: 50%;
        bottom: 0;
        height: 20%;
        transform: translate(-50%, 0%);
    }
    .banner-modular-4 .content-wrapper .images-wrapper .right-top.active {
        width: auto;
        height: 30%;
        max-width: unset;
        z-index: 5;
        transform: translate(-50%, 0%);
        left: 50%;
        right: unset;
        top: unset;
        bottom: 0;
    }
}
