
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background-color: transparent
}
strong {
    font-weight: 700
}
img {
    border: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
h2 {
    font-weight: 700;
    margin-bottom: 10px
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}
p {
    margin-top: 0;
    margin-bottom: 10px
}
.faq-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.faq-menu-item-label {
    max-width: 64ch;
    background-color: transparent;
    text-decoration: none
}
.faq-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.faq-answer-p {
    line-height: 1.5em
}
.faq-group-row {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem
}
.faq-answer {
    overflow: hidden;
    padding: 0 2rem
}
.faq-menu-title {
    width: 100%;
    padding: 1rem 2rem
}
.faq-menu-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    width: 30%;
    height: 100%
}
.faq-section {
    position: relative;
    padding: 6rem 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf9fa), to(#fff));
    background-image: linear-gradient(180deg, #faf9fa, #fff)
}
.faq-groups-wrapper {
    position: static;
    left: 30%;
    width: 70%;
    padding: 1rem
}
.faq-arrow {
    position: relative;
    z-index: 0
}
.faq-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 2px 0 0;
    border-color: rgba(0, 0, 0, .05) #000 #000;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}
.faq-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(32, 32, 36, .4);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none
}
.faq-question-label {
    background-color: transparent;
    color: #3c3d49;
    font-size: 1.25rem;
    line-height: 1.5em;
    font-weight: 700;
    text-decoration: none
}
.faq-menu-title-label {
    font-size: 2rem;
    line-height: 1.5em
}
.accent-color {
    color: #454dec
}
.faq-answer {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        max-height: 0;
        opacity: 0;
      /* -webkit-transition: max-height .5s ease, opacity .5s ease; */
        transition: max-height .5s ease, opacity .5s ease;
}
.faq-answer.expanded {
        max-height: 1000px;
        opacity: 1;
}
@media screen and (max-width:991px) {
.faq-menu {
        position: relative;
        z-index: 9999999;
        overflow: auto;
        max-width: none;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
}
.faq-item-wrapper {
        position: static;
        z-index: 8888
}
.faq-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
}
.faq-group-row {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
}
.faq-answer {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        max-height: 0;
        opacity: 0;
      /* -webkit-transition: max-height .5s ease, opacity .5s ease; */
        transition: max-height .5s ease, opacity .5s ease;
}
.faq-answer.expanded {
        max-height: 1000px;
        opacity: 1;
}
.faq-menu-title {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: .5rem 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
}
.faq-menu-wrapper {
        top: 1rem;
        z-index: 9999;
        width: 100%;
        border-radius: .5rem;
        background-color: #fff;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15)
}
.faq-groups-wrapper {
        width: 100%
}
.faq-arrow {
        position: relative;
        z-index: 0;
        transition: transform .5s ease;
}
.faq-arrow.rotated {
        transform: rotate(180deg);
}
.faq-question {
        padding-right: 1.5rem;
        padding-left: 1.5rem
}
}
@media screen and (max-width:767px) {
.faq-answer-p {
        font-size: .875rem
}
.faq-group-row {
        padding-top: 2rem;
        padding-bottom: 2rem
}
.faq-answer {
        padding-right: .5rem;
        padding-left: .5rem
}
.faq-menu-title {
        padding: 1rem 1rem .5rem
}
.faq-section {
        padding-right: 1rem;
        padding-left: 1rem
}
.faq-question {
        padding-right: .5rem;
        padding-left: .5rem
}
.faq-menu-item {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1rem
}
.faq-question-label {
        font-size: 1rem
}
.faq-menu-title-label {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.5rem
}
}
@media screen and (max-width:479px) {
.faq-sticky-title-hidden-mobile {
        font-size: 1rem
}
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background-color: transparent
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
img {
    border: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
h1,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}
p {
    margin-top: 0;
    margin-bottom: 10px
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}
.maximal_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99%;
    height: auto;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.maximal_container.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.section-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 35ch;
    padding: 6rem 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #080808
}
.grid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr)
}
.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Varela, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 110%
}
.paragraph-2 {
    max-width: 700px;
    margin-top: 10px;
    font-family: Varela, sans-serif;
    color: #b9b9b9;
    font-size: 18px;
    line-height: 140%
}
.section-3 {
    position: relative;
    z-index: 1;
    padding: 3rem 5%;
    background-color: #2e1cff
}
.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0rem
}
.text_band {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.5rem;
    background-color: #a2daff;
    font-family: Varela, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none
}
.text_band.system {
    background-color: #f1b0ff
}
.section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.f-paragraph-large {
    margin-bottom: 0px;
    font-family: Varela, sans-serif;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em
}
.f-h5-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #160042;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.02em
}
.f-margin-bottom-16 {
    margin-bottom: 16px
}
.f-feature-icon-wrapper-white {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff
}
.f-feature-card-filled {
    padding: 32px;
    border-radius: 2px;
    background-color: #d9d9e2
}
.f-grid-three-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}
.f-container-regular {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}
.f-section-large {
    position: relative;
    padding: 92px 5%;
    background-color: #e7e7f0
}
.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px
}
.image-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
@media screen and (max-width:991px) {
.heading {
        font-size: 40px
}
.f-grid-three-column {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
}
}
@media screen and (max-width:767px) {
.f-grid-three-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
}
.f-section-large {
        padding-top: 72px;
        padding-bottom: 72px
}
}
@media screen and (max-width:479px) {
.maximal_container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
}
.section-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 3rem;
        padding-bottom: 3rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: cover
}
.grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: minmax(auto, 1fr) auto;
        grid-template-rows: minmax(auto, 1fr) auto
}
}
#w-node-c958814d-b61f-0444-0c91-742457ecbc9c-e1a71e96 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end
}
#w-node-_10a0ad5d-1732-b332-3d4e-265b0e5e982d-e1a71e96 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}
@font-face {
    font-family: 'Varela';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHX5DR4ETvw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}
@font-face {
    font-family: 'Varela';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHX5Ax4E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
