@charset "UTF-8";

.u-color-periwinkle {
    color: #4760ff
}

.u-color-light-periwinkle {
    color: #5688f5
}

.u-color-extra-light-periwinkle {
    color: #aac3f8
}

.u-color-salmon {
    color: #e7edfa
}

.u-color-pollen {
    color: #fdd231
}

.u-color-text {
    color: #140c40
}

.u-color-text-light {
    color: #8d7e8a
}

.u-color-white {
    color: #fffefe
}

.u-color-extra-light-grey {
    color: #f2f6ff
}

.u-color-light-grey {
    color: #e7edfa
}

.u-bg-periwinkle {
    background-color: #4760ff
}

.u-bg-light-periwinkle {
    background-color: #5688f5
}

.u-bg-extra-light-periwinkle {
    background-color: #aac3f8
}

.u-bg-salmon {
    background-color: #e7edfa
}

.u-bg-pollen {
    background-color: #fdd231
}

.u-bg-text {
    background-color: #140c40
}

.u-bg-text-light {
    background-color: #8d7e8a
}

.u-bg-white {
    background-color: #fffefe
}

.u-bg-extra-light-grey {
    background-color: #f2f6ff
}

.u-bg-light-grey {
    background-color: #e7edfa
}

.u-link-primary {
    color: #4760ff;
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:48.75em) {
    .u-link-primary:hover {
        color: #2738a8
    }
}

.nowrap {
    white-space: nowrap
}

.u-text-align-center {
    text-align: center
}

.u-text-align-left {
    text-align: left
}

.u-text-align-right {
    text-align: right
}

body,
html {
    background-color: #140c40;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 62.5%;
    box-sizing: border-box
}

body {
    color: #140c40;
    font-family: Basis Grotesque, Helvetica, sans-serif;
    -webkit-font-feature-settings: "salt";
    font-feature-settings: "salt";
    font-variant-numeric: tabular-nums;
    background-color: #fffefe
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    color: inherit;
    text-decoration: none
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

ul {
    list-style-type: none;
    padding-left: 0
}

#main-content {
    outline: 0;
    min-height: 80vh
}

address {
    font-style: normal
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0
}

@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-regular-pro.woff) format("woff"), url(../fonts/basis-grotesque-regular-pro.woff2.html) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-medium-pro.woff) format("woff"), url(../fonts/basis-grotesque-medium-pro.woff2.html) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-bold-pro.woff) format("woff"), url(../fonts/basis-grotesque-bold-pro.woff2.html) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Simula;
    src: url(../fonts/Simula-Book.woff) format("woff"), url(../fonts/Simula-Book.woff2.html) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.heading-xl,
.text-lockup.--xlarge .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -.0075em
}

@media (min-width:33.75em) {

    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 48px
    }
}

@media (min-width:48.75em) {

    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 64px
    }
}

@media (min-width:70.25em) {

    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 76px
    }
}

@media (min-width:90.0625em) {

    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 85px
    }
}

.heading-xl strong,
.text-lockup.--xlarge .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block
}

.heading-xl strong:after,
.text-lockup.--xlarge .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 5px;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
    z-index: -1;
    transition: -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px
}

@media (min-width:48.75em) {

    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 6px
    }
}

@media (min-width:70.25em) {

    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 7px
    }
}

@media (min-width:90.0625em) {

    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 8px
    }
}

.heading-xl strong:nth-of-type(2):after,
.text-lockup.--xlarge .text-lockup__heading strong:nth-of-type(2):after {
    transition-delay: 1s
}

.heading-xl strong:nth-of-type(3):after,
.text-lockup.--xlarge .text-lockup__heading strong:nth-of-type(3):after {
    transition-delay: 1.5s
}

.heading-l,
.text-lockup.--large .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -.005em
}

@media (min-width:48.75em) {

    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 48px
    }
}

@media (min-width:70.25em) {

    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 60px
    }
}

@media (min-width:90.0625em) {

    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 72px
    }
}

.heading-l strong,
.text-lockup.--large .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    z-index: 1
}

.heading-l strong:after,
.text-lockup.--large .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 3px;
    -webkit-transform: scaleY(1.3) translateY(-3%);
    transform: scaleY(1.3) translateY(-3%);
    z-index: -1;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    transition: -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px
}

@media (min-width:48.75em) {

    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 4px
    }
}

@media (min-width:70.25em) {

    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 5px
    }
}

@media (min-width:90.0625em) {

    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 6px
    }
}

.heading-m,
.text-lockup.--how-to-home .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.25
}

@media (min-width:48.75em) {

    .heading-m,
    .text-lockup.--how-to-home .text-lockup__heading {
        font-size: 36px
    }
}

@media (min-width:70.25em) {

    .heading-m,
    .text-lockup.--how-to-home .text-lockup__heading {
        font-size: 42px
    }
}

@media (min-width:90.0625em) {

    .heading-m,
    .text-lockup.--how-to-home .text-lockup__heading {
        font-size: 50px
    }
}

.heading-m strong,
.text-lockup.--how-to-home .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 1
}

.heading-m strong:after,
.text-lockup.--how-to-home .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 4px;
    -webkit-transform: scaleY(1.2) translateY(5%);
    transform: scaleY(1.2) translateY(5%);
    z-index: -1;
    transition: -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path 1s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path 1s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px
}

.card__heading,
.heading-s,
.text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.15
}

@media (min-width:48.75em) {

    .card__heading,
    .heading-s,
    .text-lockup__heading {
        font-size: 24px
    }
}

@media (min-width:70.25em) {

    .card__heading,
    .heading-s,
    .text-lockup__heading {
        font-size: 28px
    }
}

@media (min-width:90.0625em) {

    .card__heading,
    .heading-s,
    .text-lockup__heading {
        font-size: 36px
    }
}

.heading-xs,
.text-lockup.--small .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333
}

@media (min-width:48.75em) {

    .heading-xs,
    .text-lockup.--small .text-lockup__heading {
        font-size: 21px
    }
}

@media (min-width:70.25em) {

    .heading-xs,
    .text-lockup.--small .text-lockup__heading {
        font-size: 24px
    }
}

@media (min-width:90.0625em) {

    .heading-xs,
    .text-lockup.--small .text-lockup__heading {
        font-size: 26px
    }
}

.list__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.333
}

@media (min-width:48.75em) {
    .list__heading {
        font-size: 18px
    }
}

@media (min-width:70.25em) {
    .list__heading {
        font-size: 21px
    }
}

.body-xl,
.quote.--large .quote__text {
    font-family: Simula, Times, serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width:33.75em) {

    .body-xl,
    .quote.--large .quote__text {
        font-size: 28px
    }
}

@media (min-width:48.75em) {

    .body-xl,
    .quote.--large .quote__text {
        font-size: 34px
    }
}

@media (min-width:90.0625em) {

    .body-xl,
    .quote.--large .quote__text {
        font-size: 40px
    }
}

.body-xl p+p,
.body-xl+p,
.quote.--large .quote__text p+p,
.quote.--large .quote__text+p {
    margin-top: .8em
}

.body-l,
.quote__text,
.text-btn,
.text-lockup.--how-to-home .text-lockup__body,
.text-lockup.--large .text-lockup__body,
.text-lockup.--xlarge .text-lockup__body {
    font-family: Simula, Times, serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400
}

@media (min-width:33.75em) {

    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 24px
    }
}

@media (min-width:48.75em) {

    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 28px
    }
}

@media (min-width:90.0625em) {

    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 32px
    }
}

.body-l p+p,
.body-l+p,
.quote__text p+p,
.quote__text+p,
.text-btn p+p,
.text-btn+p,
.text-lockup.--how-to-home .text-lockup__body p+p,
.text-lockup.--how-to-home .text-lockup__body+p,
.text-lockup.--large .text-lockup__body p+p,
.text-lockup.--large .text-lockup__body+p,
.text-lockup.--xlarge .text-lockup__body p+p,
.text-lockup.--xlarge .text-lockup__body+p {
    margin-top: .8em
}

.body-m,
.card__body,
.text-lockup__body {
    font-family: Simula, Times, serif;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 400
}

@media (min-width:48.75em) {

    .body-m,
    .card__body,
    .text-lockup__body {
        font-size: 21px
    }
}

@media (min-width:70.25em) {

    .body-m,
    .card__body,
    .text-lockup__body {
        font-size: 24px
    }
}

.body-m p+p,
.body-m+p,
.card__body p+p,
.card__body+p,
.text-lockup__body p+p,
.text-lockup__body+p {
    margin-top: .8em
}

.body-s,
.list.--small .list__heading,
.text-lockup.--small .text-lockup__body {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

@media (min-width:48.75em) {

    .body-s,
    .list.--small .list__heading,
    .text-lockup.--small .text-lockup__body {
        font-size: 17px
    }
}

@media (min-width:70.25em) {

    .body-s,
    .list.--small .list__heading,
    .text-lockup.--small .text-lockup__body {
        font-size: 19px
    }
}

.body-s p+p,
.body-s+p,
.list.--small .list__heading p+p,
.list.--small .list__heading+p,
.text-lockup.--small .text-lockup__body p+p,
.text-lockup.--small .text-lockup__body+p {
    margin-top: .8em
}

.body-s-alt,
.list__item {
    font-family: Simula, Times, serif;
    font-size: 16px;
    line-height: 1.333;
    font-weight: 400
}

@media (min-width:33.75em) {

    .body-s-alt,
    .list__item {
        font-size: 17px
    }
}

@media (min-width:70.25em) {

    .body-s-alt,
    .list__item {
        font-size: 19px
    }
}

.body-s-alt p+p,
.body-s-alt+p,
.list__item p+p,
.list__item+p {
    margin-top: .8em
}

.body-xs,
.list.--small .list__item,
.quote__byline {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

@media (min-width:48.75em) {

    .body-xs,
    .list.--small .list__item,
    .quote__byline {
        font-size: 15px
    }
}

@media (min-width:70.25em) {

    .body-xs,
    .list.--small .list__item,
    .quote__byline {
        font-size: 16px
    }
}

.body-xs p+p,
.body-xs+p,
.list.--small .list__item p+p,
.list.--small .list__item+p,
.quote__byline p+p,
.quote__byline+p {
    margin-top: .8em
}

.anchor-nav__heading {
    margin-bottom: 25px
}

.anchor-nav__link {
    display: block;
    margin-top: .1em;
    color: #fffefe;
    background: linear-gradient(90deg, #4760ff, #4760ff 40%, #140c40 60%, #140c40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    background-position: 100% 50%;
    transition: background-position 1s cubic-bezier(.19, 1, .22, 1)
}

.anchor-nav__link:hover {
    background-position: 0 50%
}

@media (min-width:48.75em) {
    .anchor-nav.--how-it-works {
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }
}

@media (max-width:33.74em) {
    .anchor-nav.--how-it-works .anchor-nav__heading {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (min-width:33.75em) and (max-width:48.74em) {
    .anchor-nav.--how-it-works .anchor-nav__heading {
        font-size: 48px;
        margin-bottom: 0
    }
}

.anchor-nav.--how-it-works .anchor-nav__link {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.025em
}

@media (max-width:48.74em) {
    .anchor-nav.--how-it-works .anchor-nav__link {
        display: none
    }
}

@media (min-width:97.5em) {
    .anchor-nav.--how-it-works .anchor-nav__link {
        font-size: 74px
    }
}

.benefit {
    display: flex;
    align-items: flex-start
}

.benefit__icon {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    width: 20%;
    max-width: 30px;
    min-width: 25px
}

.benefit__body {
    padding-left: 20px
}

.benefit.--no-icon .benefit__body {
    padding-left: 0
}

.btn {
    padding: 14px 20px;
    background-color: #4760ff;
    color: #fffefe;
    border-radius: 100px;
    border: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    transition: -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    font-size: 16px;
    cursor: pointer;
    font-family: Basis Grotesque, Helvetica, sans-serif
}

@media (min-width:48.75em) {
    .btn {
        padding: 16px 22px
    }
}

@media (min-width:70.25em) {
    .btn {
        padding: 18px 24px
    }
}

@media (min-width:90.0625em) {
    .btn {
        font-size: 18px;
        padding: 18px 28px
    }
}

.btn:focus,
.btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.btn:focus,
.btn:hover {
    background-color: #140c40
}

.btn.--alt {
    background-color: #f2f6ff;
    color: #140c40
}

.btn.--alt:focus,
.btn.--alt:hover {
    background-color: #140c40;
    color: #fffefe
}

.btn.--wide {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:48.75em) {
    .btn.--wide {
        padding-left: 45px;
        padding-right: 45px
    }
}

.btn.--full,
.card {
    width: 100%
}

.card {
    background-color: #fffefe;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 40px;
    border: 6px solid #140c40;
    max-width: 430px;
    text-align: center;
    position: relative;
    height: auto;
    margin: auto
}

.card__body {
    margin-top: 10px
}

@media (min-width:70.25em) {
    .card__body {
        margin-top: 20px
    }
}

.services-cta {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #140c40;
    min-height: 100vh;
    display: flex;
    align-items: center
}

@media (min-width:48.75em) {
    .services-cta {
        padding: 120px 0
    }
}

@media (min-width:70.25em) {
    .services-cta {
        padding: 140px 0
    }
}

@media (min-width:90.0625em) {
    .services-cta {
        padding: 160px 0
    }
}

.services-cta__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    min-height: 40vh
}

@media (min-width:48.75em) {
    .services-cta__inner {
        min-height: 60vh
    }
}

.services-cta__services {
    width: 100%;
    position: absolute;
    left: -1.2vw;
    top: 0;
    font-size: 6.5vw;
    font-weight: 600;
    color: #4760ff;
    pointer-events: none;
    line-height: 1.25;
    transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
    letter-spacing: -1px;
    white-space: nowrap;
    z-index: 0
}

@media (min-width:46.875em) {
    .services-cta__services {
        font-size: 7vw;
        left: .5vw
    }
}

@media (max-width:33.74em) {
    .services-cta__services {
        font-size: 18.5vw;
        opacity: .2
    }
}

.services-cta__text {
    color: #fffefe;
    position: relative
}

@media (min-width:33.75em) {
    .services-cta__text {
        width: 60%;
        margin-left: 40%;
        padding-left: 10px
    }
}

@media (min-width:46.875em) {
    .services-cta__text {
        width: 50%;
        margin-left: 50%
    }
}

@media (min-width:48.75em) {
    .services-cta__text {
        padding-left: 15px
    }
}

@media (min-width:70.25em) {
    .services-cta__text {
        padding-left: 18px
    }
}

@media (min-width:90.0625em) {
    .services-cta__text {
        padding-left: 20px
    }
}

.services-cta__btn {
    margin-top: 30px
}

@media (min-width:70.25em) {
    .services-cta__btn {
        margin-top: 50px
    }
}

.cta-large {
    padding: 30px;
    position: relative;
    overflow: hidden
}

@media (min-width:33.75em) {
    .cta-large {
        padding: 40px
    }
}

@media (min-width:70.25em) {
    .cta-large {
        padding: 70px
    }
}

@media (min-width:90.0625em) {
    .cta-large {
        padding: 80px
    }
}

.cta-large__inner {
    border: 6px solid #4760ff;
    padding: 30px;
    max-width: 1200px;
    margin: auto
}

@media (min-width:33.75em) {
    .cta-large__inner {
        border: 8px solid #4760ff;
        padding: 50px
    }
}

@media (min-width:70.25em) {
    .cta-large__inner {
        border: 10px solid #4760ff;
        padding: 60px
    }
}

@media (min-width:90.0625em) {
    .cta-large__inner {
        padding: 70px
    }
}

@media (min-width:60em) {
    .cta-large__inner {
        display: -ms-grid;
        display: grid;
        align-items: center;
        grid-column-gap: 15px;
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:60em) and (min-width:48.75em) {
    .cta-large__inner {
        grid-column-gap: 30px
    }
}

@media (min-width:60em) and (min-width:70.25em) {
    .cta-large__inner {
        grid-column-gap: 45px
    }
}

@media (min-width:60em) and (min-width:90.0625em) {
    .cta-large__inner {
        grid-column-gap: 60px
    }
}

@media (min-width:60em) and (min-width:48.75em) {
    .cta-large__inner {
        grid-row-gap: 120px
    }
}

@media (min-width:60em) and (min-width:70.25em) {
    .cta-large__inner {
        grid-row-gap: 140px
    }
}

@media (min-width:60em) and (min-width:90.0625em) {
    .cta-large__inner {
        grid-row-gap: 160px
    }
}

@media (max-width:59.99em) {
    .cta-large__img {
        display: none
    }
}

@media (max-width:59.99em) {
    .cta-large__cta {
        max-width: 400px;
        margin: auto;
        position: relative
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.95);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.95)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.95);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.95)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0)
    }
}

.field {
    background-color: #fffefe;
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, .25), 0 0 0 4px rgba(71, 96, 255, 0);
    border-radius: 60px;
    padding: 14px 20px;
    font-size: 16px;
    transition: background-color .3s cubic-bezier(.19, 1, .22, 1), box-shadow .3s cubic-bezier(.19, 1, .22, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    font-family: Basis Grotesque, Helvetica, sans-serif;
    border: none
}

.field:-webkit-autofill,
.field:-webkit-autofill:active,
.field:-webkit-autofill:focus,
.field:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

@media (min-width:48.75em) {
    .field {
        padding: 16px 22px
    }
}

@media (min-width:70.25em) {
    .field {
        padding: 18px 24px
    }
}

@media (min-width:90.0625em) {
    .field {
        font-size: 18px;
        padding: 18px 28px
    }
}

.field:focus {
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0), 0 0 0 4px rgba(71, 96, 255, .25)
}

.form {
    text-align: center;
    margin-top: 20px
}

@media (min-width:48.75em) {
    .form {
        margin-top: 30px
    }
}

@media (min-width:70.25em) {
    .form {
        margin-top: 50px
    }
}

.form__header {
    margin-bottom: 40px
}

.form__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    width: 100%
}

.form__field {
    width: 100%;
    margin-bottom: 20px
}

.form__action .btn,
.form__action .field,
.form__field .btn,
.form__field .field {
    width: 100%
}

.form.--narrow {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto
}

.form.--on-bg .field {
    border: none;
    box-shadow: none
}

.form.--on-bg .field:focus {
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0), 0 0 0 4px rgba(71, 96, 255, .25)
}

.hero {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative
}

.hero__inner {
    width: 90%;
    padding: 130px 0;
    max-width: 1200px;
    margin: auto
}

@media (min-width:48.75em) {
    .hero__inner {
        padding: 150px 50px
    }
}

@media (min-width:70.25em) {
    .hero__inner {
        padding: 200px 100px
    }
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #140c40
}

.hero__bg>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .33
}

@media (min-width:48.75em) {
    .hero__bg>img {
        opacity: .45
    }
}

.hero__heading {
    position: relative
}

.hero__form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 840px
}

@media (min-width:48.75em) {
    .hero__form {
        margin-top: 50px
    }
}

@media (min-width:70.25em) {
    .hero__form {
        margin-top: 60px
    }
}

@-webkit-keyframes b {
    0% {
        tranform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes b {
    0% {
        tranform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.icon-list {
    display: flex;
    align-items: center
}

.icon-list__item {
    margin-right: 15px;
    margin-top: 15px
}

.icon-list__item>svg {
    max-width: 20px;
    height: auto
}

.icon-list.--fill-white-hover-periwinkle .icon-list__item svg * {
    fill: #fffefe !important
}

.icon-list.--fill-white-hover-periwinkle .icon-list__item:hover>svg * {
    fill: #4760ff !important
}

.icon-list.--social .icon-list__item {
    width: auto;
    height: 20px
}

.icon-list.--social .icon-list__item>svg {
    width: auto;
    height: 20px;
    max-width: unset
}

.img-container {
    position: relative;
    overflow: hidden
}

.img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.img-container>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-container>img.lazyload {
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.img-container>img.lazyloaded {
    -webkit-filter: none;
    filter: none
}

.img-container.--one-one,
.img-container.--square {
    position: relative
}

.img-container.--one-one:before,
.img-container.--square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.img-container.--five-seven {
    position: relative
}

.img-container.--five-seven:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 140%
}

.img-container.--eight-five {
    position: relative
}

.img-container.--eight-five:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%
}

.img-container.--logo {
    position: relative;
    max-width: 160px;
    max-height: 40px;
    margin: auto
}

.img-container.--logo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 18.18182%
}

.img-container.--logo>img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    filter: grayscale(1);
    transition: filter .5s
}

.img-container.--logo>img:hover {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    filter: none;
    transition: filter .5s
}

@media (min-width:48.75em) {
    .img-container.--logo {
        max-width: 175px
    }
}

.list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left
}

.list__heading {
    margin-bottom: .5em;
    width: 100%
}

.list__item {
    margin: 5px 0;
    display: inline-block
}

.list.--centered {
    align-items: center
}

.list.--centered .list__heading {
    text-align: center
}

.list.--small .list__heading {
    font-weight: 600
}

.nav-primary {
    font-size: 16px;
    display: flex;
    align-items: center;
    pointer-events: all
}

.nav-primary__toggle {
    position: relative;
    height: 18px;
    width: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 2
}

.nav-primary__toggle>span {
    height: 2px;
    width: 100%;
    background-color: #140c40;
    display: inline-block;
    transition: background-color .3s cubic-bezier(.19, 1, .22, 1)
}

.nav-primary__toggle>span:after,
.nav-primary__toggle>span:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #140c40;
    left: 0;
    transition: background-color .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1), background-color .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1), background-color .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.nav-primary__toggle>span:before {
    top: 0
}

.nav-primary__toggle>span:after {
    bottom: 0
}

@media (min-width:38.75em) and (max-width:72.74em) {
    .nav-primary__toggle {
        height: 20px;
        width: 23px
    }
}

@media (min-width:72.75em) {
    .nav-primary__toggle {
        display: none
    }
}

.nav-primary__links {
    display: flex;
    align-items: baseline
}

@media (max-width:72.74em) {
    .nav-primary__links {
        display: block;
        width: 100%;
        padding: 100px 7.5% 20px
    }
}

.nav-primary__link {
    margin-right: 20px
}

@media (max-width:72.74em) {
    .nav-primary__link {
        padding: 10px 0;
        display: block;
        width: 100%
    }
}

.nav-primary__link:last-child {
    margin-right: 0
}

.nav-primary__link>a {
    font-weight: 600;
    transition: border .3s cubic-bezier(.19, 1, .22, 1);
    border-bottom: 1px solid transparent;
    padding: 2px 0
}

@media (max-width:33.74em) {
    .nav-primary__link>a {
        font-size: 7vw
    }
}

@media (min-width:33.75em) and (max-width:72.74em) {
    .nav-primary__link>a {
        font-size: 36px
    }
}

@media (min-width:72.75em) {
    .nav-primary__link>a:hover {
        border-bottom-color: #140c40
    }
}

@media (min-width:72.75em) {
    .nav-primary__link>a.--bordered {
        margin-left: 20px;
        position: relative
    }

    .nav-primary__link>a.--bordered:before {
        content: "";
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        border-left: 1px solid rgba(20, 12, 64, .2)
    }
}

.nav-primary__main {
    transition: opacity .2s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:72.74em) {
    .nav-primary__main {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        min-height: 100vh;
        background-color: #fffefe;
        z-index: 1
    }
}

@media (min-width:72.75em) {
    .nav-primary__main {
        display: block
    }
}

.nav-primary__mobile-nav-extras {
    display: flex
}

.nav-primary__mobile-nav-extras a {
    margin-right: 20px;
    transition: border .3s cubic-bezier(.19, 1, .22, 1);
    border-bottom: 1px solid transparent;
    padding: 2px 0;
    font-weight: 600
}

.nav-primary__mobile-nav-extras a:hover {
    border-bottom-color: #140c40
}

.nav-primary__mobile-nav-extras a.--bordered {
    margin-left: 20px;
    position: relative
}

.nav-primary__mobile-nav-extras a.--bordered:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d2dcf0
}

@media (max-width:38.74em) {
    .nav-primary__mobile-nav-extras {
        display: none
    }
}

@media (min-width:72.75em) {
    .nav-primary__mobile-nav-extras {
        display: none
    }
}

.quote {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px
}

@media (min-width:33.75em) {
    .quote {
        text-align: left
    }
}

@media (min-width:48.75em) {
    .quote {
        padding-top: 6vw
    }
}

.quote:before {
    content: "“";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4760ff;
    font-size: 96px;
    font-family: Simula, Times, serif
}

@media (min-width:33.75em) {
    .quote:before {
        left: -.2em;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:48.75em) {
    .quote:before {
        font-size: 10vw
    }
}

@media (min-width:90.0625em) {
    .quote:before {
        font-size: 120px
    }
}

.quote__byline {
    margin-top: 40px
}

.quote__author-img {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden
}

.quote__author-title {
    font-weight: 800;
    margin-top: 2px
}

.quote__company-logo {
    margin: 20px auto 0;
    height: 40px;
    width: 200px;
    position: relative
}

@media (min-width:33.75em) {
    .quote__company-logo {
        margin-left: 0;
        margin-right: 0
    }
}

.quote__company-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%
}

@media (min-width:33.75em) {
    .quote__company-logo img {
        -o-object-position: 0 50%;
        object-position: 0 50%
    }
}

.quote.--centered {
    text-align: center
}

.quote.--centered:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.quote.--centered .quote__company-logo {
    margin-left: auto;
    margin-right: auto
}

.section.--padded {
    padding: 100px 0
}

@media (min-width:48.75em) {
    .section.--padded {
        padding: 120px 0
    }
}

@media (min-width:70.25em) {
    .section.--padded {
        padding: 150px 0
    }
}

@media (min-width:90.0625em) {
    .section.--padded {
        padding: 170px 0
    }
}

.section.--padded-less {
    padding: 40px 0
}

@media (min-width:48.75em) {
    .section.--padded-less {
        padding: 60px 0
    }
}

@media (min-width:70.25em) {
    .section.--padded-less {
        padding: 70px 0
    }
}

@media (min-width:90.0625em) {
    .section.--padded-less {
        padding: 80px 0
    }
}

.section.--padded-top {
    padding-top: 100px
}

@media (min-width:48.75em) {
    .section.--padded-top {
        padding-top: 120px
    }
}

@media (min-width:70.25em) {
    .section.--padded-top {
        padding-top: 140px
    }
}

@media (min-width:90.0625em) {
    .section.--padded-top {
        padding-top: 160px
    }
}

.section.--padded-less-top {
    padding-top: 40px
}

@media (min-width:48.75em) {
    .section.--padded-less-top {
        padding-top: 60px
    }
}

@media (min-width:70.25em) {
    .section.--padded-less-top {
        padding-top: 70px
    }
}

@media (min-width:90.0625em) {
    .section.--padded-less-top {
        padding-top: 80px
    }
}

.section.--padded-bottom {
    padding-bottom: 100px
}

@media (min-width:48.75em) {
    .section.--padded-bottom {
        padding-bottom: 120px
    }
}

@media (min-width:70.25em) {
    .section.--padded-bottom {
        padding-bottom: 140px
    }
}

@media (min-width:90.0625em) {
    .section.--padded-bottom {
        padding-bottom: 160px
    }
}

.section.--spaces-grid+.section.--spaces-grid {
    margin-top: 50px
}

@media (min-width:48.75em) {
    .section.--spaces-grid+.section.--spaces-grid {
        margin-top: 60px
    }
}

@media (min-width:70.25em) {
    .section.--spaces-grid+.section.--spaces-grid {
        margin-top: 70px
    }
}

@media (min-width:90.0625em) {
    .section.--spaces-grid+.section.--spaces-grid {
        margin-top: 80px
    }
}

.site-footer {
    background-color: #0f0833;
    padding: 80px 0 40px
}

@media (min-width:48.75em) {
    .site-footer {
        padding: 120px 0 90px
    }
}

.site-footer__inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}

.site-footer__top {
    width: 100%;
    margin-bottom: 50px
}

.site-footer__logo {
    width: 130px;
    height: auto;
    display: block
}

.site-footer__logo>svg {
    width: 100%;
    height: auto
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media (min-width:57.5em) {
    .site-footer__links {
        width: 75%;
        padding-right: 20px
    }
}

.site-footer__links-section {
    width: 50%;
    padding-right: 10px
}

@media (min-width:35.625em) {
    .site-footer__links-section {
        width: 25%
    }
}

@media (max-width:35.615em) {
    .site-footer__links-section+.site-footer__links-section {
        margin-top: 50px
    }
}

.site-footer__links-section.--wide {
    width: 100%
}

@media (min-width:35.625em) {
    .site-footer__links-section.--wide {
        width: 50%
    }
}

.site-footer__links-section-header {
    font-weight: 600
}

.site-footer__link-list.--two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-width: 50%;
    column-width: 50%
}

.site-footer__link {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.site-footer__link>a {
    color: #fffefe;
    line-height: 1.6;
    border-bottom: 1px solid #140c40;
    transition: border .2s cubic-bezier(.19, 1, .22, 1)
}

.site-footer__link>a:hover {
    border-bottom-color: #5688f5
}

.site-footer__blog-and-social {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:57.5em) {
    .site-footer__blog-and-social {
        width: 25%
    }
}

.site-footer__blog {
    width: 100%;
    margin-top: 50px
}

@media (min-width:38.75em) and (max-width:57.49em) {
    .site-footer__blog {
        width: 50%;
        padding-right: 50px
    }
}

@media (min-width:57.5em) {
    .site-footer__blog {
        margin-top: 0
    }
}

.site-footer__blog-link {
    margin-top: 8px;
    display: block
}

.site-footer__blog-title {
    display: block;
    width: 100%
}

.site-footer__social {
    width: 100%
}

@media (min-width:38.75em) and (max-width:57.49em) {
    .site-footer__social {
        width: 50%
    }
}

.site-footer__copyright {
    margin-top: 120px;
    width: 100%;
    opacity: .5
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7.5%;
    background-color: transparent;
    z-index: 2;
    transition: -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
    transition: transform .4s cubic-bezier(.19, 1, .22, 1);
    transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    width: 100%;
    z-index: 999;
    height: 84px;
    pointer-events: none
}

@media (min-width:72.75em) {
    .site-header {
        padding: 0 40px
    }
}

@media (min-width:90.0625em) {
    .site-header {
        height: 90px
    }
}

.site-header__inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%
}

.site-header__logo {
    width: 40%;
    max-width: 130px;
    position: relative;
    z-index: 2;
    pointer-events: all
}

@media (min-width:38.75em) {
    .site-header__logo {
        width: 33.333%
    }
}

@media (min-width:72.75em) {
    .site-header__logo {
        -webkit-transform: translateY(-14%);
        transform: translateY(-14%)
    }
}

.site-header__nav {
    width: 66.666%;
    display: flex;
    flex: auto;
    justify-content: center
}

@media (max-width:38.74em) {
    .site-header__nav {
        width: 50%
    }
}

.testimonials-slideshow__slide {
    width: 100%;
    text-align: center
}

.text-btn {
    display: inline-block;
    transition: -webkit-transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .3s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:48.75em) {

    .text-btn:focus,
    .text-btn:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

.text-btn span {
    padding-right: 1.2em
}

.text-btn svg {
    display: inline-block;
    width: .85em;
    height: auto;
    margin-left: -.85em
}

.text-lockup__heading {
    margin-bottom: .25em
}

@media (min-width:48.75em) {
    .text-lockup__heading {
        margin-bottom: .5em
    }
}

.text-lockup__action {
    margin-top: 25px
}

@media (min-width:48.75em) {
    .text-lockup__action {
        margin-top: 30px
    }
}

@media (min-width:70.25em) {
    .text-lockup__action {
        margin-top: 40px
    }
}

.text-lockup.--xlarge .text-lockup__heading {
    margin-bottom: .4em
}

.text-lockup.--small .text-lockup__heading {
    margin-bottom: .5em
}

@media (min-width:48.75em) {
    .text-lockup.--two-col {
        display: -ms-grid;
        display: grid;
        align-items: top;
        grid-column-gap: 15px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:48.75em) and (min-width:48.75em) {
    .text-lockup.--two-col {
        grid-column-gap: 30px
    }
}

@media (min-width:48.75em) and (min-width:70.25em) {
    .text-lockup.--two-col {
        grid-column-gap: 45px
    }
}

@media (min-width:48.75em) and (min-width:90.0625em) {
    .text-lockup.--two-col {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .text-lockup.--two-col .text-lockup__heading {
        padding-right: 20px
    }
}

@media (min-width:48.75em) {
    .text-lockup.--how-to-home .text-lockup__heading {
        display: none
    }
}

@media (max-width:48.74em) {
    .text-lockup.--centered-mobile {
        text-align: center
    }
}

.text-lockup+.text-lockup {
    margin-top: 45px
}

@media (min-width:48.75em) {
    .text-lockup+.text-lockup {
        margin-top: 60px
    }
}

.tooltip {
    position: absolute;
    background-color: #140c40;
    color: #fffefe;
    padding: 15px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    height: auto;
    transition: opacity .25s cubic-bezier(.19, 1, .22, 1), -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .25s cubic-bezier(.19, 1, .22, 1), transform .25s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .25s cubic-bezier(.19, 1, .22, 1), transform .25s cubic-bezier(.19, 1, .22, 1), -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.8) translateY(-50%) translateX(10%);
    transform: scale(.8) translateY(-50%) translateX(10%);
    z-index: 2
}

.tooltip__heading,
.tooltip__subheading {
    font-size: 15px;
    line-height: 1.5
}

.tooltip__heading {
    font-weight: 800
}

.l-benefits-list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 40px
}

@media (min-width:48.75em) {
    .l-benefits-list {
        grid-column-gap: 30px
    }
}

@media (min-width:70.25em) {
    .l-benefits-list {
        grid-column-gap: 45px
    }
}

@media (min-width:90.0625em) {
    .l-benefits-list {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-benefits-list {
        grid-row-gap: 50px
    }
}

@media (min-width:70.25em) {
    .l-benefits-list {
        grid-row-gap: 70px
    }
}

@media (min-width:90.0625em) {
    .l-benefits-list {
        grid-row-gap: 70px
    }
}

@media (min-width:33.75em) {
    .l-benefits-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 70px
    }
}

@media (min-width:48.75em) {
    .l-benefits-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 90px
    }
}

.l-benefits-list.--no-margin {
    margin-top: 0
}

@media (min-width:48.75em) {
    .l-benefits-list.--two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 90px
    }
}

.l-container {
    width: 85%;
    max-width: 600px;
    margin: auto
}

@media (min-width:48.75em) {
    .l-container {
        max-width: 1200px;
        width: 85%
    }
}

.l-container.--narrow {
    max-width: 1060px
}

@media (min-width:70.25em) {
    .l-container.--narrow {
        width: 75%
    }
}

.l-container.--extra-narrow {
    max-width: 920px
}

@media (min-width:70.25em) {
    .l-container.--extra-narrow {
        width: 75%
    }
}

.l-home-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    max-width: 1800px;
    margin: auto
}

.l-home-hero__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

.l-home-hero__text {
    width: 95%;
    margin: 120px 0;
    padding: 50px 30px;
    background-color: #fffefe;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 2
}

@media (min-width:33.75em) {
    .l-home-hero__text {
        width: 80vw;
        margin: 150px 50px;
        padding: 60px
    }
}

@media (min-width:51.875em) {
    .l-home-hero__text {
        width: 50%;
        padding: 0 0 0 20px;
        background-color: transparent;
        border-radius: 0;
        text-align: left
    }
}

.l-home-hero__form {
    margin-top: 50px
}

.l-our-brands-col {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px
}

@media (min-width:48.75em) {
    .l-our-brands-col {
        grid-column-gap: 30px
    }
}

@media (min-width:70.25em) {
    .l-our-brands-col {
        grid-column-gap: 45px
    }
}

@media (min-width:90.0625em) {
    .l-our-brands-col {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-our-brands-col {
        grid-row-gap: 120px
    }
}

@media (min-width:70.25em) {
    .l-our-brands-col {
        grid-row-gap: 140px
    }
}

@media (min-width:90.0625em) {
    .l-our-brands-col {
        grid-row-gap: 160px
    }
}

@media (min-width:48.75em) {
    .l-our-brands-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.l-our-brands-col__right {
    margin-top: -50px
}

@media (min-width:33.75em) and (max-width:48.74em) {
    .l-our-brands-col__right {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 50px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:48.75em) {
    .l-our-brands-col__right {
        grid-column-gap: 30px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:70.25em) {
    .l-our-brands-col__right {
        grid-column-gap: 45px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:90.0625em) {
    .l-our-brands-col__right {
        grid-column-gap: 60px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:48.75em) {
    .l-our-brands-col__right {
        grid-row-gap: 120px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:70.25em) {
    .l-our-brands-col__right {
        grid-row-gap: 140px
    }
}

@media (min-width:33.75em) and (max-width:48.74em) and (min-width:90.0625em) {
    .l-our-brands-col__right {
        grid-row-gap: 160px
    }
}

@media (min-width:48.75em) {
    .l-our-brands-col__right {
        margin-top: -80px
    }
}

.l-our-brands-col__step {
    padding-top: 50px
}

@media (min-width:48.75em) {
    .l-our-brands-col__step {
        padding-top: 80px
    }
}

.l-our-brands-col__step-img {
    margin-bottom: 30px
}

.l-logo-grid {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 75%;
    margin: auto
}

@media (min-width:48.75em) {
    .l-logo-grid {
        grid-column-gap: 40px
    }
}

@media (min-width:70.25em) {
    .l-logo-grid {
        grid-column-gap: 60px
    }
}

@media (min-width:90.0625em) {
    .l-logo-grid {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-logo-grid {
        grid-row-gap: 40px
    }
}

@media (min-width:70.25em) {
    .l-logo-grid {
        grid-row-gap: 60px
    }
}

@media (min-width:90.0625em) {
    .l-logo-grid {
        grid-row-gap: 60px
    }
}

@media (min-width:40.625em) {
    .l-logo-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 100%
    }
}

.l-logo-grid.--margin-top {
    margin-top: 50px
}

@media (min-width:70.25em) {
    .l-logo-grid.--margin-top {
        margin-top: 70px
    }
}

.l-logo-grid.--margin-bottom {
    margin-bottom: 50px
}

@media (min-width:70.25em) {
    .l-logo-grid.--margin-bottom {
        margin-bottom: 70px
    }
}

.l-pricing__benefits {
    margin-top: 50px
}

.l-pricing__toggle {
    padding-top: 60px;
    text-align: center
}

@media (min-width:48.75em) {
    .l-pricing__toggle {
        padding-top: 80px
    }
}

.l-pricing__two-col {
    padding-top: 100px;
    display: -ms-grid;
    display: grid;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px
}

@media (min-width:48.75em) {
    .l-pricing__two-col {
        grid-column-gap: 30px
    }
}

@media (min-width:70.25em) {
    .l-pricing__two-col {
        grid-column-gap: 45px
    }
}

@media (min-width:90.0625em) {
    .l-pricing__two-col {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-pricing__two-col {
        grid-row-gap: 50px
    }
}

@media (min-width:70.25em) {
    .l-pricing__two-col {
        grid-row-gap: 140px
    }
}

@media (min-width:90.0625em) {
    .l-pricing__two-col {
        grid-row-gap: 160px
    }
}

@media (min-width:70.25em) {
    .l-pricing__two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.l-pricing__teams {
    padding: 60px 20px;
    text-align: center;
    max-width: 580px;
    margin: auto
}

@media (min-width:33.75em) {
    .l-pricing__teams {
        padding: 100px 40px
    }
}

@media (min-width:48.75em) {
    .l-pricing__teams {
        padding: 115px 80px
    }
}

@media (min-width:70.25em) {
    .l-pricing__teams {
        padding: 115px 40px;
        height: 100%
    }
}

@media (min-width:90.0625em) {
    .l-pricing__teams {
        padding: 130px 60px
    }
}

.l-pricing__teams {
    background-color: #f3ed80;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.l-pricing__teams .text-lockup {
    position: relative;
    z-index: 1
}

@-webkit-keyframes c {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes c {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.l-spaces-grid {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    align-items: start;
    grid-column-gap: 15px;
    grid-row-gap: 50px
}

@media (min-width:48.75em) {
    .l-spaces-grid {
        grid-column-gap: 30px
    }
}

@media (min-width:70.25em) {
    .l-spaces-grid {
        grid-column-gap: 45px
    }
}

@media (min-width:90.0625em) {
    .l-spaces-grid {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-spaces-grid {
        grid-row-gap: 60px
    }
}

@media (min-width:70.25em) {
    .l-spaces-grid {
        grid-row-gap: 70px
    }
}

@media (min-width:90.0625em) {
    .l-spaces-grid {
        grid-row-gap: 80px
    }
}

@media (min-width:37.5em) {
    .l-spaces-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.l-two-col {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px
}

@media (min-width:48.75em) {
    .l-two-col {
        grid-column-gap: 30px
    }
}

@media (min-width:70.25em) {
    .l-two-col {
        grid-column-gap: 45px
    }
}

@media (min-width:90.0625em) {
    .l-two-col {
        grid-column-gap: 60px
    }
}

@media (min-width:48.75em) {
    .l-two-col {
        grid-row-gap: 120px
    }
}

@media (min-width:70.25em) {
    .l-two-col {
        grid-row-gap: 140px
    }
}

@media (min-width:90.0625em) {
    .l-two-col {
        grid-row-gap: 160px
    }
}

@media (min-width:48.75em) {
    .l-two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.l-two-col+.l-two-col {
    margin-top: 100px
}

.l-two-col.--align-top {
    align-items: start
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes d {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.--is-in-view.heading-xl strong:after, .text-lockup.--xlarge .--is-in-view.text-lockup__heading strong:after {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.anchor-nav__link.--is-active, .anchor-nav__link:hover {
    background-position: 0 50%;
}

.flickity-enabled .flickity-page-dots {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 50px;
}

.flickity-enabled .dot {
    width: 40px;
    height: 6px;
    background-color: rgba(71,96,255,.5);
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.flickity-enabled .dot+.dot {
    margin-left: 10px;
}

.flickity-enabled.--has-been-interacted .dot.is-selected:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-animation: none;
    animation: none;
}

.flickity-enabled .dot.is-selected:before {
    -webkit-animation: d 5s linear forwards;
    animation: d 5s linear forwards;
}

.flickity-enabled .dot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #4760ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
}