@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/landing/fonts/Poppins-Regular.ttf) format("ttf"), url(/landing/fonts/Poppins-Regular.woff) format("woff")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(/landing/fonts/Poppins-Medium.ttf) format("ttf"), url(/landing/fonts/Poppins-Medium.woff) format("woff")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(/landing/fonts/Poppins-SemiBold.ttf) format("ttf"), url(/landing/fonts/Poppins-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(/landing/fonts/Poppins-Bold.ttf) format("ttf"), url(/landing/fonts/Poppins-Bold.woff) format("woff")
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/landing/fonts/DMSans-Bold.ttf) format("ttf"), url(/landing/fonts/DMSans-Bold.woff) format("woff")
}

*, :after, :before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px;
    line-height: 1.5;
    scroll-behavior: smooth
}

body {
    margin: 0 auto
}

ul {
    margin: 0;
    padding-left: 0
}

ul li {
    list-style-type: none
}

input, select, textarea {
    outline: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:hover {
    cursor: pointer
}

textarea {
    resize: none
}

input[type=button]:active, input[type=submit]:active {
    border-color: inherit;
    outline: none
}

input[type=button]:focus, input[type=submit]:focus {
    border-style: solid;
    box-shadow: none
}

input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
    display: none
}

button {
    background-color: unset;
    border: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

button:hover {
    cursor: pointer
}

button:active, button:focus {
    border-style: none;
    outline: none
}

button::-moz-focus-inner, select::-moz-focus-inner {
    border: 0
}

input[type=number], input[type=number]:focus, input[type=number]:hover {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

p {
    margin: 0
}

a, a:active, a:hover {
    color: inherit;
    text-decoration: none;
    word-break: break-word
}

a:focus {
    outline: none
}

img, picture {
    display: block;
    height: auto;
    width: 100%
}

.header {
    background: #141416;
    padding: 32px 8px 16px
}

@media (min-width: 991px) {
    .header {
        padding: 20px 0
    }
}

.header__wrap {
    justify-content: space-between;
    width: 100%
}

.header .left, .header__wrap {
    align-items: center;
    display: flex
}

.header .left {
    gap: 40px;
    justify-content: center
}

.header .left .navigation {
    border-left: 1px solid #353945;
    display: none;
    padding-left: 40px
}

.header .left .navigation__list {
    align-items: center;
    display: flex;
    gap: 48px;
    justify-content: center
}

@media (min-width: 991px) {
    .header .left .navigation {
        display: block
    }
}

.header .left .logo__img {
    max-width: 32px
}

.header .left .logo a {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center
}

.header .left .logo span {
    color: #fcfcfd;
    white-space: nowrap
}

.header .right .downloads {
    align-items: center;
    display: none;
    gap: 8px;
    justify-content: center
}

@media (min-width: 991px) {
    .header .right .downloads {
        display: flex
    }
}

.header .right .downloads__button {
    align-items: center;
    border-radius: 90px;
    color: #fcfcfd;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    height: 40px;
    justify-content: center;
    opacity: 1;
    padding: 0 16px 0 40px;
    position: relative;
    transition: opacity .3s linear
}

.header .right .downloads__button:hover {
    opacity: .8;
    transition: opacity .3s linear
}

.header .right .downloads__button.android {
    background: url(/landing/icons/mob-android.svg) no-repeat #3772ff;
    background-position: 16px 10px
}

.header .right .downloads__button.window {
    background: url(/landing/icons/mob-window.svg) no-repeat;
    background-position: 16px 10px;
    border: 2px solid #777e90
}

.hero {
    background: #141416;
    padding: 40px 0
}

@media (min-width: 991px) {
    .hero {
        padding-bottom: 108px;
        padding-top: 50px
    }
}

.hero__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 991px) {
    .hero__wrap {
        flex-direction: row;
        gap: 20px
    }
}

.hero__title h1 {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

@media (min-width: 991px) {
    .hero__title h1 {
        line-height: 56px
    }
}

.hero__title h1 span {
    color: #3772ff
}

@media (min-width: 991px) {
    .hero__title h1 {
        color: #fcfcfd;
        font-family: DM Sans, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;
        text-align: left
    }
}

@media (min-width: 991px) and (min-width: 991px) {
    .hero__title h1 {
        line-height: 56px
    }
}

@media (min-width: 991px) {
    .hero__title h1 span {
        color: #3772ff
    }
}

.hero__text {
    color: #777e90;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    text-align: center
}

@media (min-width: 991px) {
    .hero__text {
        margin-top: 20px;
        text-align: left
    }
}

.hero .downloads {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

@media (min-width: 991px) {
    .hero .downloads {
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 48px
    }
}

.hero .downloads button {
    align-items: center;
    border-radius: 90px;
    color: #fcfcfd;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: opacity .3s linear
}

.hero .downloads button:hover {
    opacity: .8;
    transition: opacity .3s linear
}

.hero__image {
    position: relative
}

@media (min-width: 991px) {
    .hero__image {
        transform: scale(1.1)
    }
}

.hero__lottie {
    max-width: 250px;
    position: absolute;
    right: 50px;
    top: 50px
}

@media (min-width: 991px) {
    .hero__lottie {
        max-width: 250px;
        right: 150px;
        top: 50px
    }
}

.advantage {
    background: #18191d;
    padding: 40px 0;
    position: relative
}

@media (min-width: 991px) {
    .advantage {
        padding: 120px 0
    }
}

.advantage__image {
    display: none;
    max-width: 145px;
    position: absolute;
    top: -65px
}

@media (min-width: 991px) {
    .advantage__image {
        display: block
    }

    .advantage__top {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.advantage__title h2 {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

@media (min-width: 991px) {
    .advantage__title h2 {
        line-height: 56px
    }
}

.advantage__title h2 span {
    color: #3772ff
}

@media (min-width: 991px) {
    .advantage__title h2 {
        color: #fcfcfd;
        font-family: DM Sans, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;
        text-align: center
    }
}

@media (min-width: 991px) and (min-width: 991px) {
    .advantage__title h2 {
        line-height: 56px
    }
}

@media (min-width: 991px) {
    .advantage__title h2 span {
        color: #3772ff
    }
}

.advantage__text {
    color: #777e90;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    text-align: left
}

@media (min-width: 991px) {
    .advantage__text {
        margin-top: 20px;
        text-align: center
    }
}

.advantage__lottie {
    max-width: 650px;
    position: absolute;
    top: 0
}

.advantage .slider {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 48px
}

@media (min-width: 991px) {
    .advantage .slider {
        margin-top: 64px
    }
}

.advantage .slider__item {
    background: #23262f;
    border-radius: 20px;
    height: auto;
    margin-right: 8px;
    padding: 16px 32px 24px
}

@media (min-width: 991px) {
    .advantage .slider__item {
        margin-right: 24px;
        padding: 55px 32px
    }
}

.advantage .slider__item .title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center
}

.advantage .slider__item .text {
    color: #777e90;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.advantage .slick-track {
    display: flex
}

.advantage .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.steps {
    background: #141416
}

.steps__wrap {
    padding: 64px 0
}

@media (min-width: 991px) {
    .steps__wrap {
        padding: 136px 0 54px
    }
}

.steps .top {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

@media (min-width: 991px) {
    .steps .top {
        align-items: center
    }
}

.steps__title h2 {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

@media (min-width: 991px) {
    .steps__title h2 {
        line-height: 56px
    }
}

.steps__title h2 span {
    color: #3772ff
}

@media (min-width: 991px) {
    .steps__title h2 {
        color: #fcfcfd;
        font-family: DM Sans, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;
        text-align: center
    }
}

@media (min-width: 991px) and (min-width: 991px) {
    .steps__title h2 {
        line-height: 56px
    }
}

@media (min-width: 991px) {
    .steps__title h2 span {
        color: #3772ff
    }
}

.steps__text {
    color: #777e90;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 64px
}

@media (min-width: 991px) {
    .steps__text {
        margin-bottom: 80px
    }
}

.steps__list {
    align-items: center;
    display: flex;
    gap: 27px;
    justify-content: flex-start;
    overflow: auto;
    width: 100%
}

@media (min-width: 991px) {
    .steps__list {
        gap: 32px
    }
}

.steps__item {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: start;
    min-width: 256px
}

.steps__item:nth-child(2) {
    position: relative
}

.steps__item:nth-child(2):after, .steps__item:nth-child(2):before {
    background: url(/landing/img/steps/step-dash.svg) no-repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50px;
    width: 160px
}

.steps__item:nth-child(2):before {
    left: -100px
}

.steps__item:nth-child(2):after {
    right: -100px
}

.steps__item .image {
    margin-bottom: 24px;
    max-width: 96px
}

.steps__item .step {
    color: #777e90;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 32px
}

.steps__item .title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center
}

.steps__item .text {
    font-size: 14px;
    text-align: center
}

.steps .downloads {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin-top: 64px;
    width: 100%
}

@media (min-width: 991px) {
    .steps .downloads {
        flex-direction: row;
        margin-top: 100px
    }
}

.steps .downloads button {
    align-items: center;
    border-radius: 90px;
    color: #fcfcfd;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: opacity .3s linear
}

.steps .downloads button:hover {
    opacity: .8;
    transition: opacity .3s linear
}

.market {
    background: #141416;
    padding: 32px 0
}

@media (min-width: 991px) {
    .market {
        padding: 136px 0 63px
    }
}

.market .top {
    max-width: 520px
}

.market__title {
    margin-bottom: 20px
}

@media (min-width: 991px) {
    .market__title {
        margin-bottom: 40px
    }
}

.market__title h2 {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

@media (min-width: 991px) {
    .market__title h2 {
        line-height: 56px
    }
}

.market__title h2 span {
    color: #3772ff
}

@media (min-width: 991px) {
    .market__title h2 {
        color: #fcfcfd;
        font-family: DM Sans, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 40px
    }
}

@media (min-width: 991px) and (min-width: 991px) {
    .market__title h2 {
        line-height: 56px
    }
}

@media (min-width: 991px) {
    .market__title h2 span {
        color: #3772ff
    }
}

.market__text {
    color: #777e90;
    font-size: 16px;
    font-weight: 400
}

.market .table {
    margin-top: 40px;
    width: 100%
}

@media (min-width: 991px) {
    .market .table {
        margin-top: 64px
    }
}

.market .table__header {
    border-bottom: 1px solid #353945;
    color: #777e90;
    display: grid;
    font-size: 12px;
    font-weight: 400;
    grid-template-columns:3fr 1.5fr 1.5fr;
    padding: 8px 0
}

.market .table__header div:first-child, .market .table__header div:last-child {
    display: none
}

@media (min-width: 991px) {
    .market .table__header div:first-child, .market .table__header div:last-child {
        display: grid
    }

    .market .table__header {
        color: #777e90;
        font-size: 14px;
        font-weight: 400;
        grid-template-columns:1fr 4fr 2fr 2fr 2fr;
        padding: 16px 72px
    }
}

.market .table__body {
    display: flex;
    flex-direction: column
}

.market .table__item {
    display: grid;
    font-size: 12px;
    grid-template-columns:3fr 1.5fr 1.5fr;
    padding: 8px 0
}

@media (min-width: 991px) {
    .market .table__item {
        font-size: 16px;
        grid-template-columns:1fr 4fr 2fr 2fr 2fr;
        padding: 16px 72px
    }
}

.market .table__item div {
    align-items: center;
    display: flex
}

.market .table__item .logo {
    max-width: 40px
}

.market .table__item .graph {
    display: none;
    max-width: 136px
}

@media (min-width: 991px) {
    .market .table__item .graph {
        display: block
    }
}

.market .table__item .describe {
    gap: 32px
}

.market .table__item .green {
    color: #58bd7d
}

.market .table__item .red {
    color: #ff6838
}

.market .table__item .name {
    align-items: center;
    display: flex;
    gap: 12px
}

.market .table__item .text {
    color: #777e90;
    display: none;
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 991px) {
    .market .table__item .text {
        align-items: center;
        display: flex
    }
}

.market .table__item--active {
    border-radius: 12px
}

@media (min-width: 991px) {
    .market .table__item--active {
        background: #353945
    }
}

.transform {
    background: #141416;
    padding: 64px 0
}

@media (min-width: 991px) {
    .transform {
        padding: 136px 0 63px
    }
}

.transform__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.transform .top {
    max-width: 600px
}

.transform__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.transform__logo .logo__img {
    margin-right: 8px;
    max-width: 32px
}

.transform__title {
    margin-bottom: 25px;
    text-align: center
}

.transform__title h2 {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

@media (min-width: 991px) {
    .transform__title h2 {
        line-height: 56px
    }
}

.transform__title h2 span {
    color: #3772ff
}

@media (min-width: 991px) {
    .transform__title h2 {
        color: #fcfcfd;
        font-family: DM Sans, sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px
    }
}

@media (min-width: 991px) and (min-width: 991px) {
    .transform__title h2 {
        line-height: 56px
    }
}

@media (min-width: 991px) {
    .transform__title h2 span {
        color: #3772ff
    }
}

.transform__text {
    color: #777e90;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.transform__coins {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

@media (min-width: 991px) {
    .transform__coins {
        justify-content: space-between
    }
}

.transform__lottie {
    max-width: 400px
}

.transform__lottie--desc {
    display: none
}

@media (min-width: 991px) {
    .transform__lottie--desc {
        display: block
    }
}

.transform .articles {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%
}

.transform .articles__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media (min-width: 991px) {
    .transform .articles__item {
        flex-direction: row;
        justify-content: space-between
    }
}

.transform .articles__item .title {
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px
}

@media (min-width: 991px) {
    .transform .articles__item .title {
        line-height: 56px
    }
}

.transform .articles__item .title span {
    color: #3772ff
}

@media (min-width: 991px) {
    .transform .articles__item .title {
        line-height: 40px;
        margin-bottom: 20px
    }
}

.transform .articles__item .text {
    color: #777e90;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px
}

@media (min-width: 991px) {
    .transform .articles__item .text {
        margin-bottom: 0
    }
}

.transform .articles__item .image {
    align-items: center;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 100%
}

.transform .articles__item .image.crystal {
    background: #333747
}

.transform .articles__item .image.cards {
    background: #3e4545
}

.transform .articles__item .image.profit {
    background: #616083
}

@media (min-width: 991px) {
    .transform .articles__item .image {
        max-width: 600px
    }
}

.transform .articles__item .image__wrap {
    max-width: 200px
}

@media (min-width: 991px) {
    .transform .articles__item .image__wrap {
        max-width: 350px
    }
}

.transform .articles__content {
    display: flex;
    flex-direction: column;
    max-width: 360px
}

.transform .downloads {
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
    width: 100%
}

.transform .downloads, .transform .downloads button {
    align-items: center;
    display: flex;
    justify-content: center
}

.transform .downloads button {
    border-radius: 90px;
    color: #fcfcfd;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    gap: 12px;
    opacity: 1;
    position: relative;
    transition: opacity .3s linear
}

.transform .downloads button:hover {
    opacity: .8;
    transition: opacity .3s linear
}

@media (min-width: 991px) {
    .transform .downloads {
        flex-direction: row;
        margin-top: 80px
    }
}

.sessions {
    background: #141416;
    padding: 16px 0
}

@media (min-width: 991px) {
    .sessions {
        padding: 72px 0 120px
    }
}

.sessions__wrap {
    background: #18191d;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 16px;
    position: relative
}

@media (min-width: 991px) {
    .sessions__wrap {
        gap: 68px;
        padding: 40px
    }
}

.sessions .table__title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 36px
}

.sessions .table__header {
    border-bottom: 1px solid #23262f;
    color: #b1b5c3;
    padding: 16px 0 20px
}

.sessions .table__header, .sessions .table__item {
    display: grid;
    font-size: 12px;
    grid-template-columns:1.2fr 1.5fr .5fr
}

.sessions .table__item {
    border-bottom: 1px solid #353945;
    padding: 16px 0
}

@media (min-width: 991px) {
    .sessions .table__item {
        font-size: 14px
    }
}

.sessions .table__item .location {
    align-items: center;
    background: #fcfcfd;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    max-height: 26px;
    max-width: 64px
}

.sessions .table__item .location .location__wrap {
    max-width: 48px
}

.sessions .table__item .status {
    align-items: center;
    background: #58bd7d;
    border-radius: 4px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    max-height: 26px;
    padding: 0 8px;
    text-transform: uppercase
}

.sessions .table__item div {
    align-items: start;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: start
}

.sessions .table__item span {
    color: #777e90;
    font-size: 12px;
    font-weight: 400
}

@media (min-width: 991px) {
    .sessions .table__item span {
        color: #777e90;
        font-size: 14px;
        font-weight: 400
    }
}

.footer {
    background: #141416;
    padding: 64px 0 24px
}

@media (min-width: 991px) {
    .footer {
        border-top: 1px solid #23262f;
        padding: 0 0 24px
    }
}

.footer .title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 41px;
    text-transform: uppercase
}

.footer__wrap {
    display: grid;
    grid-template-columns:1fr
}

@media (min-width: 991px) {
    .footer__wrap {
        grid-template-columns:.5fr .5fr 1fr 1fr
    }
}

.footer__wrap .logo {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: start;
    margin-bottom: 32px
}

@media (min-width: 991px) {
    .footer__wrap .logo {
        align-items: start;
        border: none;
        padding: 80px 0 73px
    }

    .footer__wrap .logo span {
        display: none
    }
}

.footer__wrap .logo__img {
    max-width: 32px
}

.footer__wrap .navigation {
    border-bottom: 1px solid #23262f;
    padding-bottom: 32px
}

@media (min-width: 991px) {
    .footer__wrap .navigation {
        border-bottom: none;
        border-right: 1px solid #23262f;
        padding: 80px 0 73px
    }
}

.footer__wrap .navigation__list {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer__wrap .navigation__link {
    color: #777e90;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.footer__wrap .contacts {
    border-bottom: 1px solid #23262f;
    padding: 32px 0
}

@media (min-width: 991px) {
    .footer__wrap .contacts {
        border-bottom: none;
        border-right: 1px solid #23262f;
        padding: 80px 0 73px 86px
    }
}

.footer__wrap .contacts__wrap {
    color: #777e90;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    gap: 8px
}

.footer__wrap .contacts__wrap span {
    font-weight: 400
}

.footer__wrap .contacts__wrap a {
    color: #777e90;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.footer__wrap .downloads {
    align-items: start;
    border-bottom: 1px solid #23262f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0;
    width: 100%
}

.footer__wrap .downloads button {
    align-items: center;
    border-radius: 90px;
    color: #fcfcfd;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: opacity .3s linear
}

.footer__wrap .downloads button:hover {
    opacity: .8;
    transition: opacity .3s linear
}

@media (min-width: 991px) {
    .footer__wrap .downloads {
        border: none;
        justify-content: start;
        padding: 80px 0 64px 70px
    }
}

.footer__wrap .downloads__wrap {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center
}

@media (min-width: 991px) {
    .footer__wrap .downloads__wrap {
        gap: 20px
    }
}

.footer-inner {
    color: #777e90;
    font-size: 12px;
    font-weight: 400;
    padding-top: 25px
}

@media (min-width: 991px) {
    .footer-inner {
        border-top: 1px solid #23262f
    }
}

body {
    color: #fcfcfd;
    font-family: Poppins, sans-serif
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 1200px;
        padding: 0 30px
    }
}

@media (min-width: 991px) {
    .container {
        padding: 0 80px
    }
}

.link, span {
    font-weight: 700
}

.link {
    color: #777e90;
    font-family: DM Sans, sans-serif;
    font-size: 14px
}

.link, .link:hover {
    transition: color .3s linear
}

.button, .link:hover {
    color: #fcfcfd
}

.button {
    align-items: center;
    border-radius: 90px;
    display: flex;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    gap: 12px;
    height: 48px;
    justify-content: center;
    opacity: 1;
    padding: 0 12px 0 40px;
    position: relative
}

.button, .button:hover {
    transition: opacity .3s linear
}

.button:hover {
    opacity: .8
}

@media (min-width: 991px) {
    .button {
        height: 56px;
        padding: 0 16px 0 50px
    }
}

.button.android {
    background: url(/landing/icons/mob-android.svg) no-repeat #3772ff;
    background-position: 12px 14px
}

@media (min-width: 991px) {
    .button.android {
        background: url(/landing/icons/android.svg) no-repeat #3772ff;
        background-position: 16px 13px
    }
}

.button.window {
    background: url(/landing/icons/mob-window.svg) no-repeat;
    background-position: 12px 14px;
    border: 2px solid #777e90
}

@media (min-width: 991px) {
    .button.window {
        background: url(/landing/icons/window.svg) no-repeat;
        background-position: 16px 13px
    }
}
