@import 'Ironhide.UI.ax8zu4hh6p.bundle.scp.css';
@import 'KingdomRush.Web.Client.1sttrq40wn.bundle.scp.css';

/* _content/KingdomRush.Web/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-lsoelgybve] {
    font-size: 16px;
}

header nav button[b-lsoelgybve] {
    border: none;
    background-color: transparent;
    padding: 0;
}

li[b-lsoelgybve] {
    list-style-type: none;
}

a[b-lsoelgybve] {
    text-decoration: none;
    color: #373a3c;
}

.han[b-lsoelgybve] {
    font-family: "Black Han Sans", sans-serif;
}

.titillium[b-lsoelgybve] {
    font-family: "Titillium Web", sans-serif;
}

.bold[b-lsoelgybve] {
    font-weight: 700;
}

.black[b-lsoelgybve] {
    font-weight: 900;
}

.upper[b-lsoelgybve] {
    text-transform: uppercase;
}

.small[b-lsoelgybve] {
    font-size: 1.5rem;
}

.medium[b-lsoelgybve] {
    font-size: 1.5rem;
}

.big[b-lsoelgybve] {
    font-size: 2rem;
}

header[b-lsoelgybve] {
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    position: fixed;
    width: 100%;
    z-index: 1499;
}

main[b-lsoelgybve] {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    position: relative;
}

main.home[b-lsoelgybve] {
    display: block;
    flex-direction: row;
}

/*nav*/
/*NAV*/

nav[b-lsoelgybve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    width: 100%;
    background-color: #fff;
    transition: position 400ms;
    padding-top: 0;
    padding-bottom: 0;
}

#ironhide[b-lsoelgybve] {
    width: auto;
    height: 50px;
}

.menu[b-lsoelgybve] {
    position: fixed;
    top: 72px;
    right: -100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    transition: right 300ms ease-in 300ms, background-color 300ms ease-out;
}

.menu > div[b-lsoelgybve] {
    background-color: black;
    width: 75%;
    margin-left: auto;
    padding: 2rem;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

#menu-button[b-lsoelgybve] {
    transition: opacity 300ms;
    border-radius: 0;
}

#close-menu[b-lsoelgybve] {
    float: right;
}

.menu ul:first-of-type[b-lsoelgybve] {
    padding-top: 3rem;
}

.menu ul:first-of-type li[b-lsoelgybve] {
    margin-bottom: 3rem;
}

.menu ul:last-of-type[b-lsoelgybve] {
    padding-top: 1.5rem;
}

.menu ul:last-of-type li[b-lsoelgybve] {
    display: inline-block;
    margin-right: 1.5rem;
}

/* active states */

nav.active[b-lsoelgybve] {
    position: fixed;
}

nav.active .menu[b-lsoelgybve] {
    right: 0;
    background-color: rgba(0,0,0,0.6);
    transition: right 400ms cubic-bezier(.07,1.05,.83,1.01), background-color 300ms ease-in 400ms;
}

nav.active #menu-button[b-lsoelgybve] {
    opacity: 0;
}

svg[b-lsoelgybve] {
    color: white;
}

@media only screen and (min-width: 1025px) {

    .small[b-lsoelgybve] {
        font-size: 1.2rem;
    }

    nav[b-lsoelgybve] {
        position: static;
        align-items: center;
    }

    .menu[b-lsoelgybve] {
        position: initial;
    }

    #menu-button[b-lsoelgybve] {
        display: none;
    }

    #close-menu[b-lsoelgybve] {
        display: none;
    }

    .menu > div[b-lsoelgybve],
    nav.active .menu > div[b-lsoelgybve] {
        width: auto;
        padding: 0;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu ul[b-lsoelgybve] {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .menu ul:first-of-type[b-lsoelgybve] {
        padding-top: 0;
    }

    .menu ul:first-of-type li[b-lsoelgybve] {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .menu ul:last-of-type[b-lsoelgybve] {
        padding-top: 0;
        margin-right: 0;
    }

    .menu ul:last-of-type li[b-lsoelgybve] {
        margin-right: 1rem;
    }

    .menu ul:last-of-type li:first-child[b-lsoelgybve] {
        margin-right: 2rem;
    }

    .menu ul:last-of-type img[b-lsoelgybve] {
        transform: scale(0.85);
    }

    .menu li[b-lsoelgybve] {
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) {

    header nav[b-lsoelgybve] {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

/* hover states */

nav a[b-lsoelgybve] {
    transition: opacity 300ms ease-out;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}

/*nav .nav__social a {
    display: block;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-top: 0;
    margin-bottom: 0;
}*/

@media (hover:hover) {
    nav a:hover[b-lsoelgybve] {
        opacity: 0.5;
    }
}
/*/nav*/

/*footer*/

footer[b-lsoelgybve] {
    margin: auto auto 0 auto;
    padding: 2rem 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
}

footer .copyright[b-lsoelgybve]  p{
    font-size: 1rem;
    margin: 0 10px 2px;
    color: white;
    opacity: .5;
}

    footer .legal[b-lsoelgybve]  a {
        font-size: 1rem;
        opacity: .5;
    }

/*footer nav {
    height: auto;
}

footer nav .nav__main {
    text-align: center;
    padding-left: 0;
}

footer nav .nav__items-container {
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    position: static;
    justify-content: center;
}

footer nav .nav__items-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    color: #373A3C;
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
}

footer nav .nav__items-container ul .nav__item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

footer nav .nav__items-container ul .nav__item:first-child {
    margin-right: 1rem;
}

footer nav .nav__item a {
    padding: 0.5rem;
}

footer nav .nav__item:nth-child(2), footer nav .nav__item:nth-child(3) {
    width: auto;
}*/

/*@media screen and (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    .container {
        width: 100%;
    }

    footer .nav__items-container {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 75%;
    }

    footer {
        padding: 20px;
        height: auto;
    }

    footer .container {
        width: 100%;
    }

    footer nav {
        padding: 0;
    }

    footer nav .nav__items-container ul, footer nav a {
        font-size: 1.3rem;
    }

    footer nav .nav__items-container {
        flex-direction: column;
    }

    .nav__main li {
        margin-bottom: 1rem;
    }

    footer nav .nav__items-container ul .nav__item:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    .nav__social {*/
/*        max-width: 150px;*/
        /*margin: auto;
    }

    .nav__social, .nav__main {
        padding-left: 0;
    }*/

/*    .nav__social li {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }*/


/*@media screen and (min-width: 1920px) {
    footer nav .nav__items-container ul, footer nav .nav__item a {
        font-size: 1vw;
    }
}*/

/*/footer*/


/* _content/KingdomRush.Web/Components/Pages/Home.razor.rz.scp.css */
/* Main content */

img[b-8g194wontt] {
    margin-left: auto;
    margin-right: auto;
}

.game-version[b-8g194wontt] {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.shadow-layer[b-8g194wontt] {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.shadow-layer[b-8g194wontt]::after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background-image: url(/images/home/horizontalbar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 25px;
    position: absolute;
    bottom: -12.5px;
    z-index: 3;
}

.game-version:last-of-type > .shadow-layer[b-8g194wontt]::after {
    display: none;
}


.title[b-8g194wontt] {
    z-index: 2;
    text-align: center;
    height: calc((100vh - 3rem - 35px) / 4);
    min-height: 184px;
    /*overflow-y: hidden;*/
    transition: height 400ms cubic-bezier(.39,-0.19,.57,.96);
    width: 13rem;
}

.title-logo[b-8g194wontt] {
    height: 100%;
    position: relative;
}

.title-logo > img[b-8g194wontt] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 200ms ease-in-out;
}

.call-to-action[b-8g194wontt] {
    margin-top: 3.5rem;
    transform: scaleY(0);
}

.call-to-action > *[b-8g194wontt] {
    opacity: 0;
}

.call-to-action .candy-button[b-8g194wontt] {
    width: 12rem;
    padding: 0.6em 2rem 0.4em 2rem;
    transition: opacity 600ms ease-in-out 600ms, transform 200ms ease-out;
}

.call-to-action h3[b-8g194wontt] {
    margin-top: 3rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    margin-bottom: 0.5rem;
    color: white;
    transition: opacity 600ms ease-in-out 700ms;
}

.call-to-action ul[b-8g194wontt] {
    transition: opacity 600ms ease-in-out 800ms;
    min-height: 284px;
}

.call-to-action li[b-8g194wontt] {
    margin-bottom: 0.3rem;
}

/* Individual blocks */

#kr-option[b-8g194wontt] {
    background-image: url(/images/home/kr_bg_mobile.jpg);
}

#kr-logo[b-8g194wontt] {
    width: 160px;
}

#krf-option[b-8g194wontt] {
    background-image: url(/images/home/krf_bg_mobile.jpg);
}

#krf-logo[b-8g194wontt] {
    width: 168px;
}

#kro-option[b-8g194wontt] {
    background-image: url(/images/home/kro_bg_mobile.jpg);
}

#kro-logo[b-8g194wontt] {
    width: 144px;
}

#krv-option[b-8g194wontt] {
    background-image: url(/images/home/krv_bg_mobile.jpg);
}

#krv-logo[b-8g194wontt] {
    width: 154px;
}

/* selected states */

.game-version.selected[b-8g194wontt] {
    padding: 2.5rem;
}

.selected .title[b-8g194wontt] {
    margin-top: 6rem;
    height: 645px;
    /* height: calc(100vh - 163px); */
}

.selected .title-logo[b-8g194wontt] {
    height: initial;
}

.selected .title-logo > img[b-8g194wontt] {
    position: initial;
    transform: translate(0, 0);
}

.selected .call-to-action[b-8g194wontt] {
    transform: scaleY(1);
}

.selected .call-to-action > *[b-8g194wontt] {
    opacity: 1;
}

.selected .shadow-layer[b-8g194wontt] {
    background-color: transparent;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.35));
}

/* individual logos resizing */

.selected #kr-logo[b-8g194wontt] {
    width: 184px;
}

.selected #krf-logo[b-8g194wontt] {
    width: 216px;
}

.selected #kro-logo[b-8g194wontt] {
    width: 184px;
}

.selected #krv-logo[b-8g194wontt] {
    width: 192px;
}

/* individual backgrounds reset */

#kr-option.selected[b-8g194wontt] {
    background-image: url(/images/home/kr_bg.jpg);
}

#krf-option.selected[b-8g194wontt] {
    background-image: url(/images/home/krf_bg.jpg);
}

#kro-option.selected[b-8g194wontt] {
    background-image: url(/images/home/kro_bg.jpg);
}

#krv-option.selected[b-8g194wontt] {
    background-image: url(/images/home/krv_bg.jpg);
}

@media only screen and (min-width: 768px) {

    .title[b-8g194wontt] {
        height: 50vw;
        width: 100%;
    }

    #kr-logo[b-8g194wontt] {
        width: 15rem;
    }

    #krf-logo[b-8g194wontt] {
        width: 15rem;
    }

    #kro-logo[b-8g194wontt],
    #krv-logo[b-8g194wontt] {
        width: 15rem;
    }
}

@media only screen and (min-width: 880px) {


    .game-version[b-8g194wontt],
    .game-version.selected[b-8g194wontt] {
        padding: 0;
        width: 25%;
        height: calc(100vh - 3rem - 35px);
        min-height: 55rem;
        float: left;
        display: flex;
        align-items: center;
    }

    .title[b-8g194wontt],
    .selected .title[b-8g194wontt] {
        height: auto;
        margin: 0;
    }

    .title-logo[b-8g194wontt],
    .selected .title-logo[b-8g194wontt] {
        height: 9rem;
        width: 100%;
        /*margin-top: 1rem;*/
    }

    .selected .title-logo > img[b-8g194wontt] {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .call-to-action ul[b-8g194wontt] {
/*        height: 294px;*/
        height: 20rem;
    }

    .call-to-action[b-8g194wontt],
    .selected .call-to-action[b-8g194wontt] {
        transform: scaleY(1);
        margin-top: 2rem;
    }

    .call-to-action > *[b-8g194wontt],
    .selected .call-to-action > *[b-8g194wontt] {
        opacity: 1;
    }

    .shadow-layer[b-8g194wontt],
    .selected .shadow-layer[b-8g194wontt] {
        background-color: transparent;
        background-image: linear-gradient(transparent, rgba(0,0,0,0.8));
    }

    .shadow-layer[b-8g194wontt]::after {
        background-image: url(/images/home/verticalbar.png);
        background-size: 68px 100%;
        height: 100%;
        width: 68px;
        bottom: 0;
        top: 0;
        right: -34px;
    }

    #kr-option[b-8g194wontt] {
        background-image: url(/images/home/kr_bg.jpg);
    }

    #krf-option[b-8g194wontt] {
        background-image: url(/images/home/krf_bg.jpg);
    }

    #kro-option[b-8g194wontt] {
        background-image: url(/images/home/kro_bg.jpg);
    }

    #krv-option[b-8g194wontt] {
        background-image: url(/images/home/krv_bg.jpg);
    }

    #kr-logo[b-8g194wontt],
    .selected #kr-logo[b-8g194wontt] {
        width: 160px;
    }

    #krf-logo[b-8g194wontt],
    .selected #krf-logo[b-8g194wontt] {
        width: 168px;
    }

    #kro-logo[b-8g194wontt],
    .selected #kro-logo[b-8g194wontt],
    #krv-logo[b-8g194wontt],
    .selected #krv-logo[b-8g194wontt] {
        width: 140px;
    }
}

@media only screen and (min-width: 1080px) {

    .title[b-8g194wontt] {
        /*width: 100%;*/
    }

    .title-logo[b-8g194wontt],
    .selected .title-logo[b-8g194wontt] {
        /*height: 13rem;*/
        width: 100%;
    }

    #kr-logo[b-8g194wontt],
    .selected #kr-logo[b-8g194wontt] {
        width: 12rem;
    }

    #krf-logo[b-8g194wontt],
    .selected #krf-logo[b-8g194wontt] {
        width: 12rem;
    }

    #kro-logo[b-8g194wontt],
    .selected #kro-logo[b-8g194wontt],
    #krv-logo[b-8g194wontt],
    .selected #krv-logo[b-8g194wontt] {
        width: 12rem;
    }
}

/* Hover states */

@media (hover:hover) {

    .game-version:hover .shadow-layer[b-8g194wontt] {
        background-image: none;
    }
}
/* _content/KingdomRush.Web/Components/Pages/HomeNew.razor.rz.scp.css */
/* General Styles */

/* Fonts */


.section_ih[b-4624lqkf1b] {
    margin: 0;
    padding: 0;
}

.container_bg[b-4624lqkf1b] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 2560px;
    margin: 0 auto;
}

.container_bg_header[b-4624lqkf1b] {
    padding-top: 38px;
}

.container[b-4624lqkf1b] {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1650px) {
    .container[b-4624lqkf1b] {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.content[b-4624lqkf1b] {
    min-height: calc(100vh - 55px);
    position: relative;
    z-index: 2;
    padding-bottom: 68px;
    background-image: url("img/wood-full-dark.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}



@media only screen and (max-width: 1400px) {
    .content[b-4624lqkf1b] {
        background-image: url("img/wood-mobile.png");
    }
}

@media only screen and (max-width: 600px) {
    .content[b-4624lqkf1b] {
        padding-bottom: 88px;
    }
}



.featured_game[b-4624lqkf1b] {
    display: block;
    position: relative;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 38px;
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    outline: 2px solid transparent;
    outline-offset: -5px;
    transition: transform .3s, outline .3s, outline-offset .3s;
    border: 2px solid hsla(201, 70%, 30%, 0.75);
}

.featured_game[b-4624lqkf1b]::after {
    content: "";
    display: none;
    position: absolute;
    right: -15px;
    top: 35px;
    width: 300px;
    height: 70px;
    background-image: url("img/tag-date-kra.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: right center;
}

@media screen and (max-width: 1000px){
    .featured_game[b-4624lqkf1b]::after {
        right: -11px;
        top: 25px;
        width: 200px;
        height: 45px;
        background-size: 200px;
    }
}

@media screen and (max-width: 500px) {
    .featured_game[b-4624lqkf1b]::after {
        top: 5px;
    }
}

.featured_game:hover[b-4624lqkf1b] {
    transform: scale(1.01);
    outline: 2px solid #F2B16D;
    outline-offset: 5px;
}

@media only screen and (min-width: 1670px) {
    .featured_game[b-4624lqkf1b] {
        width: 1500px;
    }
}

.featured_game img[b-4624lqkf1b] {
    display: block;
    width: 100%;
}

h1.title_featured[b-4624lqkf1b] {
    text-align: center;
    color: var(--color-texto);
    font-size: 32px;
    line-height: normal;
}

.featured_cta[b-4624lqkf1b] {
    background: url("img/bg-cta-wood-texture-pattern_2.png"), linear-gradient(90deg, rgba(10,15,34,1) 0%, rgba(45,53,101,1) 50%, rgba(10,15,34,1) 100%);
    background-repeat: repeat, no-repeat;
    background-size: 400px, cover;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.featured_cta h1[b-4624lqkf1b]{
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-size: 1.4rem;
    margin: 0;
    padding: 14px 0 8px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1024px){
    .featured_cta h1[b-4624lqkf1b] {
        font-size: 1.8rem;
    }
}

.featured_cta_container[b-4624lqkf1b]{
    /*display: flex;
    flex-wrap: wrap;*/
    display: block;
    text-align: center;
    margin: 0 auto;
}


.featured_cta_link[b-4624lqkf1b]{
    display: inline-block;
    position: relative;
    padding: 2px 12px 20px;
    text-align: center;
    transition: .3s;
}

    .featured_cta_link.disabled[b-4624lqkf1b],
    .featured_cta_link.disabled:hover[b-4624lqkf1b],
    .featured_cta_link.disabled:active[b-4624lqkf1b] {
        filter: saturate(0) brightness(0.5);
        pointer-events: none;
    }

    @media screen and (max-width: 1000px) {
        .featured_cta_container[b-4624lqkf1b] {
        width: 65%;
    }

    .featured_cta_link[b-4624lqkf1b] {
        padding: 2px 12px 10px;
    }

    .featured_cta h1[b-4624lqkf1b] {
        padding: 16px 0 14px;
    }
}

@media screen and (max-width: 580px){

    .featured_cta_container[b-4624lqkf1b] {
        width: 90%;
    }

    .featured_cta[b-4624lqkf1b]{
        padding: 10px 0;
    }
}

.featured_cta_link:hover[b-4624lqkf1b] {
    filter: drop-shadow(0px 1px 7px #38d7ff);
}

    

.featured_cta_link img[b-4624lqkf1b] {
    display: block;
    height: 50px;
}

.featured_cta_link span[b-4624lqkf1b] {
    display: block;
    font-size: 1rem;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 700px) {
    .featured_cta_link span[b-4624lqkf1b] {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 580px) {
    .featured_cta_link span[b-4624lqkf1b] {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1921px){
    .featured_cta_link span[b-4624lqkf1b] {
        font-size: 20px;
    }

    .featured_cta_link img[b-4624lqkf1b] {
        height: 70px;
    }
}



.container_game_cards[b-4624lqkf1b] {
    display: flex;
    gap: 38px;
}

.game_card[b-4624lqkf1b] {
    text-decoration: none;
    color: var(--color-texto);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    outline: 2px solid transparent;
    outline-offset: -5px;
    transition: transform .3s, outline .3s, outline-offset .3s;
}

.game_card:hover[b-4624lqkf1b] {
    transform: scale(1.02);
    outline: 2px solid #F2B16D;
    outline-offset: 5px;
}

.game_card img[b-4624lqkf1b] {
    display: block;
    width: 100%;
}

.title_game_card[b-4624lqkf1b] {
    font-size: 22px;
    text-align: center;
    line-height: normal;
}

@media only screen and (min-width: 1921px) {
    .game_card[b-4624lqkf1b] {
        width: 22%;
        margin-bottom: 38px;
    }

    .game_card:nth-child(1)[b-4624lqkf1b],
    .game_card:nth-child(2)[b-4624lqkf1b] {
        width: 48%;
    }

    .container_game_cards[b-4624lqkf1b] {
        flex-wrap: wrap;
        gap: 4%;
    }
}

@media only screen and (max-width: 1400px) {
    .game_card[b-4624lqkf1b] {
        width: 22%;
        margin-bottom: 38px;
    }

        .game_card:nth-child(1)[b-4624lqkf1b],
        .game_card:nth-child(2)[b-4624lqkf1b] {
            width: 48%;
        }

    .container_game_cards[b-4624lqkf1b] {
        flex-wrap: wrap;
        gap: 4%;
    }
}

@media only screen and (max-width: 700px) {
    .container_game_cards[b-4624lqkf1b] {
        flex-direction: column;
        gap: 38px;
    }

    .container_game_cards[b-4624lqkf1b] {
        flex-wrap: nowrap;
    }

    .game_card[b-4624lqkf1b],
    .game_card:nth-child(1)[b-4624lqkf1b],
    .game_card:nth-child(2)[b-4624lqkf1b] {
        width: 100%;
        margin-bottom: 0px;
    }
}



.close[b-4624lqkf1b] {
    padding: 4rem 5% 2rem;
    
}

/*.close-fixed {
    position: fixed;
    right: 0;
    bottom: 15vh;
    left: 0;
    z-index: 1;
    display: flex;
    text-align: center;
    justify-content: center;
}*/

.close-flex[b-4624lqkf1b] {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.stores[b-4624lqkf1b] {
    display: block;
}

    .stores a[b-4624lqkf1b] {
        display: inline-block;
        margin: 3px;
        color: #9ba0a3;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: color .3s, border-bottom .3s;
    }


        .stores a img[b-4624lqkf1b] {
            height: clamp(50px, 2rem, 80px);
            transition: transform .3s;
        }

       



    .stores h2[b-4624lqkf1b] {
        color: white;
        text-transform: uppercase;
        margin-bottom: .7em;
        font-size: 1.8rem;
        line-height: 1.1em;
    }

.follow_us[b-4624lqkf1b] {
   padding: 0;
   margin: 40px 0 0;
   width: 100%;
}

.close_social[b-4624lqkf1b] {
    margin-top: 4px;
    padding: 0;
    font-size: 0;
    flex-basis: 250px;
    border: 2px solid #141414;
    border-radius: 10px;
}

@media screen and (min-width:960px){
    .close_social[b-4624lqkf1b],
    .follow_us[b-4624lqkf1b]{
        display: none;
    }
}
/* _content/KingdomRush.Web/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.section-privacy-policy[b-t6vrq8lydx] {
    /*background:white;*/
}

[b-t6vrq8lydx] select {
    background: white;
}

h1[b-t6vrq8lydx] {
    color: #342C22;
    font-size: 2rem;
    margin-bottom: 8rem;
}
.container[b-t6vrq8lydx] {
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.static-page-section[b-t6vrq8lydx] {
    width: 100%;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #342C22;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.content-section[b-t6vrq8lydx] {
    width: 100%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #342C22;
}

    .content-section.krf[b-t6vrq8lydx] {
        background-color: #142306;
    }
.game__content[b-t6vrq8lydx] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.game__logo[b-t6vrq8lydx] {
    margin-top: 2rem;
    margin-bottom: 6rem;
}

    .game__logo img[b-t6vrq8lydx] {
        width: 16vmax;
        max-width: unset;
        height: auto;
    }

@media screen and (min-width: 641px) {
    .static-page-section[b-t6vrq8lydx] {
        background-image: url("/images/kingdom-rush-frontiers/krf_header_1920.jpg");
    }
}

@media screen and (min-width: 1441px) {
    .static-page-section[b-t6vrq8lydx] {
        background-image: url("/images/kingdom-rush-frontiers/krf_header_3840.jpg");
    }
}

@media screen and (max-width: 640px) {
    .static-page-section[b-t6vrq8lydx] {
        background-image: url("/images/kingdom-rush-frontiers/krf_header_828.jpg");
    }
    .container[b-t6vrq8lydx] {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}
