@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?lezi18');
    src: url('fonts/icomoon.eot?lezi18#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?lezi18') format('truetype'), url('fonts/icomoon.woff?lezi18') format('woff'), url('fonts/icomoon.svg?lezi18#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.hide {
    display: none;
}

a.win-playagain {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -3.5vw;
    padding: 1vw 0;
    text-transform: uppercase;
    font-size: 1.3vw;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 5px;
    width: 100%;
    font-family: 'pkmn_rbygscregular';
    font-size: 0.9vw;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a {
    color: #fff;
    font-size: 0.9vw;
    text-decoration: none;
    font-weight: normal;
    font-family: 'pkmn_rbygscregular';
    letter-spacing: 1px;
    word-spacing: 1px;
}

.footer span {
    margin: 0px 5px;
}

#foo {
    height: 5vw;
    width: 12vw;
}

.em.btn,
div#thankyoublock-innerwrapper {
    margin-top: 2.75vw;
    background: #e8d659;
    border-radius: 1vw;
    padding: 0;
    border: 4px solid #078ff0;
}

a.win-playagain {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -3.5vw;
    padding: 1vw 0;
    text-transform: uppercase;
    font-size: 1.3vw;
}

div#thankyoublock-innerwrapper {
    padding: 1vw;
}

a.button-curved.email.upper:hover {
    text-decoration: underline;
}

div.finish-screen.lose-screen {
    background: url("images/lose-screen-bg.jpg") no-repeat scroll center center #000;
    /*background-size: cover;*/
    background-size: 100% auto;
    font-family: 'pkmn_rbygscregular';
}

div.finish-screen.win-screen {
    background: url("images/win-screen-bg.jpg") no-repeat scroll center center #000;
    /*background-size: cover;*/
    background-size: 100% auto;
    font-family: 'pkmn_rbygscregular';
}

.win-screen .lose-screen {
    display: none;
}

div.finish-screen.lose-screen .code-wrapper {
    display: none;
}

.finish-screen-hat {
    width: 100%;
    background: #000;
}

.finish-screen-hat {
    width: 100%;
    background: #000;
}

.finish-screen-hat>div {
    display: inline-block;
    vertical-align: top;
}

.finish-socials a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 1.3vw;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    width: 1.75vw;
    height: 1.75vw;
}

.finish-socials {
    float: right;
    color: #fff;
    font-size: 1.2vw;
    margin-top: 6px;
    position: absolute;
    right: 13vw;
    top: 1vw;
    z-index: 9;
}

.finish-socials a:hover {
    opacity: 0.5;
}

.separator {
    color: #fff;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 10px;
    font-weight: bold;
    position: absolute;
    right: 10.9vw;
    top: 1vw;
    font-size: 2.3vw;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo {
    width: 13vw;
    padding: 0.7vw;
}

iframe.spotify-follow {
    display: inline-block;
    margin-top: 0;
    vertical-align: initial;
}

.finish-screen .footer {
    text-align: right;
    background: #000;
    box-sizing: border-box;
    padding: 1vw 4vw;
}

.lose-wrapper {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 37.5vw;
    height: 22.4vw;
    LEFT: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 25%;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 3vw;
    text-align: center;
    padding: 2.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
}

.mobile {
    display: none;
}

.win-text-3 {
    /*width: 36.2%;*/
    width: 46.2%;
    text-align: left;
    /*margin-top: 1.6vw;
    font-size: 1.1vw;*/
    margin-top: 1vw;
    font-size: 0.8vw;
    line-height: 1.6vw;
    text-transform: uppercase;
    word-spacing: 5px;
}

.mobile-share {
    display: none;
}

.lose-wrapper a {
    background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
    display: block;
    width: 17vw;
    height: 4.2vw;
    background-size: contain;
    line-height: 4.2vw;
    text-decoration: none;
    color: #000;
    margin: 10px auto;
    font-size: 1vw;
    text-transform: uppercase;
}

.lose-wrapper a:hover {
    text-decoration: underline;
}

.lose-text-1 {
    font-size: 2.5vw;
    font-weight: bold;
}

.lose-text-2 {
    font-size: 1.3vw;
    margin-top: 0.5vw;
    margin: 2.2vw auto 2.6vw;
    line-height: 2.1vw;
}

@media only all and (min-width: 1800px) {
    iframe.spotify-follow {
        vertical-align: middle;
        top: 2.3vw !important;
    }
}

.finish-socials>span {
    vertical-align: middle;
    font-size: 1.3vw;
}

.win-wrapper {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 59.4vw;
    height: 27.7vw;
    LEFT: 50%;
    /* transform     : translate3d(-50%,-50%,0); */
    top: 25%;
    position: absolute;
    border: 4px solid #fff;
    box-sizing: border-box;
    border-radius: 3vw;
    text-align: center;
    padding: 2vw 3vw 3vw;
    position: absolute;
    top: 9.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.merchandise {
    position: absolute;
    z-index: 9;
    width: 34.1vw;
    height: auto;
    right: -5vw;
    top: -4vw;
}

@media only all and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {

    .lose-text-1 {
        font-size: 4.5vw;
    }
    .mlist-checks {
        padding-top: 8px;
    }
    form#secondForm {
        width: 65vw;
    }
    .em.btn,
    div#thankyoublock-innerwrapper {
        margin-top: 11vw;
    }
    .lose-text-2 {
        font-size: 3vw;
        margin-top: 0.5vw;
        margin: 1.2vw auto 0.6vw;
        line-height: 6vw;
    }
    .lose-wrapper {
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        width: 73vw;
        height: 44vw;
        LEFT: 50%;
        /* transform : translate3d(-50%,-50%,0); */
        top: 25%;
        position: absolute;
        border: 1px solid #fff;
        border-radius: 4vw;
        text-align: center;
        padding: 6vw 2vw;
        position: absolute;
        top: 48vw;
    }
    .finish-socials {
        float: right;
        color: #fff;
        font-size: 1.2vw;
        margin-top: 6px;
        position: absolute;
        right: 21vw;
        top: 1.5vw;
        z-index: 9;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 3px;
        padding: 9px 18px;
    }
    .separator {
        color: #fff;
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0 10px;
        font-weight: bold;
        position: absolute;
        right: 14.9vw;
        top: 1vw;
        font-size: 5vw;
    }
    a.win-playagain {
        left: 0;
        bottom: -6.5vw;
        font-size: 2.5vw;
    }
    .mobile-share {
        margin: 0;
        vertical-align: top;
        font-size: 2vw;
        width: 12vw;
    }
    .mobile-share {
        display: block;
        background: url(images/share-arrow.png) no-repeat scroll right center transparent;
        width: 10vw;
        display: inline-block;
        margin-right: 0;
        background-size: 15px auto;
        padding-right: 3vw;
    }
    .mobile-share {
        display: block !important;
    }
    .lose-wrapper a {
        background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
        display: block;
        width: 25vw;
        height: 6.4vw;
        background-size: contain;
        line-height: 6.4vw;
        text-decoration: none;
        color: #000;
        margin: 3vw auto;
        font-size: 2.2vw;
    }
    .win-screen .lose-wrapper a {
        font-size: 1.6vw;
    }
    .finish-socials span.mobile-strip {
        width: 8vw;
        background: #000;
        position: absolute;
        z-index: 9;
        padding: 5px 2vw;
        top: 7vw;
        right: 2vw;
        text-align: center;
    }
    .footer {
        color: #fff;
        font-size: 1.9vw;
    }
    .footer a {
        color: #fff;
        font-size: 1.9vw;
    }
}

@media only all and (max-width: 1023px) {
    a.win-playagain {
        left: 0vw;
        bottom: -7.5vw;
        font-size: 2.5vw;
    }
    .mobile-text {
        display: none;
    }
    .logo {
        width: 15vw;
        padding: 1.2vw;
    }
    .mobile-share.open {
        background: url("images/share-arrow-close.png") no-repeat scroll right center transparent;
        background-size: 15px auto;
    }
    .finish-socials span.mobile-strip {
        display: none;
    }
    .finish-socials span.mobile-strip.open {
        display: inline-block;
    }
    .finish-screen .footer {
        text-align: center;
        padding: 1vw 2vw;
    }
    .logo {
        width: 26vw;
    }
}

@media only all and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .logo img {
        margin-top: 4px;
    }
    .logo {
        width: 33vw;
    }
    .mlist-wrapper .mlist-field.email-field {
        padding-bottom: 10px;
    }
    div.finish-screen.lose-screen {
        background: url(images/lose-screen-bg-mobile.jpg) no-repeat scroll center center #000;
        /* background-size   : cover; */
        background-size: 100% auto;
        font-family: 'pkmn_rbygscregular';
    }
    .finish-socials a {
        margin: 1vw 5px;
        font-size: 3.3vw;
        width: 3.75vw;
        height: 3.75vw;
    }
    .win-text-3 {
        width: 64.2%;
        text-align: left;
        margin-top: 4.6vw;
        font-size: 2.5vw;
        line-height: 4.8vw;
        text-transform: uppercase;
        word-spacing: 5px;
        margin-left: 2vw;
    }
    .mobile-share {
        display: block;
        background: url(images/share-arrow.png) no-repeat scroll right center transparent;
        width: 10vw;
        display: inline-block;
        margin-right: 0;
        background-size: 15px auto;
        padding-right: 3vw;
    }
    div.finish-screen.win-screen {
        background: url(images/win-screen-bg-mobile.jpg) no-repeat scroll center center #000;
        background-size: 100% auto;
    }
    div#thankyouBlock {
        position: fixed;
        top: 3vw;
        background: transparent;
    }
    .lose-wrapper {
        width: 93vw;
        height: 53vw;
        padding: 6vw;
        top: 52vw;
        top: 75vw;
        box-sizing: border-box;
        border-radius: 7vw;
    }
    .lose-text-1 {
        font-size: 5.5vw;
    }
    .lose-text-2 {
        font-size: 3.6vw;
        margin-top: 0.5vw;
        margin: 2.6vw auto 4.6vw;
        line-height: 6.5vw;
    }
    .lose-wrapper a {
        background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
        display: block;
        width: 30vw;
        height: 7vw;
        background-size: contain;
        line-height: 7.4vw;
        text-decoration: none;
        color: #000;
        margin: 10px auto;
        font-size: 2.5vw;
    }
    .win-screen .lose-wrapper a {
        font-size: 2.5vw;
        height: auto;
        padding: 1vw 2vw;
        background-size: cover;
        display: inline-block;
        width: auto;
        font-weight: bold;
    }
    .finish-socials {
        right: 27vw;
    }
    .finish-socials {
        float: right;
        color: #fff;
        font-size: 1.2vw;
        margin-top: 2px;
        position: absolute;
        right: 31vw;
        top: 3.2vw;
        z-index: 9;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 3px;
        padding: 4px 11px 6px;
    }
    .logo {
        padding-left: 3vw;
    }
    .logo {
        width: 38vw;
    }
    .mobile-share {
        width: 15vw;
        font-size: 2.4vw;
        margin-top: 0.7vw;
        background-size: 7px auto;
        background-size: 2vw auto;
    }
    .mobile-share.open {
        background-size: 7px auto;
    }
    .finish-socials span.mobile-strip {
        width: 12vw;
        background: #000;
        position: absolute;
        z-index: 9;
        padding: 5px 2vw;
        top: 8vw;
        right: 3vw;
        text-align: center;
    }
    .finish-socials a {
        margin: 2vw 5px;
        font-size: 3.3vw;
        width: 5.75vw;
        height: 4.75vw;
    }
    .em.btn,
    div#thankyoublock-innerwrapper {
        margin-top: 22px;
        background: #e8d659;
        border-radius: 5vw;
    }
}

.win-text-1 {
    font-size: 2.65vw;
    text-align: left;
    margin-bottom: 1.6vw;
}

.win-text-2-wrapper {
    width: 60%;
    text-align: left;
    font-size: 1.3vw;
    line-height: 2vw;
}

.win-text-2 {
    background: url(images/text-bg.png) no-repeat scroll center center transparent;
    color: #000;
    padding: 2.27vw;
    background-size: cover;
    border-radius: 2vw;
}

.win-wrapper a.buy-now {
    background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
    display: block;
    /*width: 11.4vw;
    height: 3.9vw;*/
    width: 8.4vw;
    /*height: 3.9vw;*/
    height: auto;
    background-size: contain;
    /*line-height: 3vw;*/
    line-height: 2vw;
    text-decoration: none;
    color: #000;
    margin: 10px auto;
    /*font-size: 0.9vw;
    right: 25vw;*/
    font-size: 0.6vw;
    right: 23vw;
    position: absolute;
    display: inline-block;
    /*bottom: 1.9vw;*/
    bottom: 2.5vw;
    z-index: 10;
    text-transform: uppercase;
}

.win-wrapper a.buy-now:hover {
    text-decoration: underline;
}

.merchandise img {
    width: 100%;
    height: auto;
}

.win-screen .footer {
    bottom: 0;
}

.code-wrapper {
    position: absolute;
    bottom: -4vw;
    width: 15.8vw;
    height: 17vw;
    right: -4.5vw;
    z-index: 11;
}

img#finish-2 {
    /* position: relative; */
    top: 13vw;
    left: 26vw;
    width: 27vw;
    cursor: pointer;
    width: 100%;
    height: 10;
    height: 100%;
}

body .link1 {
    position: fixed !important;
    top: -4vw;
}

.lose-screen .win-screen {
    display: none;
}

@media only all and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .mobile-share {
        display: none;
    }
    .code-wrapper {
        position: absolute;
        bottom: -2.6vw;
        width: 11.8vw;
        height: 12vw;
        right: -1.1vw;
        z-index: 11;
    }
}

.merchandise img.mobile-merch {
    display: none;
}

a.win-playagain:hover {
    text-decoration: underline;
}

a.win-playagain:after {
    content: '';
    width: 17px;
    height: 19px;
    background: url("images/play-again.png") no-repeat scroll center center transparent;
    background-size: contain;
    display: inline-block;
    margin: 0px 0 0 7px;
    vertical-align: bottom;
}

.finish-socials a.i-facebook {
    background: url(images/fb-cversion.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
}

.finish-socials a.i-twitter {
    background: url(images/tw-cversion.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
}

.finish-socials a.i-youtube {
    background: url("images/yt-cversion.png") no-repeat scroll center center transparent;
    background-size: 100% auto;
}

@media only all and (max-width: 1023px) {
    .merchandise img.mobile-merch {
        display: block;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .merchandise img.desktop-merch {
        display: none;
    }
    .win-text-1 {
        margin-bottom: 5vw;
        font-size: 5.5vw;
        text-align: center;
    }
    .win-text-2-wrapper {
        font-size: 3.6vw;
        line-height: 6.3vw;
        width: 54%;
        font-size: 4.1vw;
    }
    .merchandise {
        top: 11vw;
        right: 3vw;
        width: 43vw;
    }
}

@media only all and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .logo {
        width: 19.5vw;
        padding: 0.7vw;
    }
    .merchandise {
        position: absolute;
        z-index: 9;
        width: 51.1vw;
        height: auto;
        right: -8vw;
        top: -7vw;
    }
    .win-text-1 {
        font-size: 3.55vw;
        text-align: left;
        margin-bottom: 2.6vw;
    }
    .win-wrapper {
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        width: 83.4vw;
        height: 41.7vw;
        LEFT: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 24%;
        position: absolute;
        border: 4px solid #fff;
        box-sizing: border-box;
        border-radius: 5vw;
        text-align: center;
        padding: 4vw 5vw 3vw;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .win-text-3 {
        /*width: 36.2%;*/
        width: 37.2%;
        text-align: left;
        /*margin-top: 3.1vw;
        font-size: 1.4vw;*/
        margin-top: 1.4vw;
        font-size: 0.9vw;
        line-height: 2.8vw;
        text-transform: uppercase;
        word-spacing: 5px;
    }
    .win-text-2 {
        padding: 3.27vw;
    }
    .finish-socials>span {
        vertical-align: middle;
        font-size: 2vw;
    }
    .win-wrapper a.buy-now {
        /*width: 14.4vw;*/
        width: 12.4vw;
        /*height: 4vw;*/
        /*right: 37vw;
        bottom: 4.9vw;
        line-height: 4vw;*/
        right: 36vw;
        /*bottom: 6.9vw;*/
        bottom: 4.3vw;
        line-height: 3.5vw;
    }
    .separator {
        top: -0.3vw;
        font-size: 5vw;
        right: 12.9vw;
    }
    body .link1 {
        position: fixed !important;
        top: -7vw;
    }
    .finish-socials {
        right: 17.8vw;
    }
    .finish-socials a {
        width: 3.75vw;
        height: 3.75vw;
    }
    div.finish-screen.lose-screen {
        background: url(images/lose-screen-bg-ipadls.jpg) no-repeat scroll center center #000;
        /* background-size: cover; */
        background-size: 100% auto;
        font-family: 'pkmn_rbygscregular';
    }
    div.finish-screen.win-screen {
        background: url("images/win-screen-bg-ipadls.jpg") no-repeat scroll center center #000;
        /*background-size: cover;*/
        background-size: 100% auto;
        font-family: 'pkmn_rbygscregular';
    }
    form#secondForm {
        width: 65vw;
    }
    label.error {
        position: absolute;
        top: -35px;
        line-height: normal;
    }
    .lose-text-1 {
        font-size: 3.3vw;
    }
    form#secondForm {
        top: 35%;
        line-height: normal;
    }
    .mlist-checks {
        padding-top: 13px;
    }
    .em.btn,
    div#thankyoublock-innerwrapper {
        margin-top: 11vw;
    }
    .lose-text-2 {
        font-size: 1.6vw;
        margin-top: 0.5vw;
        margin: 3.2vw auto 0.6vw;
        line-height: 3vw;
    }
    .lose-wrapper {
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        width: 49.7vw;
        height: 29.1vw;
        LEFT: 50%;
        /* transform : translate3d(-50%,-50%,0); */
        top: 25%;
        position: absolute;
        border: 1px solid #fff;
        border-radius: 3vw;
        text-align: center;
        padding: 3vw;
        position: absolute;
        top: 27vw;
    }
    .lose-wrapper a {
        background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
        display: block;
        width: 21vw;
        height: 5.4vw;
        background-size: contain;
        line-height: 5.4vw;
        text-decoration: none;
        color: #000;
        margin: 1.4vw auto;
        font-size: 1.6vw;
    }
    .win-screen .lose-wrapper a {
        font-size: 1.2vw;
    }
    .win-text-2-wrapper {
        width: 60%;
        text-align: left;
        font-size: 1.7vw;
        line-height: 2.5vw;
    }
}

.email-error.show {
    display: inline !important;
}

.apple-submitfield a {
    cursor: pointer;
}

a#apple-music {
    width: 8.5vw;
    height: auto;
    line-height: 1;
}

@media only all and (max-width: 767px) {
    div#thankyouBlock {
        position: fixed;
        top: 3vw;
        background: transparent;
        height: 540px;
        overflow-y: scroll;
        left: 0;
        overflow-x: hidden;
    }
    .mobile-share {
        display: block;
        text-align: center;
    }
    .separator {
        /* display: none; */
        font-size: 6vw;
        right: 23.9vw;
        top: 2.1vw;
    }
    .termsWrapper.first .termsContent {
        overflow: scroll;
        height: auto;
        display: block !important;
        width: 97vw;
        left: calc(-1 * 14.1vw);
        padding: 11px;
        /* text-align: justify; */
        top: 32px;
    }
    a.win-playagain:after {
        width: 9px;
        height: 10px;
    }
    .merchandise {
        top: 11vw;
        right: -8vw;
        width: 56vw;
    }
    .win-wrapper {
        /*top: 70vw;*/
        width: 89vw;
        /*height: 97vw;*/
        border-radius: 8vw;
        top: 80vw;
        height: 120vw;
    }
    .code-wrapper {
        position: absolute;
        bottom: 7vw;
        width: 34.8vw;
        height: 34vw;
        right: -6.8vw;
        z-index: 11;
    }
    body .link1 {
        position: fixed !important;
        bottom: -27vw;
        left: 50%;
        width: 258px;
        transform: translate3d(-50%, 0, 0);
        /* height: 30px; */
        top: auto;
    }
    .win-wrapper a.buy-now {
        background: url(images/but-bg.png) no-repeat scroll center 0 transparent;
        display: block;
        width: 22.4vw;
        height: 5.7vw;
        background-size: 100% auto;
        line-height: 5.7vw;
        text-decoration: none;
        color: #000;
        margin: 10px auto;
        font-size: 2.1vw;
        /*right: 35vw;*/
        right: initial;
        left: 5vw;
        position: absolute;
        display: inline-block;
        bottom: 0.7vw;
        z-index: 10;
        text-transform: uppercase;
    }
    .footer a {
        color: #fff;
        font-size: 2.3vw;
    }
    .footer {
        font-size: 2.3vw;
    }
}

@media only all and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .finish-socials a {
        margin: 1vw 5px;
        font-size: 3.3vw;
        width: 3.75vw;
        height: 3.75vw;
    }
    label.error {
        position: absolute;
        top: -35px;
        line-height: normal;
    }
    div.finish-screen.win-screen {
        background: url(images/win-screen-bg-ipadpt.jpg) no-repeat scroll center center #000;
        background-size: 100% auto;
    }
    div.finish-screen.lose-screen {
        background: url(images/lose-screen-bg-ipadpt.jpg) no-repeat scroll center center #000;
        /* background-size: cover; */
        background-size: 100% auto;
        font-family: 'pkmn_rbygscregular';
    }
    .merchandise {
        top: 9vw;
        right: -7vw;
        width: 49vw;
    }
    .win-text-2-wrapper {
        font-size: 3.6vw;
        line-height: 4.5vw;
        width: 53%;
        font-size: 2.9vw;
    }
    .code-wrapper {
        position: absolute;
        bottom: -2.8vw;
        width: 35.8vw;
        height: 35.8vw;
        right: -3.8vw;
        z-index: 11;
    }
    body .link1 {
        position: fixed !important;
        top: -9vw;
    }
    .win-wrapper {
        /*top: 57vw;*/
        top: 64vw;
        width: 80vw;
        /*height: 77vw;*/
        height: 97vw;
    }
    .win-text-3 {
        /*font-size: 2.5vw;*/
        font-size: 2.3vw;
        line-height: 4vw;
        width: 59%;
        /*text-align: right;*/
        text-align: left;
        margin-top: 3vw;
        margin-left: 2vw;
    }
    .win-wrapper a.buy-now {
        width: 30vw;
        height: 7vw;
        /*font-size: 2.5vw;*/
        font-size: 2.3vw;
        line-height: 7vw;
        bottom: 3vw;
        margin-bottom: 0;
        /*right: 33vw;*/
        right: initial;
        left: 3vw;
    }
}

a.button-curved.email.upper {
    color: #000;
    background: transparent;
    height: auto;
    word-spacing: 3px;
    white-space: nowrap;
}


/* #mailing-list{
    background: #e8d659;
    border-radius: 1vw;
    padding: 1vw;
    border: 4px solid #078ff0;
} */

@media only all and (max-width: 400px) {
    .logo img {
        margin-top: 4px;
    }
    .logo {
        width: 33vw;
    }
    .finish-socials {
        float: right;
        color: #fff;
        font-size: 1.2vw;
        margin-top: 2px;
        position: absolute;
        right: 38vw;
    }
    .separator {
        /* display: none; */
        font-size: 9vw;
        right: 30.5vw;
        /* margin: 0 6vw 0 0; */
        top: 0.7vw;
    }
    .em.btn .mlist-wrapper {
        margin: 2vh auto 0px;
    }
}

.finish-socials {}

span.mobile-strip * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin: 0 5px;
    position: relative;
    top: auto;
    right: auto;
}

@media all and (max-width:767px) {
    .em.btn {
        margin-top: 10px;
    }
    .em.btn .mlist-wrapper {
        margin: 2vh auto 0px;
    }
    body span.mobile-strip * {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin: 0 5px;
    }
    body span.separator {
        display: none !important;
    }
    body span.mobile-strip * {
        margin: 5px 0;
        display: block;
        margin: 0;
        margin: 5px auto;
    }
    body .finish-socials span.mobile-strip {
        right: 4vw;
    }
    .em.btn .mlist-wrapper {
        margin: 2vh auto 0px;
    }
}

span.separator {
    margin-bottom: .6vw;
}

iframe.spotify-follow,
div.finish-socials {
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0;
}

.finish-screen-hat {
    position: relative;
}

@media only all and (min-width: 1024px) {
    .em.btn .termsWrapper.first .termsContent {
        padding: 0.2vw 0.6vw;
        width: 100%;
        right: 0;
    }
    .mlist-wrapper {
        margin: 0 auto;
    }
}

@media only all and (max-width: 1024px) and (orientation: portrait) {
    .mobile-text {
        display: none;
    }
    .finish-socials span.mobile-strip {
        display: none;
    }
    body span.separator {
        display: none !important;
    }
    .finish-socials span.mobile-strip.open {
        display: inline-block;
    }
    .win-text-1 {
        text-align: center;
    }
    span.mobile-strip * {
        margin: 5px;
    }
}

@media only all and (max-width: 767px) and (min-height: 740px) {
    body .aries-start-logo {
        width: 97vw;
    }
}

@media only all and (min-aspect-ratio: 1920/1200) and (min-width: 1440px) {
    div.finish-screen.lose-screen {
        background: url(images/lose-screen-8x5.jpg) no-repeat scroll center bottom #000;
        background-size: cover;
        background-position: center top -9vw;
    }
    div.finish-screen.win-screen {
        background: url(images/win-screen-bg-8x5.jpg) no-repeat scroll center top #000;
        background-size: cover;
        background-position: center top -5vw;
    }
}

@media only all and (max-aspect-ratio: 3500/1500) and (min-width: 1440px) {
    div.finish-screen.win-screen {
        background: url(images/win-screen-bg-8x5.jpg) no-repeat scroll center center #000;
        background-size: 100% auto;
        /* background-position: center top -5vw; */
    }
    .lose-wrapper {
        top: 19vw;
    }
    div.finish-screen.lose-screen {
        background: url(images/lose-screen-8x5.jpg) no-repeat scroll center center #000;
        background-size: 100% auto;
        /* background-position: center top -9vw; */
    }
}

@media only all and (min-width: 1600px) {
    div.finish-screen.lose-screen,
    div.finish-screen.win-screen {
        background-position: center center;
    }
    body .start-racing {
        bottom: 0;
    }
    body .em.btn {
        margin-top: 120px;
    }
    body .start-racing {
        line-height: 4vw;
    }
    .win-wrapper a.buy-now {
        bottom: 2.9vw;
    }
}

@media only all and (min-width: 1920px) and (max-width: 2800px) {
    .lose-wrapper {
        top: 16vw;
    }
}

.followPopupSection {
    position: relative;
    z-index: 999;
}

.apple-entry {
    font-family: 'pkmn_rbygscregular';
    font-size: 15px;
    padding-top: 15px;
}

.em.apple-entry #mailing-list .email-submit-wrap .mlist-submit {
    clear: both;
    display: block;
    width: 96%;
    padding-bottom: 13px;
    height: 10px;
}

.em.apple-entry #mailing-list .email-submit-wrap .mlist-submit input {
    font-size: 11px;
    margin-top: 23px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: bold;
}

.em.apple-entry {
    position: fixed;
    top: 21%;
    height: auto;
    width: 35vw;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    padding-bottom: 50px;
    width: 520px;
}


}

/* .em.apple-entry .termsWrapper.first .termsContent{
    display: block !important;
} */
.em.apple-entry .termsWrapper.first .termsContent {
    overflow: scroll;
    height: 145px;
    width: 69vw;
}
.em.apple-entry .mlist-checks {
    padding: 0;
}
.em.apple-entry .mlist-wrapper {
    max-width: 96%;
}
.em.apple-entry .mlist-checks {
    width: 100%;
    clear: both;
}
.mlist-checks {
    display: none;
    ;
}
.em.apple-entry .termsWrapper.first .termsContent {
    display: none !important;
}
input.submit.apple-entry {
    display: none !important;
}
.em.apple-entry .mlist-checks {
    display: block;
}
.em.apple-entry div#secondary-list-values .mlist-checks {
    display: none;
}

/* .apple-entry .secondFormCloseWrap{
    display: none;
} */
a.apple-entry:hover {
    text-decoration: underline;
}
.em.apple-entry.apple-second-form-show {
    height: 20vh;
    width: 100px;
}
.em.apple-entry.apple-second-form-show form#secondForm {
    top: 19%;
}
.apple-entry .label.error {
    display: none;
}
.em.apple-entry label.agree {
    font-size: 9px;
    width: 89%;
    float: right;
    text-align: left;
    line-height: 12px;
}
a.apple-entry {
    font-size: 11px;
    margin-top: 23px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: bold;
    border: 1px solid #000;
    padding: 15px;
}
input.error+label .global-list:before,
input.error+label+.global-list:before {
    border: 2px solid #fff;
}
#mailing-list .global-list:before {
    content: "\2713";
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    /* border     : 3px solid #fff; */
    
    width: 19px;
    height: 19px;
    margin: 0;
    top: 0px;
    border-radius: 5px;
}
.apple-second-form-show #mailing-list .global-list:before {
    top: -7px;
    left: -5px;
}
#mailing-list input:checked+label:after,
#mailing-list input:checked+label+label:after {
    content: "\2713";
    line-height: 19px;
    color: #fff;
    display: block;
    text-indent: 0;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 6px;
    text-align: center;
    box-sizing: border-box;
    /* border       : 7px solid #dd2d26; */
    /* border-radius: 50%; */
}
.apple-second-form-show #mailing-list input:checked+label:after {
    top: -2px;
    left: -3px;
}
#mailing-list .mlist-checks input.error+label:before {
    border: 3px solid red !important;
}
#mailing-list .mlist-checks input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    margin: 0;
}
.agree-text {
    vertical-align: top;
    display: inline;
}
.email-error {
    color: red;
    font-size: 13px;
    padding-top: 4px;
    display: none;
    font-weight: 600;
    padding-bottom: 10px;
    width: 77vw;
    text-align: left;
}
.em.apple-entry label.agree a {
    color: #000;
}
#first-form-close-apple img,
#second-form-close-apple img {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999;
    cursor: pointer;
}
#first-form-close-apple:hover,
#second-form-close-apple:hover {
    opacity: 0.7;
}
#first-form-close-apple,
#second-form-close-apple {
    display: none;
}
.emailsecondopen .em.btn {
    height: 0;
    border: 0;
}
.emailsecondopen a.button-curved.email.upper {
    display: none;
}
@media (max-width: 767px) {
    .em.apple-entry #mailing-list .global-list:before {
        content: "\2713";
        position: absolute;
        display: inline-block;
        vertical-align: top;
        text-indent: -9999px;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
        box-sizing: border-box;
        color: #fff;
        background: #000;
        /* border     : 3px solid #fff; */
        width: 19px;
        height: 19px;
        margin: 0;
        top: 0px;
        border-radius: 5px;
        right: 0;
    }
    
    .em.apple-entry label.global-list {
        line-height: 1.8;
        padding-left: 27px;
    }
}
@media only all and (max-width: 767px) {
    .em.btn {
        margin-top: 18px;
    }
    
    label.error {
        white-space: nowrap;
        top: -17px;
    }
}
@media only all and (max-width: 400px) {
    .em.btn {
        margin-top: 7.4vw;
        padding-top: 5px;
    }
}
@media all and (min-width:350px) {
    .em.btn {
        margin-top: 49px;
    }
}
.popupWrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #7E7E7E;
    font-size: 20px;
    background: #FFFDF5;
    z-index: 10000000000;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
}
.popupWrapper .ot-sdk-show-settings {
    border-bottom: 1px solid #7E7E7E;
}
.popupWrapper .ot-sdk-show-settings:hover {
    border-color: transparent;
}
.race-started #racer>.footer {
    display: none;
}
.popupInner {
    padding: 50px 25px;
    position: relative;
}
.popupClose {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    color: #000;
}
.popupClose:hover {
    opacity: 0.5;
}
.em.apple-entry label.agree a:hover {
    opacity: 0.7;
}

.emailsecondopen #mailing-list .global-list:before{
    top: -7px;
    left: -7px;
}
.emailsecondopen #mailing-list input:checked+label:after, #mailing-list input:checked+label+label:after{
    top: -4px;
    left: -4px;
}
.emailsecondopen label.global-list{
    position: relative;
}
.emailsecondopen .mlist-checks {
    display: inline-block;
}
.spotifySignUp .emailsecondopen #mailing-list .global-list:before {
    top: -8px;
    left: -8px;
}
.spotifySignUp .emailsecondopen #mailing-list input:checked+label:after, #mailing-list input:checked+label+label:after {
    top: -3px;
    left: -6px;
}
@media only all and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .emailsecondopen #mailing-list .global-list:before {
        top: 2px;
        left: -7px;
    }
}
.em.apple-entry div#secondary-list-values .mlist-checks {
    display: block; 
}

@media only all and (max-width: 736px) and (orientation : portrait) { 
    .thankyou-message.embed {
        font-size: 9px;
    }
}


@media only all and (max-width: 736px) and (orientation : landscape) { 
    .thankyou-message.embed {
        font-size: 9px;
    }
}
.apple-entry #mailing-list .global-list:before {
    top: -7px;
    left: -7px;
}
.apple-entry #mailing-list .global-list:after {
    top: -2px;
    left: -4px;
}