a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a,
a:hover {
    color: inherit
}

button,
input {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

button {
    border: none;
    cursor: pointer;
    padding: 0
}

@font-face {
    font-family: Geomanist;
    font-style: normal;
    font-weight: 400;
    src: url(/OldHaroldRee\ Bold.ttf) format("woff2")
}

.button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    line-height: 24px;
    min-width: 150px;
    padding: 12px 30px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.button:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.button--primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#3c3c3c), to(#343434));
    background-image: -o-linear-gradient(left, #d1d1d1, #e7e7e7);
    background-image: linear-gradient(90deg, #fcfcfc, #d4d4d4);
    color: #0a0e27
}

.button--primary:focus,
.button--primary:hover {
    -webkit-box-shadow: 0 0 45px #3c3c3c66;
    box-shadow: 0 0 45px #3c3c3c66;
    color: #0a0e27
}

.button--secondary {
    background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#111111)) padding-box padding-box, -webkit-gradient(linear, left top, right top, from(#3c3c3c), to(#343434)) border-box border-box;
    background: -o-linear-gradient(#111111, #111111) padding-box padding-box, -o-linear-gradient(left, #3c3c3c, #343434) border-box border-box;
    background: linear-gradient(#111111, #111111) padding-box padding-box, linear-gradient(90deg, #3c3c3c, #343434) border-box border-box;
    border: 2px solid transparent;
    color: #fff;
    height: 50px;
    padding: 16px 20px
}

.button--secondary:focus,
.button--secondary:hover {
    color: #fff;
    -webkit-filter: drop-shadow(0 4px 45px rgba(16, 197, 249, .45));
    filter: drop-shadow(0 4px 45px rgba(16, 197, 249, .45))
}

.button--secondary:focus .arrow,
.button--secondary:hover .arrow {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.button--secondary .arrow {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.round-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(11, 11, 32, .6);
    background-color: rgba(11, 11, 32, .9);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: auto;
    position: relative;
    width: 48px
}

.round-button,
.round-button:before {
    border-radius: 24px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.round-button:before {
    background-image: -o-linear-gradient(315deg, #0696d966, #17357b66, #0c73b866);
    background-image: linear-gradient(135deg, #0696d966, #17357b66, #0c73b866);
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, from(#fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.round-button:focus,
.round-button:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px #343434;
    box-shadow: 0 0 12px #343434;
    color: #0a0e27
}

.round-button:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.navigate-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    margin-right: auto;
    outline: none;
    padding: 0 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.navigate-button:focus,
.navigate-button:hover {
    color: #3c3c3c
}

.card {
    background-color: #3c3c3c0d;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.card,
.card:before {
    border-radius: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.card:before {
    background-image: -o-linear-gradient(315deg, #0696d966, #17357b66, #0c73b866);
    background-image: linear-gradient(135deg, #0696d966, #17357b66, #0c73b866);
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, from(#fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.card--bg-1 {
    background-image: url(/static/img/card-bg-1.png)
}

.card--bg-2 {
    background-image: url(/static/img/card-bg-2.png)
}

.card--bg-3 {
    background-image: url(/static/img/card-bg-3.png)
}

.card--bg-4 {
    background-image: url(/static/img/card-bg-4.png)
}

.card__text {
    margin-top: 20px
}

.whitepaper {
    background-color: #0a0e27;
    background-image: url(/static/img/whitepaper-bg.jpg);
    background-position: 50%;
    background-size: cover;
    border-radius: 14px;
    color: #fff;
    max-width: 412px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.whitepaper:focus-within .whitepaper__link:before,
.whitepaper:focus .whitepaper__link:before,
.whitepaper:hover .whitepaper__link:before {
    background-color: #3c3c3c0d
}

.whitepaper__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 46px 30px 24px;
    position: relative;
    width: 100%
}

@media(max-width:600px) {
    .whitepaper__wrapper {
        padding: 30px 20px 16px
    }
}

.whitepaper__footer,
.whitepaper__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.whitepaper__body,
.whitepaper__footer,
.whitepaper__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.whitepaper__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.whitepaper__image {
    height: auto;
    max-width: 144px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(max-width:600px) {
    .whitepaper__image {
        max-width: 96px
    }
}

.whitepaper__link,
.whitepaper__title,
.whitepaper__version {
    color: inherit;
    font-family: Geomanist, Inter, sans-serif;
    font-weight: 500;
    text-align: left
}

.whitepaper__version {
    font-family: Geomanist, Inter, sans-serif;
    font-size: 14px;
    line-height: 14px
}

@media(max-width:600px) {
    .whitepaper__version {
        font-size: 10px;
        line-height: 10px
    }
}

.whitepaper__title {
    font-size: 42px;
    line-height: 42px;
    margin-top: 28px
}

@media(max-width:600px) {
    .whitepaper__title {
        font-size: 28px;
        line-height: 28px
    }
}

.whitepaper__link {
    font-size: 12px;
    line-height: 12px
}

.whitepaper__link:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.latest-post,
.whitepaper__link:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.latest-post {
    background-color: #0a0e27;
    border: 1px solid #0a0e27;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 420px;
    max-width: 980px;
    overflow: hidden;
    padding: 34px;
    position: relative
}

@media(max-width:600px) {
    .latest-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        max-width: 100%;
        padding: 16px
    }
}

.latest-post__image-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #141b44;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-right: 30px;
    max-width: 280px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(max-width:600px) {
    .latest-post__image-container {
        height: 120px;
        margin-right: 0;
        max-width: 100%
    }
}

.latest-post__image {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.latest-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
    overflow: hidden;
    width: 100%
}

.latest-post__content,
.latest-post__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.latest-post__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:600px) {
    .latest-post__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px;
        max-width: 100%;
        overflow: hidden;
        width: 100%
    }
}

.latest-post__tags {
    margin-right: 12px
}

@media(max-width:600px) {
    .latest-post__tags {
        margin-bottom: 16px;
        margin-right: 0;
        max-width: 100%
    }
}

.latest-post__info {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.latest-post__link:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.latest-post__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Geomanist, Inter, sans-serif;
    font-size: 60px;
    line-height: 60px;
    overflow: hidden
}

@media(max-width:900px) {
    .latest-post__title {
        font-size: 32px;
        line-height: 32px
    }
}

.latest-post__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    opacity: .6
}

.input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ffffff33;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.input-group:focus,
.input-group:focus-within,
.input-group:hover {
    border-color: #fff;
    color: #fff
}

.input-group__icon {
    height: 24px;
    width: 24px
}

.input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 48px;
    line-height: 20px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: 100%
}

.input:placeholder {
    color: #fff
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width:600px) {
    .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filters__label {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-right: 38px
}

@media(max-width:600px) {
    .filters__label {
        margin-bottom: 16px;
        margin-right: 0
    }
}

.filters__list,
.tags {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px
}

.filters__list,
.tag,
.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #151530;
    border: 1px solid #141b44;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    line-height: 16px;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tag:focus,
.tag:hover {
    border-color: #343434
}

.tag:active {
    background-color: #141b44;
    border-color: #a9d1e2;
    color: #87c0dd
}

.tag--active {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff
}

.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 576px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

@media(max-width:600px) {
    .article {
        max-width: 100%
    }
}

.article__link:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.article__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Geomanist, Inter, sans-serif;
    font-size: 40px;
    line-height: 40px;
    overflow: hidden
}

@media(max-width:600px) {
    .article__title {
        font-size: 32px;
        line-height: 32px
    }
}

.article__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    opacity: .6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.article__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:600px) {
    .article__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.article__info {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 16px;
    white-space: nowrap
}

@media(max-width:600px) {
    .article__info {
        margin-bottom: 16px;
        margin-right: 0
    }
}

.pagination {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    row-gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pagination,
.pagination__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #0a0e27;
    border: 1px solid #171b33;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 20px;
    outline: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40px
}

.pagination__button:focus,
.pagination__button:hover {
    background-color: #141b44;
    border-color: #343434
}

.pagination__button:active {
    background-color: #141b44;
    border-color: #a9d1e2;
    color: #87c0dd
}

.pagination__button--active {
    background-color: #141b44;
    border-color: #343434
}

.authors {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 54px;
    width: 100%
}

@media(max-width:600px) {
    .authors {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 24px
    }
}

.authors__label {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: auto
}

.authors__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 580px;
    width: 100%
}

@media(max-width:600px) {
    .authors__list {
        max-width: 100%
    }
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width:600px) {
    .author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.author+.author {
    margin-top: 54px
}

@media(max-width:600px) {
    .author+.author {
        margin-top: 32px
    }
}

.author__image {
    border-radius: 40px;
    height: 80px;
    margin-right: 20px;
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 80px
}

@media(max-width:600px) {
    .author__image {
        border-radius: 24px;
        height: 48px;
        margin-bottom: 24px;
        max-height: 48px;
        max-width: 48px;
        min-height: 48px;
        min-width: 48px;
        width: 48px
    }
}

.author__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.author__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.author__summary {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    opacity: .4
}

* {
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: none
}

::-webkit-scrollbar {
    display: none
}

html {
    font-family: Inter, sans-serif;
    height: 100%;
    overflow-x: hidden;
    overscroll-behavior-y: none
}

body,
html {
    scroll-behavior: smooth
}

body {
    background-color: #0a0e27;
    background-image: -o-linear-gradient(top, #000e47, #0a0e27 calc(100% - 104px));
    background-image: linear-gradient(180deg, #000e47, #0a0e27 calc(100% - 104px));
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

body:before {
    content: url(/static/img/body-background.png) url(/static/img/section-decoration.png);
    height: 0;
    overflow: hidden;
    width: 0
}

body:after,
body:before {
    position: absolute;
    z-index: -1
}

body:after {
    background-image: url(/static/img/body-background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-filter: blur(24px);
    filter: blur(24px);
    height: 100%;
    left: 0;
    pointer-events: none;
    top: -24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

@media(max-width:600px) {
    body {
        background-image: -o-linear-gradient(top, #000e47, #0a0e27 calc(100% - 192px));
        background-image: linear-gradient(180deg, #000e47, #0a0e27 calc(100% - 192px))
    }
}

.body--without-background {
    background-color: #111111;
    background-image: none
}

.body--without-background:after,
.body--without-background:before {
    display: none
}

.main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 104px;
    padding-top: 78px;
    width: 100%
}

.main:after {
    background-image: url(/static/img/section-decoration.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 1550px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-45%, -204px) rotate(20deg);
    -ms-transform: translate(-45%, -204px) rotate(20deg);
    transform: translate(-45%, -204px) rotate(20deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1550px;
    z-index: 2
}

@media(max-width:600px) {
    .main {
        padding-bottom: 192px;
        padding-top: 70px
    }

    .main:after {
        height: 455px;
        -webkit-transform: translate(-45%, -292px) rotate(20deg);
        -ms-transform: translate(-45%, -292px) rotate(20deg);
        transform: translate(-45%, -292px) rotate(20deg);
        width: 455px
    }
}

.main--home:after {
    background-image: url(/static/img/section-home-decoration.png);
    background-size: cover;
    bottom: 0;
    -webkit-filter: none;
    filter: none;
    height: 1128px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    z-index: -1
}

@media(max-width:600px) {
    .main--home:after {
        background-image: url(/static/img/section-home-decoration-mobile.png)
    }
}

.body.burger-active,
html.burger-active {
    overflow-y: hidden
}

.body.burger-active .footer,
.body.burger-active .section,
html.burger-active .footer,
html.burger-active .section {
    -webkit-filter: blur(25px);
    filter: blur(25px)
}

.body.burger-active .header,
html.burger-active .header {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.title {
    color: #fff;
    font-family: Geomanist, Inter, sans-serif;
    font-weight: 400;
    text-align: center
}

.text {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.text--blue {
    color: #87c0dd
}

.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media(max-width:1200px) {
    .container {
        max-width: 100%
    }
}

.container--big {
    max-width: 1400px
}

.section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section--decoration:after,
.section--decoration:before {
    background-image: url(/static/img/section-decoration.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1
}

.section--dark {
    background-color: #0a0e27;
    color: #fff
}

.section--rounded-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    position: fixed;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 10
}

@media(max-width:600px) {
    .header {
        height: 70px
    }
}

.header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

.header__nav .menu__item--mobile {
    display: none
}

@media(max-width:600px) {
    .header__nav .menu__item--mobile {
        display: block
    }

    .header__nav .menu__item--mobile a {
        background: transparent;
        border: 2px solid #343434
    }

    .header__nav .menu__item--desktop {
        display: none
    }
}

.header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 206px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 120
}

@media(max-width:600px) {
    .header__logo {
        max-width: 140px
    }
}

.header__logo-image {
    height: auto;
    max-width: 176px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(max-width:600px) {
    .header__logo-image {
        max-width: 145px
    }
}

.menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:900px) {
    .menu {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link:focus,
.link:hover {
    color: #3c3c3c
}

.header .menu.header__menu.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media(max-width:600px) {
    .header .menu.header__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        background-image: url(/static/img/card-bg-3.png);
        background-position: 50%;
        background-size: 110% 110%;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        justify-content: start;
        opacity: 0;
        padding: 98px 24px 48px;
        position: fixed;
        right: 0;
        row-gap: 24px;
        top: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity .25s ease, -webkit-transform 0s ease;
        transition: opacity .25s ease, -webkit-transform 0s ease;
        -o-transition: transform 0s ease, opacity .25s ease;
        transition: transform 0s ease, opacity .25s ease;
        transition: transform 0s ease, opacity .25s ease, -webkit-transform 0s ease;
        width: 100%;
        z-index: 100
    }
}

.burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
    height: 32px;
    justify-content: center;
    overflow: visible;
    padding: 6px;
    position: fixed;
    right: 12px;
    top: 20px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 32px;
    z-index: 150
}

@media(max-width:600px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:320px) {
    .burger {
        top: 24px
    }
}

.burger-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.burger-inner {
    display: block;
    margin-top: -2px;
    pointer-events: none;
    top: 50%
}

.burger-inner:before {
    pointer-events: none;
    top: -6px
}

.burger-inner:after {
    bottom: -6px;
    pointer-events: none
}

.burger-inner,
.burger-inner:after,
.burger-inner:before {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    pointer-events: none;
    position: absolute;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%
}

.burger-inner:after,
.burger-inner:before {
    content: "";
    display: block
}

.burger--spin .burger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.burger--spin .burger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.burger--spin .burger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.burger--spin.is-active .burger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.burger--spin.is-active .burger-inner:before {
    opacity: 0;
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.burger--spin.is-active .burger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.section--hero {
    margin-inline: auto;
    margin-top: 0;
    padding-bottom: 354px;
    position: fixed;
    width: 100%
}

.section--hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media(max-width:600px) {
    .hero .icon {
        width: 141px
    }
}

.hero:after {
    background-image: url(/static/img/hero-section-decoration.png);
    background-size: cover;
    bottom: 0;
    content: "";
    -webkit-filter: none;
    filter: none;
    height: 1018px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    z-index: -1
}

@media(max-width:600px) {
    .hero:after {
        background-image: url(/static/img/hero-section-decoration-mobile.png);
        bottom: 246px;
        height: 426px
    }
}

.hero__title {
    font-size: 90px;
    line-height: 90px
}

@media(max-width:600px) {
    .hero__title {
        font-size: 60px;
        line-height: 60px;
        margin-top: -20px;
        max-width: 280px
    }
}

.hero__text {
    color: #b0cfeb;
    font-size: 16px;
    line-height: 22px;
    margin-top: 32px;
    max-width: 703px;
    text-align: center
}

@media(max-width:600px) {
    .hero__text {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        max-width: 328px;
        text-align: center
    }
}

.hero__cta {
    margin: 44px auto 0
}

.hero__cta img {
    height: 24px;
    width: 24px
}

@media(max-width:600px) {
    .hero__cta {
        height: 56px;
        margin: 24px auto 0;
        min-width: 191px
    }
}

.section--image {
    margin-top: 540px;
    position: relative
}

.section--image img {
    width: 100%
}

@media(max-width:600px) {
    .section--image img {
        width: 156%
    }
}

.section--details {
    background: #111111;
    padding-top: 96px
}

@media(max-width:600px) {
    .section--details {
        padding-top: 47px
    }
}

.section--details .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 130px
}

@media(max-width:600px) {
    .section--details .details {
        gap: 80px
    }
}

.section--details .details .detail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

@media(max-width:1200px) {
    .section--details .details .detail {
        gap: 40px
    }
}

@media(max-width:900px) {
    .section--details .details .detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.section--details .details .detail img {
    height: 100%;
    max-height: 435px;
    max-width: 550px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.section--details .details .detail .detail-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.section--details .details .detail .detail-content a {
    height: 60px;
    margin-top: 16px
}

.section--details .details .detail .detail-content__title {
    color: #afafaf;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22em
}

.section--details .details .detail .detail-content__header {
    color: #fff;
    font-family: Geomanist, Inter, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1em
}

@media(max-width:600px) {
    .section--details .details .detail .detail-content__header {
        font-size: 40px;
        line-height: 40px
    }
}

.section--details .details .detail .detail-content__header .blue {
    color: #afafaf
}

.section--details .details .detail .detail-content__check-container {
    color: #a2bcd4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    gap: 16px;
    line-height: 1.45em
}

.section--details .details .detail .detail-content__check-container .check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #171b33;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    justify-content: center;
    max-width: 24px;
    width: 100%
}

@media(max-width:600px) {
    .section--details .details .detail .detail-content__check-container .example {
        color: #a2bcd4;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        text-align: left
    }

    .section--details .details .detail .detail-content--order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:900px) {
    .section--details .details .detail .image-order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.section--protocol {
    margin-top: 74px;
    position: relative
}

.section--protocol:after {
    height: 830px;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(40%, -25%) rotate(25deg);
    -ms-transform: translate(40%, -25%) rotate(25deg);
    transform: translate(40%, -25%) rotate(25deg);
    width: 730px
}

.section--protocol:before {
    height: 412px;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-40%, -25%) rotate(25deg);
    -ms-transform: translate(-40%, -25%) rotate(25deg);
    transform: translate(-40%, -25%) rotate(25deg);
    width: 362px
}

@media(max-width:600px) {
    .section--protocol {
        margin-top: 46px
    }
}

.protocol {
    position: relative;
    width: 100%
}

.protocol__card {
    padding: 96px 96px 120px;
    width: 100%
}

@media(max-width:900px) {
    .protocol__card {
        padding: 24px 30px
    }
}

.protocol__title {
    font-size: 70px;
    line-height: 70px;
    margin-top: 32px;
    max-width: 50%;
    text-align: left
}

@media(max-width:900px) {
    .protocol__title {
        font-size: 36px;
        line-height: 36px;
        margin-top: 0;
        max-width: unset;
        text-align: center
    }
}

.protocol__text {
    margin-top: 26px;
    max-width: 200px
}

@media(max-width:900px) {
    .protocol__text {
        margin: 12px auto 0;
        text-align: center
    }
}

.protocol__button {
    margin-top: 44px
}

@media(max-width:900px) {
    .protocol__button {
        margin-top: 20px;
        width: 100%
    }
}

.protocol__whitepaper {
    height: 545px;
    position: absolute;
    right: 100px;
    top: 64px
}

@media(max-width:900px) {
    .protocol__whitepaper {
        height: 365px;
        margin: 20px auto 0;
        position: static;
        right: unset;
        top: unset
    }
}

.section--create {
    margin-bottom: 60px;
    margin-top: 238px
}

.section--create:after {
    height: 1552px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -15%) rotate(20deg);
    -ms-transform: translate(-50%, -15%) rotate(20deg);
    transform: translate(-50%, -15%) rotate(20deg);
    width: 1550px
}

@media(max-width:600px) {
    .section--create {
        margin-bottom: 68px;
        margin-top: 74px
    }
}

.create {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.create--articles {
    margin-top: 106px
}

.create--article-page {
    margin-bottom: 64px;
    margin-top: 156px
}

.create__title {
    font-size: 60px;
    line-height: 60px
}

@media(max-width:600px) {
    .create__title {
        font-size: 36px;
        line-height: 36px;
        max-width: 200px
    }
}

.create__button {
    margin-top: 32px
}

@media(max-width:600px) {
    .create__button {
        margin-top: 20px
    }
}

.create__text {
    margin-top: 32px
}

@media(max-width:600px) {
    .create__text {
        font-size: 14px;
        margin-top: 24px
    }
}

.section--latest {
    margin-top: 74px
}

@media(max-width:600px) {
    .section--latest {
        margin-top: 36px
    }
}

.section--articles {
    margin-top: 52px;
    padding-bottom: 64px;
    padding-top: 44px
}

@media(max-width:600px) {
    .section--articles {
        margin-top: 24px
    }
}

.articles {
    margin: 0 auto;
    max-width: 780px;
    width: 100%
}

@media(max-width:600px) {
    .articles {
        max-width: 100%
    }
}

.articles__nav {
    max-width: 576px
}

@media(max-width:600px) {
    .articles__nav {
        max-width: 100%
    }
}

.articles__filters {
    margin-top: 20px
}

.articles__filters--filtered,
.articles__filters--hidden {
    display: none
}

.articles__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 44px;
    row-gap: 20px;
    width: 100%
}

.articles__item {
    border-bottom: 1px solid #ffffff33;
    min-height: 275px;
    padding: 25px 0 45px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.articles__item:focus-within,
.articles__item:hover {
    border-color: #fff
}

@media(max-width:900px) {
    .articles__item {
        min-height: unset
    }
}

.articles__item--filtered,
.articles__item--hidden {
    display: none
}

.articles__item .article {
    position: static
}

.articles__pagination {
    margin-top: 60px
}

.section--page-article {
    margin-top: 125px
}

@media(max-width:600px) {
    .section--page-article {
        margin-top: 36px
    }
}

.page-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 780px;
    padding: 54px 0;
    width: 100%
}

@media(max-width:600px) {
    .page-article {
        max-width: 100%;
        padding: 32px 0
    }
}

.page-article__navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.page-article__summary {
    border-bottom: 1px solid #ffffff33;
    padding: 38px 0 34px
}

@media(max-width:600px) {
    .page-article__summary {
        padding: 24px 0
    }
}

.page-article .article {
    max-width: 100%
}

.page-article .article__title {
    font-size: 70px;
    line-height: 70px
}

@media(max-width:600px) {
    .page-article .article__title {
        font-size: 32px;
        line-height: 32px
    }
}

.page-article .article__text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 12px;
    opacity: 1
}

@media(max-width:600px) {
    .page-article .article__text {
        font-size: 16px;
        line-height: 24px
    }
}

.page-article .article__footer {
    margin-top: 34px
}

@media(max-width:600px) {
    .page-article .article__footer {
        margin-top: 16px
    }
}

.page-article__content {
    color: #fff;
    font-size: 16px;
    line-height: 1.625em;
    margin-bottom: 62px;
    margin-left: auto;
    margin-top: 30px;
    max-width: 680px;
    overflow: hidden;
    width: 100%
}

@media(max-width:900px) {
    .page-article__content {
        margin-bottom: 32px;
        margin-left: unset;
        max-width: 100%
    }
}

.page-article__content h1,
.page-article__content h2,
.page-article__content h3,
.page-article__content h4,
.page-article__content h5,
.page-article__content h6,
.page-article__content p {
    line-height: 1.375em;
    margin-bottom: 10px
}

.page-article__content h1 {
    font-size: 36px
}

.page-article__content h2 {
    font-size: 30px
}

.page-article__content h3 {
    font-size: 24px
}

.page-article__content h4 {
    font-size: 18px
}

.page-article__content p+p {
    margin-top: 22px
}

.page-article__content a {
    color: #3c3c3c;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-article__content a:focus,
.page-article__content a:hover {
    color: #fff
}

.page-article__content ol,
.page-article__content ul {
    list-style-position: inside
}

.page-article__content ol {
    list-style-type: decimal
}

.page-article__content ul {
    list-style-type: disc
}

.page-article__content hr {
    background-color: #fff;
    margin: 40px 0;
    opacity: .05;
    width: 100%
}

@media(max-width:600px) {
    .page-article__content hr {
        margin: 24px 0
    }
}

.page-article__content img {
    border-radius: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-article__authors {
    border-top: 1px solid #ffffff33;
    padding-top: 50px
}

@media(max-width:600px) {
    .page-article__authors {
        padding-top: 32px
    }
}

.section--users {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 147px
}

@media(max-width:600px) {
    .section--users {
        padding-top: 112px
    }

    .section--users .button--secondary {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgba(10, 14, 39, .4);
        border: 1px solid #343434
    }
}

.defi-users__title {
    color: #fff;
    font-family: Geomanist;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center
}

@media(max-width:600px) {
    .defi-users__title {
        margin-bottom: 24px
    }
}

.defi-users__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%
}

@media(max-width:600px) {
    .defi-users__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }
}

.defi-users__container-box-left {
    height: 100%;
    max-width: 480px;
    width: 100%
}

.defi-users__container-box-right {
    gap: 21px;
    max-width: 680px;
    width: 100%
}

.box-dark,
.box-dark__text,
.defi-users__container-box-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.box-dark {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    background: #0b0e22;
    border: 1px solid #1e2239;
    border-radius: 20px;
    contain: paint;
    justify-content: space-between;
    padding: 32px 36px 24px 32px;
    position: relative;
    width: 100%
}

.box-dark a {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: rgba(10, 14, 39, .4);
    border: 2px solid #343434;
    height: 60px
}

@media(max-width:600px) {
    .box-dark {
        padding: 22px 25px 16px 22px
    }
}

.box-dark span {
    color: #afafaf;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 16px;
    text-align: left
}

@media(max-width:600px) {
    .box-dark span {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 11px
    }
}

.box-dark div {
    font-family: Geomanist;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 40px;
    margin-bottom: 12px;
    text-align: left
}

@media(max-width:600px) {
    .box-dark div {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 8px
    }
}

.box-dark p {
    color: #a2bcd4;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left
}

@media(max-width:600px) {
    .box-dark p {
        font-size: 14px;
        line-height: 16px
    }
}

.box-dark__text-title {
    max-width: 221px
}

.box-dark__text-description {
    max-width: 300px
}

.box-dark--left {
    min-height: 646px
}

@media(max-width:600px) {
    .box-dark--left {
        min-height: 462px
    }
}

.box-dark--right-bottom,
.box-dark--right-top {
    min-height: 313px
}

@media(max-width:600px) {

    .box-dark--right-bottom,
    .box-dark--right-top {
        min-height: 462px
    }
}

.img-down {
    border-bottom-right-radius: 20px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 47px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

@media(max-width:600px) {
    .img-down {
        max-width: 333px
    }
}

.img-right {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    bottom: 0;
    width: -webkit-fill-available;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    z-index: -1
}

@media(max-width:600px) {
    .img-right {
        display: none
    }
}

.img-right-mobile {
    display: none
}

@media(max-width:600px) {
    .img-right-mobile {
        bottom: 0;
        display: block;
        max-height: 317px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -1
    }
}

.section--future {
    padding-block: 100px
}

@media(max-width:600px) {
    .section--future {
        padding-bottom: 72px;
        padding-top: 16px
    }
}

.section--future .hero:after {
    content: none
}

@media(max-width:600px) {
    .section--future .hero__title {
        font-family: Geomanist;
        font-size: 60px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 60px;
        padding: 0 12px;
        text-align: center
    }

    .section--future .hero__text {
        max-width: 100%
    }
}

.footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 104px;
    padding: 0 0 46px;
    position: absolute;
    width: 100%
}

@media(max-width:600px) {
    .footer {
        height: 192px;
        padding: 0 0 40px
    }
}

.footer__copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:600px) {
    .footer__copyrights {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 16px
    }
}

.footer__logo {
    height: auto;
    max-width: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(max-width:600px) {
    .footer__logo {
        max-width: 22px
    }
}

.footer__copyrights-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 16px;
    opacity: 1
}

@media(max-width:600px) {
    .footer__copyrights-text {
        color: #464659;
        margin-top: 16px;
        text-align: center
    }
}

.footer__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media(max-width:600px) {
    .footer__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:600px) {
    .footer__list {
        margin-top: 140px;
        position: absolute
    }
}

.footer__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__link {
    height: 40px;
    width: 40px
}

.footer__link-icon {
    height: auto;
    max-width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

/*# sourceMappingURL=main.css.map */