@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap);

@font-face {
    font-family: Bango;
    src: url(../fonts/BangoPro.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Muli;
    src: url(../fonts/Muli-SemiBold.ttf);
    font-weight: 500;
    font-style: normal
}

html {
    height: 100%
}

body {
    font-family: Bango,sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #00205b;
    font-size: 16px;
    background-image: url(../images/page_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    overflow-x: hidden
}

    body #content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

        body #content #main_content {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

        body #content footer {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

    body.no-scroll, html.no-scroll {
        overflow: hidden;
        height: 100%
    }

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #00205b;
    line-height: 1.5
}

    a:hover {
        text-decoration: underline
    }

p {
    margin-bottom: 1.5rem
}

    p:last-child {
        margin-bottom: 0
    }

:focus {
    outline: 0
}

[type=reset], [type=submit], button, input[type=button], input[type=email], input[type=number], input[type=password], input[type=submit], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0
}

    [type=reset]:focus, [type=submit]:focus, button:focus, input[type=button]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=submit]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
        outline: 0
    }

.button_default {
    border: 10px solid transparent;
    border-image-source: url(../images/button_default.png);
    border-image-slice: 20 fill;
    background-color: transparent;
    cursor: pointer;
    width: 120px;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px #1c4851;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.button_glass {
    border: 10px solid transparent;
    border-image-source: url(../images/button_glass.png);
    border-image-slice: 20 fill;
    background-color: transparent;
    cursor: pointer;
    width: inherit;
    margin: 0 5px;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px #1c4851
}

.container {
    max-width: 1260px;
    padding-left: 60px;
    padding-right: 60px
}

    .container.left_container {
        padding-right: 0;
        margin-left: calc((100% - 1260px)/ 2);
        max-width: 100%
    }

.large_container {
    max-width: 1460px
}

.beta_ribbon img {
    position: absolute;
    top: 68px;
    width: 180px;
    right: 0
}

.login img {
    position: absolute;
    top: 68px;
    width: 18vw;
    max-width: 150px;
    right: 0;
    z-index: -1
}

#header_menu_section {
    background-image: url(../images/header_bg.png);
    height: 90px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    display: none;
}

    #header_menu_section .header_menu_content {
        position: relative
    }

        #header_menu_section .header_menu_content .inner_content {
            height: 65px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative
        }

            #header_menu_section .header_menu_content .inner_content .site_logo {
                height: 58px;
                margin-right: 100px;
                margin-top: 7px
            }

                #header_menu_section .header_menu_content .inner_content .site_logo img {
                    height: 100%
                }

            #header_menu_section .header_menu_content .inner_content #bookmarkme img {
                height: 130%;
                margin-top: -10px
            }

            #header_menu_section .header_menu_content .inner_content #fullscreenbutton img {
                height: 100%
            }

            #header_menu_section .header_menu_content .inner_content .right_col {
                position: absolute;
                height: 100%;
                right: 0
            }

                #header_menu_section .header_menu_content .inner_content .right_col .loginout, #header_menu_section .header_menu_content .inner_content .right_col .sound {
                    display: inline-block
                }

                    #header_menu_section .header_menu_content .inner_content .right_col .loginout img, #header_menu_section .header_menu_content .inner_content .right_col .sound img {
                        height: 100%
                    }

                #header_menu_section .header_menu_content .inner_content .right_col .sound {
                    height: 42px;
                    margin-top: 15px;
                    position: relative;
                    cursor: pointer
                }

                    #header_menu_section .header_menu_content .inner_content .right_col .sound .on {
                        opacity: 1
                    }

                    #header_menu_section .header_menu_content .inner_content .right_col .sound .off {
                        position: absolute;
                        opacity: 0;
                        left: 0;
                        top: 0
                    }

                    #header_menu_section .header_menu_content .inner_content .right_col .sound.muted .on {
                        opacity: 0
                    }

                    #header_menu_section .header_menu_content .inner_content .right_col .sound.muted .off {
                        opacity: 1
                    }

                #header_menu_section .header_menu_content .inner_content .right_col .loginout {
                    margin-top: 15px;
                    position: relative
                }

                #header_menu_section .header_menu_content .inner_content .right_col .playername {
                    font-size: 14px;
                    color: #fff;
                    text-shadow: 1px 1px 2px #1c4851
                }

.fullpage {
    background-image: url(../images/page_bg.jpg);
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
    max-width: none;
    position: relative
}

#errorpage, #gamepage {
    max-width: 100%
}

#homepage {
    height: 100%
}

    #homepage .fullpage_bg {
        height: 100%;
        background-image: url(../images/home_bg.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: repeat-x;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    #homepage .homepage_content {
        margin-left: 50%;
        text-align: center;
        margin-top: 100px;
        margin-bottom: 85px
    }

    #homepage .homepage_content_container {
        max-width: 380px
    }

        #homepage .homepage_content_container .mobile_only {
            display: none
        }

    #homepage .homepage_content_img {
        width: 340px;
        max-width: 95%;
        margin-bottom: 10px
    }

    #homepage .homepage_content_text {
        font-size: 26px;
        color: #fff;
        line-height: 1.2692307692;
        text-shadow: 3px 3px 5px #032825;
        margin-bottom: 10px
    }

        #homepage .homepage_content_text span {
            color: #fca900
        }

    #homepage .homepage_content_login {
        display: block;
        position: relative
    }

        #homepage .homepage_content_login img {
            width: 100%
        }

        #homepage .homepage_content_login .text {
            position: absolute;
            color: #a8ddd9;
            font-size: 17px;
            left: 0;
            right: 0;
            width: 100%;
            top: 13px;
            text-shadow: 3px 3px 5px #032825
        }

    #homepage .homepage_content_loginbtn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative
    }

        #homepage .homepage_content_loginbtn button {
            width: 180px;
            height: 60px;
            font-weight: 500;
            font-size: 30px;
            text-transform: uppercase;
            color: #fff
        }

#errorpage .fullpage_bg, #gamepage .fullpage_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 0px;
    position: relative;
    /*margin-top: 70px*/
}

#errorpage #game_frame, #gamepage #game_frame {
    width: 100vw;
    height: 100vh;
    /*max-width: 1536px;*/
    /*max-height: 760px;/*
    margin-left: auto;
    margin-right: auto;
    /*border: 2px solid #0e78ce;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)*/
}

#errorpage .errorpage_content, #gamepage .errorpage_content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    position: relative
}

    #errorpage .errorpage_content .error_bg, #gamepage .errorpage_content .error_bg {
        width: 100%
    }

    #errorpage .errorpage_content .desktop_only, #gamepage .errorpage_content .desktop_only {
        top: 10px
    }

    #errorpage .errorpage_content .mobile_only, #gamepage .errorpage_content .mobile_only {
        top: 280px;
        display: none
    }

    #errorpage .errorpage_content .error_content, #gamepage .errorpage_content .error_content {
        position: absolute;
        right: 80px;
        text-align: center;
        width: 200px
    }

        #errorpage .errorpage_content .error_content .error_oops, #gamepage .errorpage_content .error_content .error_oops {
            width: 100%
        }

        #errorpage .errorpage_content .error_content .text, #gamepage .errorpage_content .error_content .text {
            font-size: 20px;
            color: #fff;
            margin-top: 18px;
            margin-bottom: 18px;
            max-width: 257px;
            line-height: 1.2;
            margin-left: auto;
            margin-right: auto;
            font-family: Comfortaa,cursive
        }

            #errorpage .errorpage_content .error_content .text:last-child, #gamepage .errorpage_content .error_content .text:last-child {
                margin-bottom: 0
            }

.align-top {
    vertical-align: top
}

.game_frame_message {
    top: 2vw;
    width: 79vw;
    height: 4vw;
    max-width: 1536px;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    text-shadow: 1px 2px 2px #1c4851;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: Comfortaa;
    font-size: 2vw
}

    .game_frame_message img {
        float: right;
        right: 0;
        padding-right: 2%;
        position: absolute;
        cursor: pointer;
        width: 4.5vw;
        margin-top: -.5vw
    }

.vertical-center {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media screen and (min-width: 1000px) {
    .game_frame_message {
        font-size: 24px
    }

        .game_frame_message img {
            width: 80px
        }
}

.game_frame_message div {
    text-align: center
}

#gamepage {
    display: none
}

    #gamepage.desktop {
        display: block
    }

#footer {
    /*padding-top: 40px;*/
    padding-bottom: 35px;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    min-height: 10px;
    border-top: 1px solid #6bc7a7
}
    #footer .footer-header {
        display: flex;
        /*justify-content: space-between;*/
        padding: 8px;
        cursor: pointer;
        color: white;
    }

    #footer .footer-body {
        padding-top: 10px;
        max-height: 250px; /* Adjust to match your expanded content height */
        overflow: hidden;
        transition: max-height 0.4s ease-out, padding 0.4s ease-out;
        /* background-color: #222;*/
    }

/* When the footer is shrunk */
    #footer.shrunk .footer-body {
        max-height: 0;
        padding: 0 15px; /* Shrinks padding too */
    }

/* Rotate arrow when shrunk */
    #footer.shrunk #toggle-arrow {
        transform: rotate(180deg);
    }

    #footer .footer_top .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        #footer .footer_top .flex .logo {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 140px;
            -ms-flex: 0 0 140px;
            flex: 0 0 140px;
            max-width: 140px;
            margin-right: 70px
        }

            #footer .footer_top .flex .logo div {
                display: block;
                width: 140px
            }

                #footer .footer_top .flex .logo div img {
                    width: 100%
                }

        #footer .footer_top .flex .title {
            text-shadow: 2px 2px 5px #004140;
            color: #fff;
            margin-bottom: 10px
        }

        #footer .footer_top .flex .app-download {
            margin-right: 45px
        }

            #footer .footer_top .flex .app-download .app {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

                #footer .footer_top .flex .app-download .app a {
                    margin-right: 7px
                }

                    #footer .footer_top .flex .app-download .app a img {
                        height: 35px
                    }

                    #footer .footer_top .flex .app-download .app a:last-child {
                        margin-right: 0
                    }

        #footer .footer_top .flex .game-download {
            margin-right: 45px
        }

            #footer .footer_top .flex .game-download .game {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

                #footer .footer_top .flex .game-download .game a {
                    margin-right: 10px
                }

                    #footer .footer_top .flex .game-download .game a img {
                        height: 50px
                    }

                    #footer .footer_top .flex .game-download .game a:last-child {
                        margin-right: 0
                    }

        #footer .footer_top .flex .social-media .items {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 10px
        }

            #footer .footer_top .flex .social-media .items a {
                margin-right: 15px
            }

                #footer .footer_top .flex .social-media .items a:last-child {
                    margin-right: 0
                }

    #footer.mobile .footer_top .flex .app-download .app a {
        display: none
    }

        #footer.mobile .footer_top .flex .app-download .app a.active {
            display: inline-block
        }

    #footer .footer_bottom {
        font-size: 11px;
        margin-top: 12px;
        color: #dcdcdc;
        font-family: Comfortaa,cursive;
        font-weight: 700
    }

        #footer .footer_bottom a {
            color: #dcdcdc
        }

        #footer .footer_bottom .flex {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            #footer .footer_bottom .flex .inner_flex {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

            #footer .footer_bottom .flex .right-col a {
                margin-right: 25px
            }

                #footer .footer_bottom .flex .right-col a:last-child {
                    margin-right: 0
                }

            #footer .footer_bottom .flex .right-col #ot-sdk-btn.ot-sdk-show-settings {
                background: none;
                border: none;
                padding: 0;
                margin-right: 0;
                color: #dcdcdc;
                font: inherit;
                cursor: pointer;
            }

    #footer .footer_top_logo {
        margin-top: -5px
    }

.cc-window.cc-banner, .cc-window.cc-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Comfortaa,cursive;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9b03e),color-stop(98%,#a78605));
    background-image: -webkit-linear-gradient(top,#d9b03e 0,#a78605 98%);
    background-image: linear-gradient(-180deg,#d9b03e 0,#a78605 98%)
}

    .cc-window.cc-banner .cc-message, .cc-window.cc-bottom .cc-message {
        font-size: 15px;
        color: #fff;
        margin-right: 15px;
        line-height: 1.4666666667;
        max-width: 680px
    }

    .cc-window.cc-banner .cc-compliance, .cc-window.cc-bottom .cc-compliance {
        width: 260px;
        height: 70px;
        background-image: url(../images/bottom_btn.png);
        max-height: 60px !important;
        display: block;
        background-position: center;
        margin-top: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        margin-right: 55px
    }

        .cc-window.cc-banner .cc-compliance a, .cc-window.cc-bottom .cc-compliance a {
            font-size: 19px;
            letter-spacing: .8px;
            border: none;
            padding-top: 15px;
            text-shadow: 1px 1px 5px #032825;
            text-transform: uppercase;
            font-family: Bango,sans-serif
        }

            .cc-window.cc-banner .cc-compliance a:hover, .cc-window.cc-bottom .cc-compliance a:hover {
                text-decoration: none
            }

@media only screen and (orientation: landscape),screen and (min-width:575px) {
    .font-size-mobile {
        top: 18px !important;
        font-size: 30px !important
    }
}

#rotate-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    padding: 24px;
}

#rotate-overlay svg {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    animation: rotate-hint 2s ease-in-out infinite;
}

#rotate-overlay p {
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
}

@@keyframes rotate-hint {
    0%, 100% { transform: rotate(0deg); }
    40%       { transform: rotate(90deg); }
    60%       { transform: rotate(90deg); }
}

@@media (orientation: portrait) and (pointer: coarse) {
    #rotate-overlay { display: flex; }
}

@@media (orientation: portrait) {
    :fullscreen #rotate-overlay,
    :-webkit-full-screen #rotate-overlay {
        display: flex;
    }
}

#fullscreen-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(80, 80, 80, 0.75);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -webkit-tap-highlight-color: transparent;
}

#fullscreen-overlay p {
    font-size: 22px;
    color: #fff;
    font-family: sans-serif;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    animation: pulse 1.5s ease-in-out infinite;
    margin: 0;
    text-align: center;
    padding: 0 32px;
    pointer-events: none;
}

.error_download {
    width: 200px;
    display: none;
    margin-left: auto;
    margin-right: auto
}

    .error_download img {
        width: 100%;
        display: block
    }

    .error_download.active {
        display: block
    }

.center_col {
    margin-top: 5px
}

@media only screen and (max-width: 1199px) {
    #footer .footer_top .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #footer .footer_top .flex .flex_item_4 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            margin-right: 0;
            text-align: center
        }

        #footer .footer_top .flex .logo a {
            margin: 0 auto
        }

        #footer .footer_top .flex .social-media {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }

            #footer .footer_top .flex .social-media .items {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        #footer .footer_top .flex .app-download {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3
        }

            #footer .footer_top .flex .app-download .app {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        #footer .footer_top .flex .game-download {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2
        }

            #footer .footer_top .flex .game-download .game {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }
}

@media only screen and (max-width: 991px) {
    #header_menu_section.desktop {
        display: block
    }

    #header_menu_section .header_menu_content .inner_content .right_col {
        display: none
    }

    #header_menu_section .header_menu_content .inner_content .center_col {
        display: none
    }

    #footer .footer_top .flex .app-download {
        margin-top: 45px
    }

    #footer .footer_bottom {
        margin-top: 45px
    }

        #footer .footer_bottom .flex {
            text-align: center
        }

            #footer .footer_bottom .flex .left-col, #footer .footer_bottom .flex .right-col {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }

            #footer .footer_bottom .flex .left-col {
                margin-bottom: 45px
            }

            #footer .footer_bottom .flex .inner_flex {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

    .cc-window.cc-banner, .cc-window.cc-bottom {
        padding-top: 10px;
        padding-bottom: 10px
    }

        .cc-window.cc-banner .cc-message, .cc-window.cc-bottom .cc-message {
            margin-right: 25px
        }

        .cc-window.cc-banner .cc-compliance, .cc-window.cc-bottom .cc-compliance {
            width: 225px;
            height: 60px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 225px;
            -ms-flex: 0 0 225px;
            flex: 0 0 225px;
            background-size: contain
        }

            .cc-window.cc-banner .cc-compliance a, .cc-window.cc-bottom .cc-compliance a {
                font-size: 16px;
                padding-top: 16px
            }
}

@media only screen and (max-width: 767px) {
    #errorpage .error_container, #gamepage .error_container {
        max-width: 340px
    }

        #errorpage .error_container .desktop_only, #gamepage .error_container .desktop_only {
            display: none
        }

        #errorpage .error_container .mobile_only, #gamepage .error_container .mobile_only {
            display: block
        }

        #errorpage .error_container .error_content, #gamepage .error_container .error_content {
            top: 260px;
            right: 0;
            left: 0;
            max-width: 270px;
            margin: 0 auto
        }

            #errorpage .error_container .error_content .text, #gamepage .error_container .error_content .text {
                font-size: 16px;
                line-height: 1.375;
                margin-bottom: 0
            }

            #errorpage .error_container .error_content .mobile_only, #gamepage .error_container .error_content .mobile_only {
                margin-top: 20px
            }

    #footer .footer_top .flex .flex_item_4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    #footer .footer_top .flex .game-download {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 45px
    }

    #footer .footer_top .flex .app-download {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    #homepage .homepage_content {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    #homepage .homepage_content_container {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .fullpage {
        background-image: url(../images/mobile_bg.jpg)
    }

    #homepage .fullpage_bg {
        background-image: url(../images/home_mobile.jpg)
    }

    #homepage .homepage_content {
        margin-left: auto;
        max-width: 340px;
        margin-right: auto;
        padding-top: 205px
    }

    #homepage .homepage_content_img {
        width: 260px;
        margin-bottom: 20px
    }

    #homepage .homepage_content_container {
        margin-left: 0
    }

        #homepage .homepage_content_container .desktop_only {
            display: none
        }

        #homepage .homepage_content_container .mobile_only {
            display: block
        }

        #homepage .homepage_content_container .homepage_content_text {
            font-size: 19px;
            margin-bottom: 20px
        }

    #homepage .homepage_content_login {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }

        #homepage .homepage_content_login .text {
            font-size: 18px
        }

    #errorpage .fullpage_bg, #gamepage .fullpage_bg {
        background-color: transparent
    }

    #footer {
        padding-top: 25px;
        padding-bottom: 40px;
        background-image: none;
        position: relative
    }

        #footer:after {
            opacity: .69;
            background-image: -webkit-linear-gradient(269deg,#0a3837 0,#010201 72%);
            background-image: linear-gradient(-179deg,#0a3837 0,#010201 72%);
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            position: absolute
        }

        #footer > .container {
            position: relative;
            z-index: 2
        }

        #footer .footer_top .flex .flex_item_4 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        #footer .footer_top .flex .logo a {
            width: 110px
        }

        #footer .footer_top .flex .title {
            margin-bottom: 20px
        }

        #footer .footer_top .flex .social-media {
            margin-top: 40px
        }

            #footer .footer_top .flex .social-media .items {
                padding-top: 0
            }

                #footer .footer_top .flex .social-media .items a {
                    margin-right: 30px;
                    height: 23px
                }

                    #footer .footer_top .flex .social-media .items a img {
                        height: 100%
                    }

        #footer .footer_top .flex .app-download .app {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

            #footer .footer_top .flex .app-download .app a {
                margin-right: 0;
                margin-bottom: 15px
            }

                #footer .footer_top .flex .app-download .app a img {
                    height: 45px
                }

                #footer .footer_top .flex .app-download .app a:last-child {
                    margin-bottom: 0
                }

        #footer .footer_top .flex .game-download .game a {
            height: 60px;
            margin-right: 12px
        }

            #footer .footer_top .flex .game-download .game a img {
                height: 100%
            }

            #footer .footer_top .flex .game-download .game a:last-child {
                margin-right: 0
            }

        #footer .footer_bottom .flex .right-col {
            font-size: 14px
        }

            #footer .footer_bottom .flex .right-col a {
                display: block;
                text-align: center;
                margin-right: auto;
                margin-left: auto;
                max-width: 200px;
                margin-bottom: 30px
            }

                #footer .footer_bottom .flex .right-col a:last-child {
                    margin-right: auto
                }

            #footer .footer_bottom .flex .right-col #ot-sdk-btn.ot-sdk-show-settings {
                display: block;
                text-align: center;
                margin-right: auto;
                margin-left: auto;
                max-width: 200px;
                margin-bottom: 0
            }

        #footer .footer_bottom .flex .left-col {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            margin-bottom: 0
        }

        #footer .footer_bottom .flex .inner_flex {
            display: block
        }

        #footer .footer_bottom .flex .copyright {
            margin-bottom: 10px;
            margin-right: 0
        }

    .cc-window.cc-banner, .cc-window.cc-bottom {
        display: block;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 45px
    }

        .cc-window.cc-banner .cc-message, .cc-window.cc-bottom .cc-message {
            font-size: 14px;
            line-height: 1.5714285714
        }

        .cc-window.cc-banner .cc-compliance, .cc-window.cc-bottom .cc-compliance {
            margin-left: -12px;
            margin-top: 0
        }

            .cc-window.cc-banner .cc-compliance a, .cc-window.cc-bottom .cc-compliance a {
                font-size: 15px;
                padding-top: 15px
            }
}
