@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

nav,
section {
    display: block;
}

video {
    vertical-align: baseline;
    display: inline-block;
}

a {
    background-color: #0000;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

[class^=w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-nav-menu:before {
    content: "";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

h1,
h2,
h3 {
    margin-bottom: 10px;
    font-weight: 700;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.w-input {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input::placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-container:after {
    clear: both;
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px;
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none;
    }
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em;
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-menu {
    float: right;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

:root {
    --brand: #0030cf;
    --white: white;
    --black: black;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: #000;
    padding-top: 70px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 156%;
}

h1 {
    letter-spacing: -1.5px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
}

h2 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 58px;
}

h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

a {
    text-decoration: underline;
}

.navbar {
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
}

.navbar_wrap {
    z-index: 5;
    background-color: #0000;
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
}

.navbar_wrap.shadow-three {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 0;
}

.container {
    width: 95%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.container.relative {
    z-index: 1;
    position: relative;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu-two {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 156%;
    text-decoration: none;
    display: flex;
}

.nav-link:hover {
    color: #1a1b1fbf;
}

.btn {
    background-color: var(--brand);
    color: #fff;
    text-align: center;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 156%;
    transition: all .2s;
    display: flex;
}

.btn:hover {
    color: #fff;
    background-color: #0030cfb8;
}

.btn:active {
    background-color: #43464d;
}

.btn.full {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn.full.mt-32 {
    margin-top: 32px;
}

.btn.white {
    background-color: var(--white);
    color: var(--black);
}

.btn.white:hover {
    background-color: #d1dbff;
}

.btn.white.mt-32 {
    margin-top: 32px;
}

.btn.dark {
    background-color: var(--black);
    border: 2px #000;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    display: flex;
}

.btn.dark:hover {
    color: #fff;
    background-color: #000000b8;
    border: 2px #000000b8;
}

.btn.gray {
    background-color: var(--white);
    color: var(--black);
    border: 2px solid #00000014;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    display: flex;
}

.btn.gray:hover {
    background-color: #d1dbff;
}

.btn.gray.blog {
    align-self: flex-end;
    padding: 8px 12px;
}

.btn.blue {
    background-color: var(--white);
    color: var(--brand);
    align-self: center;
}

.btn.tablet_hide {
    height: auto;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.mb-0 {
    padding-bottom: 0;
    overflow: hidden;
}

.section.dark {
    background-color: var(--black);
    color: var(--white);
}

.section.dark.pattern {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
}

.section.dark.pattern2 {
    background-image: url(../img/670437cf59efc043629fe405_pattern.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section.testimonial {
    overflow: hidden;
}

.section.blue {
    background-color: var(--brand);
    color: var(--white);
}

.section.blue.pattern {
    background-image: url(../img/6704f5e63e436a95737e4d79_pattern.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.section.footer {
    background-color: var(--black);
    color: var(--white);
}

.section.overflow_hide {
    overflow: hidden;
}

.tittle_center {
    z-index: 1;
    text-align: center;
    flex-flow: column;
    width: 72%;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.h1 {
    letter-spacing: -1.5px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
}

.text_large {
    font-size: 18px;
    font-weight: 600;
    line-height: 156%;
}

.animation {
    z-index: -1;
    width: 100%;
    margin-top: -375px;
    display: block;
    position: relative;
}

.animation.home {
    z-index: -1;
    width: 150%;
    margin-top: -30%;
}

.market_app_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
}

.market_app_wrap.left {
    justify-content: flex-start;
    align-items: center;
}

.market_app {
    width: 152px;
}

.text_small {
    font-size: 14px;
    line-height: 156%;
}

.h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px;
}

.h2.mb-32 {
    margin-bottom: 32px;
}

.h2.center {
    text-align: center;
}

.grid_4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #00000008;
    border-radius: 12px;
    flex-flow: column;
    padding: 32px;
    display: flex;
}

.card.development {
    justify-content: flex-end;
    align-items: stretch;
    height: 610px;
    padding-bottom: 0;
}

.card.development.editor {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
}

.card.small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.card.small.gray {
    background-color: #00000008;
    flex-flow: column;
}

.card.security_block {
    background-color: #0000;
    justify-content: flex-end;
    align-items: stretch;
    height: 610px;
    padding: 0;
    overflow: hidden;
}

.card_img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px -3px #0000001a;
}

.h4 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.grid_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid_2.btm {
    place-items: end stretch;
}

.grid_2._0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.grid_2._0.mt-40 {
    margin-top: 40px;
}

.grid_2._8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.grid_2._8.mt-16 {
    margin-top: 16px;
}

.grid_2.relative {
    position: relative;
}

.text_xlarge {
    font-size: 20px;
    font-weight: 600;
    line-height: 156%;
    text-decoration: none;
}

._600 {
    width: 600px;
}

.mt-8 {
    margin-top: 8px;
}

.slack {
    align-self: center;
    width: auto;
    height: 93%;
    min-height: 300px;
    box-shadow: 0 0 20px #0000000d;
}

.wrap {
    align-items: stretch;
    display: flex;
}

.wrap.vertical {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    text-decoration: none;
}

.wrap.vertical._4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
}

.wrap.vertical._20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.wrap.vertical._12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.wrap.vertical.blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    height: 100%;
    transition: all .55s;
}

.wrap.vertical.blog:hover {
    box-shadow: 0 0 20px #0000001a;
}

.wrap.vertical._24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.wrap.vertical.center {
    justify-content: space-between;
    align-items: center;
}

.wrap.vertical.left {
    justify-content: flex-start;
    align-items: flex-start;
}

.wrap._6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}

.wrap._6.mb-show {
    display: none;
}

.wrap.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
}

.wrap.footer.last {
    justify-content: space-between;
    display: flex;
}

.wrap.space_between {
    justify-content: space-between;
}

.wrap.blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    position: relative;
}

.wrap.center {
    justify-content: center;
    align-items: stretch;
}

.wrap.sliders {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
}

.wrap.sliders._2 {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 12px;
    position: relative;
}

.wrap._24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.heading {
    margin-bottom: 8px;
}

.backbone_block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    display: flex;
}

.icon {
    width: 24px;
    height: 24px;
}

._700 {
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.trusted_img {
    z-index: -1;
    margin-top: -180px;
    margin-bottom: -196px;
    position: relative;
}

.trusted_img.eco {
    width: 120%;
    margin-top: -120px;
    margin-bottom: -200px;
}

.trusted_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    border-radius: 12px;
    width: 625px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
}

._14 {
    width: 14%;
    position: relative;
}

.security {
    width: 59px;
    position: absolute;
    inset: auto -7px -9px auto;
}

.sticky_block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    padding: 40px;
    display: flex;
    position: sticky;
    top: 100px;
}

.slider {
    background-color: #0000;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mask {
    width: 440px;
    height: 100%;
    display: flex;
    overflow: visible;
}

.slide-nav {
    display: none;
}

.slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    flex: none;
    width: 440px;
    height: 100%;
    padding: 40px;
    display: flex;
}

.done_icons {
    width: 142px;
}

.color_900 {
    color: #000000e0;
}

.slide_wrap {
    flex: none;
    height: auto;
    margin-left: 12px;
    margin-right: 12px;
}

.right-arrow {
    width: 3.5%;
    display: flex;
    inset: -93px 2% auto auto;
}

.left-arrow {
    width: 3.5%;
    inset: -93px 6% auto auto;
}

._880 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 880px;
    padding: 40px;
    display: flex;
}

.mockup {
    width: 48%;
    max-width: 691px;
    position: absolute;
    inset: auto -50px -80px auto;
}

.grid_3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid_3.faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: dense;
    place-items: stretch stretch;
    margin-top: 40px;
    display: grid;
}

.mt-40 {
    margin-top: 40px;
}

.blog_text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: var(--black);
    flex-flow: column;
    height: 100%;
    padding: 32px;
    text-decoration: none;
    display: flex;
}

.blog_img {
    object-fit: cover;
    border-radius: 8px;
    height: 225px;
}

.data {
    margin-top: auto;
}

.users_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    width: 634px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.logo.footer {
    margin-bottom: 24px;
}

.wrap_subscribe {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
}

.input {
    color: #ffffffe6;
    background-color: #ffffff14;
    border: 2px solid #000;
    border-radius: 6px;
    height: 48px;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 16px;
}

.input:focus {
    border: 2px solid var(--brand);
}

.input::placeholder {
    color: #ffffffe6;
}

.form-block {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
}

.checkbox-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
}

.checkbox-field {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 30px;
    display: flex;
}

.checkbox {
    border: 1px solid #ffffff80;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: -36px;
    padding: 4px;
}

.footer_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
}

.footer_links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer_head {
    color: #f8fafd;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer_link {
    color: #ffffffe0;
    font-size: 14px;
    text-decoration: none;
}

.social_icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.social_link {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 20px;
    display: flex;
}

.footer_data {
    color: #ffffffb3;
    font-size: 14px;
}

.subscribe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.last {
    margin-left: auto;
    display: none;
}

.video_bg {
    width: 100%;
    height: 100%;
}

.shadow {
    filter: blur(50px);
    background-color: #0000000d;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0%;
}

.pattern {
    max-width: none;
    height: auto;
    position: static;
    inset: 0%;
}

.pattern_cards {
    z-index: 0;
    width: auto;
    max-width: none;
    height: 110%;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.transparent {
    background-color: #0000;
}

.full {
    object-fit: cover;
    border-radius: 16px;
    height: 100%;
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 44px;
        line-height: 58px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .container {
        width: auto;
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-menu-wrapper {
        background-color: #0000;
    }

    .nav-menu-two {
        background-color: #fff;
        border-radius: 6px;
        flex-flow: column;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 12px;
        display: flex;
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-link {
        padding: 9px 9px 9px 12px;
        line-height: 156%;
    }

    .btn {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 156%;
    }

    .btn.full.mt-32 {
        margin-top: 24px;
    }

    .btn.dark {
        font-size: 14px;
    }

    .btn.gray {
        font-size: 14px;
    }

    .btn.gray.blog {
        font-size: 18px;
    }

    .btn.tablet_hide {
        display: none;
    }

    .menu-button {
        padding: 12px 0 12px 12px;
    }

    .section {
        padding-top: 45px;
        padding-bottom: 45px;
        overflow: hidden;
    }

    .section.mb-0 {
        overflow: hidden;
    }

    .section.dark.pattern {
        background-position: 79%;
        background-size: cover;
    }

    .section.blue.pattern {
        background-size: cover;
        padding-top: 60px;
    }

    .tittle_center {
        width: 100%;
        max-width: none;
    }

    .h1 {
        margin-bottom: 18px;
        font-size: 44px;
        line-height: 58px;
    }

    .text_large {
        font-size: 16px;
    }

    .text_large.tablet_small {
        font-size: 14px;
        line-height: 156%;
    }

    .animation {
        align-self: center;
        width: 150%;
        max-width: none;
        margin-top: -30%;
        margin-left: 0;
        margin-right: 0;
        display: none;
    }

    .animation.home {
        width: 200%;
        margin-top: -30%;
        display: block;
    }

    .market_app_wrap {
        margin-top: 24px;
    }

    .market_app {
        width: 114px;
    }

    .h2 {
        font-size: 36px;
    }

    .h2.mb-32 {
        margin-bottom: 24px;
    }

    .grid_4 {
        grid-template-columns: 1fr 1fr;
    }

    .card {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        padding: 24px;
    }

    .card.development {
        height: 332px;
    }

    .card.small {
        padding: 12px;
    }

    .card.small.gray {
        padding: 20px;
    }

    .grid_2.btm {
        flex-flow: column;
        display: flex;
    }

    .grid_2._8.mt-16 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        display: flex;
    }

    .grid_2.relative {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .text_xlarge {
        font-size: 18px;
        line-height: 156%;
    }

    ._600 {
        width: 100%;
    }

    .wrap.vertical._24 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .wrap.vertical.center {
        justify-content: flex-start;
        align-items: center;
    }

    .wrap._6 {
        flex-flow: column;
    }

    .backbone_block {
        padding: 16px;
    }

    ._700 {
        width: 100%;
    }

    .trusted_img {
        object-fit: contain;
        flex: none;
        max-width: 194%;
        margin-top: -24%;
        margin-left: -45%;
        margin-right: 0%;
        display: block;
        left: auto;
        right: auto;
        overflow: visible;
    }

    .trusted_img.eco {
        align-self: center;
        width: 194%;
        margin-left: 0%;
    }

    .trusted_block {
        width: 100%;
    }

    .sticky_block {
        padding-left: 0;
        padding-right: 24px;
        top: 20px;
    }

    .right-arrow {
        width: 48px;
    }

    .left-arrow {
        width: 48px;
        right: 10%;
    }

    ._880 {
        width: 366px;
        padding: 0;
    }

    .mockup {
        width: 60%;
        right: -2%;
    }

    .grid_3.faq {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
        display: flex;
    }

    .blog_text {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 12px;
        font-size: 14px;
        line-height: 156%;
    }

    .blog_img {
        height: 120px;
    }

    .users_block {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        width: 92%;
    }

    .input,
    .checkbox-label,
    .checkbox-field {
        font-size: 12px;
    }

    .footer_links {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    .footer_head {
        margin-bottom: 6px;
    }

    .footer_link {
        font-size: 12px;
        line-height: 156%;
    }

    .cards_img {
        align-self: center;
        width: 80%;
    }

    .tablet_text_small {
        font-size: 14px;
        line-height: 156%;
    }

    .collection-item {
        display: flex;
    }

    .last {
        width: 100%;
        margin-left: 0;
        padding-top: 25px;
        display: block;
    }
}

@media screen and (max-width:767px) {
    .navbar_wrap {
        max-width: 100%;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu-two {
        border-radius: 20px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .text_xlarge.tablet_text_small {
        font-weight: 500;
    }

    .wrap.blog {
        flex-flow: column;
    }

    .trusted_img.eco {
        width: 220%;
        max-width: none;
        margin-top: -100px;
    }

    .mask {
        width: 100%;
    }

    .left-arrow {
        right: 12%;
    }

    ._880 {
        width: 55%;
    }

    .mockup {
        max-width: none;
    }

    .users_block {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    body {
        padding-top: 50px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .container {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-menu-two {
        flex-direction: column;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 12px;
    }

    .btn.full.mt-32 {
        margin-top: 16px;
    }

    .btn.white.mt-32 {
        width: 100%;
    }

    .btn.gray.blog {
        display: none;
    }

    .btn.blue {
        width: 100%;
    }

    .section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section.blue.pattern {
        padding-top: 48px;
    }

    .h1 {
        letter-spacing: normal;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 30px;
    }

    .text_large {
        font-size: 14px;
        font-weight: 500;
        line-height: 156%;
    }

    .text_large.mb-14 {
        font-size: 14px;
    }

    .animation.home {
        width: 250%;
        margin-top: -40%;
    }

    .market_app_wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-top: 10px;
    }

    .market_app {
        width: 126px;
    }

    .text_small.mb-12 {
        font-size: 12px;
        line-height: 156%;
    }

    .h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .h2.mb-32 {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .h2.testimonial {
        width: 180px;
    }

    .grid_4 {
        flex-flow: column;
        display: flex;
    }

    .card {
        padding: 16px;
    }

    .card.development {
        height: 288px;
        overflow: hidden;
    }

    .card.security_block {
        height: auto;
    }

    .h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .grid_2._0.mt-40 {
        flex-flow: column;
        margin-top: 24px;
        display: flex;
    }

    .grid_2.relative {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        display: flex;
    }

    .text_xlarge {
        font-size: 16px;
        line-height: 156%;
    }

    .text_xlarge.tablet_text_small {
        font-size: 14px;
        line-height: 156%;
    }

    .mt-8 {
        margin-top: 12px;
        font-size: 14px;
        line-height: 158%;
    }

    .slack {
        width: 218px;
        height: auto;
        margin-bottom: -80px;
    }

    .wrap {
        flex-flow: column;
    }

    .wrap.vertical {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .wrap.vertical._24 {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        display: flex;
    }

    .wrap.vertical.center {
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
    }

    .wrap._6.mb-hide {
        display: none;
    }

    .wrap._6.mb-show {
        display: flex;
    }

    .wrap.footer {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        display: flex;
    }

    .wrap.footer.last {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .wrap.center {
        justify-content: center;
        align-items: stretch;
    }

    .wrap.sliders {
        flex-flow: row;
    }

    .backbone_block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        order: 1;
        align-items: stretch;
    }

    .trusted_img {
        max-width: 262%;
        margin: -20%;
    }

    .trusted_img.eco {
        z-index: -1;
        flex: none;
        width: 340%;
        margin-top: -25%;
        margin-bottom: -30%;
        margin-right: 0%;
    }

    .trusted_block {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        padding: 12px;
    }

    ._14 {
        flex: none;
        width: 40px;
        display: flex;
    }

    .security {
        flex: none;
        width: 57px;
        max-width: none;
        inset: 14% auto auto -58%;
        transform: rotate(-18deg);
    }

    .sticky_block {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        position: static;
    }

    .slider {
        width: 100%;
    }

    .mask {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .slide {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        width: 100%;
        padding: 16px;
        font-size: 14px;
        line-height: 156%;
    }

    .done_icons {
        width: 88px;
    }

    .slide_wrap {
        margin-left: 0;
        margin-right: 8px;
    }

    .right-arrow {
        right: 16px;
    }

    .left-arrow {
        right: 72px;
    }

    ._880 {
        width: 100%;
    }

    .mockup {
        width: 109%;
        max-width: none;
        margin-bottom: -24px;
        margin-left: -2%;
        margin-right: 0;
        position: static;
    }

    .grid_3 {
        flex-flow: column;
        display: flex;
    }

    .grid_3.faq {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        margin-top: 24px;
    }

    .mt-40 {
        margin-top: 24px;
    }

    .blog_text {
        padding-left: 0;
        padding-right: 0;
    }

    .blog_img {
        height: 225px;
    }

    .h5 {
        font-size: 20px;
        line-height: 156%;
    }

    .wrap_subscribe {
        flex-flow: column;
    }

    .form-block {
        width: 100%;
    }

    .footer_wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
    }

    .footer_data {
        text-align: center;
    }

    .cards_img {
        width: 100%;
    }

    .video_bg {
        height: 100%;
        min-height: 288px;
    }

    .pattern_cards {
        object-fit: cover;
        object-position: 83% 50%;
        width: 100%;
        height: 106%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        inset: 0% auto;
    }
}

#w-node-_8c8d5fd4-47e8-5cc1-472e-27e3580ca79b-1e0e100d {
    align-self: start;
}

#w-node-_44e1f8be-d0ea-e54d-f49f-cc91f16539a3-f1653999 {
    align-self: end;
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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)format("truetype");
    font-weight: 400;
    font-style: normal;
}