* {box-sizing: border-box;}
body {background:var(--backgrund-page-color); color:var(--text-muted-color);font-weight: 300;margin: 0px;font-family: "Source Serif 4", serif;}
img {max-width: 100%;}
a {font-weight: 500;}
.hidden {display:none !important;}
h1,h2,h3,h4,h5 {color: var(--text-header-color);font-weight: 600;}
strong,b {font-weight: 500;}
:root {
    --backgrund-page-color: #25334C;
    --background-page-secondary-color: #202d43;
    --background-hero-color: #25334C;
    --background-card-color: #25354f;
    --countdown-radius: 6px;
    --text-muted-color: #d3e5f3;
    --text-header-color: #fff;
}
.popup .store-product-full .descr > p > span {
    color: #bac3d1 !important;
}
#footer .col h1 {
    color: white;
    font-size: 32px;
    margin-bottom: 0.67em;
    margin-top: 0.67em;
}
#app {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.container {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 9999;
    opacity: 1;
    transition: opacity 500ms ease-out;
}


/* */
#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-hero-color);
}
div#hero .container {
    padding-top:1vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .actions {
    margin-top:4vh;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 25px;
}
#hero .hero-content .logo {
    max-width: 520px;
    margin: 0 auto;
}
#footer .col p {margin-top: 1em;}
#footer .col h1 {
    position: relative;
    top: -1px;
}

/* */
.home-page #content {padding: 0;}
#content {
    padding: 60px 0px;
    background: var(--background-page-secondary-color);
    flex: 1;
}
#news {
    border-top: 15px solid #0000001c;
    padding-top: 120px;
    padding-bottom:120px;
    background: var(--background-page-secondary-color);
}
#article {
    padding-top:80px; 
    padding-bottom:100px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
/* */
.section-title {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
}
.section-title.small h1 {
    font-size: 48px;
}
.section-title h1 {
  font-size: 64px;
  line-height: 1;
  margin: 0px;
}
.section-title p {
  font-size: 19px;
  line-height: 1;
  margin: 0;
  padding-top:10px;
}
.section-title.small {
    margin-bottom: 30px;
}
/* */
.card {
    background: var(--background-card-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0/ 17%);
    transition: all 0.2s linear;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}
.card:hover {
    transform: scale(1.03);
}
.card-image {
    height: 165px;
    overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
  padding: 15px;
}
.card-content h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #444;
}
.card-content p {
  margin: 10px 0;
}
.card-content .author {
  font-style: italic;
  color: #666;
  margin-top: 10px;
}
.card-content .date {
  font-size: 0.9em;
}
.card-text h2,
.card-text p {
  margin: 0px;
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-meta p {
  margin: 0px;
}
.card-meta .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
}
.card-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card-text h2 {
    line-height: 1;
    font-size: 28px;
}
.card-meta a {
  color: #000000;
}
/* */
.post-meta .left .avatar {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    background: #00000014;
    border-radius: 10px;
}
.post-meta .left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.post-page.blog-page .card-text p {
    display: block;
}
.post-page #hero {
    min-height: 132px;
}
.post-page #hero .logo {
    max-width: 300px;
}
.post-page #content {
    padding: 0px;
}
.post-page #news {
    padding-bottom:75px;
    padding-top:80px;
}
.post-page #news .button {
    width: 100%;
}
.post-page .card-text p {
    display: none;
}
.post-image {
    overflow: hidden;
    border-radius: 15px;
    max-height: 460px;
    margin-bottom: 64px;
}
.post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px !important;
    margin: 0 15vh;
    color: #657f83ab;
}
.post-title {
    text-align: center;
    margin: 32px 0px;
}
.post-title h1 {
    font-size: 48px;
}
.post-body {
    line-height: 32px;
    font-size: 18px;
    padding: 0px 15vh;
}
.post-meta .date {
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-title-card {
    line-height: 32px;
    font-size: 18px;
    gap: 40px;
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-title-card .image {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.post-title-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-title-card h1, .post-title-card p {
    margin: 0px;
}
.post-title-card h1 {
    font-size: 48px;
    margin-top: 10px;
}
.post-meta .left .avatar {
    height: 46px;
    width: 46px;
}


/* ######################
PAGE ADJUSTMENTS
###################### */
.guide .guide-page .card-text h2 {
    text-align: center;
}
.guide .guide-page .card-image {
    height: 180px;
}
.guide .guide-page .card-image img {
    object-fit: contain;
}
.guide .guide-page .grid.news-grid .card:nth-child(1) .card-image {
    background: #f6a433;
}
.guide .guide-page .grid.news-grid .card:nth-child(2) .card-image {
    background: #f6a433;
}
.guide .guide-page .grid.news-grid .card:nth-child(3) .card-image {
    background: #f6a433;
}
.guide #article {
    padding-bottom: 60px;
}
.guide .post-body {
    padding: 0vh;
}
.guide .page-inner {
    background: var(--background-card-color);
    box-shadow: 0 25px 50px -12px rgb(0 0 0/ 17%);
    max-width: 960px;
    padding: 60px;
    border-radius: 12px;
}
.guide-page .grid.news-grid h2 {
    text-align: center;
}
.guide-page.post-page #news {
    border-top: none !important;
}
.article-page.post-page #news {
    background: #1722358c;
}
.rule-title {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #2f4363;
    color: white;
    font-weight: 600;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 17%);
}
.rules.guide .post-body strong {
    display: block;
    margin-bottom: 4px;
    color: white;
}



/* ######################
NAVIGATION
###################### */
#nav {
    z-index: 100;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#nav .nav-link.button {
    text-shadow: none;
}
#nav .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex: 1;
    height: 100%;
}
#nav .nav-link {
    text-decoration: none !important;
    font-size: 19px;
    color: white;
    align-items: center;
    gap: 15px;
    display: flex;
    height: 100%;
    cursor: pointer;
    padding: 0 10px;
    text-shadow: 0px 2px 0px #0000003d;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    transition: all 0.2s linear;
    font-weight: 800;
}
#nav .nav-link:hover {
    transform: scale(1.025);
}
#nav .nav-link.selected {
    position: relative;
}
#nav .nav-link.button {
    height: 7vh;
    padding: 0 30px;
}

/* ######################
SIDEBAR
###################### */
.button {
    text-decoration: none !important;
    font-family: "Source Serif 4", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 72px;
    min-width: 182px;
    cursor: pointer;
    border-radius: 9px;
    border: none;
    font-weight: 700;
    font-size: 19px;
    padding: 0px 28px;
    transition: all 0.2s linear;
    position: relative;
    overflow: hidden;
}
.button-full {
    width: 100%;
}
.button:hover {
    transform: scale(1.025);
}
.button.primary {
    background: #2196F3 !important;
    color: white !important;
}
.button.other {
    background: #162c3d !important;
    color: #ffffff !important;
}
.button.gold {
    background: #ffc007 !important;
    color: #874500 !important;
}
.button.secondary {
    background: #7bd544 !important;
    color: #2b5b0d !important;
}
.button .button-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap:2px;
}
.button .button-text small {
    font-size: 12px;
}
.button.small {
    height: 58px;
    text-decoration: none !important;
    min-width: 0px;
    font-size: 15px;
}
.button-title {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 0 18px;
    transform: none !important;
    cursor: text;
}


/* ######################
SIDEBAR
###################### */
.sidebar {
    flex: 1;
    background: var(--background-card-color);
    box-shadow: 0 25px 50px -12px rgb(0 0 0/ 17%);
    padding: 30px;
    border-radius: 12px;
}
.sidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
}
.sidebar .title strong {
    display: block;
    color: #fff;
}
.sidebar ul li:not(.title) > a {
    color:inherit;
    display: flex;
    align-items: center;
    padding-top: 18px;
    text-decoration: none !important;
}
.sidebar ul li:not(.title) > a {
    gap: 15px;
    transition: all 0.2s linear;
}
.sidebar ul li:not(.title) > a i {
    font-size: 16px;
    opacity: .65;
}
.sidebar ul li:not(.title) > a:hover {
    color: white;
}
.sidebar .button.small {
    height: 54px;
    font-size:19px;
    font-weight:500;
}
.container.with-sidebar {
    display: flex;
    gap: 40px;
}
.rules .container.with-sidebar {
    margin: 0 auto;
    justify-content: center;
}
.sidebar hr {
    margin: 15px 0px;
    border: none;
}
.article-page .card-text h2 {
    text-align: center;
}
.container.with-sidebar {
    align-items: flex-start;
}


/* ######################
FOOTER
###################### */
#footer .socials {
    display: flex;
    align-items: center;
    gap: 30px;
}
#footer .socials .button {min-width: 0;width: 70px;height: 70px;padding: 0px;background: #E91E63;text-decoration: none !important;color: white !important;text-shadow: 0px 1px 1px black;}
#footer .socials .discord.button {
    background: #4753ff;
}
#footer .socials .button.youtube {
    background: #e7003e;
}
#footer .socials .button.instagram {
    background: #ff690d;
}
#footer {
    background: #1a263b;
    color: white;
    padding: 60px 0px;
    padding-bottom: 0px !important;
    border-top: 15px solid #0000001a;
}
#footer .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#footer .col {
    flex: 1;
}
#footer .col p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #d3e5f3;
}
#footer .col .actions .button {
    height: 65px;
}
#footer .copyright {
    background: #131c2d;
    margin-top: 80px;
    padding: 50px 0px;
    border-top: 5px solid #00000026;
}
#footer .copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .copyright .watermark {
    width: 50px;
}
#footer .copyright p {
    color: #d3e5f3;
    margin: 0px;
    font-size: 15px;
}
#footer .copyright small {
    color: #7f97ab;
    display: block;
    margin-top: 10px;
}
#footer .copyright p strong {
    color:white;
}
#footer .copyright .watermark svg path {
    fill: #1e3c52;
}
#footer .col.end {
    text-align: right;
}
#footer .col.end .actions {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
#footer .col.center {
    text-align: center;
}
#footer .col.center .socials {
    justify-content: center;
}
#footer .col h1:after {
    content: "";
    height: 5px;
    width: 50px;
    background: #269fff;
    display: block;
    margin-top: 12px;
}
#footer .col.end h1:after {margin-left: auto;background: #7bd544;}
#footer .col.center h1:after {
    background: #7999b1;
    margin-left: auto;
    margin-right: auto;
}
#footer .col.center .socials {
    padding-top: 8px;
}
#footer .copyright small {
    font-size: 13px;
}
#footer .col h1 {
    color:white;
    font-size: 32px;
}


/* ######################
MOBILE AND DESKTOP
###################### */
.mobile-nav {
    background: #1b273a;
    position: absolute;
    flex: 1;
    left: 0;
    right: 0;
    margin: 0 20px;
    margin-top: 25px;
    z-index: 5555;
    border-radius: 20px;
    border: 3px solid #2e4164 !important;!i;!;
}
.mobile-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mobile-nav ul > li > a {
    display: flex;
    align-items: center;
    padding: 25px;
    border-bottom: 2px solid #00000038;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    color: white !important;
}
.mobile-nav ul > li:last-child > a {
    border: none !important;
}
.dropdown-menu {
    background: #1b273a;
    position: absolute;
    flex: 1;
    left: 0;
    right: 0;
    margin: 0px 18px;
    margin-top: 20px;
    z-index: 5555;
    border-radius: 20px;
    border: 3px solid #2e4164 !important;
    PADDING: 15PX;
}
.dropdown-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
}


.dropdown-menu ul li:not(.title) > a {
    gap: 15px;
    transition: all 0.2s linear;
}
.dropdown-menu ul li:not(.title) > a {
    color: inherit;
    display: flex;
    align-items: center;
    padding-top: 18px;
    text-decoration: none !important;
}

.dropdown-menu hr {
    margin: 15px 0px;
    border: none;
}

.dropdown-menu .title {
    color: white;
}

.dropdown-menu .button.small {
    font-size: 19px;
}
@media screen and (min-width: 768px) {
    .post-page div#nav {
        border-bottom: 12px solid #273651;
        background: #1a263b;
    }
    #nav .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    #app .hidden-desktop {
        display: none !important;
    }
    .guide-page .grid.news-grid {
        gap: 90px;
        margin: 0 10vh;
    }
}
@media screen and (max-width: 768px) {
    .post-page #hero {
        min-height: 124px;
    }
    #nav {
        border-bottom: 12px solid #304465d9;
        background: #1a263b;
    }
    .container.with-sidebar {
        flex-direction: column;
        gap: 20px;
    }
    
    .guide #article {
        padding-top: 20px;
    }
    
    div#library-nav-mobile {
        width: 100%;
        flex: 1;
    }
    
    .menu-button .button {
        flex: 1;
        width: 100%;
    }
    
    #library-nav-mobile .menu-button .button {
        background: #304465 !important;
        color: #94a9cd !important
    }
    .guide .page-inner {
        padding: 30px !important;
    }
    .post-title-card {
        flex-direction: column;
        align-items: center;
        padding: 0px;
        text-align: center;
        gap: 30px;
        margin-bottom: 42px;
    }
    .post-body {
        padding: 0px !important;
        text-align: center !important;
    }
    
    .post-meta {
        flex: 1 !important;
        margin: 0px !important;
        display: none !important;
    }
    
    .post-image {
        margin-bottom: 48px !important;
    }
    #app .hidden-mobile {
        display: none !important;
    }
    
    #app #footer .copyright .container {
        justify-content: center;
        text-align: center;
    }
    
    #app #footer .col,#footer .col.end {
        text-align: center;
        justify-content: center;
    }
    
    #app #footer .col .actions,#footer .col.end .actions {
        justify-content: center !important;
        align-items: center;
        display: flex;
    }
    
    #app #footer .col h1:after {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #app .grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    #app #news {
        padding: 40px 0px;
    }
    
    #app .section-title {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding-top: 25px;
    }

    #hero .actions {
        flex-direction: column;
        gap: 15px;
    }
    
    #hero .actions .button {
        width: 100%;
    }

    #nav .nav-links {
        gap: 20px;
        justify-content: space-between;
    }
    
    #nav .nav-links .right {
        display: flex;
        gap: 15px;
    }
    
    #nav .nav-links.mobile-links .button {
        min-width: 0;
        width: 72px;
        font-size: 20px;
    }
    .menu-button i {
        font-size: 24px;
    }
    #nav {
        bottom: auto;
        height: auto;
        padding: 20px 0px;
    }
    .button-text small {
        display: none;
    }
    #hero {
        min-height: 75vh;
        padding-top: 75px;
    }
    #nav .container {
        position: relative;
        z-index: 5;
    }
    #nav .nav-links.mobile-links .button.play-button {
        width: auto;
    }
    .section-title .button {
        width: 100%;
    }
    .section-title .actions {
        width: 100%;
    }
}

.store-product:not(.popup) .image {
    max-height: 120px;
}
#content .store-product:not(.popup) .gift {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 10px 20px #142137 !important;
}

#content .store-products-list .store-product, #content .store-products-images .store-product {
    position: relative;
}

#content .store-products-images .store-product:not(.store-product-full) .actions {
    position: initial !important;
}
#content .store-product:not(.popup) .gift {
    background: #445e87 !important;
    font-size: 16px;
    color: white !important;
}