.button-group-premium {
    width: 100%;
    margin: 0 auto;
    border: 1px solid hsla(0,0%,100%,.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 324px;
    background: hsla(0,0%,100%,.05);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    backdrop-filter: blur(10px)
}

.button-group-premium .span-left {
    color: #fff;
    width: 50%;
    height: 72px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid hsla(0,0%,100%,.15);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-group-premium .span-right {
    color: #fff;
    width: 50%;
    height: 72px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-group-premium .span-right span {
    color: #95f001;
    font-weight: 600
}

.button-group-premium .span-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.15)
}

.button-group-premium .span-button span {
    color: #fff
}

.button-group-premium .btn-blue-gradient {
    width: 100%;
    margin: 0
}

@media(min-width: 768px) {
    .button-group-premium .btn-blue-gradient {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.section-page-hero {
    border: none;
    color: #fff;
    z-index: 2;
    padding: 0;
    overflow: visible;
    position: relative;
    background-color: #000614
}

.section-page-hero .container {
    z-index: 5;
    position: relative;
    min-height: 100vh;
    padding-top: 110px
}

.section-page-hero .video-wrap {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    pointer-events: none;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat
}

.section-page-hero .wrap-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none
}

.section-page-hero .wrap-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.section-page-hero video {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center
}

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

.section-page-hero p {
    color: #eef0f2;
    margin: 0 auto 32px;
    max-width: 560px;
    font-size: 16px;
    line-height: 150%
}

.section-page-hero h1 {
    margin: 0 auto 12px
}

.section-page-hero .span-title {
    z-index: 20;
    position: relative;
    text-align: center
}

@media(min-width: 720px) {
    .section-page-hero .container {
        padding-top:155px
    }

    .section-page-hero .h1 {
        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)
    }
}

@media(min-width: 1600px) {
    .section-page-hero .h1 {
        font-family:var(--font-family-denton);
        font-weight: 300;
        font-size: 92px;
        line-height: var(--92px-line-height)
    }
}

@media(min-width: 1440px) {
    .section-page-hero .container {
        padding-top:255px
    }
}

.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 {
    max-width: 260px
}

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