@media(min-width: 1024px) {
    .site-header {
        top:0;
        left: 0;
        width: 100vw;
        position: absolute;
        background: none
    }
}

.component-as-seen h5 {
    color: #a8b4c0;
    margin: 0 0 20px;
    font-size: var(--text-small-font-size);
    line-height: var(--text-small-line-height);
    font-weight: 500;
    font-family: var(--font-family-heading)
}

.component-as-seen ul {
    margin: 0;
    padding: 0 0 0 44px;
    overflow: hidden;
    font-size: 0;
    list-style: none;
    line-height: 0;
    white-space: nowrap
}

.component-as-seen ul li {
    display: inline-block;
    padding-right: 44px
}

.component-as-seen .svg-appstore-rating {
    width: 145px;
    border: 1px solid #dce2ea;
    padding: 0;
    font-size: 0;
    list-style: 0;
    border-radius: 6px
}

.component-as-seen .svg-appstore-rating svg {
    display: inline-block;
    vertical-align: middle
}

.component-as-seen.type-full-width .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-as-seen.type-full-width .container h5 {
    margin: 0
}

.component-as-seen.type-full-width .container ul {
    padding-left: 20px
}

.component-as-seen.type-full-width .container h5,.component-as-seen.type-full-width .container ul {
    display: inline-block;
    vertical-align: middle
}

.section-page-hero {
    overflow: hidden;
    padding-top: 60px;
    border-bottom: 1px solid #eef0f2
}

.section-page-hero .pill {
    margin-bottom: 24px
}

.section-page-hero .h1 {
    color: #000;
    margin: 0 0 32px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height)
}

.section-page-hero p {
    color: #2b3746;
    margin: 0 0 32px;
    max-width: 480px;
    font-size: var(--text-large-font-size);
    font-weight: 400;
    line-height: var(--text-large-line-height);
    font-family: var(--font-family-text)
}

.section-page-hero .btn-blue-gradient {
    width: 100%;
    margin: 0 auto 16px;
    vertical-align: top
}

.section-page-hero .container {
    position: relative
}

.section-page-hero .span-title {
    padding-top: 50px
}

.section-page-hero .span-media {
    z-index: 2;
    position: relative
}

.section-page-hero .span-as-seen {
    left: 16px;
    width: 50%;
    bottom: 30px;
    display: none;
    z-index: 1;
    overflow: hidden;
    position: absolute
}

.section-page-hero .span-as-seen::before,.section-page-hero .span-as-seen::after {
    bottom: 0;
    height: 25px;
    content: "";
    display: block;
    z-index: 2;
    position: absolute
}

.section-page-hero .span-as-seen::after {
    right: 0;
    width: 120px;
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
}

.section-page-hero .span-as-seen::before {
    left: 0;
    width: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
}

.section-page-hero.type-animation {
    text-align: center
}

@media(min-width: 750px) {
    .section-page-hero .btn-blue-gradient {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 16px 0 0;
        min-width: 172px
    }

    .section-page-hero .span-media {
        margin-top: 50px
    }

    .section-page-hero video {
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center -180px;
        object-position: center -180px
    }
}

@media(min-width: 1024px) {
    .section-page-hero {
        padding-top:0
    }

    .section-page-hero .pill {
        margin-bottom: 32px
    }

    .section-page-hero .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 56px;
        padding-bottom: 24px
    }

    .section-page-hero .span-media {
        width: 50%;
        margin-top: 0;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .section-page-hero .span-title {
        width: 50%
    }

    .section-page-hero .span-as-seen {
        display: block
    }

    .section-page-hero .images img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .section-page-hero .video-wrap {
        top: 0;
        width: 50vw;
        height: 100%;
        display: inline-block;
        position: relative;
        max-width: 776px;
        border-radius: 12px;
        text-align: right;
        padding-right: 16px;
        background: none !important
    }

    .section-page-hero img,.section-page-hero video {
        width: 100%;
        height: 620px;
        display: inline-block;
        max-width: 620px;
        max-height: 100%;
        border-radius: 12px;
        -o-object-position: center;
        object-position: center
    }

    .section-page-hero.stretched .image,.section-page-hero.stretched .video-wrap {
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        z-index: 1
    }

    .section-page-hero.stretched .image img,.section-page-hero.stretched .image video,.section-page-hero.stretched .video-wrap img,.section-page-hero.stretched .video-wrap video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom left;
        object-position: bottom left
    }
}

@media(min-width: 1440px) {
    .section-page-hero .video-wrap {
        padding-right:32px
    }
}

.section-highlights {
    color: #000;
    margin: 48px 0 2px;
    overflow: hidden;
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 35px
}

.section-highlights h2 {
    margin: 0 0 24px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-highlights h3 {
    margin: 0 0 8px;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px
}

.section-highlights p {
    color: #516880;
    margin: 6px 0 0;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-highlights .btn-transparent {
    margin-bottom: 32px
}

.section-highlights .svg-icon-src {
    width: 32px;
    height: 32px;
    margin: 0 0 8px;
    display: inline-block
}

.section-highlights .svg-icon-src svg {
    width: 100%;
    height: 100%
}

.section-highlights .number {
    width: 44px;
    height: 44px;
    margin: 0 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f6f7f9;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: 500;
    font-family: var(--font-family-heading)
}

.section-highlights .span-item {
    margin-bottom: 46px
}

@media(min-width: 768px) {
    .section-highlights {
        margin:64px 0 0;
        padding-bottom: 18px
    }

    .section-highlights .row {
        left: -30px;
        width: calc(100% + 60px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-highlights .span-item {
        width: 33.3333333333%;
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-feature-guide {
    color: #000;
    margin: 40px 0
}

.section-feature-guide .row-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

.section-feature-guide .accordion-item {
    outline: none;
    padding: 24px 16px;
    position: relative;
    border-bottom: 1px solid #f1f4f7
}

.section-feature-guide .accordion-item:last-of-type {
    border-bottom: none
}

.section-feature-guide .item-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .6s ease-in-out;
    -o-transition: max-height .6s ease-in-out;
    transition: max-height .6s ease-in-out
}

.section-feature-guide .active .item-content {
    max-height: 450px;
    -webkit-transition: max-height .7s ease-in-out;
    -o-transition: max-height .7s ease-in-out;
    transition: max-height .7s ease-in-out
}

.section-feature-guide .span-media {
    position: relative;
    background: #fafafa;
    margin-bottom: 32px;
    border-radius: 12px
}

.section-feature-guide .span-media::after {
    content: "";
    display: block;
    padding-top: 100%
}

.section-feature-guide .bg-image,.section-feature-guide .video-wrap {
    width: 100%;
    height: 350px;
    z-index: 1;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.section-feature-guide video,.section-feature-guide .bg-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left
}

.section-feature-guide .slide {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    padding: 16px;
    position: absolute;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-feature-guide .slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.section-feature-guide .slide:not(.active) {
    opacity: 0;
    display: none;
    -webkit-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out
}

.section-feature-guide .slide img,.section-feature-guide .slide svg {
    -webkit-filter: drop-shadow(-1.3px 5.2px 15.7px rgba(42, 45, 56, 0.08));
    filter: drop-shadow(-1.3px 5.2px 15.7px rgba(42, 45, 56, 0.08))
}

@media(min-width: 920px) {
    .section-feature-guide {
        margin:100px 0
    }

    .section-feature-guide .row-accordion {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-feature-guide.media-align-left .row-accordion {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap
    }

    .section-feature-guide .span-media,.section-feature-guide .span-content {
        width: calc(50% - 8px);
        height: 400px
    }

    .section-feature-guide .span-content {
        max-width: 590px
    }

    .section-feature-guide .span-media {
        max-width: 630px;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .section-feature-guide video,.section-feature-guide .bg-image,.section-feature-guide .video-wrap {
        height: 100%
    }

    .section-feature-guide .span-title {
        display: block
    }
}

.section-feature-guide h2 {
    margin: 0 0 24px;
    font-family: var(--font-family-);
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-feature-guide h3 {
    color: #000;
    margin: 0;
    position: relative;
    padding-right: 20px;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.section-feature-guide h3::after {
    top: 11px;
    right: 10px;
    border: solid #000;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    -webkit-transform: rotate(45deg) translate(0px, -5px);
    -ms-transform: rotate(45deg) translate(0px, -5px);
    -o-transform: rotate(45deg) translate(0px, -5px);
    transform: rotate(45deg) translate(0px, -5px);
    margin-left: 2px;
    border-width: 0 2px 2px 0
}

.section-feature-guide h3 .pill {
    margin: 0 0 0 4px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.section-feature-guide .active h3::after {
    -webkit-transform: rotate(-135deg) translate(-4px, 4px);
    -ms-transform: rotate(-135deg) translate(-4px, 4px);
    -o-transform: rotate(-135deg) translate(-4px, 4px);
    transform: rotate(-135deg) translate(-4px, 4px)
}

.section-feature-guide a:not(.active) h3 {
    color: #a8b4bf
}

.section-feature-guide a:not(.active) h3::after {
    border-color: #a8b4bf
}

.section-feature-guide a {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-feature-guide a h3 {
    color: #000
}

.section-feature-guide a h3:link,.section-feature-guide a h3:focus,.section-feature-guide a h3:active,.section-feature-guide a h3:visited {
    color: #000
}

.section-feature-guide a h3:hover {
    color: #000
}

.section-feature-guide a p {
    color: #516880
}

.section-feature-guide a p:link,.section-feature-guide a p:focus,.section-feature-guide a p:active,.section-feature-guide a p:visited {
    color: #516880
}

.section-feature-guide a p:hover {
    color: #516880
}

.section-feature-guide p {
    color: #516880;
    margin: 0;
    padding-top: 12px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-feature-guide .pill {
    margin: 0 0 16px
}

.section-feature-guide.style-numbered .accordion-item::before {
    content: counter(my-awesome-counter);
    color: #000;
    display: block;
    border-radius: 100%;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-feature-guide.style-numbered .accordion-item.active::before {
    color: #fff;
    background-color: #000
}

@media(min-width: 920px) {
    .section-feature-guide h2 {
        max-width:520px;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height)
    }
}

.section-feature-guide.style-numbered .span-accordion {
    counter-reset: feature-guide-count
}

.section-feature-guide.style-numbered .accordion-item {
    padding-left: 64px;
    counter-increment: feature-guide-count
}

.section-feature-guide.style-numbered .accordion-item::before {
    top: 50%;
    left: 16px;
    color: #000;
    width: 32px;
    border: 1px solid #000;
    height: 32px;
    display: block;
    content: counter(feature-guide-count);
    position: absolute;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    border-radius: 100%
}

.section-feature-guide.style-numbered .accordion-item.active::before {
    color: #fff;
    background-color: #000
}

.section-feature-guide .slide .span-image,.section-feature-guide .slide .span-lottie {
    max-width: 260px
}

#section-feature-guide-2-4 .slide-1>div {
    max-width: 220px
}

@media(min-width: 720px) {
    .section-feature-guide .slide .span-image,.section-feature-guide .slide .span-lottie {
        max-width:290px
    }
}
