.site-footer {
    padding-bottom: 20px;
}
.page .article-header {
    display: none;
}
.article,.post-feed {
    padding: 4vmin 0;
}
.gh-canvas>* {
    grid-column: wide-start/wide-end;
}
.hidden {
    display: none !important;
}

/* */
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px !important;
}

#head .container {
    display: flex;
    align-items: center;
    gap: 80px;
}

#head .container .player-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

#head .container .player-wrap h2, #head .container .player-wrap p {
    margin: 0;
}

#head .container .left,#head .container .right {
    display: flex;
    flex: 1;
}

#head .container .left {
    justify-content: flex-end;
}

#head .container .left .icon {
    order: 15;
}

#head {
    padding: 50px 0px;
}
#head .container .icon {
    width: 75px;
    height: 75px;
    background: #ffffff0d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    border-radius: 100px;
}

#head .container .player-wrap h2 {
    font-size: 32px;
    color: white !important;
}

#head .container .player-wrap p {
    color: #ffd995;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

#head .container .left .player-wrap {
    text-align: right;
}

#head .logo img {
    max-width: 266px;
    margin-bottom: -40px;
    margin-top: -23px;
}



/* */

.view {
    background: #161926;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #dbe1f8;
}
#foot {background: #191d2c;color: #6c738c;}
#foot .top {display: flex;align-items: center;padding: 40px 0px;border-bottom: 1px solid #ffffff0d;}
#foot .top h1 {margin: 0;line-height: 1;font-size: 28px;text-transform: uppercase;color: white;}
#foot .top .right {margin-left: auto;display: flex;gap: 20px;}
#foot .top .right a {font-weight: bold;font-size: 13px;text-decoration: none !important;color: white;width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;background: #ffffff08;border-radius: 100px;}
#foot .middle {display: flex;align-items: center;padding: 35px 0px;font-weight: 500;font-size: 12px;}
#foot .middle .text {line-height: 1.65;}
#foot .middle .text > span {font-size: 14px;color: #8c93ab;}
#foot .middle .text > span strong {color: #a9afc3;}
#foot .watermark {width: 48px;margin-left: auto;}
#foot .watermark path {fill: #ffffff1c;}
#foot .top .left {
    display: flex;
    align-items: center;
}

#foot .top .left img {
    margin-top: -25px;
    margin-bottom: -30px;
    max-width: 52px;
    margin-right: 15px;
}
#foot .top .right a {
    font-size: 17px;
    color: #979eb8;
}
div#foot {
    border-top: 2px solid #202437;
}

#foot .top {
    padding: 30px 0px !important;
}

#foot .top h1 {
    font-weight: 400 !important;
}

#foot .top h1 span {
    font-weight: 800;
    color: #ffc21d;
}

#content {
    flex: 1;
}

.page-bg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.page-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    filter: blur(6px);
}

#nav,#head,#content,#foot {
    position: relative;
    z-index: 5;
}

.page-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #181c2a, transparent);
}

#nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

#nav ul > li > a {
    color: white;
}

#nav ul > li {
    margin: 0px !important;
    padding: 0px !important;
}

#nav ul > li.nav-store > a {
    background: #ffc21d;
    min-width: 130px;
    border-radius: 15px; 
    color: #161926;
}

#nav ul > li > a {
    display: block;
    min-width: 100px;
    text-align: center;
    padding: 13px;
    font-weight: 800;
    font-size: 22px;
    border-radius: 15px;
}
#head .container .player-wrap p {
    letter-spacing: 2px;
    font-size: 15px !important;
    margin-top: -2px;
}
#head .container .player-wrap p {
    color: #ffc426 !important;
}
#head .container .icon {
    background: linear-gradient(225deg, #28314f, transparent);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

#nav ul > li.nav-current > a {
    position: relative;
}

#nav ul > li.nav-current > a:after {
    content: "";
    width: 36px;
    height: 4px;
    background: #ffc426;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 9px;
    right: 0;
    margin: 0 auto;
}

#nav ul > li > a {
    position:relative;
}
#nav ul > li > a:after {
    content: "";
    width: 30px;
    height: 4px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 9px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .15s ease;
}

#nav ul > li.nav-current > a:after {
    opacity: 1;
}

#nav ul > li > a:hover:after {
    opacity: 1;
}

#nav ul > li.nav-store > a:after {
    display: none !important;
}
#foot .top .right a {
    border: 2px solid #2b2f44 !important;
    transition: all .15s ease;
}

#foot .top .right a:hover {
    color: white !important;
}

#head .container .player-wrap {
    transition: all .15s ease;
    cursor: pointer;
}

#head .container .player-wrap:hover {
    opacity: .75;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-animation {
    position: absolute;
    opacity: .3;
    top: 10px;
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.logo > a {
    position: relative;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/* */
.article-header.gh-canvas {
    display: none !important;
}
.article-title {
    margin-bottom: 0px !important;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px !important;
}
.article-title:after {
    content: "";
    width: 52px;
    height: 6px;
    background: #ffc426;
    display: block;
    border-radius: 9px;
    margin: 0 auto;
}
.mobile-only {
    display: none;
}
#head .container .icon {
    position: relative;
}

.count {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: #f41849;
    padding: 0px 15px;
    border-radius: 999px;
    top: 0;
    right: 0;
    margin: -13px;
}

.right .count {
    left: 0;
    right: inherit;
}
div#foot {
    margin-top: 60px;
}

.kg-toggle-card {
    border: 2px solid #323c60 !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    background: #283253 !important;
}

.rule-title {
    font-weight: 900;
    color: white;
    font-size: 30px;
    margin-bottom: 15px;
}

.rule-block {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}

.page-wrapper .gh-canvas {
    display: block;
}

.kg-toggle-heading svg {
    opacity: 1;
    color: #a5b2dc !important;
}

.kg-toggle-card h4.kg-toggle-heading-text {
    color: white !important;
}
/* */
@media only screen and (max-width: 768px) {
    #head .container {
        padding: 0px !important;
        justify-content: center !important;
    }
    
    #head .container .left, #head .container .right {
        display: none !important;
    }
    #nav ul {
        flex-direction: column !important;
    }
    
    .mobileNavOpen #nav ul li:not(.mobile-only) {
        display: flex !important;
    }
    
    .mobileNavOpen #nav ul li.mobile-only {
        order: -5 !important;
        width: 100%;
        justify-content: center;
        border-bottom: 2px solid #252e4a !important;
    }
    .recent-posts .inner.posts {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    
    .hero-block {
        flex-direction: column;
    }
    
    .hero-block .image {
        max-width: 100% !important;
        order: -1 !important;
    }
    
    .hero-block .text {
        padding: 40px !important;
    }
    .guides {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap:30px !important;
    }
    #nav ul li:not(.mobile-only) {
        display: none;
    }
    div#nav {
        background: #191d2c;
        border-bottom: 2px solid #252e4a !important;
    }
    #nav ul {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    li.mobile-only {
        cursor: pointer;
    }
    li.mobile-only a:after {
        display: none !important;
    }
    .mobile-only {
        display: flex;
    }
    #foot .top h1 {
        display: none !important;
    }
    #foot .watermark {
        display: none !important;
    }
    #foot .middle {
        text-align: center;
        justify-content: center;
    }
    div#foot {
        margin-top: 60px !important;
    }
    .player-wrap {
        display: none !important;
    }
    .logo-animation {
        display: none !important;
    }
    .page-bg {
        width: 100%;
    }
    .view {
        overflow: hidden;
    }
    #foot .top .left {
        display: none !important;
    }
    #foot .top .right {
        margin-right: auto;
    }
    .article-title {
        font-size: 42px !important;
    }
    #head .logo img {
        max-width: 240px !important;
    }
    .mobile-only .size-6 {
        width: 42px;
        margin: -5px;
        color: #ffc835;
    }
    .blogs {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap:30px !important;
    }
}

/* */
.guides {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}
.guide-image {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.guide-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.guide:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.guide {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: scale(1);
    transition: all ease .15s;
}

.guide-text {
    text-align: center;
    color: white;
    padding: 30px;
    background: #212941;
}

.guide-text h1 {
    font-size: 22px;
    font-weight: 600 !important;
    margin: 0px !important;
}

.guide {
    overflow: hidden;
    border-radius: 14px;
}

.guide-image img {
    max-width: 100%;
}

.guide-image {
    height: 170px;
    overflow: hidden;
    position: relative;
}

.guide-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* */
.blogs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.blog-text h1 {
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 8px;
    display: block;
}

.blog-text {
    padding: 40px;
    background: #212941;
    color: #b4bfe9;
}

.blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog {
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: .15s ease all;
    position: relative;
    display: block;
}

.blog-text p {
    margin-top: 5px;
    font-weight: 300;
    font-size: 15px;
}

.blog-text .meta {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.blog-text .meta strong {
    font-weight: 500;
    color: #ffc21d;
}

.blog:hover {
    transform: scale(1.01);
}

/* */
.rule-block {
    background: #212941;
    border-radius: 14px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.rules .article-title, .rules .page-text {
    display: none;
}

.page-wrapper {
    padding: 0px !important;
}

.rules {
    padding: 30px;
}

.rule-title {
    padding: 26px 30px;
    margin: 0px !important;
    border-bottom: 2px solid #323c60 !important;
    font-size: 27px !important;
    background: #283253;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.hero-block {
    display: flex;
    gap: 30px;
}

.hero-block .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    border-radius: 14px;
    background: linear-gradient(45deg, #212941, transparent);
    color: #b4bfe9;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    text-align: center;
    position: relative;
}

.hero-block .image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 45%;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 14px;
}

.hero-block .image i {
    position: absolute;
    color: white;
    font-size: 87px;
    text-shadow: 4px 5px 0 #0000004f;
    cursor: pointer;
}

.hero-block .image img {
    border-radius: 14px;
}

.hero-block .text h1 {
    margin-top: 0px;
    color: white;
    margin-bottom: 10px;
    font-size: 42px !important;
    text-shadow: 3px 3px 0px #00000045;
}

.hero-block .play-btn {
    background: #28a7d3;
    padding: 14px;
    text-align: center;
    border-radius: 7px;
    margin-top: 20px;
    font-weight: 800;
    color: white;
    font-size: 19px;
}

.hero-block .text:after {
    width: 62px;
    height: 9px;
    content: "";
    background: #28a7d3;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

main#site-main {
    padding: 0px !important;
}
.blog-text {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.recent-posts .blog-image {
    height: 141px;
}

.recent-posts .blog-text {
    padding: 35px !important;
}

.recent-posts .blog-text p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recent-posts .inner.posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.recent-posts .blog-text {
    position: relative;
}

.recent-posts .blog-text:after {
    content: "";
    height: 26px;
    width: 4px;
    background: #28a7d3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 29px;
}

.article.blog {
    border-radius: 0px !important;
    transform: none !important;
    cursor: inherit !important;
}

.article.blog .blog-image {
    border-radius: 14px;
    height: 250px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.article.blog .blog-text {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    position: relative;
    border-radius: 14px !important;
    padding: 60px !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.article.blog .blog-text h1 {
    font-weight: 800;
    font-size: 45px;
}

.article.blog .blog-text .meta {
    font-size: 16px;
}

.article.blog .blog-text .meta strong {
    font-size: inherit !important;
}

.article.blog .blog-text p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    opacity: .75;
}

.hero-block.bottom {
    margin-top: 40px !important;
}

.hero-block.bottom .text:after {
    background: #5e61ff;
}

.hero-block.bottom .play-btn {
    background: #5e61ff;
}

time {}

.recent-posts .blog-text h1 {
    display: flex;
    align-items: center;
}

.recent-posts .blog-text h1 .date {
    margin-left: auto;
    font-size: 13px;
    background: #364160;
    line-height: 2;
    padding: 0 10px;
    border-radius: 5px;
    color: #bcc6e1;
}

/* */
.article.guide {
    padding: 0px !important;
    transform: none !important;
}

.article.guide .blog-text {
    border-radius: 20px !important;
    display: flex;
    gap: 40px;
}

.guide .blog-text .meta {
    display: none !important;
}

.guide .blog-image img {
    max-width: 200px;
}

.guide .blog-image {
    border-radius: 20px;
}

.guide .text-inner {
    padding-top: 30px;
}

.guide .blog-text h1 {
    font-weight: 800;
    font-size: 39px;
}

.guide .blog-text p {
    font-size: 19px;
}
