<style>
.pre-enrollee-home-banner__countdown-container {
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}

@media (min-width: 992px) {
    .pre-enrollee-home-banner__countdown-container {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .pre-enrollee-home-banner__countdown-container {
        margin-top: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .pre-enrollee-home-banner__countdown-container {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }
}

.pre-enrollee-home-banner__countdown-top {
    text-align: center;
}

.pre-enrollee-home-banner__congratulations-heading {
    font-size: 28px;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .pre-enrollee-home-banner__congratulations-heading {
        font-size: 30px;
    }
}

@media (min-width: 1400px) {
    .pre-enrollee-home-banner__congratulations-heading {
        font-size: 32px;
    }
}

.pre-enrollee-home-banner__congratulations--subheading {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

@media (min-width: 1200px) {
    .pre-enrollee-home-banner__congratulations--subheading {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1400px) {
    .pre-enrollee-home-banner__congratulations--subheading {
        font-size: 30px;
        line-height: 40px;
    }
}

.pre-enrollee-home-bannar__cutoff-heading {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .pre-enrollee-home-bannar__cutoff-heading {
        font-size: 28px;
    }
}

@media (min-width: 1400px) {
    .pre-enrollee-home-bannar__cutoff-heading {
        font-size: 30px;
    }
}

.pre-enrollee-home-bannar__cutoff-heading-day {
    text-transform: uppercase;
}

.countdown-timer {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    text-align: center;
    width: 24rem;

    padding-left: 60px;
    padding-right: 60px;
}

@media (min-width: 768px) {
    .countdown-timer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    /* .countdown-timer {
        width: 30rem;
    } */
    .text--yellow {
        font-size: 60px;
    }
    /* .countdown-timer {
        padding-left: 30px;
        padding-right: 30px;
    } */
}

@media (min-width: 1400px) {
    /* .countdown-timer {
        width: 34rem;
    } */
    .text--yellow {
        font-size: 90px;
    }
}

#countdown .countdownCell {
    /* / display: inline-block; /
    list-style: none; */
    text-align: center;
}

#countdown .day_txt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    /* color: #0f5196; */
    color: #0182b4;
}

#countdown .day {
    font-family: 'Roboto Condensed', sans-serif;
    background: #f15a24;
    /* background: -moz-linear-gradient(top, #f15a24 0%, #293c4e 43%, #293c4e 57%, #f15a24 100%);
    background: -webkit-linear-gradient(top, #f15a24 0%,#293c4e 43%,#293c4e 57%,#f15a24 100%);
    background: linear-gradient(to bottom, #f15a24 0%,#293c4e 43%,#293c4e 57%,#f15a24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15a24', endColorstr='#f15a24',GradientType=0 ); */
    font-size: 36px;
    line-height: 36px;
    color: white;
    padding: 13px 8px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

@media (min-width: 1000px) {
    #countdown .day_txt {
        font-size: 15px;
        line-height: 50px;
    }
    /* #countdown .day{
        font-size: 500px;
        line-height: 500px;
    } */
}

@media (min-width: 400px) {
    /* #countdown .day_txt{
        font-size: 15px;
        line-height: 44px;
    } */
}

@media (min-width: 768px) {
    /* #countdown .day_txt{
        font-size: 30px;
        line-height: 44px;
    } */
    .text--yellow {
        font-size: 60px;
    }
}


@media (min-width: 768px) {
    #countdown .day {
        font-size: 52px;
        line-height: 52px;
    }
}

.pre-enrollee-home-banner__cta-btn-container {
    margin-bottom: 2rem;
}

.pre-enrollee-home-banner__cta-btn {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding: .5rem 4rem;
    text-transform: uppercase;
}