* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
* > *:last-child {
    margin-bottom: 0;
}
body {
    background-color: #000;
    color: #fff;
    font: normal 14px/1.3rem 'proxima-nova', Arial, sans-serif;
}
p {
    margin-bottom: 15px;
}
a {
    color: #fff;
    text-decoration: underline;
}
a:hover, a:focus-visible {
    color: #eaeaea;
    text-decoration: none;
}
a, .btn {
    cursor: pointer;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
ul {
    padding-left: 25px;
}
p + ul {
    margin-top: -7.5px;
}
sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.25em;
}
sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    height: auto;
}
.hidden {
    display: none;
}
.mb-0 {
    margin-bottom: 0;
}
.show-mobile {
    display: none;
}
.text-center {
    text-align: center;
}
.container {
    width: 1140px;
    max-width: 100%;
    padding: 30px;
}
#content, footer {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
}
#content {
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.00) 100%);
}
.info {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    overflow: hidden;
}
.info h1 {
    display: block;
    padding: 5px 15px;
    background-color: #003A93;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.info .inner {
    padding: 7.5px 30px 30px;
}
.btn {
    display: inline-block;
    width: 275px;
    padding: 10px 25px;
    margin: 25px 25px 0;
    background-color: #2557F1;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: .25px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-secondary {
    background-color: #111;
}
.btn:hover, .btn:focus-visible {
    background-color: #003A93;
    color: #fff;
}
#terms-warning {
    margin-bottom: -5px;
    color: #E5B469;
    font-weight: bold;
}
footer {
    font-size: 16px;
    line-height: 1.5em;
}
footer a {
    text-decoration: none;
}
footer a:hover, footer a:focus-visible {
    text-decoration: underline;
}
footer p + p {
    margin-top: 15px;
}
footer .pipe {
    margin-left: 2.5px;
    margin-right: 2.5px;
}
@media screen and (max-width: 1081px) {
    #terms {
        height: 235px;
        padding-right: 15px;
        margin-bottom: 15px;
        overflow: scroll;
    }
    #terms-warning {
        margin-top: -15px;
    }
}
@media screen and (max-width: 782px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .mobile-logo {
        margin-right: auto;
    }
    #content {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 69.33%);
    }
    #content .container {
        padding-left: 0;
        padding-right: 0;
    }
    .info {
        border-radius: 0;
    }
    .info h1 {
        padding-top: 15px;
        background: none;
    }
    .info .inner {
        padding: 7.5px 22.5px 22.5px;
    }
    .btn {
        margin: 15px 15px 0;
        border-radius: 5px;
    }
}
@media screen and (max-width: 576px) {
    .btn {
        margin-left: 0;
        margin-right: 0;
    }
}
