@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    font-size: 100%;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

ol {
    padding-left: 2.5rem
}

table {
    border: 1px solid;
    border-collapse: collapse
}

table tr td {
    padding: 1rem;
    border: 1px solid
}

html {
    color: #323232;
    font-family: Poppins, sans-serif
}

body,
html {
    height: 100%
}

body {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
    overflow-x: hidden
}

@media (min-width:48em) {
    body {
        font-size: 1.125rem
    }
}

body,
button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    text-decoration: underline;
    font-weight: 600;
    color: #487b94
}

a,
button {
    cursor: pointer
}

button {
    border: 0;
    padding: 0;
    background: none
}

button,
input,
select,
textarea {
    font-family: Poppins, sans-serif;
    font-size: inherit
}

input,
select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #323232;
    padding: 1rem 0
}

input::-ms-clear,
select::-ms-clear {
    display: none
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-weight: 300;
    color: #323232
}

input::-moz-placeholder,
select::-moz-placeholder {
    font-weight: 300;
    color: #323232
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    font-weight: 300;
    color: #323232
}

input:-moz-placeholder,
select:-moz-placeholder {
    font-weight: 300;
    color: #323232
}

textarea {
    width: 100%;
    border: 1px solid #323232;
    padding: 1rem
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.o-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.o-layout__header {
    flex-shrink: 0
}

.o-layout__content {
    flex: 1;
    height: 100%;
    margin-top: -4.6875rem;
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.o-container-service {
    /*    max-width: 80rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
    word-wrap: break-word;
    padding-top: 1px;
    padding-bottom: 1px;
    gap: 5px;*/
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
}

@media (min-width:48em) {
    .o-container-service {
        padding-left: 5rem;
        padding-right: 5rem
    }
}
.o-container-partner {
    /*    max-width: 80rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
    word-wrap: break-word;
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 5px;
    inline-size:auto*/
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
}

@media (min-width:48em) {
    .o-container-partner {
        padding-left: 5rem;
        padding-right: 5rem
    }
}
.o-container-provider {
    /*    max-width: 80rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 100px;*/
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
}

@media (min-width:48em) {
    .o-container-provider {
        padding-left: 5rem;
        padding-right: 5rem
    }
}
/*.container00 {*/
    /*    max-width: 80rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 100px;*/
    /*max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    justify-content: space-evenly;
    justify-content: center;
    font-family: sans-serif;
    font-size: .8em;
}*/

@media (min-width:48em) {
    .container00 {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.o-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:48em) {
    .o-container {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.o-block {
    display: flex;
    flex-direction: column
}

@media (min-width:48em) {
    .o-block {
        flex-direction: row;
        align-items: center
    }
}

.o-block+.o-block {
    margin-top: 3.5rem
}

@media (min-width:48em) {
    .o-block+.o-block {
        margin-top: 5rem
    }
}

.o-block__img {
    margin-bottom: 2.5rem
}

@media (min-width:48em) {
    .o-block__img {
        width: 50%;
        margin-bottom: 0
    }
}

.o-block__img>picture {
    display: block;
    max-width: 592px
}

@media (min-width:48em) {
    .o-block__copy {
        width: 50%
    }

    .o-block__copy.full-width {
        width: 100%
    }

    .o-block__copy.full-width .subheading {
        max-width: none
    }

    .o-block--img-left .o-block__img>picture {
        margin-left: auto
    }

    .o-block--img-left .o-block__copy {
        margin-left: 3.5rem
    }

    .o-block--img-right .o-block__img {
        order: 2
    }

    .o-block--img-right .o-block__img>picture {
        margin-right: auto
    }

    .o-block--img-right .o-block__copy {
        order: 1;
        margin-right: 3.5rem
    }
}

.section-heading {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:48em) {
    .section-heading {
        font-size: 1.375rem;
        padding: 5rem 0 3.5rem
    }
}
.section-heading2 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:48em) {
    .section-heading2 {
        font-size: 1.375rem;
        padding: 5rem 0 3.5rem
    }
}

.section-heading1 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:48em) {
    .section-heading1 {
        font-size: 1.375rem;
        padding: 5rem 0 3.5rem
    }
}

.section-heading--inverted {
    color: #fff
}

.para {
    margin-bottom: .5rem
}

@media (min-width:48em) {
    .para {
        margin-bottom: 1.5rem
    }
}

.large-para {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-bottom: .5rem
}

@media (min-width:48em) {
    .large-para {
        font-size: 1.1875rem;
        margin-bottom: 1.5rem
    }
}

.bullets {
    margin-top: 1rem
}

.bullets.bullets--bm {
    margin-bottom: 1rem
}

@media (min-width:48em) {
    .bullets.bullets--bm {
        margin-bottom: 2.5rem
    }
}

.bullets__item {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: .9375rem;
    position: relative;
    padding-left: 1rem
}

@media (min-width:48em) {
    .bullets__item {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        font-size: 1rem
    }
}

.bullets__item:not(:last-child) {
    margin-bottom: .625rem
}

@media (min-width:48em) {
    .bullets__item:not(:last-child) {
        margin-bottom: 1rem
    }
}

.bullets__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #323232
}

@media (min-width:48em) {
    .bullets__item:before {
        top: 12px
    }
}

.subheading {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: 0;
    max-width: 40rem;
    margin-bottom: 1rem
}

@media (min-width:48em) {
    .subheading {
        font-size: 3rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem
    }
}

.subheading.small {
    font-size: 1.5625rem;
    line-height: 2rem;
    letter-spacing: 0
}

@media (min-width:48em) {
    .subheading.small {
        font-size: 2.1875rem;
        line-height: 2.9375rem
    }
}

.subheading.x-small {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: 0
}

@media (min-width:48em) {
    .subheading.x-small {
        font-size: 1.5625rem;
        line-height: 2.3125rem
    }
}

.overline {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
    letter-spacing: 0;
    display: block;
    margin-bottom: .625rem;
    font-weight: 600;
    color: #e64650
}

@media (min-width:48em) {
    .overline {
        font-size: 1.125rem;
        margin-bottom: .75rem
    }
}

.overline--green {
    color: #64dc96
}

.header {
    position: relative;
    z-index: 1;
    display: flex;
    height: 4.6875rem;
    padding: .625rem 0
}

.header:before {
    content: " ";
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, -1.5625rem, 0);
    -moz-transform: translate3d(0, -1.5625rem, 0);
    -ms-transform: translate3d(0, -1.5625rem, 0);
    -o-transform: translate3d(0, -1.5625rem, 0);
    transform: translate3d(0, -1.5625rem, 0)
}

.header.sticky:before {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 4px 16px rgba(50, 50, 50, .4)
}

@media (min-width:48em) {
    .header {
        align-items: center
    }
}

.header__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    margin: 0 auto;
    max-width: 80.625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}
.header__inner a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.sticky .header__inner a {
    color: #000;
}

.header__logo {
    display: block;
    flex-shrink: 0;
    margin-right: .625rem;
    width: 290px;
    height: 55px;
    fill: #fff;
    
}
@media(max-width: 768px) {
    .header__inner a {
        font-size: 16px;
    }
    .header__inner svg {
        width: 100%;
    }
}
@media (min-width:48em) {
    .header__logo {
        margin-right: 2.5rem;
        width: 290px;
    }
}

.sticky .header__logo {
    fill: #e64650
}

.header__buttons {
    display: flex;
    align-items: center
}

.header__buttons>.pill-button {
    height: 30px;
    font-size: .8125rem;
    line-height: .875rem
}

.header__buttons>.pill-button+.pill-button {
    margin-left: 1rem
}

@media (max-width:47.99em) {
    .header__buttons>.pill-button+.pill-button {
        margin-left: .5rem;
        min-width: 110px;
    }
}

.button {
    font-weight: 500;
    text-align: center;
    font-size: .9375rem;
    line-height: 1.25rem;
    display: inline-block;
    padding: .875rem 1.25rem;
    width: calc(50vw - 18px);
    max-width: 8.75rem;
    height: 50px;
    background: #323232;
    border: 1px solid #323232;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
    transition-property: background-color color border-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

.button:focus {
    outline: 0
}

.button:hover {
    background-color: #fff;
    color: #323232
}

.pill-button {
    font-weight: 500;
    text-align: center;
    font-size: .9375rem;
    line-height: 1.25rem;
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid #323232;
    border-radius: 40px;
    background: #323232;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
    transition-property: background-color color border-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

.pill-button:focus {
    outline: 0
}

.pill-button:hover {
    background-color: #fff;
    border-color: #323232;
    color: #323232
}

.pill-button--secondary {
    background: #fff;
    border-color: #d1d0ce;
    color: #323232
}

.pill-button--secondary:hover {
    background-color: #323232;
    border-color: #323232;
    color: #fff
}

.button--secondary {
    background: #fff;
    border-color: #fff;
    color: #323232
}

.button--secondary:hover {
    background-color: #323232;
    border-color: #323232;
    color: #fff
}

@media (max-width:33.74em) {
    .button--large {
        font-size: 1.125rem;
        line-height: 2.25rem;
        padding: .625rem;
        min-width: 10.8125rem
    }
}

@media (min-width:33.75em) and (max-width:47.99em) {
    .button--large {
        font-size: 1.5rem;
        line-height: 2.25rem;
        padding: .625rem;
        min-width: 20.5rem
    }
}

@media (min-width:48em) {
    .button--large {
        font-size: 2.25rem;
        line-height: 2.5rem;
        padding: 1.25rem;
        min-width: 20.5rem
    }
}

.button--has-icon {
    text-align: center;
    font-size: .9375rem;
    line-height: 1.25rem;
    align-items: center;
    max-width: none;
    width: 100%;
    font-weight: 500;
    margin-top: 1.5rem;
    border-color: #323232
}

.button--has-icon>svg {
    width: 16px;
    fill: #fff;
    margin-right: .25rem;
    margin-top: -.1875rem
}

.button--has-icon:hover {
    background: #fff;
    color: #323232
}

.button--has-icon:hover>svg {
    fill: #323232
}

.button--has-icon.is-hidden {
    display: none
}

@media (min-width:48em) {
    .button--has-icon {
        display: inline-flex;
        background-color: #fff;
        color: #323232;
        border-color: #fff;
        width: auto;
        margin-left: -11px;
        margin-top: 0
    }

    .button--has-icon>svg {
        width: 32px;
        fill: #323232;
        margin-right: 1rem
    }

    .button--has-icon:hover {
        background: #323232;
        color: #fff;
        border-color: #323232
    }

    .button--has-icon:hover>svg {
        fill: #fff
    }

    .button--has-icon.button--apple {
        margin-right: 1rem
    }
}

.button-row {
    padding-top: 1rem
}

@media (min-width:48em) {
    .button-row {
        padding-top: 2.5rem
    }
}

.button--fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 40px;
    box-shadow: 0 4px 16px rgba(50, 50, 50, .4);
    min-width: 8.25rem
}

.fixed-button {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

@media (max-width:33.74em) {
    .fixed-button.is-visible {
        opacity: 1
    }
}

.divider {
    height: 0;
    padding-top: 2.5rem;
    border-bottom: 1px solid rgba(50, 50, 50, .08)
}

@media (min-width:48em) {
    .divider {
        padding-top: 5rem
    }
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background-color: #000;
    /* background-image: url(/hero-bg.01158d7a.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.hero.hero--small {
    min-height: 35vh
}

.hero.hero--small .hero__title {
    margin-bottom: 0
}

.hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    width: 100%
}

.hero__title {
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 1rem
}

@media (min-width:48em) {
    .hero__title {
        font-size: 3.75rem;
        line-height: 4.25rem;
        max-width: 41.875rem
    }
}

.hero__title--desktop {
    display: none
}

@media (min-width:48em) {
    .hero__title--desktop {
        display: block
    }
}

.hero__title--mobile {
    display: block;
    max-width: 37.5rem;
    font-size: 2.4rem;
    letter-spacing: 0
}

@media (min-width:23.5em) {
    .hero__title--mobile {
        letter-spacing: .04em;
        font-size: 2.5rem
    }
}

@media (min-width:48em) {
    .hero__title--mobile {
        display: none
    }
}

.hero__desc {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    max-width: 28rem;
    margin-bottom: 2rem;
    font-weight: 300
}

@media (min-width:48em) {
    .hero__desc {
        font-size: 1.375rem;
        max-width: 26.25rem;
        font-weight: 400
    }
}

.hero__desc>a {
    color: #fff;
    font-weight: 600
}

@media (min-width:48em) {
    .hero__desc--faq {
        max-width: 42rem
    }
}

.hero__buttons {
    display: flex;
    width: 100%
}

.hero__buttons>.button+.button {
    margin-left: 1rem
}

@media only screen and (min-device-width:320px) and (max-device-width:870px) and (orientation:landscape) {
    .hero {
        min-height: 0;
        padding: 100px 0
    }
}

.marketplace {
    position: relative;
    margin-top: 2.5rem
}

@media (min-width:48em) {
    .marketplace {
        margin-top: 7.5rem
    }
}

.marketplace:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    display: block;
    background-color: #323232;
    background-image: url(/dark-bg.386ff545.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.marketplace__columns {
    display: flex;
    width: 100%
}

@media (max-width:47.99em) {
    .marketplace__columns {
        flex-direction: column
    }
}

@media (min-width:48em) {
    .marketplace__columns {
        flex-direction: row;
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:48em) {
    .marketplace__col {
        width: 50%;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.marketplace__col .subheading {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .04
}

@media (min-width:48em) {
    .marketplace__col .subheading {
        font-size: 2rem
    }
}

@media (max-width:47.99em) {
    .marketplace__col+.marketplace__col {
        margin-top: 1.5rem
    }
}

.marketplace__col__inner {
    padding: 1.5rem 1rem;
    height: 100%;
    background: #fff;
    box-shadow: 0 28px 48px -20px rgba(50, 50, 50, .16)
}

@media (min-width:48em) {
    .marketplace__col__inner {
        padding: 2.5rem
    }
}

.marketplace__img {
    display: block;
    max-width: 37rem
}

.marketplace__button-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*width: 100%;*/
    padding-top: 1rem;
    padding-bottom: 1rem
}
.marketplace__button-row1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 50px;
}

#android-device:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
}   

#ios-device:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 12px;
}

.app_badge{
    border-radius: 12px;
    width: 70px;
    height: 70px;
}

@media (max-width:555px) {
    .app_badge{
        width: 70px;
        height: 70px;
    }
}

.app_badge1 {
    border-radius: 12px;
    width: 70px;
    height: 70px;
}

@media (max-width:555px) {
    .app_badge {
        width: 70px;
        height: 70px;
    }
}

@media (max-width:424px) {
    .marketplace__button-row{
        display: block;
        text-align: center;        
    }
    .marketplace__button-column-one{
        margin: 10px 0;
    }
    .marketplace__button-column-one1 {
        margin: 10px 0;
        gap : 10px 20px;
    }
}

@media (max-width:348px) {
    .app_badge{
        width: 70px;
        height: 70px;
    }
}

@media (min-width:48em) {
    .marketplace__button-row {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.app_badge2 {
    border-radius: 12px;
    width: 224px;
    height: 77px;
}

@media (max-width:555px) {
    .app_badge2 {
        width: 166px;
        height: 57px;
    }
}

.marketplace__button-row2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*width: 100%;*/
    padding-top: 2.5rem;
    padding-bottom: 5rem
}

#android-device:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
}   

#ios-device:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 12px;
}

.app_badge2{
    border-radius: 12px;
    width: 224px;
    height: 77px;
}

@media (max-width:555px) {
    .app_badge2{
        width: 166px;
        height: 57px;
    }
}

@media (max-width:424px) {
    .marketplace__button-row2{
        display: block;
        text-align: center;        
    }
    .marketplace__button-column-one2{
        margin: 10px 0;
    }
}

@media (max-width:348px) {
    .app_badge2{
        width: 137px;
        height: 47px;
    }
}

@media (min-width:48em) {
    .marketplace__button-row2 {
        padding-top: 2.5rem;
        padding-bottom: 8.75rem
    }
}

.marketplace__button-row>.button {
    width: auto;
    max-width: none
}

.marketplace__button-row>.button {
    width: auto;
    max-width: none
}

.marketplace__button-row3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    /*width: 100%;*/
    /*padding-top: 2.5rem;
    padding-bottom: 5rem;*/
    margin-bottom: 0
}

#android-device3:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
}

#ios-device3:hover {
    transform: scale(1.1,1.1);
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    border-radius: 12px;
}

.app_badge3 {
    border-radius: 12px;
    width: 224px;
    height: 77px;
}

@media (max-width:555px) {
    .app_badge3 {
        border-radius: 12px;
        width: 166px;
        height: 57px;
    }
}

@media (max-width:450px) {
    .marketplace__button-row3 {
        display: block;
        text-align: center;
        background-size :cover
    }

    .marketplace__button-column-one3 {
        margin: 10px 0;
    }
}

@media (max-width:348px) {
    .app_badge3 {
        width: 137px;
        height: 47px;
    }
}

@media (min-width:48em) {
    .marketplace__button-row3 {
        padding-top: 2.5rem;
        padding-bottom: 8.75rem
    }
}

.marketplace__button-row3 > .button {
    width: auto;
    max-width: none
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #000;
    color: #fff;
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 300;
    letter-spacing: .04em
}

@media (min-width:48em) {
    .footer {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

.footer__top-line {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem
}

.footer__nav {
    margin-top: 1.5rem
}

.footer__nav-link {
    color: #fff;
    display: block;
    margin-top: .25rem;
    font-weight: 400
}

.modal {
    display: none;
    z-index: 2
}

.modal.is-open {
    display: block
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    overflow-y: auto;
    background-color: #fff;
    width: 100vw;
    height: 100%
}

@media (min-width:48em) {
    .modal__container {
        width: calc(100% - 5rem);
        max-width: 42rem;
        max-height: 90vh;
        height: auto
    }

    .modal__container.modal__container--wide {
        width: calc(100% - 5rem);
        max-width: 95vw
    }
}

.modal__header {
    position: relative;
    color: #fff;
    padding: 2.5rem
}

@media (min-width:48em) {
    .modal__header {
        padding: 2.5rem 2.5rem .25rem .25rem
    }
}

.modal__close {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    display: block;
    height: 3rem;
    background: transparent;
    border: 0;
    color: #323232;
    font-size: 2rem
}

@media (min-width:48em) {
    .modal__close {
        right: 2.5rem
    }
}

.modal__header .modal__close:before {
    content: "✕"
}

.modal__content {
    padding: 0 1rem
}

@media (min-width:48em) {
    .modal__content {
        padding: 2.5rem
    }
}

.modal__title {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: 0;
    margin-bottom: 1rem
}

@media (min-width:48em) {
    .modal__title {
        font-size: 3rem;
        line-height: 3.75rem;
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 2.5rem
    }
}

.modal__para {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: .9375rem
}

@media (min-width:48em) {
    .modal__para {
        font-size: 1.125rem;
        font-size: 1rem
    }
}

.app-store-buttons {
    margin-top: 0
}

@media (min-width:48em) {
    .app-store-buttons {
        margin-top: 2.5rem
    }
}

.modal__form {
    max-width: 42rem;
    padding-bottom: 2.5rem
}

.modal__form .feedback {
    display: none;
    margin-top: 1rem
}

.modal__form .feedback.is-visible {
    display: block
}

@media (min-width:48em) {
    .modal__form {
        padding-bottom: 0
    }
}

.modal__textarea {
    margin-bottom: 2.5rem;
    outline: 0;
    font-weight: 400;
    font-size: .9375rem
}

@media (min-width:48em) {
    .modal__textarea {
        font-size: 1rem
    }
}

.modal__textarea__label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-weight: 300;
    font-size: .9375rem;
    padding-bottom: .625rem
}

.modal__textarea__label>span {
    opacity: .4
}

@media (min-width:48em) {
    .modal__textarea__label {
        font-size: 1rem
    }
}

.modal__input {
    font-weight: 400;
    font-size: .9375rem;
    margin-bottom: 1.5rem;
    outline: 0;
    line-height: 1.25;
    padding: .625rem 0
}

@media (min-width:48em) {
    .modal__input {
        font-size: 1rem
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

.search__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

@media (min-width:48em) {
    .search__container {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.removed {
    display: none !important
}

.search {
    display: flex;
    flex-grow: 1;
    margin-top: 1.5rem
}

.search__input {
    margin-right: 1.5625rem;
    width: 100%;
    position: relative
}

.search__input input {
    border-bottom: 1px solid #d1d1d0;
    outline: 0;
    line-height: 1;
    padding: .8rem 0
}

.search__input .clear-search {
    color: #323232;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 50px;
    position: absolute;
    right: 0;
    font-style: normal;
    cursor: pointer
}

.search__button {
    width: auto
}

@media (min-width:48em) {
    .search__button {
        width: calc(50vw - 18px)
    }
}

.search__feedback {
    background-color: #e5e5e5;
    padding: 1rem;
    text-align: center;
    position: relative
}

.search__feedback p {
    text-align: left
}

.search__feedback .clear-search {
    margin-top: .625rem;
    cursor: pointer
}

@media (min-width:48em) {
    .search__feedback .clear-search {
        margin-top: 0;
        position: absolute;
        right: 15px;
        top: 15px
    }
}

.empty-search {
    padding-bottom: 3.5rem
}

@media (min-width:48em) {
    .empty-search {
        padding-bottom: 5rem
    }
}

.empty-search .subheading {
    font-size: 1.75rem
}

@media (min-width:48em) {
    .empty-search .subheading {
        font-size: 36px
    }
}

.faq__container {
    padding-bottom: 3.5rem
}

@media (min-width:48em) {
    .faq__container {
        padding-bottom: 5rem
    }
}

.faq__container .subheading {
    font-size: 1.75rem
}

@media (min-width:48em) {
    .faq__container .subheading {
        font-size: 36px
    }
}

.get-app-cta {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.chat-cta {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

@media (min-width:48em) {
    .get-app-cta {
        margin-top: 0;
        margin-bottom: 0
    }

    .chat-cta {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.faq__category h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25rem
}

.faq__category h4,
.faq__category h5 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25rem
}

.faq__category .small {
    font-size: .875rem;
    margin: 10px 0 0;
    line-height: 1;
    white-space: nowrap;
    color: rgba(0, 0, 0, .2);
    display: none
}

@media (min-width:48em) {
    .faq__category .small {
        display: block
    }
}

.faq__category.active h4,
.faq__category.active h5 {
    font-weight: 500
}

.faq__category__icon {
    height: 20px;
    margin-right: 20px;
    width: 20px
}

.faq__question h4,
.faq__question h5,
.faq__question h6 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25rem
}

.faq__question.active h4,
.faq__question.active h5,
.faq__question.active h6 {
    font-weight: 500
}

.faq__answer {
    padding: 1.25rem 0;
    display: none
}

.faq__answer p {
    font-size: 1rem;
    font-weight: 400
}

.faq__list {
    list-style: none;
    padding: 0
}

.faq__list.has-margin {
    margin-left: 0
}

@media (min-width:33.75em) {
    .faq__list.has-margin {
        margin-left: 3.5rem
    }
}

#faq.results>.faq__list>li:not(:last-of-type) {
    margin-bottom: 2.5rem
}

ul.inner {
    margin-left: 0;
    overflow: hidden;
    display: none
}

@media (min-width:33.75em) {
    ul.inner {
        margin-left: 3.5rem
    }
}

.toggle {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 24px 24px 16px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .05)
}

.toggle.active,
.toggle:hover {
    border-color: #323232
}

.toggle .toggle__icon {
    position: absolute;
    right: 0
}

.toggle .toggle__icon.reverse {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.terms__container {
    padding-bottom: 3.5rem;
    padding-top: 2.5rem
}

@media (min-width:48em) {
    .terms__container {
        padding-bottom: 5rem
    }
}

.terms__container .subheading.x-small {
    margin-top: 2.5rem;
    max-width: none
}

.terms__container p {
    margin-top: 2.5rem;
    word-break: break-word
}

.terms__container ol li p {
    margin-top: 1rem
}

.terms__container .bullets {
    margin-top: 2.5rem
}

.terms__container table tr td p {
    margin-top: 0
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

@media (max-width:47.99em) {
    .tablet-up {
        display: none
    }
}

@media (min-width:48em) {
    .tablet-up {
        display: block
    }
}

@media (max-width:33.74em) {
    .mobile-up {
        display: none
    }
}

@media (min-width:33.75em) {
    .mobile-up {
        display: block
    }
}

@media (max-width:33.74em) {
    .until-mobile {
        display: block
    }
}

@media (min-width:33.75em) {
    .until-mobile {
        display: none
    }
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.5rem
}

.mb-6 {
    margin-bottom: 2.5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.5rem
}

.mt-6 {
    margin-top: 2.5rem
}

@media (max-width:33.74em) {
    .bottom-gutter {
        margin-bottom: .5rem
    }
}

@media (min-width:33.75em) {
    .bottom-gutter {
        display: 1.5rem
    }
}

.d-none {
    display: none
}

@media print {

    *,
    :after,
    :before {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

/*# sourceMappingURL=/0-index.e3cc358b.css.map */