html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth
}

html body {
    font-family: "Poppins", sans-serif;
    font-size: 14pt;
    padding: 0;
    margin: 0
}

html body.no-scroll {
    height: 100%;
    overflow: hidden
}

html body .dashboard--wrapper {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin: 0
}

html body .dashboard--wrapper .resource--wrapper {
    margin: 0
}

html body .dashboard--wrapper .tags--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 .5em
}

html body .dashboard--wrapper .tags--wrapper span {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: .4em;
    padding: .2em .5em;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1em .5em;
    font-size: .6em;
    font-weight: 700;
    color: #fff
}

html body .dashboard--wrapper .tags--wrapper span a {
    color: #fff
}

html body .dashboard--wrapper .tags--wrapper span.active {
    background-color: #c62828
}

html body .dashboard--wrapper .tags--wrapper span.search {
    background-color: #fb8c00
}

html body .dashboard--wrapper .tags--wrapper span.redirect {
    background-color: #1976d2
}

html body .scroll--wrapper {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #cacccf;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    right: 1em;
    bottom: 1em;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 5
}

html body .scroll--wrapper svg {
    fill: #fff;
    width: 1.5em;
    height: 1.5em
}

html body .cookies--wrapper {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #000;
    border-radius: .4em;
    padding: .75em 1.5em;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translatex(-50%);
    width: 320px
}

html body .cookies--wrapper p {
    color: #ffa000;
    font-size: .9em;
    padding: 0;
    margin: 0
}

html body .cookies--wrapper button {
    color: #fff;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    padding: .5em 1em;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    border-radius: .5em;
    background-color: #ffa000;
    white-space: nowrap;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 1em
}

html body header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #1b1c1d;
    min-height: 75px;
    position: sticky;
    top: 0;
    z-index: 10
}

@media (max-width: 800px) {
    html body header {
        flex-direction: row
    }
}

html body header .header--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    max-width: 1000px;
    width: 100%
}

@media (max-width: 800px) {
    html body header .header--wrapper {
        order: 2;
        width: auto
    }
}

@media (max-width: 800px) {
    html body header .header--wrapper.level-1 {
        flex-grow: 2
    }
}

html body header .header--wrapper.level-2 {
    margin-bottom: .5em;
    justify-content: center
}

@media (max-width: 800px) {
    html body header .header--wrapper.level-2 {
        order: 1;
        padding: 0;
        margin: 0 0 0 1em
    }
}

html body header .header--wrapper .logo--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 1em 0 1em 0;
    flex-grow: 2
}

@media (max-width: 800px) {
    html body header .header--wrapper .logo--wrapper {
        order: 2;
        margin-left: 0;
        margin-right: 50px
    }
}

html body header .header--wrapper .logo--wrapper img {
    display: block;
    height: auto
}

@media (max-width: 800px) {
    html body header .header--wrapper .logo--wrapper img {
        width: 130px
    }
}

html body header .header--wrapper .menu--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0
}

html body header .header--wrapper .menu--wrapper.nav {
    font-size: .9em
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav {
        order: 1;
        position: relative
    }
}

html body header .header--wrapper .menu--wrapper.nav .icon {
    display: none
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav .icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        margin-right: .75em
    }

    html body header .header--wrapper .menu--wrapper.nav .icon svg {
        fill: #fff;
        width: 1.5em;
        height: 1.5em
    }
}

html body header .header--wrapper .menu--wrapper.nav .panel-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 10;
    display: none
}

html body header .header--wrapper .menu--wrapper.nav .panel-overlay.opened {
    display: block
}

html body header .header--wrapper .menu--wrapper.nav .panel-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav .panel-menu {
        display: none
    }
}

html body header .header--wrapper .menu--wrapper.nav .panel-menu.opened {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #52575C;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    z-index: 15;
    overflow-y: scroll
}

html body header .header--wrapper .menu--wrapper.nav .panel-menu.opened a {
    color: #fff;
    padding: .75em 1em;
    font-size: 1em;
    border-bottom: 1px solid #6a7177
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav .panel-menu .panel--wrapper .menu--item svg {
        order: 1;
        fill: #fff;
        margin-right: .5em
    }
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav .panel-menu .panel--wrapper .menu--item span {
        order: 2
    }
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.nav .panel-menu .panel--wrapper .panel-content {
        display: flex;
        position: initial;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent
    }
}

html body header .header--wrapper .menu--wrapper.nav .panel-menu .panel--wrapper:hover .panel-content {
    display: block
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper.lang {
        order: 4
    }
}

html body header .header--wrapper .menu--wrapper .panel--wrapper {
    position: relative
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 10;
    display: none
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-overlay.opened {
    display: block
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: .4em;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 15
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content.right {
    right: 0
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content.left {
    left: 0
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content.opened {
    display: block
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .geo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    text-decoration: none;
    padding: .35em .75em
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .geo span {
    color: #000;
    font-size: .8em;
    margin: .15em 0;
    margin-left: .75em
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: .75em 1em;
    width: auto
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column {
        padding: 0;
        width: 100%
    }
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column a {
    color: #333;
    text-decoration: none;
    font-size: .8em;
    transition: .1s ease-in-out;
    padding: .6em 1em;
    white-space: nowrap
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column a {
        color: #fff
    }
}

html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column a:hover {
    background-color: #e2e5f2;
    border-radius: 4px
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column a:hover {
        background-color: transparent
    }
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper .panel--wrapper .panel-content .column a {
        padding-left: 52px
    }
}

html body header .header--wrapper .menu--wrapper .menu--item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    text-decoration: none;
    font-size: .82em;
    margin: 0 .05em;
    color: #fff;
    cursor: pointer;
    padding: .35em .75em;
    transition: .3s ease-in-out
}

html body header .header--wrapper .menu--wrapper .menu--item:hover {
    background-color: #4c4f52;
    border-radius: 5px
}

@media (max-width: 800px) {
    html body header .header--wrapper .menu--wrapper .menu--item:hover {
        background: none
    }
}

html body header .header--wrapper .menu--wrapper .menu--item span {
    display: inline-block
}

html body header .header--wrapper .menu--wrapper .menu--item img {
    width: 1.25em;
    height: 1.25em;
    display: block
}

html body header .header--wrapper .menu--wrapper .menu--item img.geo {
    border: 1px solid #52575C;
    border-radius: 50%
}

html body header .header--wrapper .menu--wrapper .menu--item svg {
    fill: #fff;
    margin: 0 0 0 .35em;
    width: 12px;
    height: 6px
}

html body main {
    background-color: #2d2e2e;
    color: #cacccf
}

html body main .content {
    font-size: 14pt;
    padding-top: .5em;
    padding-bottom: 2em
}

@media (max-width: 800px) {
    html body main .content {
        font-size: .9em
    }
}

html body main .content h1 {
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    padding: .5em 0 .25em 0;
    color: #94989f
}

@media (max-width: 800px) {
    html body main .content h1 {
        font-size: 1.5em;
        line-height: 1.2em
    }
}

html body main .content h2 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 0;
    padding: .25em 0 0 0;
    color: #fff
}

@media (max-width: 800px) {
    html body main .content h2 {
        font-size: 1.2em;
        line-height: 1.2em
    }
}

html body main .content h2 a {
    color: #34b4ff
}

html body main .content p {
    line-height: 1.4em
}

html body main .content p a {
    color: #34b4ff
}

html body main .content .play--wrapper {
    border: 1px solid #52575C;
    border-radius: 1em;
    width: 100%;
    height: 600px
}

html body main .content img {
    display: inline-block;
    max-width: 100%
}

html body main .faq--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #52575C;
    border-radius: .4em;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 600px;
    border: 1px solid #cacccf;
    margin: 1em 0
}

@media (max-width: 800px) {
    html body main .faq--wrapper {
        width: calc(100%)
    }
}

html body main .faq--wrapper .faq--item {
    width: calc(100%);
    font-size: .9em;
    border-top: 1px solid #cacccf
}

html body main .faq--wrapper .faq--item:first-child {
    border-top: none
}

@media (max-width: 800px) {
    html body main .faq--wrapper .faq--item {
        width: calc(100%)
    }
}

html body main .faq--wrapper .faq--item h3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: .5em 20px;
    margin: 0;
    color: #fff;
    font-size: 1em;
    cursor: pointer
}

html body main .faq--wrapper .faq--item h3.opened svg {
    transform: rotate(180deg)
}

html body main .faq--wrapper .faq--item h3 svg {
    fill: #fff;
    margin: 0 0 0 .35em;
    width: 12px;
    height: 6px;
    margin-left: 1em
}

html body main .faq--wrapper .faq--item .answer--wrapper {
    padding: 0 20px;
    display: none;
    font-size: .9em
}

html body main .faq--wrapper .faq--item .answer--wrapper.opened {
    display: block
}

html body main .faq--wrapper .faq--item .answer--wrapper p {
    color: #cacccf
}

html body footer {
    background-color: #1b1c1d;
    color: #fff
}

html body footer .wide--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    font-size: .7em;
    color: #cacccf
}

@media (max-width: 800px) {
    html body footer .wide--wrapper {
        flex-direction: column;
        align-items: center;
        padding: 1em 1em .5em 1em
    }
}

html body footer .wide--wrapper .copyright {
    padding: 1em 0
}

@media (max-width: 800px) {
    html body footer .wide--wrapper .copyright {
        order: 2
    }
}

html body footer .wide--wrapper nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-wrap: wrap
}

@media (max-width: 800px) {
    html body footer .wide--wrapper nav {
        justify-content: center;
        order: 1
    }
}

html body footer .wide--wrapper nav a {
    text-decoration: underline;
    color: inherit;
    margin-left: 1em;
    white-space: nowrap
}

@media (max-width: 800px) {
    html body footer .wide--wrapper nav a {
        margin: .25em .5em
    }
}

html body .wide--wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box
}

html body .notify--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
    min-height: 400px
}

@media (max-width: 800px) {
    html body .notify--wrapper h1 {
        font-size: 1.3em;
        text-align: center
    }
}

html body .sitemap--wrapper ul li a {
    color: #fff;
    text-decoration: underline
}

html body .sitemap--wrapper ul li span {
    font-size: .7em;
    color: #cacccf;
    margin-left: .5em;
    white-space: nowrap
}

html body .demo .btn {
    color: #fff;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    padding: .4em 1.5em;
    font-size: .9em;
    line-height: 1em;
    text-decoration: none;
    border-radius: 1em;
    background-color: #ffa000;
    white-space: nowrap;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 1em .5em
}

html body .demo .btn.selected {
    background-color: #2198d7
}