.banner-modular-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
    overflow: hidden;
}
.banner-modular-1 .content-wrapper {
    position: relative;
    width: 87.25rem;
    height: 61.5rem;
}
.banner-modular-1 .content-wrapper .background {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.4s;
    background-size: cover;
    background-position: center;
    filter: blur(0);
}
.banner-modular-1 .content-wrapper .center-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-modular-1 .content-wrapper .center-wrapper .logo {
    transition: 1s;
    transition-timing-function: ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #fe0000;
    position: relative;
    top: -120%;
    margin-bottom: 4rem;
}
.banner-modular-1 .content-wrapper .center-wrapper .logo > img {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}
.banner-modular-1 .content-wrapper .center-wrapper > h2 {
    transition: 1s;
    transition-timing-function: ease-in-out;
    position: relative;
    left: -120%;
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 2.25rem;
    color: black;
    text-align: center;
}
.banner-modular-1 .content-wrapper .center-wrapper > h1 {
    transition: 1s;
    transition-timing-function: ease-in-out;
    position: relative;
    right: -120%;
    margin-bottom: 3rem;
    font-size: 6rem;
    line-height: 5.5rem;
    text-align: center;
    color: black;
}
.banner-modular-1 .content-wrapper .center-wrapper > p {
    transition: 1s;
    transition-timing-function: ease-in-out;
    position: relative;
    left: -120%;
    margin-bottom: 3rem;
    font-size: 1.25rem;
    line-height: 1.375rem;
    text-align: center;
    color: #7a94b8;
}
.banner-modular-1 .content-wrapper .center-wrapper .button {
    transition: 1s;
    transition-timing-function: ease-in-out;
    position: relative;
    right: -120%;
    background-color: #0047ff;
    width: 20rem;
    height: 4.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.25rem;
    text-decoration: none;
    list-style-type: none;
}
.banner-modular-1 .content-wrapper .center-wrapper .button:hover {
    cursor: pointer;
}
.banner-modular-1 .visible .background {
    filter: blur(0.15rem);
}
.banner-modular-1 .visible .center-wrapper .logo {
    top: 0%;
}
.banner-modular-1 .visible .center-wrapper > h2 {
    left: 0%;
}
.banner-modular-1 .visible .center-wrapper > h1 {
    right: 0%;
}
.banner-modular-1 .visible .center-wrapper > p {
    left: 0%;
}
.banner-modular-1 .visible .center-wrapper .button {
    right: 0%;
}

@media (max-width: 87.25rem) {
    .banner-modular-1 {
        padding: 7rem 0 7rem;
    }
    .banner-modular-1 .content-wrapper {
        width: 100%;
        height: 61.5rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .logo {
        width: 6rem;
        height: 6rem;
        margin-bottom: 4rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .logo > img {
        width: 3.25rem;
        height: 3.25rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > h1 {
        margin-bottom: 8.75rem;
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > p {
        margin-bottom: 4rem;
        font-size: 1.5rem;
        line-height: 1.625rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .button {
        width: 20rem;
        height: 4.5rem;
        font-size: 1.5rem;
        line-height: 1.25rem;
    }
}
@media (max-width: 43.75rem) {
    .banner-modular-1 {
        padding: 1.5rem 0 1.5rem;
    }
    .banner-modular-1 .content-wrapper {
        height: 50.25rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .logo {
        width: 4rem;
        height: 4rem;
        margin-bottom: 3rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .logo > img {
        width: 2.25rem;
        height: 2.25rem;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 3rem;
        width: 90%;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > h1 {
        margin-bottom: 3rem;
        font-size: 3.5rem;
        line-height: 3.5rem;
        width: 90%;
    }
    .banner-modular-1 .content-wrapper .center-wrapper > p {
        margin-bottom: 4rem;
        font-size: 1rem;
        line-height: 1.25rem;
        width: 90%;
    }
    .banner-modular-1 .content-wrapper .center-wrapper .button {
        width: 16rem;
        height: 4rem;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
}

@media (max-width: 37rem) {
    .banner-modular-1 .content-wrapper .center-wrapper > h1 {
        margin-bottom: 3rem;
        font-size: 3rem;
        line-height: 3rem;
        width: 90%;
    }
}
