@charset "UTF-8";

:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
    all: unset;
    display: revert
}

*,
::after,
::before {
    box-sizing: border-box
}

a,
button {
    cursor: revert
}

menu,
ol,
ul {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert
}

:where(pre) {
    all: revert
}

::-moz-placeholder {
    color: unset
}

::placeholder {
    color: unset
}

::marker {
    content: initial
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable=true]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert
}

body {
    margin: 0
}

@keyframes OpacityLinkAppear {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    outline: 0;
    margin: 0;
    padding: 0;
    background: #000
}

html {
    scroll-behavior: smooth;
    font-family: Montserrat, sans-serif;
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    overflow-y: auto
}

a {
    cursor: pointer
}

* {
    box-sizing: border-box;
    font-optical-sizing: auto;
    color: #e1e1e1;
    font-family: Montserrat, sans-serif
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.heading-first {
    color: var(--color-text-pure, #e1e1e1);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    letter-spacing: 0;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .heading-first {
        font-size: 44px;
        line-height: 52px
    }
}

.heading-first.white {
    color: #000
}

.heading-second {
    color: var(--color-surface-invert, #fff);
    font-family: var(--font-family-brand, Montserrat);
    font-size: 32px;
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: 40px;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:1025px) {
    .heading-second {
        font-size: var(--font-size-1100, 44px);
        line-height: var(--font-line-height-1300, 52px)
    }
}

.text-main {
    color: #dfdfdf;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .text-main {
        font-size: 18px;
        line-height: 26px
    }
}

.text-main.white {
    color: #000
}

svg {
    width: auto;
    height: auto
}

main {
    flex: 1;
    max-width: 100%;
    overflow: hidden
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.content-wrapper.row {
    flex-direction: row
}

.btn-primary {
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 12px 10px;
    background: var(--color-surface-brand-cf, #eb622b);
    border: 1px solid #eb622b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: var(--color-text-cta-cf, #fff);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat)
}

@media only screen and (min-width:360px) {
    .btn-primary {
        padding: 12px 20px
    }
}

@media only screen and (min-width:768px) {
    .btn-primary {
        font-size: 16px;
        padding: 12px 30.5px
    }
}

.btn-primary.white svg path {
    fill: #fff;
    transition: .2s ease-in-out
}

.btn-primary svg {
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media only screen and (min-width:400px) {
    .btn-primary svg {
        display: flex
    }
}

.btn-primary svg path {
    fill: #000;
    transition: .2s ease-in-out
}

.btn-primary:hover {
    border: 1px solid #f18536;
    background: #f18536
}

.btn-primary.disabled,
.btn-primary[aria-disabled=true] {
    background-color: transparent;
    cursor: none;
    pointer-events: none;
    color: #000;
    border: 1px solid var(--color-border-pure, #202020);
    opacity: .4
}

.btn-primary.disabled svg path,
.btn-primary[aria-disabled=true] svg path {
    fill: #000
}

.btn-secondary {
    height: 48px;
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: 1px solid #9f9f9f;
    color: #e1e1e1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    cursor: pointer;
    transition: .2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.btn-secondary.white {
    color: #000;
    border: 1px solid var(--color-border-pure, #202020)
}

.btn-secondary.white svg path {
    fill: #000
}

.btn-secondary:hover {
    color: #fff;
    background: #f18536;
    border: 1px solid #f18536
}

.btn-secondary:hover svg path {
    fill: #fff
}

.btn-secondary svg {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.btn-secondary svg path {
    transition: .2s ease-in-out;
    fill: #dfdfdf
}

.tag-item {
    display: inline-flex;
    padding: var(--space-300, 12px) var(--space-500, 20px) 14px var(--space-500, 20px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0);
    border-radius: 32px;
    background: linear-gradient(0deg, var(--color-surface-on-surface-secondary, rgba(255, 255, 255, .16)) 0, var(--color-surface-on-surface-secondary, rgba(255, 255, 255, .16)) 100%), rgba(0, 0, 0, .7)
}

.is-hidden {
    display: none !important
}

@font-face {
    font-family: Minecraft;
    src: url(../fonts/minecraft_font.woff2) format("woff2"), url(../fonts/minecraft_font.woff) format("woff"), url(../fonts/minecraft_font.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@keyframes OpacityLinkAppear {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    z-index: 27
}

header::before {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, #131313 0, rgba(19, 19, 19, 0) 100%);
    background-size: 100%
}

@media only screen and (max-width:1024px) {
    header::before {
        background: #000
    }
}

header.another-color::before {
    background: #fff;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width:1024px) {
    header.another-color::before {
        background: #000
    }
}

header.another-color .header-link.border {
    color: #606060;
    border: 1px solid var(--color-border-secondary, #606060)
}

header.another-color .hero-logo.desktop path,
header.another-color .hero-logo.desktop rect {
    fill: #000
}

@media only screen and (min-width:1025px) {
    header.another-color .header-link {
        color: var(--color-text-secondary, #404040)
    }
}

@media only screen and (max-width:1024px) {
    header.fixed.desktop {
        display: none
    }
}

header.fixed.mob {
    display: none
}

@media only screen and (max-width:1024px) {
    header.fixed.mob {
        display: flex
    }
}

header .download-buttons {
    display: flex;
    justify-content: center;
    flex-direction: row
}

@media only screen and (max-width:1024px) {
    header .download-buttons {
        flex-direction: column
    }
}

header .download-buttons.desktop {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: row
}

@media only screen and (max-width:1024px) {
    header .download-buttons.desktop {
        display: none
    }
}

header .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 20px 16px 15px;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    header .content-wrapper {
        min-height: 80px;
        flex-direction: row
    }
}

header .hero-logo.mob {
    max-width: unset;
    width: auto;
    height: 40px;
    margin: 0 0 0 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header .hero-logo.desktop {
    display: flex;
    align-items: center;
    max-width: unset;
    width: auto;
    height: 50px
}

header .hero-logo.desktop path,
header .hero-logo.desktop rect {
    fill: #fff
}

header .download-buttons {
    margin: 0
}

@media only screen and (max-width:1024px) {
    header {
        display: none
    }
}

.header-link {
    margin-left: 1px;
    padding: 6px 23px;
    color: #dfdfdf;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    border: 1px solid transparent;
    background: 0 0;
    transition: .3s ease-in-out;
    text-decoration: none
}

@media only screen and (min-width:1025px) {
    .header-link {
        opacity: 0;
        animation: OpacityLinkAppear 1s linear forwards;
        animation-delay: .3s
    }
}

@media only screen and (max-width:1024px) {
    .header-link {
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 28px;
        opacity: 1
    }
}

.header-link:hover {
    color: #f18536
}

.header-link.border {
    margin-left: 40px;
    padding: 7px 24px;
    border: 1px solid #dfdfdf;
    color: #dfdfdf;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    opacity: 0;
    transition: .2s ease
}

.header-link.border:hover {
    color: #fff;
    background: #f18536;
    border: 1px solid #f18536
}

.header-link.border.disabled,
.header-link.border[aria-disabled=true] {
    background-color: transparent;
    cursor: none;
    pointer-events: none;
    color: #dfdfdf;
    border: 1px solid #9f9f9f;
    opacity: .4
}

.header-link.orange {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #eb622b;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto 20px;
    padding: 11px 30px;
    white-space: nowrap
}

.header-link.orange:hover {
    background: #f18536
}

header.fixed.mob.site-header .link-underline {
    margin: 5px auto;
    color: var(--color-text-secondary, #bfbfbf);
    text-align: center;
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

header.fixed.mob.site-header .header-link {
    margin-bottom: 14px;
    padding-left: 17.5px;
    text-align: left
}

header.fixed.mob.site-header .header-link.border {
    width: 278px;
    display: flex;
    margin-left: auto;
    padding: var(--space-300, 12px) var(--space-800, 32px);
    justify-content: center;
    align-items: center;
    gap: var(--space-200, 8px);
    border: 1px solid var(--color-border-pure, #fff);
    opacity: 1;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-regular, 1.2px);
    text-transform: uppercase
}

header.fixed.mob.site-header .header-link.border.disabled,
header.fixed.mob.site-header .header-link.border[aria-disabled=true] {
    background-color: transparent;
    cursor: none;
    pointer-events: none;
    color: #dfdfdf;
    border: 1px solid #9f9f9f;
    opacity: .4
}

header.fixed.mob.site-header .header-link.orange {
    width: 278px;
    display: flex;
    padding: var(--space-300, 12px) var(--space-800, 32px);
    justify-content: center;
    align-items: center;
    gap: var(--space-200, 8px);
    align-self: stretch;
    color: var(--color-text-cta-cf, #fff);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-regular, 1.2px);
    text-transform: uppercase;
    border: none;
    margin-bottom: 15px
}

.header-buttons {
    flex-direction: row
}

.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: .3s
}

.site-header .download-btn {
    padding: 16px 32px
}

.site-header.black {
    background-color: #000
}

@media only screen and (max-width:1100px) {
    .site-header .header-menu-inner {
        background: #000
    }
}

.site-header .header-inner {
    display: flex;
    max-width: 1720px;
    margin: 0 auto;
    padding: 11px 20px;
    position: relative;
    z-index: 10;
    transition: .3s;
    min-height: 80px;
    align-items: center;
    justify-content: flex-start
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner {
        flex-direction: row
    }
}

.site-header .header-inner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 2px
}

.site-header .header-inner nav {
    margin-left: auto;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity .3s ease-out;
        animation: quick-hide-mobile-menu .2s 1
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav .header-menu {
        position: absolute;
        left: 0;
        top: 72px;
        margin: 0;
        flex-direction: column;
        background-color: #101010;
        text-align: center;
        width: 100%;
        overflow: overlay;
        height: 100vh;
        padding-top: 21px;
        padding-bottom: 64px;
        padding-left: 0;
        gap: 0;
        flex-grow: 1
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav ul li {
        margin-left: unset;
        display: flex;
        justify-content: flex-start;
        position: relative;
        width: 100%;
        margin: 0;
        flex-direction: column
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav ul li a {
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav ul li a.download-btn {
        max-width: 224px
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner .action-items {
        width: -moz-fit-content;
        width: fit-content;
        margin: auto auto 10vh;
        display: flex;
        gap: 8px
    }
}

@media only screen and (max-width:1100px) {
    .site-header .header-inner nav.is-open {
        opacity: 1
    }

    .site-header .header-inner nav:not(.is-open) {
        pointer-events: none
    }

    .site-header .header-inner nav ul::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: grey
    }

    .site-header .header-inner nav ul::-webkit-scrollbar-thumb {
        border-width: 0;
        background-color: grey;
        background-clip: padding-box
    }
}

.site-header .header-inner nav ul li {
    margin: 0 12px
}

@media only screen and (max-width:1250px) {
    .site-header .header-inner nav ul li {
        margin: 0
    }
}

.site-header .header-inner nav ul li.mob-only.decor a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.site-header .header-inner nav ul.header-menu {
    display: flex
}

.site-header .hamburger-menu-button {
    display: none;
    margin-left: 8px;
    margin-top: 4px
}

@media only screen and (max-width:1100px) {
    .site-header .hamburger-menu-button {
        display: flex
    }
}

@media only screen and (min-width:1100px) {
    .site-header .header-inner nav ul li ul.header-menu-inner {
        display: none
    }
}

.header-link-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    margin: 0 auto 59px
}

.hamburger-menu-button {
    z-index: 1;
    display: block;
    background: 0 0;
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    cursor: pointer;
    padding: 0
}

.hamburger-menu-button>div {
    position: relative;
    width: 24px;
    height: 20px;
    left: 2px;
    right: 0;
    margin: 0 auto;
    transition: .4s ease-in-out
}

.hamburger-menu-button>div span {
    background: #fff;
    display: block;
    width: 100%;
    max-width: 20px;
    height: 2px;
    position: absolute;
    transition: .4s ease-in-out;
    border-radius: 0
}

.hamburger-menu-button>div span:first-child {
    top: 3px;
    left: 0
}

.hamburger-menu-button>div span:nth-child(2) {
    top: 9px;
    left: 0
}

.hamburger-menu-button>div span:nth-child(3) {
    top: 15px;
    left: 0
}

.hamburger-menu-button.close>div span {
    background: #dfdfdf
}

.hamburger-menu-button.close>div span:first-child {
    transform: translateY(4px) rotate(45deg)
}

.hamburger-menu-button.close>div span:nth-child(2) {
    transform: scaleX(0)
}

.hamburger-menu-button.close>div span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.site-header .header-inner nav .header-menu .header-menu-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    position: relative
}

.header-link.mob {
    position: relative;
    display: none;
    color: #dfdfdf
}

.header-link.mob::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 24px;
    transform: translateY(-50%);
    content: "";
    background-color: #eb622b;
    opacity: 0;
    height: 0;
    transition: .2s ease-in-out
}

.header-link.mob.active::before {
    opacity: 1;
    height: 24px
}

@keyframes quick-hide-mobile-menu {
    0% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.section-hero {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1025px) {
    .section-hero {
        height: 724px
    }
}

.section-hero .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1435px;
    margin: 0 auto;
    padding: 77px 0 0;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:769px) {
    .section-hero .content-wrapper {
        height: 724px;
        padding: 129px 20px 11px
    }
}

@media only screen and (min-width:1342px) {
    .section-hero .content-wrapper {
        padding: 129px 20px 11px;
        height: 735px
    }
}

@media only screen and (min-width:1921px) {
    .section-hero .content-wrapper {
        align-items: center
    }
}

.section-hero .first-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden
}

.section-hero .first-layer video {
    display: none
}

@media only screen and (min-width:769px) {
    .section-hero .first-layer video {
        display: flex
    }
}

.section-hero .first-layer video.entire-bg {
    display: none;
    position: absolute;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    transform: translateX(-50%)
}

@media only screen and (min-width:769px) {
    .section-hero .first-layer video.entire-bg {
        display: flex
    }
}

.section-hero .first-layer video.particles {
    mix-blend-mode: screen;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    z-index: 1
}

.section-hero .first-layer .radient-black {
    display: none;
    position: absolute;
    height: 100%
}

@media only screen and (min-width:769px) {
    .section-hero .first-layer .radient-black {
        display: flex;
        justify-content: center;
        min-width: 100vw
    }
}

.section-hero .first-layer .glow-green {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    display: none
}

@media only screen and (min-width:769px) {
    .section-hero .first-layer .glow-green {
        display: flex
    }
}

.section-hero .tag-item {
    position: relative;
    order: 2
}

@media only screen and (min-width:769px) {
    .section-hero .tag-item {
        order: 0
    }
}

@media only screen and (max-width:768px) {
    .section-hero .tag-item {
        padding: 16px 48px;
        color: var(--color-surface-invert, #fff);
        text-align: center;
        font-family: Minecraft, monospace;
        font-size: 20px;
        font-style: normal;
        font-weight: var(--font-weight-bold, 400);
        line-height: 100%;
        letter-spacing: var(--font-letter-spacing-default, 0);
        border-radius: 160px;
        border: 2px solid var(--color-border-pure, #fff);
        background: linear-gradient(0deg, var(--color-surface-on-surface-secondary, rgba(255, 255, 255, .16)) 0, var(--color-surface-on-surface-secondary, rgba(255, 255, 255, .16)) 100%), #000;
        box-shadow: 0 0 48px 0 rgba(0, 255, 184, .6), 0 0 9.6px 0 rgba(0, 255, 184, .8)
    }
}

@media only screen and (max-width:350px) {
    .section-hero .tag-item {
        padding: 16px 28px
    }
}

@media only screen and (max-width:768px) {
    .section-hero .tag-item::before {
        content: "";
        position: absolute;
        top: -36px;
        left: 50%;
        width: 2px;
        height: 35px;
        transform: translateX(-50%);
        background-color: #fff
    }
}

.section-hero .logo-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 28px auto 17px;
    order: 0
}

@media only screen and (min-width:769px) {
    .section-hero .logo-wrapper {
        max-width: 800px;
        margin: 28px auto 43px;
        order: 1
    }
}

.section-hero .logo-wrapper::before {
    display: flex;
    position: absolute;
    top: -17%;
    width: 100%;
    height: 91%;
    content: "";
    background: var(--Green-gradient, linear-gradient(90deg, #00ffb8 0, #018901 100%));
    z-index: 0
}

@media only screen and (min-width:769px) {
    .section-hero .logo-wrapper::before {
        display: none
    }
}

.section-hero .logo {
    position: relative;
    width: 100%;
    max-width: 645px;
    padding: 0 10px;
    z-index: 1
}

@media only screen and (min-width:769px) {
    .section-hero .logo {
        padding: 0;
        width: 645px
    }
}

.section-hero .guy {
    position: absolute;
    top: 73px;
    left: -3%;
    height: 320px;
    width: -moz-max-content;
    width: max-content;
    max-block-size: unset;
    display: none
}

@media only screen and (min-width:769px) {
    .section-hero .guy {
        display: flex;
        z-index: 1
    }
}

.section-hero .logo-glow-green {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 1309px;
    height: 666px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

@media only screen and (min-width:769px) {
    .section-hero .logo-glow-green {
        display: flex
    }
}

.hero-block-container {
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 506px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: #606060;
    z-index: 3;
    transition: .2s ease-in-out
}

@media only screen and (min-width:1025px) {
    .hero-block-container:hover {
        background: #707070
    }
}

.hero-block-container .square {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000;
    z-index: 1
}

.hero-block-container .square.top {
    top: 0
}

.hero-block-container .square.right {
    right: 0
}

.hero-block-container .square.bottom {
    bottom: 0
}

.hero-block-container .square.left {
    left: 0
}

.hero-block-container .line {
    background: #000;
    position: absolute
}

.hero-block-container .line.top {
    height: 2px;
    width: calc(100% - 4px);
    top: -2px;
    left: 2px;
    right: 2px
}

.hero-block-container .line.right {
    top: 2px;
    right: -2px;
    bottom: 2px;
    width: 2px;
    height: calc(100% - 4px)
}

.hero-block-container .line.bottom {
    height: 2px;
    width: calc(100% - 4px);
    bottom: -2px;
    left: 2px;
    right: 2px
}

.hero-block-container .line.left {
    top: 2px;
    left: -2px;
    bottom: 2px;
    width: 2px;
    height: calc(100% - 4px)
}

.hero-block-container .img-decor-square {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px
}

.hero-block-container .img-decor-square.top {
    top: 10px
}

.hero-block-container .img-decor-square.left {
    left: 10px
}

.hero-block-container .img-decor-square.right {
    right: 10px
}

.hero-block-container .img-decor-square.bottom {
    bottom: 10px
}

@media only screen and (min-width:600px) {
    .hero-block-container .img-decor-square {
        display: flex
    }
}

.hero-block-container-outer {
    display: flex;
    width: 100%;
    padding: 30px 20px 27px;
    order: 2
}

@media only screen and (min-width:1025px) {
    .hero-block-container-outer {
        padding: 0 20px
    }
}

.hero-block-container-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
    border-top: 2px solid var(--color-border-pure, #fff);
    border-left: 2px solid var(--color-border-pure, #fff);
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030
}

.hero-block-container .hero-block-text {
    width: 100%;
    max-width: 460px;
    padding: 10px 16px 10px;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 160%;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:1025px) {
    .hero-block-container .hero-block-text {
        padding: 19px 16px 27px
    }
}

.hero-block-container .hero-block-text .text-mint {
    display: block;
    color: var(--Mint, #00ffb8);
    font-family: Minecraft;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 160%;
    letter-spacing: var(--font-letter-spacing-default, 0);
    max-width: 330px;
    margin: 0 auto
}

.countdown {
    position: relative;
    margin: 29px auto 11px;
    padding: 0 5px;
    order: 3
}

@media only screen and (min-width:360px) {
    .countdown {
        padding: 0 17px
    }
}

@media only screen and (min-width:769px) {
    .countdown {
        margin: 37px auto 20px;
        padding: 0;
        order: 3
    }
}

.countdown-title {
    position: relative;
    padding: 12px 20px 14px;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.cd-grid {
    display: flex;
    position: relative;
    margin: 12px auto
}

.cd-value {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 68px;
    height: 76px;
    margin-bottom: 8px;
    color: var(--Mint, #00ffb8);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.375px;
    letter-spacing: var(--font-letter-spacing-default, 0);
    background: url(../images/svg/mc-timer-frame.svg) no-repeat 50% 50%;
    background-size: 100%
}

@media only screen and (min-width:500px) {
    .cd-value {
        width: 96px;
        height: 76px;
        font-size: 19.5px
    }
}

.cd-value::before {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 76px;
    content: ""
}

.cd-label {
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-300, 12px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-400, 16px);
    letter-spacing: var(--font-letter-spacing-regular, 1.2px);
    text-transform: uppercase
}

.countdown-sep {
    width: 10px;
    margin-top: 23px;
    color: var(--Mint, #00ffb8);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.375px;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:360px) {
    .countdown-sep {
        width: 26px
    }
}

@media only screen and (min-width:769px) {
    .countdown-sep {
        width: 37px
    }
}

.countdown-sep .radient-black {
    display: none;
    position: absolute;
    height: 100%
}

@media only screen and (min-width:769px) {
    .countdown-sep .radient-black {
        display: flex;
        justify-content: center;
        min-width: 100vw
    }
}

.particles-mob {
    display: flex;
    position: absolute;
    top: 38.5%;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (min-width:769px) {
    .particles-mob {
        display: none
    }
}

.animated-line {
    position: relative;
    height: 44px;
    padding: 12px 0
}

.animated-line.green {
    background: var(--Green-gradient, linear-gradient(90deg, #00ffb8 0, #018901 100%))
}

.animated-line.orange {
    margin-top: -50px;
    background: linear-gradient(90deg, #f18536 0, #eb622b 100%)
}

.animated-line-bg {
    width: 100%;
    height: inherit;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(../images/svg/text-1.svg);
    animation: scroll-bg 100s linear infinite
}

body.curseforge .animated-line-bg {
    background-image: url(../images/svg/text-1.svg);
    animation: scroll-bg-cf 25s linear infinite
}

.animated-line-bg.orange {
    background-image: url(../images/svg/text-2.svg);
    animation: scroll-bg 100s linear infinite
}

body.curseforge .animated-line-bg.orange {
    background-image: url(../images/svg/text-2.svg);
    animation: scroll-bg-cf 25s linear infinite
}

@keyframes scroll-bg {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -4230px
    }
}

@keyframes scroll-bg-cf {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -1149px
    }
}

.section-btns {
    position: relative
}

.section-btns.white {
    background: #fff
}

@media only screen and (min-width:769px) {
    .section-btns.white .content-wrapper {
        padding: 0
    }
}

@media only screen and (min-width:1342px) {
    .section-btns.white .content-wrapper {
        padding: 0
    }
}

.section-btns.dark {
    background: #000
}

.section-btns.dark .btns-wrapper {
    padding: 49px 0
}

.section-btns.dark .btn-primary svg path {
    fill: #fff
}

.section-btns .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 32px
}

@media only screen and (min-width:769px) {
    .section-btns .content-wrapper {
        padding: 0 0 40px
    }
}

@media only screen and (min-width:1342px) {
    .section-btns .content-wrapper {
        padding: 0 0 40px
    }
}

.section-btns .btns-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 32px 0 20px
}

@media only screen and (min-width:769px) {
    .section-btns .btns-wrapper {
        gap: 24px;
        padding: 48px 0
    }
}

.section-btns .btns-terms,
.section-btns .btns-terms a {
    color: var(--color-text-secondary, #404040);
    font-family: Lato, sans-serif;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:769px) {

    .section-btns .btns-terms a.mob-only,
    .section-btns .btns-terms.mob-only {
        display: none
    }
}

.section-btns.large .content-wrapper {
    padding: 17px 20px 48px
}

@media only screen and (min-width:769px) {
    .section-btns.large .content-wrapper {
        padding: 14px 20px 82px
    }
}

@media only screen and (min-width:1342px) {
    .section-btns.large .content-wrapper {
        padding: 40px 20px 95px
    }
}

.section-btns.large .btns-wrapper {
    gap: 16px;
    padding: 31px 0 20px
}

@media only screen and (min-width:769px) {
    .section-btns.large .btns-wrapper {
        gap: 24px;
        padding: 48px 0 14px
    }
}

@media only screen and (min-width:1342px) {
    .section-btns.large .btns-wrapper {
        gap: 24px;
        padding: 48px 0 16px
    }
}

.video-link-text {
    display: flex;
    align-items: center;
    margin-top: 0;
    color: var(--color-text-tertiary, #606060);
    text-align: center;
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-700, 28px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .1s ease-in-out;
    cursor: pointer;
    z-index: 2
}

@media only screen and (min-width:769px) {
    .video-link-text {
        margin-top: -28px
    }
}

.video-link-text svg {
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    transition: .1s ease-in-out
}

.video-link-text svg path {
    transition: .1s ease-in-out;
    fill: var(--color-text-tertiary, #606060)
}

@media only screen and (min-width:1025px) {
    .video-link-text:hover {
        color: #000
    }

    .video-link-text:hover svg {
        margin-left: 4px
    }

    .video-link-text:hover svg path {
        fill: #000
    }
}

.section-categories {
    background: #fff
}

.section-categories .content-wrapper {
    max-width: 760px;
    padding: 28px 5px 14px
}

@media only screen and (min-width:350px) {
    .section-categories .content-wrapper {
        padding: 28px 20px 14px
    }
}

@media only screen and (min-width:769px) {
    .section-categories .content-wrapper {
        padding: 40px 20px 40px
    }
}

@media only screen and (min-width:1342px) {
    .section-categories .content-wrapper {
        padding: 64px 20px 40px
    }
}

.section-categories .text-main {
    max-width: 708px;
    margin: 17px auto 33px
}

@media only screen and (min-width:769px) {
    .section-categories .text-main {
        margin: 20px auto 19px
    }
}

.categories-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px 20px;
    max-width: 340px
}

@media only screen and (min-width:769px) {
    .categories-container {
        max-width: 100%;
        gap: 40px
    }
}

.categories-container .categories-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 19px 3px
}

@media only screen and (min-width:769px) {
    .categories-container .categories-item {
        flex-direction: column;
        max-width: 100%;
        margin-top: 17px;
        padding: 3px 19px 3px
    }
}

.categories-container .categories-item:nth-of-type(n+2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    height: 100%;
    width: 2px;
    background: #9f9f9f
}

@media only screen and (min-width:769px) {
    .categories-container .categories-item:nth-of-type(n+2)::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -18px;
        height: 100%;
        width: 2px;
        background: #9f9f9f
    }
}

@media only screen and (max-width:768px) {
    .categories-container .categories-item:first-of-type {
        order: 3
    }

    .categories-container .categories-item:nth-of-type(2) {
        order: 1
    }

    .categories-container .categories-item:nth-of-type(2)::before {
        display: none
    }

    .categories-container .categories-item:last-of-type {
        order: 2
    }

    .categories-container .categories-item:last-of-type::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -18px;
        height: 100%;
        width: 2px;
        background: #9f9f9f
    }
}

.categories-container .cd-label {
    margin: 0 auto 0;
    margin-left: 12px;
    text-align: center;
    -webkit-text-stroke-width: .15px;
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-300, 12px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-400, 16px);
    letter-spacing: var(--font-letter-spacing-regular, 1.2px);
    text-transform: uppercase
}

@media only screen and (min-width:769px) {
    .categories-container .cd-label {
        margin: 17px auto 0
    }
}

.categories-container.white .cd-label {
    color: var(--color-text-pure, #000);
    -webkit-text-stroke-color: var(--color-text-pure, #000)
}

.mc-number {
    font-family: Minecraft, monospace;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.375px;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.mc-number.green {
    color: var(--Green, #018901)
}

.mc-number.orange {
    color: var(--color-surface-brand-cf, #eb622b)
}

.mc-number.orange-dark {
    color: var(--color-surface-brand-ow-hover, #f05c48)
}

.mc-number.blue {
    color: var(--color-surface-brand-dsrd, #5865f2)
}

.mc-number.mint {
    color: #00ffb8
}

.section-categories-b {
    background: #fff
}

.section-categories-b .content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px;
    padding: 20px 0 86px
}

@media only screen and (min-width:769px) {
    .section-categories-b .content-wrapper {
        gap: 20px;
        padding: 20px 0 103px
    }
}

@media only screen and (min-width:1342px) {
    .section-categories-b .content-wrapper {
        gap: 24px;
        padding: 20px 20px 140px
    }
}

.categories-b-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 331px;
    display: flex;
    width: auto;
    padding: 16px 16px 33px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-400, 16px);
    background: var(--color-surface-tertiary, #efefef)
}

@media only screen and (min-width:769px) {
    .categories-b-item {
        width: 280px;
        padding: 16px 16px 24px 16px
    }
}

@media only screen and (min-width:1370px) {
    .categories-b-item {
        width: 331px
    }
}

.categories-b-item:hover {
    cursor: pointer
}

.categories-b-item:hover.orange .categories-b-img {
    background: rgba(235, 98, 43, .25)
}

.categories-b-item:hover.blue .categories-b-img {
    background: rgba(88, 101, 242, .25)
}

.categories-b-item:hover.orange-dark .categories-b-img {
    background: rgba(240, 92, 72, .25)
}

.categories-b-item:hover.green .categories-b-img {
    background: rgba(1, 137, 1, .25)
}

.categories-b-item:hover .categories-b-img::before {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1
}

.categories-b-item:hover .categories-b-img.orange::before {
    background: rgba(235, 98, 43, .25)
}

.categories-b-item:hover .categories-b-img.blue::before {
    background: rgba(88, 101, 242, .25)
}

.categories-b-item:hover .categories-b-img.orange-dark::before {
    background: rgba(240, 92, 72, .25)
}

.categories-b-item:hover .categories-b-img.green::before {
    background: rgba(1, 137, 1, .25)
}

.categories-b-item:hover .categories-b-img-text {
    transform: translateY(0)
}

.categories-b-img {
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out
}

.categories-b-img::before {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: 0 0;
    transition: .3s ease-in-out
}

.categories-b-img .tag-item {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0);
    border-radius: 32px;
    border: none;
    background: var(--color-surface-on-surface-secondary, rgba(255, 255, 255, .16));
    transform: translateY(0);
    transition: .3s ease-in-out;
    z-index: 1
}

.categories-b-img-text {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    padding: var(--space-500, 20px) var(--space-300, 11px) var(--space-600, 24px) var(--space-300, 11px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: var(--space-300, 12px);
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    background: var(--color-surface-quaternary, #404040);
    transform: translateY(100%);
    transition: .3s ease-in-out;
    z-index: 1
}

.categories-b-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0
}

.categories-b-container .heading-four {
    text-align: center;
    color: var(--color-text-pure, #000);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-600, 24px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--font-line-height-800, 32px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.categories-b-container-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 13px
}

.categories-b-container-text {
    margin-left: 10px;
    color: var(--color-text-pure, #000);
    font-family: Lato, sans-serif;
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.section-categories-sec {
    background: #fff
}

.section-categories-sec .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1395px;
    padding: 69px 0 54px;
    background: var(--color-surface-primary, #efefef);
    gap: 60px
}

@media only screen and (min-width:769px) {
    .section-categories-sec .content-wrapper {
        padding: 93px 48px 43px
    }
}

@media only screen and (min-width:1342px) {
    .section-categories-sec .content-wrapper {
        gap: 87px
    }
}

.section-categories-sec .tag-item {
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 32px;
    background: var(--color-surface-quaternary, #404040);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .25);
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0);
    border: none
}

.section-categories-sec .categories-sec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 480px;
    padding: 0 20px 17px
}

@media only screen and (min-width:769px) {
    .section-categories-sec .categories-sec-item {
        padding: 0 32px 32px
    }
}

.section-categories-sec .categories-sec-item-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-categories-sec .categories-sec-item-img {
    height: 44px
}

.section-categories-sec .categories-sec-item-title {
    display: flex;
    justify-content: center;
    margin: 10px auto 7px;
    color: var(--color-text-pure, #000);
    text-align: center;
    font-family: var(--font-family-brand, Montserrat);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: 32px;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:769px) {
    .section-categories-sec .categories-sec-item-title {
        margin: 7px auto 13px;
        font-size: var(--font-size-800, 32px);
        line-height: var(--font-line-height-1000, 40px)
    }
}

.section-categories-sec .categories-sec-item-text {
    padding: 0;
    color: var(--color-text-primary, #202020);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-700, 28px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:769px) {
    .section-categories-sec .categories-sec-item-text {
        padding: 0 20px
    }
}

.section-categories-sec .categories-sec-item-wrapper {
    display: flex;
    width: 100%;
    margin: 16px auto 11px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--space-300, 12px);
    align-self: stretch;
    border: 2px solid #000;
    position: relative;
    transform: .3s ease-in-out
}

.section-categories-sec .categories-sec-item-wrapper:hover .categories-sec-item-wrapper-inner {
    background: #efefef
}

.section-categories-sec .categories-sec-item-wrapper-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 4px solid #fff;
    position: relative;
    background: var(--color-surface-tertiary-hover, #cfcfcf);
    transform: .3s ease-in-out
}

.section-categories-sec .categories-sec-item-wrapper-inner::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    display: flex;
    height: 4px;
    width: 100%;
    background-color: #555
}

.section-categories-sec .categories-sec-item-block {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    gap: 0
}

.section-categories-sec .categories-sec-item-block-part {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 6px;
    padding: 0 18px
}

.section-categories-sec .categories-sec-item-block-part:first-of-type {
    border-right: 2px solid #202020
}

.section-categories-sec .categories-sec-item-block-num {
    padding: 5px 0 7px;
    color: var(--color-text-pure, #000);
    text-align: center;
    font-family: Minecraft, monospace;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (min-width:769px) {
    .section-categories-sec .categories-sec-item-block-num {
        padding: 0;
        font-size: var(--font-size-800, 32px)
    }
}

.section-categories-sec .categories-sec-item-block-text {
    padding: 0;
    color: var(--color-text-primary, #202020);
    font-family: Lato, sans-serif;
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-align: center
}

@media only screen and (min-width:769px) {
    .section-categories-sec .categories-sec-item-block-text {
        padding: 5px 0 0
    }
}

.section-categories-sec .text-small {
    color: var(--color-text-tertiary, #606060);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: 18px;
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-align: center
}

.categories-sec-item-layer {
    position: absolute;
    width: 100%;
    height: 100%
}

.categories-sec-item-layer .square {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff
}

.categories-sec-item-layer .square.corner {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff
}

.categories-sec-item-layer .square.corner.top {
    top: -2px;
    width: 2px;
    border-top: 4px solid #efefef
}

.categories-sec-item-layer .square.corner.top.left {
    left: -2px;
    height: 2px;
    border-left: 4px solid #efefef
}

.categories-sec-item-layer .square.corner.top.right {
    right: -2px;
    height: 2px;
    border-right: 4px solid #efefef
}

.categories-sec-item-layer .square.corner.bottom {
    bottom: -2px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #efefef
}

.categories-sec-item-layer .square.corner.bottom.left {
    left: -2px;
    border-left: 2px solid #efefef
}

.categories-sec-item-layer .square.corner.bottom.right {
    right: -2px;
    border-right: 2px solid #efefef
}

.categories-sec-item-layer .square.corner .square-xs {
    position: absolute;
    width: 2px;
    height: 2px;
    min-width: 2px;
    min-height: 2px;
    max-width: 2px;
    max-height: 2px;
    overflow: hidden;
    background: #000;
    z-index: 1
}

.categories-sec-item-layer .square.corner .square-xs.top.left {
    top: -2px;
    left: -2px;
    width: 2px;
    height: 2px
}

.categories-sec-item-layer .square.corner .square-xs.top.right {
    top: -2px;
    right: -2px;
    width: 2px;
    height: 2px
}

.categories-sec-item-layer .square.corner .square-xs.bottom {
    background: #000
}

.categories-sec-item-layer .square.corner .square-xs.bottom.left:first-of-type {
    bottom: 0;
    left: 2px
}

.categories-sec-item-layer .square.corner .square-xs.bottom.left:nth-of-type(2) {
    bottom: 2px;
    left: 4px
}

.categories-sec-item-layer .square.corner .square-xs.bottom.right:first-of-type {
    bottom: 2px;
    right: 0
}

.categories-sec-item-layer .square.corner .square-xs.bottom.right:nth-of-type(2) {
    bottom: 0;
    right: 2px
}

.categories-sec-item-layer .square.inner {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    z-index: 1
}

.categories-sec-item-layer .square.inner.top {
    top: 4px
}

.categories-sec-item-layer .square.inner.left {
    left: 4px
}

.categories-sec-item-img .desktop {
    display: none
}

@media only screen and (min-width:769px) {
    .categories-sec-item-img .desktop {
        display: flex
    }
}

.categories-sec-item-img .mob {
    display: flex;
    width: 40px;
    height: 40px
}

@media only screen and (min-width:769px) {
    .categories-sec-item-img .mob {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .section-join {
        padding: 148px 20px 0;
        background: url(../images/webp/how-to-join-bg.webp) no-repeat 50% 0, url(../images/webp/glow-glow-middle.webp) no-repeat 50% 120%;
        background-size: 100%, 100%
    }
}

.section-join .heading-second {
    text-align: center
}

@media only screen and (min-width:1025px) {
    .section-join .heading-second {
        text-align: left
    }
}

.section-join .content-wrapper {
    display: flex;
    width: 100%;
    max-width: 1114px;
    align-items: flex-start;
    background: var(--color-surface-secondary, #202020)
}

.section-join .content-wrapper-inner {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center
}

@media only screen and (min-width:1025px) {
    .section-join .content-wrapper-inner {
        align-items: stretch;
        justify-content: flex-start
    }
}

.section-join .join-links {
    width: 100%;
    max-width: 679px;
    padding: 48px 40px 30px
}

@media only screen and (min-width:1025px) {
    .section-join .join-links {
        max-width: 679px;
        padding: 74px 20px 26px 72px
    }
}

@media only screen and (min-width:1342px) {
    .section-join .join-links {
        max-width: 720px
    }
}

.section-join .join-links-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    counter-reset: my-counter;
    margin: 0 0;
    padding-left: 0
}

@media only screen and (min-width:1025px) {
    .section-join .join-links-container {
        margin: 29px 0
    }
}

.section-join .join-bg {
    display: none;
    height: 100%
}

@media only screen and (min-width:1025px) {
    .section-join .join-bg {
        display: flex
    }
}

.section-join .join-links-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    counter-increment: my-counter;
    padding-left: 2.5em;
    min-height: 52px;
    color: var(--color-text-pure, #fff);
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-semi-bold, 600);
    line-height: var(--font-line-height-650, 26px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (max-width:1024px) {
    .section-join .join-links-item {
        display: block;
        text-align: center;
        padding: 26px 0 15px 0
    }
}

@media only screen and (min-width:1342px) {
    .section-join .join-links-item {
        min-height: 52px
    }
}

@media only screen and (max-width:1024px) {
    .section-join .join-links-item:nth-of-type(n+2) {
        border-top: 1px solid #606060
    }
}

@media only screen and (min-width:1025px) {
    .section-join .join-links-item br {
        display: none
    }
}

.section-join .join-links-item::before {
    content: counter(my-counter) "";
    position: relative;
    margin-top: 3px;
    color: var(--color-surface-brand-cf, #eb622b);
    font-family: Minecraft;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-1000, 40px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (max-width:1024px) {
    .section-join .join-links-item::before {
        display: flex;
        justify-content: center;
        margin: 3px auto 6px
    }
}

@media only screen and (min-width:1025px) {
    .section-join .join-links-item::before {
        position: absolute;
        left: 0;
        margin-top: 0;
        font-size: 28px;
        content: counter(my-counter) "."
    }
}

.section-join .join-links-item span {
    color: var(--color-text-secondary, #bfbfbf);
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-350, 14px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-500, 20px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.section-join .join-links-item .text-small {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 5px auto
}

@media only screen and (min-width:1025px) {
    .section-join .join-links-item .text-small {
        justify-content: flex-start;
        margin: 0 auto
    }
}

.section-join .join-links-item .light-green,
.section-join .join-links-item a {
    margin-left: 5px;
    color: var(--Mint, #00ffb8);
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-semi-bold, 600);
    line-height: var(--font-line-height-650, 26px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.section-join .join-links-item a {
    cursor: pointer
}

.section-join .join-bg {
    position: relative
}

.section-join .join-bg .bg-img {
    position: absolute
}

.section-join .join-bg .bg-img.guy {
    right: 0;
    bottom: 0;
    width: 602px;
    max-inline-size: unset;
    max-block-size: unset
}

.section-join .join-bg .bg-img.crafting {
    right: -22px;
    bottom: 30px;
    width: 310px
}

.section-join .join-bg .bg-img.stars {
    right: -30px;
    bottom: 198px;
    width: 58.46px
}

.section-join .join-bg .square {
    position: absolute;
    background: var(--Mint, #00ffb8);
    box-shadow: 0 0 8px 0 rgba(0, 255, 184, .2);
    display: none
}

@media only screen and (min-width:1025px) {
    .section-join .join-bg .square {
        display: flex
    }
}

.section-join .join-bg .square.one {
    right: -33px;
    bottom: 19px;
    width: 9px;
    height: 9px
}

.section-join .join-bg .square.two {
    top: 133px;
    left: -44px;
    width: 7px;
    height: 7px
}

.section-join .join-bg .square.three {
    top: 149px;
    left: -30px;
    width: 14px;
    height: 14px
}

.section-join .join-bg-square {
    position: absolute;
    display: none
}

@media only screen and (min-width:1025px) {
    .section-join .join-bg-square {
        display: flex
    }
}

.section-join .join-bg-square:first-of-type {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #202020;
    z-index: 1;
    border-top: 8px solid #000;
    border-left: 8px solid #000
}

.section-join .join-bg-square:nth-of-type(2) {
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #00ffb8;
    z-index: 2;
    border-bottom: 8px solid #000;
    border-right: 8px solid #000
}

.timeline-section {
    position: relative;
    background: #000
}

@media only screen and (max-width:1250px) {
    .timeline-section {
        padding: 22px 0;
        padding: 0
    }
}

.timeline-section .timeline-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 11px;
    margin: 0 auto 0;
    padding: 176px 0 100px
}

@media only screen and (max-width:1250px) {
    .timeline-section .timeline-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 90px 0 90px
    }
}

@media only screen and (min-width:1251px) {
    .timeline-section .timeline-wrapper {
        padding: 190px 0 190px
    }
}

@media only screen and (min-width:1342px) {
    .timeline-section .timeline-wrapper {
        padding: 180px 0 180px;
        gap: 24px
    }
}

@media only screen and (max-width:600px) {
    .timeline-section .timeline-wrapper {
        padding: 90px 0 90px
    }
}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 13px 56px;
    background: var(--color-surface-secondary, #202020);
    padding-left: 0;
    padding: 24px 28px 10px
}

.timeline-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-surface-secondary, #202020);
    z-index: 1
}

@media only screen and (max-width:1250px) {
    .timeline-item {
        max-width: 260px;
        width: 260px;
        min-width: 260px;
        margin-top: 97px;
        padding: 24px 28px 16px
    }
}

@media only screen and (min-width:1342px) {
    .timeline-item {
        padding: 28px 28px 10px
    }
}

.timeline-item:nth-child(1) {
    z-index: 8
}

.timeline-item:nth-child(2) {
    z-index: 9
}

.timeline-item:nth-child(3) {
    z-index: 10
}

.timeline-item:nth-child(4) {
    z-index: 11
}

.timeline-item:nth-child(5) {
    z-index: 12
}

.timeline-item:nth-child(6) {
    z-index: 13
}

@media only screen and (min-width:1025px) {
    .timeline-item {
        max-width: 188px;
        min-width: 188px
    }
}

@media only screen and (min-width:1310px) {
    .timeline-item {
        min-height: unset;
        width: 188px
    }
}

@media only screen and (min-width:1710px) {
    .timeline-item {
        min-height: unset;
        height: 132px;
        height: 140px;
        width: 260px;
        max-width: 260px;
        min-width: 260px
    }
}

@media only screen and (min-width:1025px) {
    .timeline-item::after {
        position: absolute;
        top: -7.5px;
        left: 50.3%;
        transform: translateX(-50%);
        display: flex;
        width: 16px;
        height: 8px;
        background: url(../images/svg/polygon.svg) no-repeat 50% 50%;
        background-size: 100%;
        content: "";
        z-index: 1
    }
}

.timeline-item:last-of-type .timeline-item-circle::after {
    height: 180px
}

@media only screen and (min-width:1250px) {
    .timeline-item:last-of-type .timeline-item-circle::after {
        display: none
    }
}

.timeline-item .active-frame {
    transform-style: preserve-3d;
    position: absolute;
    min-width: 70px;
    min-height: 70px;
    max-inline-size: unset;
    max-block-size: unset;
    transform-origin: center center;
    transform: rotate(0);
    opacity: 0
}

.timeline-item-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin-top: -77px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:1250px) {
    .timeline-item-circle {
        top: -7px
    }
}

@media only screen and (min-width:1342px) {
    .timeline-item-circle {
        margin-top: -72px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.timeline-item-circle svg {
    z-index: 2
}

.timeline-item-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--color-background-general, #000);
    filter: blur(4px);
    content: "";
    z-index: -1
}

.timeline-item-circle::after {
    position: absolute;
    top: 46%;
    left: 100%;
    width: 609%;
    max-width: 260px;
    height: 4px;
    content: "";
    background: #dfdfdf;
    background: var(--color-surface-secondary, #202020);
    background: #606060
}

@media only screen and (min-width:1025px) and (max-width:1710px) {
    .timeline-item-circle::after {
        width: 188px
    }
}

@media only screen and (max-width:1250px) {
    .timeline-item-circle::after {
        margin-top: 10px;
        height: 414%;
        width: 2px;
        top: 50%;
        left: 48.1%;
        transform: none
    }
}

@media only screen and (min-width:1710px) {
    .timeline-item-circle::after {
        min-width: 260px
    }
}

@media only screen and (max-width:1200px) {
    .timeline-item-circle::after {
        max-width: 188px
    }
}

@media only screen and (max-width:1024px) {
    .timeline-item-circle::after {
        max-width: 188px
    }
}

.timeline-item-data {
    position: relative;
    margin: 8px auto;
    color: var(--color-border-secondary, #9f9f9f);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    white-space: nowrap;
    text-align: center;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .timeline-item-data {
        margin-top: 3px;
        margin-bottom: 3px;
        margin: 8px auto
    }
}

.timeline-item-text {
    position: relative;
    margin: 0 auto;
    color: var(--color-text-pure, #fff);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-semi-bold, 600);
    line-height: var(--font-line-height-650, 26px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    z-index: 2;
    margin-top: 0
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.timeline-item {
    isolation: isolate
}

.timeline-item .paint-gradient .gradient-stop-one {
    stop-color: #606060
}

.timeline-item .paint-gradient .gradient-stop-two {
    stop-color: #606060
}

.timeline-item.past .active-frame {
    opacity: 1
}

@media only screen and (min-width:1251px) {
    .timeline-item.past .timeline-item-circle:hover .active-frame {
        animation: tl-7poses .9s linear infinite
    }
}

.timeline-item.past .timeline-item-circle::after {
    background: #00ffb8
}

.timeline-item.past .paint-gradient .gradient-stop-one {
    stop-color: #00ffb8
}

.timeline-item.past .paint-gradient .gradient-stop-two {
    stop-color: #018901
}

.timeline-item.past svg {
    z-index: 1
}

@media only screen and (max-width:1250px) {
    .timeline-section+.section-btns.dark {
        display: none
    }
}

@keyframes tl-7poses {
    0% {
        transform: rotate(45deg)
    }

    16.6667% {
        transform: rotate(60deg)
    }

    33.3333% {
        transform: rotate(75deg)
    }

    50% {
        transform: rotate(180deg)
    }

    66.6667% {
        transform: rotate(165deg)
    }

    83.3333% {
        transform: rotate(150deg)
    }

    100% {
        transform: rotate(45deg)
    }
}

.section-general {
    display: none;
    position: relative;
    background: var(--color-background-cf, #101010)
}

@media only screen and (min-width:1025px) {
    .section-general {
        display: flex;
        padding: 104px 20px 80px
    }
}

@media only screen and (min-width:1342px) {
    .section-general {
        padding: 96px 20px 80px
    }
}

.section-general .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-general .content-wrapper-inner {
    max-width: 828px;
    width: 100%
}

.section-general .content-wrapper-inner .heading-second {
    text-align: center
}

.section-general .block-img {
    display: flex;
    justify-content: center;
    max-width: 602px;
    margin: 0 auto 48px
}

@media only screen and (min-width:1342px) {
    .section-general .block-img {
        margin: 0 auto 50px
    }
}

.section-general .text-main {
    display: flex;
    flex-direction: column;
    flex-direction: var();
    justify-content: center;
    max-width: 667px;
    margin: 19px auto
}

.section-general .general-ul-list {
    display: flex;
    align-items: center
}

.section-general .general-ul-list li img {
    margin-right: 10px
}

.section-general img {
    margin-right: 10px
}

.section-general .content-wraper-bg {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin-top: 34px;
    overflow: hidden
}

.section-general .content-wraper-bg img {
    height: 516px;
    max-block-size: unset;
    max-inline-size: unset;
    transform: translateX(-10.7%)
}

@media only screen and (min-width:1342px) {
    .section-general .content-wraper-bg img {
        height: 100%;
        max-block-size: 100%;
        max-inline-size: 100%;
        transform: none
    }
}

@media only screen and (min-width:1342px) {
    .section-general .content-wraper-bg {
        max-width: 1396px;
        height: auto;
        margin-top: 34px
    }
}

.section-general .general-ul-list {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between
}

.section-general .general-ul-list li {
    display: flex;
    align-items: center;
    color: var(--color-text-primary, #dfdfdf);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px
}

.faq-section {
    position: relative;
    width: 100%;
    z-index: 3;
    background: var(--color-background-cf, #101010)
}

.faq-section .content-wrapper {
    padding: 27px 0 90px;
    max-width: 882px;
    width: 100%;
    margin: auto;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .faq-section .content-wrapper {
        padding: 27px 0 90px
    }
}

@media only screen and (max-width:600px) {
    .faq-section .content-wrapper {
        max-width: 925px;
        padding: 0 20px 24px
    }
}

@media only screen and (min-width:1342px) {
    .faq-section .content-wrapper {
        padding: 76px 0 109px
    }
}

.faq-section .heading-second {
    margin: 38px auto 5px
}

@media only screen and (max-width:1024px) {
    .faq-section .heading-second {
        margin: 40px auto 38px;
        line-height: 134%
    }
}

.faq-section .faq-list {
    width: 100%;
    list-style: none;
    padding: 0
}

@media only screen and (min-width:601px) {
    .faq-section .faq-list {
        padding: 42px 0 0 0
    }
}

@media only screen and (min-width:1025px) {
    .faq-section .faq-list {
        padding: 39px 0 0
    }
}

.faq-section .faq-list li {
    position: relative;
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .18px;
    border-bottom: 1px solid #9f9f9f
}

.faq-section .faq-list li:last-child {
    border-bottom: 1px solid transparent
}

.faq-section .faq-list li a {
    transition: .2s ease-in-out
}

.faq-section .faq-list li a:hover {
    color: #f18536
}

.faq-section .faq-list li .question {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    background: 0 0;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 24px 50px 24px 0;
    border: none;
    text-transform: inherit;
    position: relative;
    transition: all .15s;
    letter-spacing: 0;
    cursor: pointer;
    color: var(--color-text-primary, #dfdfdf);
    font-family: var(--font-family-brand, Montserrat);
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-650, 26px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

@media only screen and (max-width:600px) {
    .faq-section .faq-list li .question {
        padding: 14px 70px 24px 0;
        font-size: var(--font-size-450, 18px);
        font-weight: var(--font-weight-medium, 500);
        line-height: 144.44%;
        letter-spacing: var(--font-letter-spacing-default, 0)
    }
}

@media only screen and (max-width:360px) {
    .faq-section .faq-list li .question {
        padding: 24px 52px 24px 0
    }
}

@media only screen and (min-width:1025px) {
    .faq-section .faq-list li .question {
        margin: 0;
        padding: 18.5px 45px 18px 0;
        line-height: 160%
    }
}

.faq-section .faq-list li .question svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    transition: all .15s;
    fill: #9f9f9f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.faq-section .faq-list li .question.active+.answer-outer:before {
    height: 100%
}

.faq-section .faq-list li .question.active svg {
    fill: #fff;
    transform: rotate(180deg)
}

.faq-section .faq-list li .answer-outer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    position: relative;
    background: var(--color-surface-primary, #101010);
    border-left: 2px solid #00ffb8
}

.faq-section .faq-list li .answer-outer .answer-inner {
    padding: 0 36px
}

.faq-section .faq-list li .answer-outer .answer-inner p {
    padding: 0;
    margin: 24px 0;
    max-width: 730px;
    color: #dfdfdf;
    font-family: Lato, sans-serif;
    font-size: var(--font-size-225, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-35, 28px);
    letter-spacing: var(--font-letter-spacing-none, 0);
    color: var(--color-text-primary, #dfdfdf);
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-450, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-700, 28px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    text-align: left
}

.faq-section .faq-list li .answer-outer .answer-inner a {
    color: #eb622b;
    font-family: Lato, sans-serif;
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-225, 18px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-35, 28px);
    letter-spacing: var(--font-letter-spacing-none, 0);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    transition: .2s ease-in-out
}

.faq-section .faq-list li .answer-outer .answer-inner a:hover {
    color: #f18536
}

.faq-section .faq-list li .answer-outer .answer-inner ul {
    padding-bottom: 24px;
    list-style: disc;
    padding-left: 15px
}

.faq-section .decorated-line {
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
    height: 96px
}

.faq-section .decorated-line img {
    max-inline-size: none;
    max-width: 100%;
    max-block-size: -moz-fit-content;
    max-block-size: fit-content
}

.faq-section .first-layer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    min-width: 1920px;
    width: 100vw;
    overflow: hidden
}

.faq-section .faq-visual {
    position: absolute
}

.faq-section .faq-visual.left {
    display: flex;
    bottom: -54px;
    left: -16px;
    width: 574.086px;
    height: 677.374px;
    flex-shrink: 0;
    aspect-ratio: 50/59
}

.faq-section .faq-visual.right {
    display: flex;
    right: 0;
    bottom: 0;
    width: 517px;
    height: 1104px
}

.faq-section .faq-visual.gif {
    position: absolute;
    left: 158px;
    bottom: 349px;
    width: 226px;
    height: 240px;
    flex-shrink: 0;
    aspect-ratio: 113/120
}

.section-bottom {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: 100%
}

@media only screen and (min-width:1025px) {
    .section-bottom {
        display: flex
    }
}

.section-bottom * {
    text-align: center
}

.section-bottom .content-wrapper {
    gap: 16px
}

@media only screen and (max-width:600px) {
    .section-bottom .heading-first {
        max-width: 337px
    }
}

.section-bottom .decorated-bg {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: var(--Green-gradient, linear-gradient(90deg, #00ffb8 0, #018901 100%))
}

.section-bottom .decorated-bg .logo {
    max-width: 347px;
    width: 100%;
    transform: translateY(18%);
    z-index: 5
}

@media only screen and (min-width:1025px) {
    .section-bottom .decorated-bg .logo {
        max-width: 675.824px;
        transform: translateY(123px)
    }
}

.section-bottom .decorated-bg-item {
    display: none;
    position: absolute
}

@media only screen and (min-width:1025px) {
    .section-bottom .decorated-bg-item {
        display: flex
    }
}

.section-bottom .decorated-bg-item.robot {
    top: 0;
    left: 50%;
    transform: translate(-50%, -55px);
    width: 86px;
    height: 97px;
    aspect-ratio: 86/97;
    z-index: 5
}

.section-bottom .decorated-bg-item.note {
    top: 80px;
    left: 72.8vw;
    width: 234px;
    height: 64px
}

@media only screen and (min-width:1342px) {
    .section-bottom .decorated-bg-item.note {
        left: 69.8vw
    }
}

@media only screen and (min-width:1600px) {
    .section-bottom .decorated-bg-item.note {
        left: 65.8vw
    }
}

.section-bottom .decorated-bg-item.guy {
    width: unset;
    height: 326px;
    bottom: 0;
    right: 69vw;
    max-inline-size: unset;
    max-block-size: unset;
    z-index: 4
}

@media only screen and (min-width:1342px) {
    .section-bottom .decorated-bg-item.guy {
        width: 483px;
        height: 379px;
        bottom: 0;
        right: 60.3vw
    }
}

.section-bottom .decorated-bg-item.saber {
    display: none;
    width: 491.431px;
    flex-shrink: 0;
    top: 396px;
    max-inline-size: unset;
    max-block-size: unset;
    left: -3.1%
}

@media only screen and (min-width:1342px) {
    .section-bottom .decorated-bg-item.saber {
        display: flex
    }
}

@media only screen and (min-width:1600px) {
    .section-bottom .decorated-bg-item.saber {
        left: .1%
    }
}

.section-bottom .decorated-bg-item.sword {
    display: none;
    top: 135px;
    right: -1.6%;
    width: 299px;
    height: 375px;
    flex-shrink: 0;
    z-index: 1
}

@media only screen and (min-width:1342px) {
    .section-bottom .decorated-bg-item.sword {
        display: flex
    }
}

@media only screen and (min-width:1600px) {
    .section-bottom .decorated-bg-item.sword {
        right: 4.6%
    }
}

.section-bottom .decorated-bg-item.pattern {
    width: 518px;
    height: 448px
}

.section-bottom .decorated-bg-item.pattern.top {
    top: 263px
}

.section-bottom .decorated-bg-item.pattern.left {
    left: 0
}

.section-bottom .decorated-bg-item.pattern.right {
    right: 0
}

.section-bottom .decorated-bg .tag-item.orange {
    display: none;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

@media only screen and (min-width:1025px) {
    .section-bottom .decorated-bg .tag-item.orange {
        display: flex
    }
}

.section-bottom .first-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media only screen and (min-width:1025px) {
    .section-bottom .first-layer {
        display: flex
    }
}

.section-bottom .categories-container {
    margin-top: 58px;
    margin-bottom: 0
}

@media only screen and (min-width:1025px) {
    .section-bottom .categories-container {
        margin-top: 137px;
        margin-bottom: 18px
    }
}

.section-bottom .section-btns .content-wrapper {
    padding: 0 0 15px
}

@media only screen and (min-width:1025px) {
    .section-bottom .section-btns .content-wrapper {
        padding: 0 0 30px
    }
}

.section-bottom .content-wrapper.additional {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
    gap: 21px;
    padding: 0 21px 48px
}

@media only screen and (min-width:1025px) {
    .section-bottom .content-wrapper.additional {
        padding: 0 0 73px
    }
}

.section-bottom .content-wrapper.additional .heading-five {
    color: var(--color-text-secondary, #bfbfbf);
    text-align: center;
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--font-line-height-600, 24px);
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.section-bottom .content-wrapper.additional .bottom-links-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px var(--space-200, 8px);
    align-self: stretch;
    flex-wrap: wrap
}

.section-bottom .content-wrapper.additional .bottom-link-item {
    display: flex;
    padding: var(--space-200, 8px) var(--space-300, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--space-100, 4px);
    background: var(--color-background-cf, #101010);
    cursor: pointer;
    color: var(--color-text-tertiary, #9f9f9f);
    font-family: var(--font-family-default, Lato);
    font-size: var(--font-size-350, 14px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--font-line-height-500, 20px);
    letter-spacing: var(--font-letter-spacing-default, 0);
    transition: .2s ease-in-out;
    text-decoration: none
}

@media only screen and (min-width:1025px) {
    .section-bottom .content-wrapper.additional .bottom-link-item:hover {
        background-color: #202020
    }
}

.tag-item.orange {
    display: inline-flex;
    padding: var(--space-300, 12px) var(--space-500, 20px) 14px var(--space-500, 20px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--color-surface-brand-cf, #eb622b);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .25);
    color: var(--color-surface-secondary, #202020);
    text-align: center;
    font-family: Minecraft;
    font-size: var(--font-size-400, 16px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: 100%;
    letter-spacing: var(--font-letter-spacing-default, 0)
}

.to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 13px auto 0;
    padding-bottom: 127px;
    color: #dfdfdf;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase
}

@media only screen and (max-width:1024px) {
    .to-top {
        padding-bottom: 0;
        margin: 10px auto 37px;
        font-size: 16px
    }
}

.to-top svg {
    width: 24px;
    height: 24px;
    margin: 0 0 10px;
    transform: translateY(0);
    transition: .2s ease-in-out
}

.to-top:hover svg {
    transform: translateY(-8px)
}

.to-top-section {
    display: flex;
    justify-content: center;
    max-width: 500px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: url(../images/webp/bottom-glow.webp) no-repeat 50% 100%;
    background-size: 200%
}

@media only screen and (max-width:1024px) {
    .to-top-section {
        background-size: 300%
    }
}

.to-top-section .content-wrapper {
    position: relative;
    padding-top: 0;
    z-index: 3
}

@media only screen and (max-width:1024px) {
    .to-top-section .content-wrapper {
        padding-top: 0
    }
}

.footer {
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: .5px solid rgba(0, 255, 184, .7);
    background: var(--color-background-cf, #101010)
}

@media only screen and (min-width:1025px) {
    .footer {
        padding: 0
    }
}

.footer .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 30px 20px 21px
}

@media only screen and (min-width:1025px) {
    .footer .content-wrapper {
        max-width: 1960px;
        padding: 71px 20px 0;
        align-items: flex-start
    }
}

.footer-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .footer-line {
        flex-direction: column;
        align-items: center
    }
}

.footer-line .content-wrapper {
    position: relative;
    flex-direction: column;
    max-width: 1715px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px 0
}

@media only screen and (min-width:1025px) {
    .footer-line .content-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 1715px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.footer-line a,
.footer-line p,
.footer-line span {
    color: #9f9f9f;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none
}

.footer-line a {
    transition: .2s ease-in-out
}

.footer-line a:hover {
    color: #fff
}

.footer-line-left {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1025px) {
    .footer-line-left {
        flex-direction: row;
        align-items: center
    }
}

.footer-line-left ul {
    display: flex;
    align-items: center;
    padding: 0
}

.footer-line-left ul li {
    color: #9f9f9f;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%
}

@media only screen and (min-width:1025px) {
    .footer-line-left ul li {
        margin-left: 32px
    }
}

.footer-line-right {
    display: flex;
    align-items: center
}

.footer-line-right a,
.footer-line-right li,
.footer-line-right p,
.footer-line-right span {
    color: #9f9f9f;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%
}

.footer-socials {
    display: flex;
    margin-top: -2px
}

@media only screen and (max-width:1024px) {
    .footer-socials {
        margin-top: 44px;
        justify-content: center;
        margin: 29px auto 6px
    }
}

.footer-socials-item {
    margin-left: 20px
}

.footer-line ul.mob-only {
    display: none
}

@media only screen and (max-width:1024px) {
    .footer-line ul.mob-only {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        padding: 0 16px 16px
    }

    .footer-line ul.mob-only li {
        margin: 0 4px
    }
}

@media only screen and (max-width:1024px) {
    .footer-line ul.desktop-only {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .footer-socials-item {
        margin-left: unset;
        margin: 0 10px
    }

    .footer-socials-item:first-of-type {
        order: 1
    }

    .footer-socials-item:nth-of-type(2) {
        order: 3
    }

    .footer-socials-item:last-of-type {
        order: 2
    }
}