/* Subscription Acquisition CMS - Start */

.sa-ly-banner {
    position: relative;
}

.sa-ly-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sa-ly-banner-logo {
    max-height: 90px;
}

.sa-ly-banner-text {
    font-size: 1.4rem;
    color: #ffffff;
    margin: 15px 0;
}

.sa-ly-information-wrapper {
    text-align: center;
}

.sa-ly-information-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.sa-ly-information-content {
    font-size: 0.9rem;
    padding: 0 2rem;
}

.sa-ly-info-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sa-ly-info-title {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.sa-ly-info-text {
    line-height: 1.8rem;
}

.sa-ly-video-wrapper {
    text-align: center;
}

.sa-ly-video-title {
    font-size: 1.8rem;
}

.sa-ly-video-content {
    margin: 3rem 0;
}

@media screen and (max-width: 1024px) {
    .sa-ly-banner-logo {
        max-height: 65px;
    }

    .sa-ly-banner-text {
        font-size: 1rem;
        color: #ffffff;
        margin: 15px 0;
    }
}

@media screen and (max-width: 980px) {
    .sa-ly-information-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .sa-ly-info-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin: 1rem 0;
    }

    .sa-ly-info-text {
        line-height: normal;
    }

    .sa-ly-video-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .sa-ly-video-content {
        margin: 1rem 0;
    }

    .sa-ly-video-content > iframe {
        min-height: 350px;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .sa-ly-banner-logo {
        max-height: 50px;
    }

    .sa-ly-banner-text {
        font-size: 0.7rem;
        margin: 5px 0;
    }
}

/* Subscription Acquisition CMS - End */