/* TYPEFACES
-------------------------------------------------------------------------------------------*/
/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* ANIMATION
-------------------------------------------------------------------------------------------*/
/* GLOBAL
-------------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, a, blockquote, cite, ol, ul, li, fieldset, form, label, img, div, dl, dt, dd, input, figure, figcaption, picture, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html, body {
    overflow-x: hidden;
}

body {
    background-image: url(../images/bg-noise.png);
    background-size: 100px 100px;
    background-color: #ffffff;
    color: #c42533;
}

/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* GLOBAL
-------------------------------------------------------------------------------------------*/
.wrap {
    width: 84%;
    padding: 0 8%;
    max-width: 400px;
    margin: 0 auto;
}

.mark {
    display: none;
    height: 44px;
    width: 300px;
    /*display: block;*/
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logoSmall {
    height: 128px;
    width: 128px;
    display: flex;
    margin-bottom: 16px;
    /*margin-right: 64px;*/
    align-self: center;
    text-indent: -9999px;
    background-image: url(../images/logo_small.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logoContainer {
    display: flex;
    width: 100%;
    height: 128px;
    flex-direction: row;
    flex: 1;
    align-items: center;
    /*height: 44px;*/
    justify-content: center;
}

.button {
    height: 42px;
    padding: 0 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Inria Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    text-transform: uppercase;
    background-color: #27292D;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    justify-content: center;
    border: 1px solid #D03f53;
}

.button:hover {
    background-color: inherit;
    color: #D03f53;
}

.button.but-secondary {
    background-color: none;
    border: 1px solid #FFF;
}

.button.but-secondary:hover {
    background-color: inherit;
    border-color: #757575;
    color: #757575;
}

/* FIXED
-------------------------------------------------------------------------------------------*/
.download-text {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.download-text a {
    margin-left: 16px;
}

.download-but {
    display: none;
}

/* SECTIONS
-------------------------------------------------------------------------------------------*/
.hero {
    text-align: center;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-size: cover; /* <------ */
    background-image: url(../images/header-bg-v1.png);
}

.hero .hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.hero .mark {
    margin: 0 auto;
}

.hero .intro {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 32px 0;
}

.hero .download-mobile {
    margin: 16px 0 40px 0;
}

.hero img {
    width: 80%;
    height: auto;
    max-width: 400px;
}

.how-title {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #757575;
    margin: 56px 0 16px 0;
}

@media only screen and (min-width: 700px) {
    .how-title {
        width: 9px !important;
        height: 137px;
        padding: 0;
        display: block;
        text-indent: -9999px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 9 137' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.1465 136.51h-1.3476v-11.04h1.3476v11.04z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 108.98v1.811h-3.6973v3.392h3.6973v1.817h-8.5664v-1.817h3.3574v-3.392h-3.3574v-1.811h8.5664z' fill='%2358A8CA'/%3E%3Cpath d='m4.4062 96.633c1.418 0 2.5078 0.3516 3.2695 1.0547s1.1426 1.7109 1.1426 3.0235c0 1.312-0.38086 2.32-1.1426 3.023-0.76172 0.704-1.8555 1.055-3.2812 1.055s-2.5137-0.351-3.2637-1.055c-0.75391-0.707-1.1309-1.718-1.1309-3.035 0-1.3162 0.37891-2.322 1.1367-3.0174 0.75781-0.6992 1.8477-1.0488 3.2695-1.0488zm0 6.2522c0.95703 0 1.6777-0.182 2.1621-0.545 0.48437-0.363 0.72656-0.906 0.72656-1.629 0-1.4493-0.96289-2.1739-2.8887-2.1739-1.9297 0-2.8945 0.7207-2.8945 2.1619 0 0.723 0.24414 1.268 0.73242 1.635 0.48438 0.367 1.2051 0.551 2.1621 0.551z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 84.114v2.0683l-4.5 1.1602c-0.16015 0.043-0.49023 0.1172-0.99023 0.2226-0.50391 0.1016-0.8418 0.1602-1.0137 0.1758 0.21093 0.0235 0.55078 0.0821 1.0195 0.1758 0.46484 0.0938 0.79687 0.166 0.99609 0.2168l4.4883 1.1543v2.0625l-8.5664 2.1855v-1.7871l4.6758-1.0957c0.86328-0.1914 1.6113-0.33 2.2441-0.416-0.22266-0.0234-0.56641-0.0762-1.0312-0.1582-0.46875-0.0859-0.83203-0.166-1.0898-0.2402l-4.7988-1.2481v-1.7168l4.7988-1.248c0.21485-0.0547 0.54297-0.1231 0.98438-0.2051s0.82031-0.1445 1.1367-0.1875c-0.30469-0.0391-0.6836-0.1016-1.1367-0.1875-0.45703-0.0859-0.82617-0.1641-1.1074-0.2344l-4.6758-1.0898v-1.7871l8.5664 2.1797z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 72.939h-8.5664v-1.8164h8.5664v1.8164z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 63.261v1.8164h-7.0547v2.3262h-1.5117v-6.4687h1.5117v2.3261h7.0547z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 43.356v2.0683l-4.5 1.1602c-0.16015 0.0429-0.49023 0.1172-0.99023 0.2226-0.50391 0.1016-0.8418 0.1602-1.0137 0.1758 0.21093 0.0234 0.55078 0.082 1.0195 0.1758 0.46484 0.0937 0.79687 0.166 0.99609 0.2168l4.4883 1.1543v2.0625l-8.5664 2.1855v-1.7871l4.6758-1.0957c0.86328-0.1914 1.6113-0.3301 2.2441-0.416-0.22266-0.0234-0.56641-0.0762-1.0312-0.1582-0.46875-0.0859-0.83203-0.166-1.0898-0.2402l-4.7988-1.2481v-1.7168l4.7988-1.248c0.21485-0.0547 0.54297-0.1231 0.98438-0.2051s0.82031-0.1445 1.1367-0.1875c-0.30469-0.0391-0.6836-0.1016-1.1367-0.1875-0.45703-0.0859-0.82617-0.1641-1.1074-0.2344l-4.6758-1.0898v-1.7871l8.5664 2.1797z' fill='%2358A8CA'/%3E%3Cpath d='m4.4062 29.923c1.418 0 2.5078 0.3515 3.2695 1.0546 0.76172 0.7032 1.1426 1.711 1.1426 3.0235s-0.38086 2.3203-1.1426 3.0234-1.8555 1.0547-3.2812 1.0547-2.5137-0.3516-3.2637-1.0547c-0.75391-0.707-1.1309-1.7187-1.1309-3.0351s0.37891-2.3223 1.1367-3.0176c0.75781-0.6992 1.8477-1.0488 3.2695-1.0488zm0 6.2519c0.95703 0 1.6777-0.1816 2.1621-0.5449 0.48437-0.3633 0.72656-0.9063 0.72656-1.6289 0-1.4492-0.96289-2.1738-2.8887-2.1738-1.9297 0-2.8945 0.7207-2.8945 2.1621 0 0.7226 0.24414 1.2675 0.73242 1.6347 0.48438 0.3672 1.2051 0.5508 2.1621 0.5508z' fill='%2358A8CA'/%3E%3Cpath d='m3.9375 23.931v-0.586c0-0.5742-0.0957-0.998-0.28711-1.2715-0.19141-0.2734-0.49219-0.4101-0.90234-0.4101-0.40625 0-0.69532 0.1406-0.86719 0.4219-0.17188 0.2773-0.25781 0.7089-0.25781 1.2949v0.5508h2.3144zm1.4766 0h3.2871v1.8164h-8.5664v-2.4961c0-1.1641 0.21289-2.0254 0.63867-2.584 0.42187-0.5586 1.0645-0.8379 1.9277-0.8379 0.50391 0 0.95313 0.1387 1.3477 0.416 0.39062 0.2774 0.69726 0.6699 0.91992 1.1777 1.9258-1.289 3.1699-2.1289 3.7324-2.5195v2.0156l-3.2871 2.045v0.9668z' fill='%2358A8CA'/%3E%3Cpath d='m8.7012 8.5348v2.0625l-3.6094 2.2441 0.55078 0.7676h3.0586v1.8164h-8.5664v-1.8164h3.9199l-1.0078-0.7149-2.9121-2.3203v-2.0156l3.791 2.9883 4.7754-3.0117z' fill='%2358A8CA'/%3E%3Cpath d='m6.3223 0c0.77343 0 1.3828 0.2793 1.8281 0.83789 0.44531 0.55469 0.66797 1.3281 0.66797 2.3203 0 0.91407-0.17188 1.7227-0.51563 2.4258h-1.6875c0.25782-0.57812 0.43946-1.0664 0.54493-1.4648 0.10546-0.40234 0.1582-0.76953 0.1582-1.1016 0-0.39844-0.07617-0.70313-0.22852-0.91406-0.15234-0.21485-0.3789-0.32227-0.67968-0.32227-0.16797 0-0.31641 0.04687-0.44532 0.14063-0.13281 0.09374-0.25976 0.23242-0.38086 0.41601-0.12109 0.17969-0.31445 0.54883-0.58007 1.1074-0.2461 0.52344-0.48243 0.91602-0.70899 1.1777s-0.49023 0.4707-0.79101 0.62695c-0.30079 0.15625-0.65235 0.23438-1.0547 0.23438-0.75781 0-1.3535-0.25586-1.7871-0.76758-0.43359-0.51563-0.65039-1.2266-0.65039-2.1328 0-0.44531 0.052734-0.86914 0.1582-1.2715 0.10547-0.40625 0.25391-0.83008 0.44531-1.2715l1.4121 0.58594c-0.1875 0.45703-0.31836 0.83594-0.39257 1.1367-0.07422 0.29688-0.11133 0.58985-0.11133 0.87891 0 0.34375 0.08008 0.60742 0.24023 0.79101 0.16016 0.1836 0.36914 0.27539 0.62695 0.27539 0.16016 0 0.30079-0.0371 0.42188-0.11132 0.11719-0.07422 0.23242-0.19141 0.3457-0.35157 0.10938-0.16406 0.3086-0.54882 0.59766-1.1543 0.38281-0.80078 0.76758-1.3496 1.1543-1.6465 0.38281-0.29687 0.85351-0.44531 1.4121-0.44531z' fill='%2358A8CA'/%3E%3C/svg%3E%0A");
        background-size: contain;
        margin: 0 auto;
        margin-top: 80px;
    }
}

.mod {
    padding: 40px 0 24px 0;
}

@media only screen and (min-width: 700px) {
    .mod {
        padding: 56px 0 40px 0;
    }
}

.mod .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mod .col.phone {
    text-align: center;
}

.mod img {
    width: 80%;
    height: auto;
    max-width: 400px;
    margin-top: 40px;
}

.mod h3 {
    font-family: "Passion One", "Helvetica", "Arial", cursive, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px;
}

@media only screen and (min-width: 1020px) {
    .mod h3 {
        font-size: 60px;
        line-height: 52px;
    }
}

.mod h3 .line1 {
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #757575;
}

.mod p {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 0 0;
}

.mod.explore img {
    width: 100%;
}

/* SVG WORDS
-------------------------------------------------------------------------------------------*/
.two-words,
.word {
    display: none;
}

/* FOOTER
-------------------------------------------------------------------------------------------*/
.footer {
    background-image: url(../images/bg-noise.png);
    background-size: 100px 100px;
    background-color: #101217;
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

.footer .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.footer .grunge {
    width: 100%;
    height: 20px;
    background: url(../images/grunge.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
}

.footer .mobile-download {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer .mobile-download h2 {
    font-family: "Passion One", "Helvetica", "Arial", cursive, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 32px;
}

@media only screen and (min-width: 1020px) {
    .footer .mobile-download h2 {
        font-size: 60px;
        line-height: 52px;
    }
}

.footer .mobile-download .download-buts {
    max-width: 240px;
    margin: 0 auto;
}

.footer .mobile-download .download-buts .but-secondary {
    display: inline-flex;
}

.footer .mobile-download .download-buts .button {
    width: 100%;
    padding: 0;
    height: 50px;
}

.footer .mobile-download .download-buts .button.but-secondary {
    text-indent: -9999px;
    background-color: #101217;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 16px;
}

.footer .mobile-download .download-buts .button.but-secondary:hover {
    border-color: #D03f53;
}

.footer .mobile-download .download-buts .button.but-secondary:last-of-type {
    margin-bottom: 0;
}

.footer .mobile-download .download-buts .button.but-app-store {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 32'%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3Cpath d='m19 15.2c0-1.1 0.3-2.1 0.8-3 0.5-0.9 1.3-1.7 2.2-2.3-0.6-0.8-1.3-1.5-2.2-2-0.9-0.5-1.9-0.7-2.9-0.8-2.2-0.2-4.2 1.3-5.3 1.3-1.1 0-2.8-1.3-4.6-1.2-1.2 0-2.3 0.4-3.3 1s-1.8 1.5-2.4 2.5c-2.5 4.3-0.6 10.6 1.7 14 1.2 1.7 2.6 3.6 4.4 3.5 1.8-0.1 2.4-1.1 4.6-1.1 2.1 0 2.7 1.1 4.6 1.1 1.9 0 3.1-1.7 4.3-3.4 0.9-1.2 1.5-2.5 1.9-3.9-1.1-0.5-2.1-1.2-2.7-2.2-0.7-1-1-2.2-1-3.4z' class='a'/%3E%3Cpath d='m15.5 4.8c1-1.2 1.6-2.8 1.4-4.5-1.6 0.2-3.1 0.9-4.1 2.1-0.5 0.6-0.9 1.3-1.2 2-0.3 0.7-0.4 1.5-0.3 2.3 0.8 0 1.6-0.2 2.3-0.5s1.3-0.8 1.8-1.5z' class='a'/%3E%3Cpath d='m41.4 23.9h-6.1l-1.5 4.3h-2.6l5.7-15.9h2.7l5.7 15.9h-2.6l-1.5-4.3zm-5.4-2h4.8l-2.4-7h-0.1l-2.4 7z' class='a'/%3E%3Cpath d='m57.9 22.4c0 3.6-1.9 5.9-4.8 5.9-0.7 0-1.5-0.1-2.1-0.5-0.6-0.4-1.2-0.9-1.5-1.5h-0.1v5.7h-2.4v-15.4h2.3v1.9h0c0.4-0.6 0.9-1.2 1.6-1.5s1.4-0.5 2.1-0.5c2.9 0 4.9 2.3 4.9 5.9zm-2.4 0c0-2.3-1.2-3.9-3.1-3.9-1.8 0-3 1.6-3 3.9 0 2.3 1.2 3.9 3 3.9 1.9 0 3.1-1.5 3.1-3.9z' class='a'/%3E%3Cpath d='m70.6 22.4c0 3.6-1.9 5.9-4.8 5.9-0.7 0-1.5-0.1-2.1-0.5-0.6-0.4-1.2-0.9-1.5-1.5h-0.1v5.7h-2.4v-15.4h2.3v1.9h0c0.4-0.6 0.9-1.2 1.6-1.5 0.7-0.4 1.4-0.5 2.1-0.5 2.9 0 4.9 2.3 4.9 5.9zm-2.4 0c0-2.3-1.2-3.9-3.1-3.9-1.8 0-3 1.6-3 3.9 0 2.3 1.2 3.9 3 3.9 1.9 0 3.1-1.5 3.1-3.9z' class='a'/%3E%3Cpath d='m79.1 23.8c0.2 1.6 1.7 2.6 3.8 2.6 2 0 3.4-1 3.4-2.5 0-1.2-0.9-2-2.9-2.5l-2.1-0.5c-2.9-0.7-4.3-2.1-4.3-4.3 0-2.7 2.4-4.6 5.8-4.6 3.4 0 5.7 1.9 5.7 4.6h-2.4c-0.1-1.6-1.5-2.5-3.4-2.5-1.9 0-3.2 1-3.2 2.4 0 1.1 0.8 1.8 2.9 2.3l1.8 0.4c3.3 0.8 4.6 2.1 4.6 4.4 0 3-2.4 4.8-6.1 4.8-3.5 0-5.9-1.8-6.1-4.7l2.4 0z' class='a'/%3E%3Cpath d='m94 13.9v2.7h2.2v1.9h-2.2v6.4c0 1 0.4 1.5 1.4 1.5 0.3 0 0.5 0 0.8-0.1v1.9c-0.4 0.1-0.9 0.1-1.3 0.1-2.3 0-3.3-0.9-3.3-3.1v-6.6h-1.7v-1.9h1.7v-2.7h2.4z' class='a'/%3E%3Cpath d='m97.5 22.4c0-3.6 2.1-5.9 5.5-5.9 3.4 0 5.5 2.3 5.5 5.9 0 3.6-2.1 5.9-5.5 5.9-3.4 0-5.5-2.3-5.5-5.9zm8.6 0c0-2.5-1.1-4-3.1-4-1.9 0-3.1 1.5-3.1 4 0 2.5 1.1 4 3.1 4 1.9 0 3.1-1.5 3.1-4z' class='a'/%3E%3Cpath d='m110.4 16.6h2.3v2h0.1c0.2-0.6 0.5-1.2 1-1.5 0.5-0.4 1.1-0.6 1.8-0.6 0.3 0 0.5 0 0.8 0.1v2.2c-0.3-0.1-0.7-0.2-1.1-0.1-0.3 0-0.7 0-1 0.2s-0.6 0.3-0.8 0.6c-0.2 0.3-0.4 0.6-0.5 0.9s-0.1 0.7-0.1 1v6.9h-2.4v-11.6z' class='a'/%3E%3Cpath d='m127.3 24.8c-0.3 2.1-2.4 3.5-5 3.5-3.4 0-5.5-2.3-5.5-5.9 0-3.6 2.1-6 5.4-6 3.2 0 5.2 2.2 5.2 5.7v0.8h-8.2v0.1c0 0.4 0 0.9 0.2 1.3 0.1 0.4 0.4 0.8 0.7 1.1s0.7 0.6 1.1 0.7 0.8 0.2 1.3 0.2c0.6 0.1 1.1-0.1 1.6-0.4 0.5-0.3 0.9-0.7 1.1-1.3h2.3zm-8-3.5h5.8c0-0.4 0-0.8-0.2-1.1-0.1-0.4-0.3-0.7-0.6-1-0.3-0.3-0.6-0.5-0.9-0.6-0.4-0.1-0.7-0.2-1.1-0.2-0.4 0-0.8 0.1-1.1 0.2-0.4 0.1-0.7 0.4-1 0.6-0.3 0.3-0.5 0.6-0.6 1s-0.2 0.7-0.2 1.1z' class='a'/%3E%3Cpath d='m35.7 0.4c0.5 0 1 0 1.5 0.2 0.5 0.2 0.9 0.5 1.2 0.8s0.6 0.8 0.8 1.3 0.2 1 0.1 1.5c0 2.4-1.3 3.8-3.6 3.8h-2.8v-7.6h2.8zm-1.6 6.5h1.4c0.4 0 0.7 0 1-0.2 0.3-0.1 0.6-0.3 0.9-0.6s0.4-0.6 0.5-0.9c0.1-0.3 0.1-0.7 0.1-1.1 0-0.4 0-0.7-0.1-1s-0.3-0.6-0.5-0.9c-0.2-0.3-0.5-0.5-0.9-0.6-0.3-0.1-0.7-0.2-1-0.2h-1.4v5.5z' class='a'/%3E%3Cpath d='m40.6 5.1c0-0.4 0-0.8 0.1-1.1s0.3-0.7 0.6-1 0.6-0.5 0.9-0.7 0.7-0.2 1.1-0.2c0.4 0 0.8 0.1 1.1 0.2s0.7 0.4 0.9 0.7c0.3 0.3 0.5 0.6 0.6 1s0.2 0.7 0.1 1.1c0 0.4 0 0.8-0.1 1.1-0.1 0.4-0.3 0.7-0.6 1-0.3 0.3-0.6 0.5-0.9 0.7-0.3 0.2-0.7 0.2-1.1 0.2s-0.8-0.1-1.1-0.2c-0.3-0.2-0.7-0.4-0.9-0.7-0.3-0.3-0.5-0.6-0.6-1-0.1-0.4-0.2-0.7-0.1-1.1zm4.3 0c0-1.2-0.6-2-1.5-2-1 0-1.5 0.7-1.5 2 0 1.3 0.6 2 1.5 2 1 0 1.5-0.7 1.5-2z' class='a'/%3E%3Cpath d='m53.3 8h-1.2l-1.2-4.2h-0.1l-1.2 4.2h-1.2l-1.6-5.8h1.2l1 4.4h0.1l1.2-4.4h1.1l1.2 4.4h0.1l1-4.4h1.1l-1.6 5.8z' class='a'/%3E%3Cpath d='m56.2 2.2h1.1v0.9h0.1c0.1-0.3 0.4-0.6 0.7-0.8 0.3-0.2 0.7-0.3 1-0.2 0.3 0 0.6 0 0.8 0.1 0.3 0.1 0.5 0.3 0.7 0.5s0.3 0.5 0.4 0.7c0.1 0.3 0.1 0.6 0.1 0.8v3.7h-1.1v-3.4c0-0.9-0.4-1.4-1.2-1.4-0.2 0-0.4 0-0.6 0.1-0.2 0.1-0.3 0.2-0.5 0.3s-0.2 0.3-0.3 0.5c-0.1 0.2-0.1 0.4-0.1 0.6v3.4h-1.1v-5.8z' class='a'/%3E%3Cpath d='M62.9 0H64.1V8H62.9V0Z' class='a'/%3E%3Cpath d='m65.6 5.1c0-0.4 0-0.8 0.1-1.1 0.1-0.4 0.3-0.7 0.6-1s0.6-0.5 0.9-0.7 0.7-0.2 1.1-0.2 0.8 0.1 1.1 0.2c0.3 0.2 0.7 0.4 0.9 0.7s0.5 0.6 0.6 1c0.1 0.4 0.2 0.7 0.1 1.1 0 0.4 0 0.8-0.1 1.1-0.1 0.4-0.3 0.7-0.6 1-0.3 0.3-0.6 0.5-0.9 0.7-0.3 0.2-0.7 0.2-1.1 0.2s-0.8-0.1-1.1-0.2c-0.3-0.2-0.7-0.4-0.9-0.7-0.3-0.3-0.5-0.6-0.6-1s-0.2-0.7-0.1-1.1zm4.3 0c0-1.2-0.6-2-1.5-2-1 0-1.5 0.7-1.5 2 0 1.3 0.6 2 1.5 2 1 0 1.5-0.7 1.5-2z' class='a'/%3E%3Cpath d='m72.3 6.4c0-1 0.8-1.6 2.1-1.7l1.6-0.1v-0.5c0-0.6-0.4-1-1.2-1-0.6 0-1.1 0.2-1.2 0.6h-1.1c0.1-1 1-1.6 2.4-1.6 1.4 0 2.3 0.7 2.3 1.9v3.9h-1.1v-0.8h-0.1c-0.2 0.3-0.4 0.5-0.7 0.7-0.3 0.2-0.6 0.2-1 0.2-0.2 0-0.5 0-0.7-0.1s-0.4-0.2-0.6-0.4c-0.2-0.2-0.3-0.4-0.4-0.6s-0.2-0.5-0.2-0.7zm3.7-0.5v-0.5l-1.4 0.1c-0.8 0.1-1.2 0.3-1.2 0.8 0 0.5 0.5 0.8 1.1 0.8 0.2 0 0.4 0 0.5-0.1s0.3-0.1 0.5-0.3c0.1-0.1 0.3-0.3 0.3-0.4 0.1-0.2 0.1-0.3 0.1-0.5z' class='a'/%3E%3Cpath d='m78.6 5.1c0-1.8 0.9-3 2.4-3 0.4 0 0.7 0.1 1 0.2 0.3 0.2 0.6 0.4 0.7 0.8h0.1v-3.2h1.1v8h-1.1v-0.9h-0.1c-0.2 0.3-0.4 0.6-0.8 0.8-0.3 0.2-0.7 0.3-1 0.2-1.5 0-2.4-1.2-2.4-3zm1.2 0c0 1.2 0.6 2 1.5 2 1 0 1.6-0.7 1.6-1.9 0-1.2-0.6-2-1.6-2-1 0-1.5 0.7-1.5 1.9z' class='a'/%3E%3Cpath d='m88.7 5.1c0-0.4 0-0.8 0.1-1.1s0.3-0.7 0.6-1 0.6-0.5 0.9-0.7c0.3-0.2 0.7-0.2 1.1-0.2 0.4 0 0.8 0.1 1.1 0.2s0.7 0.4 0.9 0.7 0.5 0.6 0.6 1 0.2 0.7 0.1 1.1c0 0.4 0 0.8-0.1 1.1-0.1 0.4-0.3 0.7-0.6 1-0.3 0.3-0.6 0.5-0.9 0.7-0.3 0.2-0.7 0.2-1.1 0.2s-0.8-0.1-1.1-0.2c-0.3-0.2-0.7-0.4-0.9-0.7-0.3-0.3-0.5-0.6-0.6-1-0.1-0.4-0.2-0.7-0.1-1.1zm4.3 0c0-1.2-0.6-2-1.5-2-1 0-1.5 0.7-1.5 2 0 1.3 0.6 2 1.5 2 1 0 1.5-0.7 1.5-2z' class='a'/%3E%3Cpath d='m95.7 2.2h1.1v0.9h0.1c0.1-0.3 0.4-0.6 0.7-0.8 0.3-0.2 0.7-0.3 1-0.2 0.3 0 0.6 0 0.8 0.1 0.3 0.1 0.5 0.3 0.7 0.5 0.2 0.2 0.3 0.5 0.4 0.7 0.1 0.3 0.1 0.6 0.1 0.8v3.7h-1.1v-3.4c0-0.9-0.4-1.4-1.2-1.4-0.2 0-0.4 0-0.6 0.1-0.2 0.1-0.3 0.2-0.5 0.3s-0.2 0.3-0.3 0.5c-0.1 0.2-0.1 0.4-0.1 0.6v3.4h-1.1v-5.8z' class='a'/%3E%3Cpath d='m107 0.8v1.5h1.3v1h-1.2v3c0 0.6 0.2 0.9 0.8 0.9 0.1 0 0.3 0 0.4 0v0.9c-0.2 0-0.4 0.1-0.6 0.1-1.3 0-1.8-0.4-1.8-1.6v-3.2h-0.9v-1h0.9v-1.5h1.1z' class='a'/%3E%3Cpath d='m109.8 0h1.1v3.2h0.1c0.2-0.3 0.4-0.6 0.7-0.8 0.3-0.2 0.7-0.3 1-0.2 0.3 0 0.6 0 0.8 0.1 0.3 0.1 0.5 0.3 0.7 0.5 0.2 0.2 0.3 0.4 0.4 0.7s0.1 0.5 0.1 0.8v3.7h-1.1v-3.4c0-0.9-0.4-1.4-1.2-1.4-0.2 0-0.4 0-0.6 0.1s-0.4 0.2-0.5 0.3c-0.1 0.1-0.2 0.3-0.3 0.5-0.1 0.2-0.1 0.4-0.1 0.6v3.4h-1.1v-8z' class='a'/%3E%3Cpath d='m121.4 6.4c-0.2 0.5-0.5 1-0.9 1.3-0.5 0.3-1 0.4-1.6 0.4-0.4 0-0.8-0.1-1.1-0.2-0.3-0.2-0.7-0.4-0.9-0.7-0.3-0.3-0.4-0.6-0.6-1s-0.1-0.7-0.1-1.1c-0.1-0.4 0-0.8 0.1-1.1s0.3-0.7 0.6-1 0.6-0.5 0.9-0.7c0.3-0.2 0.7-0.2 1.1-0.2 1.6 0 2.6 1.1 2.6 2.9v0.4h-4.1v0.1c0 0.2 0 0.4 0.1 0.6 0.1 0.2 0.2 0.4 0.3 0.5 0.1 0.2 0.3 0.3 0.5 0.4s0.4 0.1 0.6 0.1c0.3 0 0.5 0 0.8-0.1 0.2-0.1 0.4-0.3 0.6-0.6l1.1 0zm-4-1.9h2.9c0-0.2 0-0.4-0.1-0.6-0.1-0.2-0.2-0.3-0.3-0.5-0.1-0.1-0.3-0.3-0.5-0.3s-0.4-0.1-0.6-0.1c-0.2 0-0.4 0-0.6 0.1-0.2 0.1-0.3 0.2-0.5 0.3s-0.2 0.3-0.3 0.5-0.1 0.4-0.1 0.6z' class='a'/%3E%3C/svg%3E");
    background-size: 128px 32px;
}

.footer .mobile-download .download-buts .button.but-google-play {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 136 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m72.006 7.5791c-1.061 0-1.9554-0.37121-2.6628-1.1019-0.7015-0.71026-1.0931-1.6894-1.0756-2.6891 0-1.0669 0.3624-1.97 1.0756-2.6862 0.7044-0.73073 1.5989-1.1019 2.6599-1.1019 1.0493 0 1.9437 0.37121 2.6627 1.1019 0.7132 0.73949 1.0757 1.6427 1.0757 2.6862-0.0117 1.0698-0.3742 1.973-1.0757 2.6862-0.7044 0.73657-1.5988 1.1049-2.6598 1.1049zm-31.57 0c-1.0376 0-1.9379-0.36537-2.6744-1.0873-0.7308-0.71904-1.102-1.6281-1.102-2.7008s0.3712-1.9817 1.102-2.7008c0.7219-0.72195 1.6222-1.0873 2.6744-1.0873 0.5144 0 1.0143 0.1023 1.4936 0.30983 0.4706 0.20168 0.8535 0.47643 1.137 0.81257l0.0702 0.08476-0.7921 0.7775-0.0819-0.09646c-0.4472-0.53197-1.0464-0.79211-1.8385-0.79211-0.7073 0-1.3241 0.25137-1.8326 0.74827-0.5116 0.49981-0.7717 1.1546-0.7717 1.9466 0 0.79211 0.2601 1.4468 0.7717 1.9467 0.5085 0.49689 1.1253 0.74826 1.8326 0.74826 0.7541 0 1.3884-0.25137 1.8824-0.74826 0.2923-0.29229 0.4735-0.7015 0.5378-1.2188h-2.54v-1.0932h3.6302l0.0146 0.09938c0.0263 0.18414 0.0527 0.37413 0.0527 0.54951 0 1.0084-0.304 1.8239-0.9061 2.426-0.684 0.71319-1.5784 1.0756-2.6599 1.0756zm41.976-0.15492h-1.1194l-3.4286-5.4863 0.0292 0.98794v4.4954h-1.1195v-7.2634h1.2774l0.035 0.055535 3.224 5.1677-0.0292-0.98502v-4.2382h1.1311v7.2663zm-18.818 0h-1.1341v-6.1732h-1.9671v-1.0932h5.0654v1.0932h-1.9671v6.1732h0.0029zm-4.0249 0h-1.1311v-7.2663h1.1311v7.2663zm-6.3573 0h-1.1311v-6.1732h-1.9672v-1.0932h5.0654v1.0932h-1.9671v6.1732zm-3.8144-0.01169h-4.3376v-7.2547h4.3376v1.0932h-3.2035v1.9934h2.8908v1.0815h-2.8908v1.9934h3.2035v1.0932zm20.776-1.6865c0.5057 0.50566 1.1195 0.75995 1.8327 0.75995 0.7336 0 1.3328-0.24845 1.8327-0.75995 0.4968-0.4969 0.7482-1.1487 0.7482-1.935s-0.2514-1.441-0.7453-1.935c-0.5057-0.50567-1.1224-0.75996-1.8327-0.75996-0.7336 0-1.3328 0.24845-1.8297 0.75996-0.4969 0.49689-0.7483 1.1487-0.7483 1.935s0.2485 1.441 0.7424 1.935z' fill='%23fff'/%3E%3Cpath d='m68.162 17.57c-2.7622 0-5.0011 2.0957-5.0011 4.9865 0 2.8644 2.2536 4.9864 5.0011 4.9864 2.7621 0 5.0011-2.1103 5.0011-4.9864 0-2.8908-2.239-4.9865-5.0011-4.9865zm0 7.9971c-1.5111 0-2.8118-1.2511-2.8118-3.0223 0-1.7976 1.3036-3.0223 2.8118-3.0223 1.5111 0 2.8118 1.2247 2.8118 3.0223 3e-3 1.7829-1.3007 3.0223-2.8118 3.0223zm-10.911-7.9971c-2.7622 0-5.0011 2.0957-5.0011 4.9865 0 2.8644 2.2535 4.9864 5.0011 4.9864 2.7621 0 5.0011-2.1103 5.0011-4.9864 0-2.8908-2.2419-4.9865-5.0011-4.9865zm0 7.9971c-1.5112 0-2.8119-1.2511-2.8119-3.0223 0-1.7976 1.3037-3.0223 2.8119-3.0223 1.5111 0 2.8118 1.2247 2.8118 3.0223 0 1.7829-1.3007 3.0223-2.8118 3.0223zm-12.984-6.4743v2.1104h5.0654c-0.1549 1.1837-0.5466 2.0577-1.1458 2.6569-0.7424 0.7424-1.8882 1.5491-3.9079 1.5491-3.1129 0-5.5477-2.5137-5.5477-5.6266s2.4348-5.6266 5.5477-5.6266c1.6807 0 2.9054 0.6635 3.8144 1.5112l1.4965-1.4966c-1.2627-1.21-2.9433-2.1366-5.2992-2.1366-4.2704 0-7.8538 3.4783-7.8538 7.7369 0 4.2704 3.5805 7.737 7.8538 7.737 2.3062 0 4.0365-0.7541 5.4045-2.1747 1.3942-1.3942 1.8356-3.3613 1.8356-4.9485 0-0.4939-0.038-0.9382-0.117-1.3153h-7.1494c0.0029-0.0029 0.0029 0.0234 0.0029 0.0234zm53.106 1.6427c-0.4179-1.1195-1.6806-3.1772-4.2703-3.1772-2.5663 0-4.7001 2.0197-4.7001 4.9865 0 2.8001 2.1104 4.9864 4.9485 4.9864 2.2799 0 3.6069-1.3942 4.1535-2.2126l-1.6924-1.1341c-0.5612 0.833-1.3416 1.3796-2.4494 1.3796-1.1195 0-1.9028-0.5086-2.4231-1.5111l6.6672-2.7622c0 3e-3 -0.2339-0.5553-0.2339-0.5553zm-6.7987 1.666c-0.0526-1.9262 1.4966-2.9053 2.6044-2.9053 0.8739 0 1.6017 0.4296 1.8502 1.0551l-4.4546 1.8502zm-5.4161 4.8316h2.1893v-14.65h-2.1893v14.65zm-3.5952-8.5553h-0.0789c-0.494-0.5875-1.4322-1.1195-2.6306-1.1195-2.4874 0-4.779 2.1892-4.779 5.0011 0 2.8001 2.2799 4.9631 4.779 4.9631 1.1838 0 2.1366-0.5349 2.6306-1.1341h0.0789v0.7161c0 1.9028-1.0171 2.9288-2.6569 2.9288-1.3416 0-2.1746-0.9646-2.5137-1.7713l-1.9028 0.795c0.5466 1.3153 2.0051 2.9434 4.4136 2.9434 2.5663 0 4.7409-1.5112 4.7409-5.197v-8.947h-2.0694v0.8214h-0.0117zm-2.5137 6.8893c-1.5111 0-2.7738-1.2627-2.7738-3.0077 0-1.7596 1.2627-3.034 2.7738-3.034 1.4966 0 2.6569 1.289 2.6569 3.034 0.0147 1.745-1.1574 3.0077-2.6569 3.0077zm28.574-12.984h-5.235v14.65h2.19v-5.5477h3.048c2.423 0 4.806-1.7566 4.806-4.5451 0-2.7884-2.374-4.5568-4.809-4.5568zm0.065 7.0559h-3.113v-5.0274h3.113c1.639 0 2.566 1.3533 2.566 2.5137 0 1.1487-0.938 2.5137-2.566 2.5137zm13.518-2.0957c-1.59 0-3.23 0.7044-3.908 2.2389l1.941 0.8067c0.418-0.8067 1.184-1.0814 1.993-1.0814 1.135 0 2.28 0.6781 2.307 1.8882v0.1549c-0.392-0.2222-1.251-0.5612-2.28-0.5612-2.096 0-4.221 1.1458-4.221 3.2941 0 1.9671 1.719 3.2298 3.633 3.2298 1.47 0 2.28-0.6635 2.786-1.4322h0.079v1.1341h2.11v-5.612c0-2.6131-1.941-4.0599-4.44-4.0599zm-0.275 8.0234c-0.716 0-1.718-0.3508-1.718-1.2511 0-1.134 1.251-1.5637 2.318-1.5637 0.964 0 1.42 0.2075 1.993 0.494-0.158 1.3153-1.269 2.3091-2.593 2.3208zm12.414-7.7107-2.514 6.3544h-0.079l-2.604-6.3544h-2.356l3.908 8.8827-2.227 4.9368h2.28l6.012-13.82h-2.42zm-19.706 9.3767h2.189v-14.65h-2.189v14.65z' clip-rule='evenodd' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath d='m0.53489 0.90021c-0.33906 0.36536-0.53489 0.92364-0.53489 1.6544v25.917c0 0.7307 0.19583 1.289 0.54658 1.6397l0.09061 0.079 14.521-14.521v-0.3245l-14.533-14.524-0.09061 0.078919z' clip-rule='evenodd' fill='url(%23d)' fill-rule='evenodd'/%3E%3Cpath d='m19.99 20.525-4.8432-4.8433v-0.339l4.8432-4.8433 0.1053 0.0643 5.7289 3.2561c1.6397 0.9237 1.6397 2.4494 0 3.3848l-5.7289 3.2561-0.1053 0.0643z' clip-rule='evenodd' fill='url(%23c)' fill-rule='evenodd'/%3E%3Cpath d='m20.095 20.46-4.9484-4.9484-14.612 14.612c0.53489 0.5729 1.4322 0.6372 2.4348 0.0789l17.125-9.7421z' clip-rule='evenodd' fill='url(%23b)' fill-rule='evenodd'/%3E%3Cpath d='m20.095 10.563-17.125-9.7275c-1.0026-0.57289-1.9028-0.49397-2.4348 0.078919l14.612 14.597 4.9484-4.9485z' clip-rule='evenodd' fill='url(%23a)' fill-rule='evenodd'/%3E%3Cpath d='m19.99 20.355-17.008 9.6631c-0.94994 0.5466-1.7976 0.5086-2.3442 0.0117l-0.09061 0.0906 0.09061 0.079c0.54658 0.4939 1.3942 0.5349 2.3442-0.0117l17.125-9.7275-0.1169-0.1052z' clip-rule='evenodd' fill='%23000' fill-rule='evenodd' opacity='.2'/%3E%3Cpath d='m25.824 17.035-5.8487 3.3204 0.1052 0.1052 5.7289-3.2561c0.8213-0.4676 1.2247-1.0814 1.2247-1.6923-0.0497 0.5612-0.4677 1.0931-1.2101 1.5228z' clip-rule='evenodd' fill='%23000' fill-rule='evenodd' opacity='.12'/%3E%3Cpath d='m2.9697 1.0056 22.854 12.984c0.7424 0.418 1.1604 0.9646 1.2247 1.5229 0-0.6109-0.4034-1.2247-1.2247-1.6924l-22.854-12.984c-1.6398-0.93825-2.9697-0.15491-2.9697 1.7187v0.16952c0-1.8765 1.3299-2.6452 2.9697-1.7187z' clip-rule='evenodd' fill='%23fff' fill-rule='evenodd' opacity='.25'/%3E%3Cdefs%3E%3ClinearGradient id='d' x1='13.856' x2='-9.4044' y1='2.275' y2='8.4726' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF' offset='0'/%3E%3Cstop stop-color='%2300A1FF' offset='.00657'/%3E%3Cstop stop-color='%2300BEFF' offset='.2601'/%3E%3Cstop stop-color='%2300D2FF' offset='.5122'/%3E%3Cstop stop-color='%2300DFFF' offset='.7604'/%3E%3Cstop stop-color='%2300E3FF' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='27.962' x2='-.39858' y1='15.512' y2='15.512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000' offset='0'/%3E%3Cstop stop-color='%23FFBD00' offset='.4087'/%3E%3Cstop stop-color='%23FFA500' offset='.7754'/%3E%3Cstop stop-color='%23FF9C00' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='17.404' x2='-1.2689' y1='18.205' y2='49.633' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44' offset='0'/%3E%3Cstop stop-color='%23C31162' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='-3.1444' x2='5.1864' y1='-7.7204' y2='6.316' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071' offset='0'/%3E%3Cstop stop-color='%232DA771' offset='.0685'/%3E%3Cstop stop-color='%2315CF74' offset='.4762'/%3E%3Cstop stop-color='%2306E775' offset='.8009'/%3E%3Cstop stop-color='%2300F076' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 136px 32px;
}

.footer footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer footer .inc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}

.footer footer .inc:before {
    content: "";
    width: 36px;
    height: 40px;
    display: block;
    background-image: url(https://bravebinary.com/logo/BraveBinary_160.png);
    background-size: contain;
    margin-right: 20px;
}

.footer footer ul {
    list-style: none;
    margin: 28px 0 0 0;
}

.footer footer ul li {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    display: inline-flex;
    margin-right: 12px;
}

.footer footer ul li:last-child {
    margin-right: 0;
}

.footer footer ul li a {
    color: #FFF;
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.footer footer ul li a:after {
    content: "";
    position: absolute;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer footer ul li a:hover:after {
    width: 100%;
}

/* TERMS
-------------------------------------------------------------------------------------------*/
.terms {
    padding: 56px 0;
}

.terms.wrap {
    max-width: 740px !important;
}

.terms h1, .terms h2 {
    font-family: "Passion One", "Helvetica", "Arial", cursive, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px;
    margin-bottom: 56px;
}

@media only screen and (min-width: 1020px) {
    .terms h1, .terms h2 {
        font-size: 60px;
        line-height: 52px;
    }
}

.terms h2 {
    font-size: 30px;
    line-height: 24px;
    padding-top: 32px;
    margin-bottom: 24px;
}

.terms h3, .terms p, .terms li {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.terms h3 {
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 8px;
}

.terms p strong {
    font-weight: 700;
}

.terms p a {
    color: #FFF;
    text-decoration: underline;
}

.terms p a:hover {
    color: #757575;
}

.terms ul, .terms ol {
    list-style: outside;
    padding-top: 12px;
    margin-left: 16px;
    margin-bottom: 32px;
}

.terms ul ul, .terms ol ul {
    padding-top: 20px;
    margin-left: 32px;
}

.terms ul ul li, .terms ol ul li {
    list-style-type: circle;
}

/* LOCOMOTIVE SCROLL | MIT License | https://github.com/locomotivemtl/locomotive-scroll
-------------------------------------------------------------------------------------------*/
html.has-scroll-smooth {
    overflow: hidden;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar,
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #757575;
    width: 8px;
    cursor: -webkit-grab;
    cursor: grab;
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.hero-content,
img,
.how-title,
.animate-title .animate-line span .animate-text .animate-line span {
    opacity: 0;
}

.mark {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 1s;
    -moz-animation-name: slideInDown;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 1s;
    -o-animation-name: slideInDown;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-name: slideInDown;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.download-text,
.download-mobile {
    -webkit-animation-delay: 1.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 1.3s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 1.3s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 1.3s;
    animation-duration: 1s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.button .animate-line {
    display: block;
    overflow-y: hidden;
}

.button .animate-line span {
    display: block;
}

.button .animate-line.word1 span {
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 0.3s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-duration: 0.3s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view.hero-content {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view img {
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.2s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.2s;
    -o-animation-duration: 0.8s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.2s;
    animation-duration: 0.8s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view.how-title {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-title .animate-line, .in-view .animate-text .animate-line {
    display: block;
    overflow-y: hidden;
}

.in-view .animate-title .animate-line span, .in-view .animate-text .animate-line span {
    display: block;
}

.in-view .animate-title .animate-line.line1 span, .in-view .animate-text .animate-line.line1 span {
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.2s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.2s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.2s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-title .animate-line.line2 span, .in-view .animate-text .animate-line.line2 span {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-title .animate-line.line3 span, .in-view .animate-text .animate-line.line3 span {
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.4s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.4s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.4s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-title .animate-line.line4 span, .in-view .animate-text .animate-line.line4 span {
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-title .animate-line.line5 span, .in-view .animate-text .animate-line.line5 span {
    -webkit-animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.6s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.6s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.6s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-text .animate-line {
    display: block;
    overflow-y: hidden;
}

.in-view .animate-text .animate-line span {
    display: block;
}

.in-view .animate-text .animate-line.line1 span {
    -webkit-animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.6s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.6s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.6s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-text .animate-line.line2 span {
    -webkit-animation-delay: 0.7s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.7s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.7s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.7s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-text .animate-line.line3 span {
    -webkit-animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.8s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.8s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.8s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view .animate-text .animate-line.line4 span {
    -webkit-animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.9s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.9s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.9s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view.site-footer {
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: slideInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: slideInUp;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 0.8s;
    -o-animation-name: slideInUp;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

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

.headerParticles {
    position: absolute;
    left: 0;
}