.america250 {
    background: #000000;
    overflow: hidden;
    font-family: "niveau-grotesk", sans-serif;
}

.america250 ul,
.america250 h1,
.america250 h2,
.america250 h3,
.america250 p {
    margin: 0;
    padding: 0;
}

.america250 ul {
    list-style-type: none;
}

.america250 .america250_content {
    position: relative;
    z-index: 2;
}

.america250 .america250_content--background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/america250-bkg-long.png");
    background-size: 100%;
}

.america250 .america250_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.america250 .america250_how_to_enter_page__section {
    z-index: 2;
    max-width: 848px;
    margin: 30px auto 40px;
    width: 91%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 22px 30px 36px;
    box-sizing: border-box;
}

.america250 .america250_how_to_enter_page__title {
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 1.44px;
    color: #001A70;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.america250 .america250_how_to_enter_page__details {
    max-width: 598px;
    margin: 0 auto;
    text-align: left;
}

.america250 .america250_how_to_enter_page__steps,
.america250 .america250_how_to_enter_page__substeps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.america250 .america250_how_to_enter_page__step,
.america250 .america250_how_to_enter_page__substeps li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 24px;
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #001A70;
}

.america250 .america250_how_to_enter_page__step::before,
.america250 .america250_how_to_enter_page__substeps li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #B5002B;
}

.america250 .america250_how_to_enter_page__substeps {
    margin-top: 16px;
}

.america250 .america250_how_to_enter_page__substeps li {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.america250 .america250_how_to_enter_page__substeps li:last-child {
    margin-bottom: 0;
}

.america250 .america250_how_to_enter_page__substeps li::before {
    width: 10px;
    height: 10px;
    top: 13px;
    left: 4px;
}

.america250 .america250_how_to_enter_page__link {
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: #B5002B;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.america250 .america250_how_to_enter_page__link--button {
    display: inline;
}

.america250 .america250_how_to_enter_page__note {
    margin-top: 16px;
    padding-left: 34px;
    position: relative;
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #001A70;
}

.america250 .america250_how_to_enter_page__note::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B5002B;
}

.america250 .america250_how_to_enter_page__note strong {
    font-weight: 700;
}

.america250 .america250_how_to_enter_page__entry_code {
    text-align: center;
    margin: 10px auto 28px;
}

.america250 .america250_how_to_enter_page__entry_code__image {
    display: block;
    max-width: 501px;
    width: 100%;
    margin: 0 auto;
}

.america250 .america250_how_to_enter_page__entry_code__note {
    margin-top: 8px;
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #D30031;
    text-align: left;
}

.america250 .america250_how_to_enter_page__app_icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 8px auto 24px;
}

.america250 .america250_how_to_enter_page__app_icon {
    display: inline-block;
}

.america250 .america250_how_to_enter_page__app_icon img {
    height: 56px;
    width: auto;
}

.america250 .america250_how_to_enter_page__game_logos {
    position: relative;
    min-height: 220px;
    margin-top: 32px;
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 751px) {
    .america250 .america250_how_to_enter_page__game_logos__draw_games {
        position: absolute;
        left: 0;
        bottom: 46px;
        width: 270px;
        max-width: 40%;
    }

    .america250 .america250_how_to_enter_page__game_logos__keno {
        position: absolute;
        right: 0;
        top: 0;
        width: 188px;
        max-width: 28%;
    }

    .america250 .america250_how_to_enter_page__game_logos__derby_cash {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 326px;
        max-width: 48%;
    }
}

@media (max-width: 750px) and (min-width: 551px) {
    .america250 .america250_how_to_enter_page__game_logos {
        min-height: 0;
        display: grid;
        grid-template-columns: 112px 1fr;
        grid-template-rows: auto auto auto;
        align-items: center;
        gap: 8px 12px;
        max-width: 254px;
    }

    .america250 .america250_how_to_enter_page__game_logos__draw_games {
        grid-column: 1;
        grid-row: 2;
        width: 112px;
        justify-self: start;
    }

    .america250 .america250_how_to_enter_page__game_logos__keno {
        grid-column: 2;
        grid-row: 1;
        width: 77px;
        justify-self: end;
    }

    .america250 .america250_how_to_enter_page__game_logos__derby_cash {
        grid-column: 2;
        grid-row: 3;
        width: 135px;
        justify-self: end;
    }
}

.america250 .america250_how_to_enter_page__enter_now_section {
    text-align: center;
    margin: 0 auto 40px;
}

.america250 .america250_how_to_enter_page__enter_now_section__deadline {
    width: 365px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.america250 .america250_how_to_enter_page__enter_now_section__button {
    display: block;
    width: 245px;
    margin: 0 auto;
}

.america250 .america250_how_to_enter_page__enter_now_section__button__image {
    width: 100%;
    max-width: 100%;
}

.america250 .america250_footer {
    position: relative;
    background: #001A70;
    border-top: 2px solid #0054AA;
    border-bottom: 2px solid #0054AA;
    box-shadow:
        inset 0 2px 0 0 #FFFFFF,
        inset 0 4px 0 0 #B5002B,
        inset 0 -2px 0 0 #FFFFFF,
        inset 0 -4px 0 0 #B5002B;
    text-align: center;
    z-index: 1;
    padding: 24px 0;
}

.america250 .america250_footer__navigation__list {
    text-align: center;
}

.america250 .america250_footer__navigation__item {
    display: inline-block;
    margin: 0 80px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 25px;
}

#ticket_examples {
    display: none;
}

.landing_page_popup_container .america250_how_to_enter_page__ticket_examples {
    position: relative;
    width: 804px;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 10px 10px 10px 0 rgba(8, 48, 73, 0.4);
    padding: 40px 0 0;
    margin: 0;
    flex-shrink: 0;
}

.landing_page_popup_container .america250_how_to_enter_page__ticket_examples.popup__content {
    width: 804px;
    max-width: 100%;
    padding: 40px 0 0;
    margin: 0;
}

.america250_how_to_enter_page__ticket_examples__close {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 3;
    border: none;
    background: none;
    color: #606060;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 57px;
    cursor: pointer;
    padding: 0;
}

.america250_how_to_enter_page__ticket_examples__content {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
}

.america250_how_to_enter_page__ticket_examples__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.america250_how_to_enter_page__ticket_examples__header_cell {
    width: 50%;
    color: #ffffff;
    text-align: center;
    background: #B5002B;
    vertical-align: middle;
    padding: 12px 16px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    border: 1px solid #000000;
    position: sticky;
    top: 0;
    z-index: 2;
}

.america250_how_to_enter_page__ticket_examples__cell {
    text-align: center;
    vertical-align: middle;
    padding: 10px 12px;
    border: 1px solid #000000;
}

.america250_how_to_enter_page__ticket_examples__row--light .america250_how_to_enter_page__ticket_examples__cell {
    background: #ECEBEB;
}

.america250_how_to_enter_page__ticket_examples__row--medium .america250_how_to_enter_page__ticket_examples__cell {
    background: #F5F5F5;
}

.america250_how_to_enter_page__ticket_examples__cell--count {
    vertical-align: middle;
}

.america250_how_to_enter_page__ticket_examples__image {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    height: auto;
}

.america250_how_to_enter_page__ticket_examples__count {
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -0.8px;
    color: #000000;
}

@media (max-height: 800px) {
    .landing_page_popup_container .america250_how_to_enter_page__ticket_examples,
    .landing_page_popup_container .america250_how_to_enter_page__ticket_examples.popup__content {
        max-height: calc(100vh - 32px);
        max-height: calc(100dvh - 32px);
        padding-top: 36px;
    }

    .america250_how_to_enter_page__ticket_examples__close {
        font-size: 36px;
        line-height: 40px;
    }

    .america250_how_to_enter_page__ticket_examples__header_cell {
        font-size: 22px;
        line-height: 26px;
        padding: 8px 12px;
    }

    .america250_how_to_enter_page__ticket_examples__image {
        max-width: 220px;
    }

    .america250_how_to_enter_page__ticket_examples__count {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 750px) {
    .america250 .america250_how_to_enter_page__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 1.28px;
    }

    .america250 .america250_how_to_enter_page__step,
    .america250 .america250_how_to_enter_page__substeps li,
    .america250 .america250_how_to_enter_page__note {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    #america250_how_to_enter_page .america250_content--background:before {
        background-image: url("../images/america250-bkg-mobile-long.png");
    }

    .america250 .america250_how_to_enter_page__section {
        width: calc(100% - 56px);
        max-width: none;
        margin: 16px auto 24px;
        padding: 28px 17px 24px;
    }

    .america250 .america250_how_to_enter_page__details {
        max-width: none;
    }

    .america250 .america250_how_to_enter_page__title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.12px;
        margin-bottom: 16px;
        text-align: center;
    }

    .america250 .america250_how_to_enter_page__step,
    .america250 .america250_how_to_enter_page__substeps li {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 16px;
        padding-left: 21px;
    }

    .america250 .america250_how_to_enter_page__step::before {
        width: 6px;
        height: 6px;
        top: 9px;
        left: 0;
    }

    .america250 .america250_how_to_enter_page__substeps {
        margin-top: 8px;
    }

    .america250 .america250_how_to_enter_page__substeps li {
        padding-left: 12px;
        margin-bottom: 12px;
    }

    .america250 .america250_how_to_enter_page__substeps li::before {
        width: 5px;
        height: 5px;
        top: 10px;
        left: 0;
    }

    .america250 .america250_how_to_enter_page__note {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        margin-top: 12px;
        margin-left: -21px;
        padding-left: 21px;
    }

    .america250 .america250_how_to_enter_page__note::before {
        width: 5px;
        height: 5px;
        top: 10px;
        left: 0;
    }

    .america250 .america250_how_to_enter_page__entry_code {
        margin: 8px auto 16px;
    }

    .america250 .america250_how_to_enter_page__entry_code__image {
        max-width: 234px;
    }

    .america250 .america250_how_to_enter_page__entry_code__note {
        font-size: 14px;
        line-height: 18px;
        padding: 0 4px;
    }

    .america250 .america250_how_to_enter_page__app_icons {
        gap: 8px;
        margin: 12px auto 16px;
    }

    .america250 .america250_how_to_enter_page__app_icon img {
        width: 107px;
        height: auto;
    }

    .america250 .america250_how_to_enter_page__game_logos {
        position: static;
        min-height: 0;
        display: grid;
        grid-template-columns: 112px 1fr;
        grid-template-rows: auto auto auto;
        align-items: center;
        justify-content: center;
        gap: 8px 12px;
        max-width: 254px;
        margin: 20px auto 0;
    }

    .america250 .america250_how_to_enter_page__game_logos__draw_games {
        position: static;
        grid-column: 1;
        grid-row: 2;
        width: 112px;
        max-width: none;
        justify-self: start;
    }

    .america250 .america250_how_to_enter_page__game_logos__keno {
        position: static;
        grid-column: 2;
        grid-row: 1;
        width: 77px;
        max-width: none;
        justify-self: end;
    }

    .america250 .america250_how_to_enter_page__game_logos__derby_cash {
        position: static;
        grid-column: 2;
        grid-row: 3;
        width: 135px;
        max-width: none;
        justify-self: end;
    }

    .america250 .america250_how_to_enter_page__enter_now_section {
        margin: 0 auto 32px;
    }

    .america250 .america250_how_to_enter_page__enter_now_section__deadline {
        width: 214px;
        margin-bottom: 16px;
    }

    .america250 .america250_how_to_enter_page__enter_now_section__button {
        width: 167px;
    }

    .america250 .america250_footer {
        padding: 16px 0;
    }

    .america250 .america250_footer__navigation__item {
        margin: 0 24px;
        font-size: 16px;
        line-height: 25px;
    }

    .landing_page_popup_container .america250_how_to_enter_page__ticket_examples,
    .landing_page_popup_container .america250_how_to_enter_page__ticket_examples.popup__content {
        width: 100%;
        margin: 0;
        padding-top: 36px;
    }

    .america250_how_to_enter_page__ticket_examples__close {
        font-size: 36px;
        line-height: 40px;
        right: 8px;
    }

    .america250_how_to_enter_page__ticket_examples__header_cell {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 8px;
    }

    .america250_how_to_enter_page__ticket_examples__image {
        max-width: 160px;
    }

    .america250_how_to_enter_page__ticket_examples__count {
        font-size: 32px;
        line-height: 32px;
    }
}
