.hello_sunshine .promo_content--how_to_enter:before {
    opacity: 1;
}

.hello_sunshine .how_to_enter__overlay {
    margin: 40px 25px;
    padding: 40px 25px;
}

.hello_sunshine .how_to_enter__overlay--scratch_off {
    background: no-repeat rgba(255, 255, 255, 0.6) url("../images/enter_scratch-off_ticket.png");
    background-position: 75px 128px;
    background-size: 225px;
}

/* .hello_sunshine .how_to_enter__overlay--last_play {
    background: no-repeat rgba(249, 248, 250, 0.6) url("../images/enter_fast_play_ticket.png");
    background-position: 105px 90px;
    background-size: 260px;
} */

.hello_sunshine .how_to_enter__title {
    font-size: 40px;
    line-height: 62px;
}

.hello_sunshine .how_to_enter__content {
    font-family: "Chewy-Regular", sans-serif;
    color: #15391B;
}

.hello_sunshine .how_to_enter__content--scratch_off {
    padding-left: 360px;
}

.hello_sunshine .how_to_enter__content--last_play {
    padding-left: 20px;
}

.hello_sunshine .how_to_enter__content--last_play .how_to_enter__steps {
    padding-right: 400px;
}

.hello_sunshine .how_to_enter__steps {
    list-style-type: disc;
    margin-top: 30px;
}

.hello_sunshine .how_to_enter__steps .conditions{
    margin-left: 50px;
}

.hello_sunshine .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    font-family: "Chewy-Regular", sans-serif;
}

.hello_sunshine .how_to_enter__step_image{
    width: 95%;
    padding-bottom: 15px;
}

.hello_sunshine .how_to_enter__step .bold_text {
    font-weight: bold;
    font-family: inherit;
}


.hello_sunshine .how_to_enter__step .in_text_accent,
.hello_sunshine .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.hello_sunshine .how_to_enter__indentation {
    margin: 15px 0 0 50px;
    font-family: "Chewy-Regular", sans-serif;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}

.hello_sunshine .how_to_enter__app_icons {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
}

.hello_sunshine .how_to_enter__content--last_play .how_to_enter__app_icons {
    text-align: left;
}

.hello_sunshine .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
    width: 210px;

}

.hello_sunshine .how_to_enter_additional_information__content{
    background: #F2DEDE;
    margin: 15px 55px;
    font-weight: bolder;
    color: #FA0508;
    padding: 30px 30px 50px;
}

.hello_sunshine .how_to_enter_additional_information__title{
    text-transform: uppercase;
    text-align: center;
    font-family: 'GillSans';
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px;
    margin: 0;
}

.hello_sunshine .how_to_enter_additional_information__paragraph{
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: 'GillSans';
    font-weight: 500;
}

.hello_sunshine .how_to_enter_additional_information__paragraph sup {
    font-size: 12px;
    vertical-align: text-bottom;
}

.hello_sunshine .how_to_enter_additional_information__content_additional_link{
    margin: 20px 55px;
    color: #BC2229;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Helvetica-neue-bold';
    text-decoration: underline;
    cursor: pointer;
    display:inline-block;
}



@media (max-width: 930px) {
    .hello_sunshine .how_to_enter__overlay {
        padding: 25px;
        margin: 25px 15px;
    }

    .hello_sunshine .how_to_enter__overlay--scratch_off
     {
        background-position: center bottom 30px;
    }

    .hello_sunshine .how_to_enter__overlay--scratch_off {
        background-image: url("../images/enter_scratch_off_ticket_mobile.png");
    }

    .hello_sunshine .how_to_enter__overlay--last_play {
        background-image: url("../images/enter_fast_play_ticket_mobile.png");
    }

    .hello_sunshine .how_to_enter__title {
        font-size: 30px;
        line-height: 30px;
        padding: 0 42px;
    }

    .hello_sunshine .how_to_enter__steps {
        margin-left: 20px;
    }

    .hello_sunshine .how_to_enter__step,
    .hello_sunshine .how_to_enter__step .in_text_accent,
    .hello_sunshine .how_to_enter__step .in_text_link {
        font-size: 19px;
        line-height: 22px;
    }

    .hello_sunshine .how_to_enter__content--scratch_off {
        padding-left: 0;
        padding-bottom: 700px;
    }
    .hello_sunshine .how_to_enter__app_icons{
        display: block;
    }

    .hello_sunshine .how_to_enter_additional_information__content{
        margin: 25px 15px;
        padding: 20px 30px 30px;
        font-family: 'Gill Sans';
    }

    .hello_sunshine .how_to_enter__content--last_play {
        padding-bottom: 380px;
    }

    .hello_sunshine .how_to_enter__content--last_play .how_to_enter__steps {
        padding-right: 0;
    }

    .hello_sunshine .how_to_enter__indentation {
        margin-left: 40px;
        font-size: 18px;
        line-height: 22px;
    }

    .hello_sunshine .how_to_enter__content--last_play .how_to_enter__app_icons {
        text-align: center;
        margin-right: 10px;
    }

    .hello_sunshine .how_to_enter_additional_information__content_additional_link{
        margin: 0 15px 20px;
        display: inline-block;
        line-height: 30px;
    }
}

.landing_page_popup_container .ticket_info {
    background: #fff;
    padding: 30px 0;
}

.landing_page_popup_container .ticket_info__title {
    font-family: "Futura", sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.landing_page_popup_container .ticket_info__ticket_image {
    margin: 60px auto;
    display: block;
    max-width: 100%;
}

.landing_page_popup_container .ticket_info__description {
    font-family: "Futura", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 20px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}

.landing_page_popup_container .ticket_info__description--no_border {
     border-top: none;
}
