html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main, input, textarea, button {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong, b, mark {
    font-weight: 600;
    font-style: inherit
}

em, i, cite, q, address, dfn, var {
    font-style: italic;
    font-weight: inherit
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted
}

ins {
    border-bottom: 1px solid
}

a, u, ins {
    text-decoration: none
}

del, s {
    text-decoration: line-through
}

pre, code, samp, kbd {
    font-family: monospace
}

small {
    font-size: .75em
}

img {
    border: none;
    font-style: italic
}

input, select, textarea {
    font: inherit
}

ul, ol {
    list-style: none
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: nonee
}

body {
    background: #000;
    text-align: center;
    color: #fff;
    font: 3.295vw "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 400
}

a {
    color: #fff;
    text-decoration: underline
}

img {
    display: block;
    line-height: 1;
    width: 100%
}

.text {
    display: block;
    width: 90%;
    margin: 0 auto 1em auto;
    font-size: 1.25em
}

.text.links {
    font-size: 1em
}

.text.charge {
    font-size: 1em;
    margin-top: 2em;
    height: 1em
}

.text.strong {
    font-weight: 500;
    font-size: 1.25em;
    margin: 0 auto .35em auto;
    width: 70%;
    line-height: 1.1
}

.text .strong {
    font-weight: 500
}

#sub-header {
    height: 6em;
    padding: 1.2em 0 0 0
}

#sub-header .text {
    font-size: 1.34em;
    opacity: .7
}

#wrap {
    width: 100%;
    max-width: 425px;
    margin: 0 auto
}

#page {
    width: 100%;
    min-height: 600px;
    position: relative;
    background: url(/images/lakers/bg-za.jpg) no-repeat top center / contain
}

#page.loading {
    width: 100%;
    min-height: 600px;
    position: relative;
    background: #000c36
}

#content {
    padding-top: 30em;
    position: relative
}

#logo {
    position: absolute;
    top: 6em
}

.promo {
    position: relative;
    left: 0;
    top: 53%;
    width: 100%
}

#actions {
    padding: 0;
    position: relative;
    z-index: 9;
    margin: 0 auto
}

button {
    outline: none;
    position: relative;
    margin: 0 auto;
    border: none;
    width: 90%;
    color: #fff;
    border-radius: .25em;
    font: 2em "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#flow-subscribe:after, #flow-lander:after, #flow-confirm:after {
    background: url(/images/lakers/play.png);
    position: absolute;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    content: " ";
    animation: blinker 1.5s linear infinite
}

#footer {
    padding-bottom: 3em;
    position: relative;
    z-index: 1
}

#footer a {
    margin: 0 1em
}

#footer a.exit {
    display: inline-block;
    background: #002872;
    padding: .4em .8em;
    text-decoration: none;
    border-radius: .2em;
    margin: 0 auto
}

#footer .text img {
    width: 27%;
    display: inline-block;
    position: relative;
    top: .55em;
    padding: 0 .5em
}

.exit {
    opacity: .7;
    background: none;
}

body[data-state="spinner"] #footer {
    display: none
}

#flow-spinner .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #17181a;
    z-index: 10
}

#flow-spinner .container .wrap {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    padding-top: 7.5em
}

.logo {
    margin: 0 auto 1em auto;
    width: 7.5%
}

.headline {
    margin: 0 auto;
    width: 45%
}

.spinner-img {
    margin: 0 auto;
    width: 15%;
    height: auto;
    animation: rotation 1.4s infinite linear
}

.no-margin {
    margin: 0 !important
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.show {
    display: block
}

.hide {
    display: none
}

@media screen and (min-width: 426px) {
    body {
        font-size: 14px
    }
}

@keyframes blinker {
    from {
        background: none
    }
    50% {
        background: none
    }
    51% {
        background: url(/images/lakers/play.png)
    }
    to {
        background: url(/images/lakers/play.png)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
