#promotion-container {
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    background-position: center center;
    /* height: 50vh; */
    min-height: 220px;
    height: 27vh;
    width: 100%;
    position: relative;
    margin: 0px auto;
    background-color: rgb(0, 0, 0);
}

#promotion-banner {
    width: 100%;
    max-width: 100%;
}

#promotion-container .heroCta {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

#promotion-container .heroCta .heroCta_legals,
#promotion-container .heroCta .heroCta_long_legals {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.1;
    font-size: clamp(0.8em, 1.2vw, 18px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 100, 101, 0)), to(rgb(0, 0, 0)));
    background: -o-linear-gradient(rgba(230, 100, 101, 0), rgb(0, 0, 0));
    background: linear-gradient(rgba(230, 100, 101, 0), rgb(0, 0, 0));
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#promotion-container .heroCta a {
    border-radius: 22px;
    box-sizing: border-box;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    height: 2.75rem;
    line-height: 1rem;
    line-height: 2.625rem;
    outline: none;
    padding: 0 1.375rem;
    text-align: center;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, -webkit-text-decoration .2s ease;
    transition: background .2s ease, text-decoration .2s ease, border-color .2s ease, color .2s ease;
    transition: background .2s ease, text-decoration .2s ease, border-color .2s ease, color .2s ease, -webkit-text-decoration .2s ease;
    white-space: nowrap;
    background-color: #02BD9C;
    border: 1px solid #02BD9C;
    box-shadow: 0 0 .0625rem 0 #02BD9C inset, 0 0 .0625rem 0 #02BD9C;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 50px;
}

#promotion-container .heroCta a:hover {
    background-color: #06D6AE;
    border: 1px solid #06D6AE;
    color: #000;
    box-shadow: 0 0 .0625rem 0 #06D6AE inset, 0 0 .0625rem 0 #06D6AE;
}

@media screen and (max-width: 1920px) {
    #promotion-container {
        background-size: cover;
    }
}

@media (max-width: 725px) {
    #promotion-container {
        min-height: 220px;
        height: 50vw !important;
    }



    .heroCta {
        display: none !important;
    }

    ._4528aae._804b7a2 {
        padding-top: 0px !important;
    }

    ._9a16741 {
        padding-top: 0px !important;
    }
}

@media (max-width: 929px) {
    ._03437e2._470c70e {
        grid-template-columns: repeat(2, 1fr) !important;
        padding-bottom: 0px !important;
    }

}

@media (max-width: 1024px) and (min-width:726px) {
    #promotion-container {
        min-height: 220px;
        height: 21vw !important;
    }
}

@media screen and (max-width: 440px) {
    #promotion-container .heroCta .heroCta_long_legals {
        font-size: 0.7em;
        margin-bottom: 5px;
    }
}