body {
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    font-size: 0.9375rem;
    line-height: 1.667rem;
    color: #ACCAEB;
}

#cookie_container{
    position: fixed;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 9999;
    bottom:0;
    left: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.4em; 
    font: 15px Noto Sans, sans-serif !important;
    background-color: #03283ea0 !important;
}

.contents {
    background-image: url('bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 0px 57px;
    background-color: rgb(4, 47, 89);
    scrollbar-width: thin;
    scrollbar-color: #376d9c #042f59;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-face-color: #376d9c;
    -ms-scrollbar-track-color: #042f59;
    -ms-scrollbar-arrow-color: #376d9c;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.contents::-webkit-scrollbar {
    width: 0.625rem;
    position: absolute;
    background-clip: transparent;
    background-color: #042f59;
}

.contents::-webkit-scrollbar-thumb {
    color: transparent;
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 10px;
    background-clip: content-box;
}

.contents:hover::-webkit-scrollbar-thumb {
    color: #376d9c;
}

.contents::-webkit-scrollbar-thumb:horizontal {
    border-left-width: 0;
}

.contents::-webkit-scrollbar-thumb:vertical {
    border-top-width: 3.5625rem;
}

.topNavBar {
    height: 57px;
    position: sticky;
    top: 0;
    display: flex;
    z-index: 5;
}

.topNavBar a{
    padding: 0 0.8rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    height: 57px;
    line-height: 57px;
    display: inline-block;
    transition: color 0.2s;
}

.topNavBar a:hover{
    color: white;
}

.navBg{
    background-image: url('navBg.jpg');
    background-size:cover;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    position: absolute;
}

.navLogo{
    position: relative;
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
}

.logoImg{
    height: 1.5rem;
}

@font-face{
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:local("Noto Sans"),
    local("NotoSans"),
    url(noto-sans-v9-latin_greek-ext_cyrillic_latin-ext_cyrillic-ext_greek-regular.562c.woff2) format("woff2"),
    url(noto-sans-v9-latin_greek-ext_cyrillic_latin-ext_cyrillic-ext_greek-regular.cecb.woff) format("woff"),
    url(noto-sans-v9-latin_greek-ext_cyrillic_latin-ext_cyrillic-ext_greek-regular.0c22.ttf) format("truetype")
}

.navLinks{
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

.navButtons{
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.buttonImg{
    display: inline-block;
    width: 1em;
}

.buttonText{
    padding: 0 0.8rem;
}

.downloadBtn{
    padding: 0 0.8rem;
    background-image: linear-gradient(180deg, #00B8FF 0%, #00A2FF 100%);
    border: 0;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
}

.downloadBtn:hover{
    border-color: rgba(157,252,255,0.40);
    background-image: linear-gradient(180deg, #40C4FF 0%, #40C3FF 100%);
}

@media (min-device-width: 768px){
    .pageContents{
        width: 100%;
        max-width: 1280px;
        margin: auto;
        padding: 1rem 0;
    }
}

@media (max-device-width: 767px){
    .pageContents{
        width: 100%;
        max-width: 767px;
        margin: auto;
        padding: 1rem 0;
    }
}

.pageContents a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    display: inline-block;
}

.bcArrow{
    padding: 0 0.8rem;
}

.breadCrumb{
    font-size: .75rem;
    font-weight: 300;
    padding: 0 1rem;
}

.breadCrumb a:hover{
    color: white;
}

.breadCrumbElem{
    color: rgba(255, 255, 255, 1.0);
    box-sizing: border-box;
    display: inline-block;
}

.GameTitle{
    padding: 1rem 1rem;
    color: #FFF;
    font-size: 2.188rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    line-height: 2.5rem;
}

.GameTraits{
    font-size: .75rem;
    font-weight: 300;
    padding: 0 1rem;
}

.GameTraits span{
    color: rgba(255,255,255,0.55);
    border: 1px solid transparent;
    margin: .15em .3em .15em 0;
    display: inline;
    padding: .5em;
    overflow: hidden;
    font-size: 0.75rem;
    max-width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

.subPagetitle{
    font-size: 1rem;
    color: #FFF;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    text-transform: uppercase;
    padding: 2rem 1rem;
}

article{
    padding: 0 1rem;
    line-height: 1.1rem;
}

strong{
    font-weight: bold;
}

.downloadBtnArticle{
    border: 1px solid rgba(0,248,255,0.40);
    background-image: linear-gradient(180deg, #00B8FF 0%, #00A2FF 100%);
    min-width: 40%;
    padding: 0.5rem 1.875rem;
    font-size: 1rem;
    min-height: 3rem;
    margin-left: 1rem;
    color: #FFF;
    cursor: pointer;
}

.downloadBtnArticle:hover{
    border-color: rgba(157,252,255,0.40);
    background-image: linear-gradient(180deg, #40C4FF 0%, #40C3FF 100%);
}

h2{
    color: #FFF;
}

@media (min-device-width: 768px){
    .showMoreBtn{
        margin: 2.5rem auto;
        display: block;
        border: 1px solid #00AEF4;
        color: #00AEF4;
        padding: 0.25rem 1.875rem;
        font-size: 0.875rem;
        min-height: 2.1875rem;
        background-color: transparent;
        background-image: none;
        cursor: pointer;
    }
}

@media (max-device-width: 767px){
    .showMoreBtn{
        margin: 2.5rem auto;
        display: block;
        border: 1px solid #00AEF4;
        color: #00AEF4;
        padding: 0.25rem 1.875rem;
        font-size: 0.875rem;
        min-height: 2.1875rem;
        background-color: transparent;
        background-image: none;
        cursor: pointer;
        order: 2;
    }
}

.showMoreBtn:hover{
    border-color: rgba(157,252,255,0.40);
    background-image: linear-gradient(180deg, #40C4FF 0%, #40C3FF 100%);
    border: 1px solid #40C3FF;
    color: #40C3FF;
    background-color: transparent;
    background-image: none;
}

.gameDesc{
    font-size: 16px;
    padding: 2rem 1rem 0 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-device-width: 768px){
    .gameDescShadow{
        background: linear-gradient(0deg, rgba(4,47,89,1) 0%, rgba(29,24,25,0) 100%);
        height: 2em;
        position: relative;
        top: -2em;
    }
}
@media (max-device-width: 767px){
    .gameDescShadow{
        display: none;
    }
}

@media (min-device-width: 768px){
    .gameDesc article{
        padding: 0;
        flex-basis: 65%;
        flex-grow: 1;
        flex-shrink: 1;
        min-height: 35.5rem;
        height: 35.5rem;
        overflow: hidden;
    }
}

@media (max-device-width: 767px){
    .gameDesc article{
        padding: 0;
        flex-basis: 65%;
        flex-grow: 1;
        flex-shrink: 1;
        min-height: 35.5rem;
        height: 35.5rem;
        overflow: hidden;
        order: 1;
    }
}

#languagesToggle{
    color: #3599dd;
    cursor: pointer;
    text-decoration: underline;
    display: inline;
}

#languagesToggle:hover{
    color: #00B7FF;
}

#languagesToggle p{
    margin: 0;
    display: inline;
    font-size: inherit;
}

h3{
    font-size: 1rem;
    color: #BCC6E7;
    font-weight: 900;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin: 1rem 0;
}

.gameDesc h2{
    padding-top: 3rem;
}

.gameDesc p{
    margin: 1rem 0;
    font-size: 0.9375rem;
    line-height: 1.667rem;
}

.gameDesc article ul{
    list-style: disc inside;
    margin: 1rem 1.5rem;
    line-height: 1.667rem;
}

@media (min-device-width: 768px){
    .gameDesc .sideInfo {
        flex-grow: 1;
        flex-basis: 33%;
        padding: 0 0 0 1.5rem;
        flex-shrink: 1;
    }
}

@media (max-device-width: 767px){
    .gameDesc .sideInfo {
        flex-grow: 1;
        flex-basis: 33%;
        padding: 0 0 0 1.5rem;
        flex-shrink: 1;
        order: 4;
    }
}

@media (min-device-width: 768px){
    #buttonNewLine {
        flex-basis: 100%;
        height: 0;
    }
}

@media (max-device-width: 767px){
    #buttonNewLine {
        flex-basis: 100%;
        height: 0;
        order: 3;
    }
}

.gameDesc .sideInfo ul{
    margin-bottom: 2rem;
}

.gameDesc .sideInfo li{
    margin: .1rem 0;
    padding: .4rem 1rem;
    line-height: 1.75rem;
    background-color: rgba(22,24,26,.5);
}

.gameDesc a{
    font-size: 0.875rem;
}

.gameDesc .buttonImg{
    display: inline-block;
    width: 1em;
    margin-right: 1rem;
    color: white;
    font-size: inherit;
}

.gameDesc .sideInfo h3{
    letter-spacing: .1875rem;
}

.gameDesc .sideInfo span{
    color: #00B7FF;
    margin-right: 0.5rem;
}

.gameDesc .buttonImg2{
    display: inline-block;
    width: 1em;
    color: white;
    margin: auto .4rem;
    font-size: .6rem;
}

.gameDesc .sideInfo .productInfo ul{
    display: flex;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    background-color: #162231;
}

.gameDesc .sideInfo .productInfo li{
    color: rgba(255,255,255,0.5);
    margin: 0;
    padding: .2rem 0;
    font-size: 0.875rem;
    background-color: transparent;
}

.gameDesc .sideInfo .productInfo h4{
    display: inline;
    font-size: 0.8125rem;
    font-weight: 200;
    color: #fff;
}

.gameDesc .sideInfo .productInfo h4::after{
    content: ": ";
    white-space: pre;
}

hr{
    border: 0;
    margin: 2rem 0;
    height: 1px;
    background-color: #295d86;
}

.gameSpecH3{
    padding: 0 1rem;
}

.gameSpec{
    display: flex;
    flex-direction: row;
    padding: 0 1rem;
}

.gameSpecMin{
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
    background-color: #162231;
    flex-grow: 1;
    flex-basis: 50%;
}

.gameSpecRec{
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
    background-color: #162231;
    flex-grow: 1;
    flex-basis: 50%;
}

.gameSpec h4{
    color: #ACCAEB;
    margin: 0 0 1.33em;
    text-transform: uppercase;
}

.gameSpec h4 > p{
    font-size: 0.9375rem;
    margin: 1rem 0;
}

.gameSpec ul{
    color: #95BAD3;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    flex-direction: row;
    list-style-type: none;
}

.gameSpec ul > li{
    flex-basis: 50%;
    margin-bottom: 1em;
}

.specTitle{
    margin: 0 !important;
}

.gameSpec .specTitle p{
    font-weight: 200;
    color: #fff;
    text-transform: none;
    font-size: 0.8125rem !important;
    margin: 0 !important;
}

.gameSpec ul h4 p::after{
    content: ": ";
    white-space: pre;
}

.legal p{
    color: #95BAD3;
    font-size: 0.75rem;
    text-align: center;
    padding-top: 1rem;
}

.legal a{
    color: #00A2FF;
    translate: color 100ms;
    text-decoration: none;
}

.legal a:hover{
    color: #40C3FF;
}

footer{
    opacity: 1;
    overflow: hidden;
    max-height: 100%;
    transition: max-height 2s, opacity 1s;
    margin-top: auto;
    padding-top: 4em;
    flex-shrink: 0;
    display: flex;
    position: relative;
    bottom: 0;
}

.footerContents{
    width: 100%;
    color: #3f6a94;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    background-color: #001e3b;
}

@media (min-device-width: 768px){
    .footerContents .links{
        width: 100%;
        display: flex;
        padding: 2rem 0;
        max-width: 1280px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media (max-device-width: 767px){
    .footerContents .links{
        width: 100%;
        display: flex;
        padding: 2rem 0;
        max-width: 767px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.footerContents .footer{
    width: 100%;
    order: 999;
    padding: 1rem 0;
    font-size: 0.7rem;
    text-align: center;
    background-color: #011421;
}

.linkElem{
    flex: 215px 0;
    font-size: 0.85rem;
}

.linkElem h4{
    color: #3f6a94;
    font-size: .6875rem;
    font-weight: 900;
    line-height: 0.8125rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
}

.linkElem .linkImg{
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    margin-right: .5rem;
}

.linkElem > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.linkElem > ul > li{
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.2rem;
    display: list-item;
    padding: 0.3rem 1rem;
    margin: 0;
}

.linkElem > ul > li > a{
    color: #00B7FF;
    font-size: .75rem;
    text-decoration: none;
}

.linkElem > ul > li > a:hover{
    color: #40C3FF;
}

.followUs > li{
    font-size: .75rem !important;
    font-weight: 300 !important;
    line-height: 1.2rem !important;
    display: inline !important;
    padding: 0.3rem 0rem 0.3rem 1rem !important;
}

.followUs > li > a:hover{
    color: #40C3FF;
}

.followUsImg{
    display: inline-block;
    font-size: inherit;
    height: 2.5em;
    overflow: visible;
}

.footerLogo{
    display: flex;
    font-weight: 600;
    letter-spacing: 2px;
    justify-content: center;
}

.footerLogoImg{
    height: 1rem;
    margin: auto 1rem auto 0;
}

.TeamLevel{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.TeamLevel:last-of-type{
    margin-bottom: 20px;
}

.TeamColumn{
    flex-basis: 33%;
    min-width: 250px;
}