
 

    html, body {
        
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust:100%;
        margin: 0;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        font-family: 'Copperplate';
        font-weight: 400;
        font-size: var(--font-size-normal);
        padding: 0;
        background: #fff;
        color: #256aaa
        
        }

       


    article, aside, footer, header, nav, section {
        display:block
    }

    h1 {
        font-size: 2em;
        margin:.67em 0
    }

    figcaption, figure, main {
        display:block
    }

    figure {
        margin:1em 40px
    }

    hr {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        overflow:visible
    }

    pre {
        font-family: monospace, monospace;
        font-size:1em
    }

    a {
        background-color: transparent;
        -webkit-text-decoration-skip:objects
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        -moz-text-decoration: underline dotted;
        text-decoration:underline dotted
    }

    b, strong {
        font-weight:inherit
    }

    b, strong {
        font-weight:bolder
    }

    code, kbd, samp {
        font-family: monospace, monospace;
        font-size:1em
    }

    dfn {
        font-style:italic
    }

    mark {
        color:#256aaa;
        
    }

    small {
        font-size:80%
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align:baseline
    }

    sub {
        bottom:-.25em
    }

    sup {
        top:-.5em
    }

    audio, video {
        display:inline-block
    }

    audio:not([controls]) {
        display: none;
        height:0
    }

    img {
        border-style:none
    }

    svg:not(:root) {
        overflow:hidden
    }

    button, input, optgroup, select, textarea {
        font-family: sans-serif;
        font-size: 100%;
        line-height: 1.15;
        margin:0
    }

    button, input {
        overflow:visible
    }

    button, select {
        text-transform:none
    }

	


    

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding:0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline:1px dotted ButonText
    }

    fieldset {
        padding:.35em .75em .625em
    }

    legend {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space:normal
    }

    progress {
        display: inline-block;
        vertical-align:baseline
    }

    textarea {
        overflow:auto
    }

    [type=checkbox], [type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0
    }

    [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
        height:auto
    }

   

    

    details, menu {
        display:block
    }

    summary {
        display:list-item
    }

    canvas {
        display:inline-block
    }

    template {
        display:none
    }

    [hidden] {
        display:none
    }

   

    .no-scroll body, .smooth body {
        overflow:hidden !important
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing:border-box
    }

    :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing:border-box
    }

    :focus {
        outline:0 !important
    }

    ::-moz-selection {
        color: #fff;
        background:#1860a5
    }

    ::selection {
        color: #fff;
        background:#1860a5
    }

    a {
        color: inherit;
        cursor: pointer;
        text-decoration:underline
    }

    a:focus, a:hover {
        color: inherit;
        text-decoration:none
    }

    a, button, input, label {
        -webkit-tap-highlight-color:transparent
    }

    audio, canvas, iframe, img, svg, video {
        vertical-align:middle
    }

    @media (-webkit-max-device-pixel-ratio: 1.6),(-webkit-max-device-pixel-ratio: 1.6666666666666667),(max--moz-device-pixel-ratio: 1.6666666666666667),(-o-max-device-pixel-ratio: 5/3),(max-resolution: 160dpi) {
        .chrome img {
            image-rendering:-webkit-optimize-contrast
        }
    }

    figure {
        margin:0
    }

    button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height:inherit
    }

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor:pointer
    }

    blockquote, h1, h2, h3, h4, h5, h6, p {
        margin: 0;
        padding:0
    }

    address, em {
        font-style:normal
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow:none !important
        }

        a, a:visited {
            text-decoration:underline
        }

        abbr[title]::after {
            content: " (" attr(title) ")"
        }

        pre {
            white-space:pre-wrap !important
        }

        blockquote, pre {
            border: 1px solid #999;
            page-break-inside:avoid
        }

        thead {
            display:table-header-group
        }

        img, tr {
            page-break-inside:avoid
        }

        h2, h3, p {
            orphans: 3;
            widows:3
        }

        h2, h3 {
            page-break-after:avoid
        }
    }

    .view {
        height: 100%;
        background:#fff
    }

    .layout {
        height:100%
    }

    .layout .scrollbar-track {
        right: 3px;
        background: 0 0;
        z-index:200
    }

    .layout .scrollbar-thumb-y {
        background:rgb(98, 98, 98)
    }

    .layout .scrollbar-thumb-y:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -3px;
        left: -3px;
        bottom:0
    }

    .layout .scrollbar-thumb-y:hover {
        background:#256aaa;
    }

    .layout .scroll-content {
        height: 100%;
        will-change:transform
    }

    .content {
        padding:140px 0
    }

    @media (min-width: 1024px) {
        .content {
            padding:160px 0
        }
    }

    @media (min-width: 1200px) {
        .content {
            padding:250px 0
        }
    }

    .advantage-container, .billboard-container, .container, .definition-container, .demo-container, .description-container, .explore-container, .faq-container, .feature-container, .footer-container, .hero-container, .intro-container, .navbar-container, .outro-container, .overview-container, .partner-container, .pricing-container, .tophead-container, .workplace-container {
        padding:0 25px
    }

    @media (min-width: 768px) {
        .advantage-container, .billboard-container, .container, .definition-container, .demo-container, .description-container, .explore-container, .faq-container, .feature-container, .footer-container, .hero-container, .intro-container, .navbar-container, .outro-container, .overview-container, .partner-container, .pricing-container, .tophead-container, .workplace-container {
            padding:0 40px
        }
    }

    @media (min-width: 1600px) {
        .advantage-container, .billboard-container, .container, .definition-container, .demo-container, .description-container, .explore-container, .faq-container, .feature-container, .footer-container, .hero-container, .intro-container, .navbar-container, .outro-container, .overview-container, .partner-container, .pricing-container, .tophead-container, .workplace-container {
            padding:0 60px
        }
    }

    @media (min-width: 768px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            margin: 0 auto;
            max-width:768px
        }
    }

    @media (min-width: 1024px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            max-width:1024px
        }
    }

    @media (min-width: 1200px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            max-width:1200px
        }
    }

    @media (min-width: 1600px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            max-width:1600px
        }
    }

    @media (min-width: 2050px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            max-width:1900px
        }
    }

    @media (min-width: 2400px) {
        .-fixed.advantage-container, .-fixed.billboard-container, .-fixed.definition-container, .-fixed.demo-container, .-fixed.description-container, .-fixed.explore-container, .-fixed.faq-container, .-fixed.feature-container, .-fixed.footer-container, .-fixed.hero-container, .-fixed.intro-container, .-fixed.navbar-container, .-fixed.outro-container, .-fixed.overview-container, .-fixed.partner-container, .-fixed.pricing-container, .-fixed.tophead-container, .-fixed.workplace-container, .container.-fixed {
            max-width:2050px
        }
    }

    .-lg.advantage-container, .-lg.billboard-container, .-lg.definition-container, .-lg.demo-container, .-lg.description-container, .-lg.explore-container, .-lg.faq-container, .-lg.feature-container, .-lg.footer-container, .-lg.hero-container, .-lg.intro-container, .-lg.navbar-container, .-lg.outro-container, .-lg.overview-container, .-lg.partner-container, .-lg.pricing-container, .-lg.tophead-container, .-lg.workplace-container, .container.-lg {
        padding:0 30px
    }

    @media (min-width: 768px) {
        .-lg.advantage-container, .-lg.billboard-container, .-lg.definition-container, .-lg.demo-container, .-lg.description-container, .-lg.explore-container, .-lg.faq-container, .-lg.feature-container, .-lg.footer-container, .-lg.hero-container, .-lg.intro-container, .-lg.navbar-container, .-lg.outro-container, .-lg.overview-container, .-lg.partner-container, .-lg.pricing-container, .-lg.tophead-container, .-lg.workplace-container, .container.-lg {
            padding:0 50px
        }
    }

    @media (min-width: 1024px) {
        .-lg.advantage-container, .-lg.billboard-container, .-lg.definition-container, .-lg.demo-container, .-lg.description-container, .-lg.explore-container, .-lg.faq-container, .-lg.feature-container, .-lg.footer-container, .-lg.hero-container, .-lg.intro-container, .-lg.navbar-container, .-lg.outro-container, .-lg.overview-container, .-lg.partner-container, .-lg.pricing-container, .-lg.tophead-container, .-lg.workplace-container, .container.-lg {
            padding:0 80px
        }
    }

    @media (min-width: 1200px) {
        .-lg.advantage-container, .-lg.billboard-container, .-lg.definition-container, .-lg.demo-container, .-lg.description-container, .-lg.explore-container, .-lg.faq-container, .-lg.feature-container, .-lg.footer-container, .-lg.hero-container, .-lg.intro-container, .-lg.navbar-container, .-lg.outro-container, .-lg.overview-container, .-lg.partner-container, .-lg.pricing-container, .-lg.tophead-container, .-lg.workplace-container, .container.-lg {
            padding:0 100px
        }
    }

    @media (min-width: 1600px) {
        .-lg.advantage-container, .-lg.billboard-container, .-lg.definition-container, .-lg.demo-container, .-lg.description-container, .-lg.explore-container, .-lg.faq-container, .-lg.feature-container, .-lg.footer-container, .-lg.hero-container, .-lg.intro-container, .-lg.navbar-container, .-lg.outro-container, .-lg.overview-container, .-lg.partner-container, .-lg.pricing-container, .-lg.tophead-container, .-lg.workplace-container, .container.-lg {
            padding:0 160px
        }
    }

    .-xl.advantage-container, .-xl.billboard-container, .-xl.definition-container, .-xl.demo-container, .-xl.description-container, .-xl.explore-container, .-xl.faq-container, .-xl.feature-container, .-xl.footer-container, .-xl.hero-container, .-xl.intro-container, .-xl.navbar-container, .-xl.outro-container, .-xl.overview-container, .-xl.partner-container, .-xl.pricing-container, .-xl.tophead-container, .-xl.workplace-container, .container.-xl {
        padding:0 30px
    }

    @media (min-width: 768px) {
        .-xl.advantage-container, .-xl.billboard-container, .-xl.definition-container, .-xl.demo-container, .-xl.description-container, .-xl.explore-container, .-xl.faq-container, .-xl.feature-container, .-xl.footer-container, .-xl.hero-container, .-xl.intro-container, .-xl.navbar-container, .-xl.outro-container, .-xl.overview-container, .-xl.partner-container, .-xl.pricing-container, .-xl.tophead-container, .-xl.workplace-container, .container.-xl {
            padding:0 60px
        }
    }

    @media (min-width: 1024px) {
        .-xl.advantage-container, .-xl.billboard-container, .-xl.definition-container, .-xl.demo-container, .-xl.description-container, .-xl.explore-container, .-xl.faq-container, .-xl.feature-container, .-xl.footer-container, .-xl.hero-container, .-xl.intro-container, .-xl.navbar-container, .-xl.outro-container, .-xl.overview-container, .-xl.partner-container, .-xl.pricing-container, .-xl.tophead-container, .-xl.workplace-container, .container.-xl {
            padding:0 80px
        }
    }

    @media (min-width: 1200px) {
        .-xl.advantage-container, .-xl.billboard-container, .-xl.definition-container, .-xl.demo-container, .-xl.description-container, .-xl.explore-container, .-xl.faq-container, .-xl.feature-container, .-xl.footer-container, .-xl.hero-container, .-xl.intro-container, .-xl.navbar-container, .-xl.outro-container, .-xl.overview-container, .-xl.partner-container, .-xl.pricing-container, .-xl.tophead-container, .-xl.workplace-container, .container.-xl {
            padding:0 150px
        }
    }

    @media (min-width: 1600px) {
        .-xl.advantage-container, .-xl.billboard-container, .-xl.definition-container, .-xl.demo-container, .-xl.description-container, .-xl.explore-container, .-xl.faq-container, .-xl.feature-container, .-xl.footer-container, .-xl.hero-container, .-xl.intro-container, .-xl.navbar-container, .-xl.outro-container, .-xl.overview-container, .-xl.partner-container, .-xl.pricing-container, .-xl.tophead-container, .-xl.workplace-container, .container.-xl {
            padding:0 300px
        }
    }

    .svgsprite {
        display: none;
        width: 1em;
        height: 1em;
        fill: currentColor;
        vertical-align:middle
    }

    

    .navbar {
        pointer-events: none;
        -webkit-transition: color .1s;
        -o-transition: color .1s;
        -moz-transition: color .1s;
        transition:color .1s
    }

    .navbar.-inverse {
        color:#fff
    }

    @media (min-width: 1024px) {
        .navbar.-exclusion {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration:0s
        }
    }

    @media (max-width: 1023px) {
        .navbar.-fixed {
            color:#256aaa;
        }
    }

    @media (max-width: 1023px) {
        .navbar.-open {
            color: #256aaa;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            -moz-transition: color .3s;
            transition:color .3s
        }
    }

    .loader .navbar {
        color:#000
    }

    .navbar-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 98;
        height: 70px;
        -webkit-transform: translateY(-70px) translateZ(0);
        -moz-transform: translateY(-70px) translateZ(0);
        transform: translateY(-70px) translateZ(0);
        background: rgba(255, 255, 255, 0);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        -moz-transition: transform .4s, -moz-transform .4s;
        transition: transform .4s;
        transition:transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
    }

    @media (min-width: 1024px) {
        .navbar-bg {
            display:none
        }
    }

    @media (max-width: 1023px) {
        .navbar.-visible .navbar-bg {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    .navbar-fill {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        background: #000;
        pointer-events: none;
        -webkit-transition: -webkit-transform 1s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform 1s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform 1s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform 1s cubic-bezier(.16, 1, .3, 1), -moz-transform 1s cubic-bezier(.16, 1, .3, 1);
        transition: transform 1s cubic-bezier(.16, 1, .3, 1);
        transition:transform 1s cubic-bezier(.16, 1, .3, 1), -webkit-transform 1s cubic-bezier(.16, 1, .3, 1), -moz-transform 1s cubic-bezier(.16, 1, .3, 1), -o-transform 1s cubic-bezier(.16, 1, .3, 1)
    }

    @media (min-width: 1024px) {
        .navbar-fill {
            display:none
        }
    }

    .navbar.-open .navbar-fill {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        pointer-events:auto
        
    
    }

    .navbar-strip {
        mix-blend-mode: difference;
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        z-index:100
    }

    @media (min-width: 1024px) {
        .navbar-strip {
            top:40px
        }
    }

    @media (min-width: 1600px) {
        .navbar-strip {
            top:50px
        }
    }

    @media (max-width: 1023px) {
        .navbar-strip {
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            -o-transition: -o-transform .4s;
            -moz-transition: transform .4s, -moz-transform .4s;
            transition: transform .4s;
            transition:transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
        }

        .navbar.-fixed .navbar-strip {
            -webkit-transform: translateY(-70px) translateZ(0);
            -moz-transform: translateY(-70px) translateZ(0);
            transform:translateY(-70px) translateZ(0)
        }

        .navbar.-visible .navbar-strip {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform:none
        }
    }

    .navbar-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .navbar-col {
        -webkit-box-flex: .5;
        -webkit-flex: .5;
        -moz-box-flex: .5;
        -ms-flex: .5;
        flex:.5
    }

   
    .hidden-container {
        display: none;
      }
      
      

    .navbar-col.-center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align:center
    }

    .navbar-col.-right {
        text-align:right
    }

    .navbar-logo {
        mix-blend-mode: difference;
        position: fixed;
        top: 20px;
        left: 25px;
        display: inline-block;
        width: 120px;
        height: 32px;
        z-index: 101;
        pointer-events: auto;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        -moz-transition: transform .4s, -moz-transform .4s;
        transition: transform .4s;
        transition:transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
    }

    @media (min-width: 768px) {
        .navbar-logo {
            left:40px
        }
    }

    @media (min-width: 1024px) {
        .navbar-logo {
            top: 47px;
            -webkit-transition: none;
            -o-transition: none;
            -moz-transition: none;
            transition:none
        }
    }

    @media (min-width: 1600px) {
        .navbar-logo {
            top: 60px;
            left: 60px;
            width: 150px;
            height:38px
        }
    }

    .navbar-logo.-static {
        position: relative;
        top: 0;
        left:0
    }

    @media (min-width: 1024px) {
        .navbar.-exclusion .navbar-logo {
            color: #fff;
            mix-blend-mode:exclusion
        }
    }

    @media (max-width: 1023px) {
        .navbar.-fixed .navbar-logo {
            -webkit-transform: translateY(-70px) translateZ(0);
            -moz-transform: translateY(-70px) translateZ(0);
            transform:translateY(-70px) translateZ(0)
        }
    }

    .navbar.-fixed .navbar-logo.-static {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform:none
    }

    @media (max-width: 1023px) {
        .navbar.-visible .navbar-logo {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    .navbar-logo a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        -webkit-transition: color .1s;
        -o-transition: color .1s;
        -moz-transition: color .1s;
        transition:color .1s
    }

    .navbar.-inverse .navbar-logo a {
        color:#fff
    }

    @media (max-width: 1023px) {
        .navbar.-fixed .navbar-logo a {
            color:#000
        }
    }

    @media (max-width: 1023px) {
        .navbar.-open .navbar-logo a {
            color:#fff
        }
    }

    .loader .navbar-logo a {
        color:#000
    }

    .navbar-logo svg {
        width: 100%;
        height:100%
    }

    .navbar-login {
        display:none
    }

    @media (min-width: 1200px) {
        .navbar-login {
            display: block;
            position: fixed;
            top: 54px;
            right: 197px;
            z-index: 100;
            pointer-events:auto
        }
    }

    @media (min-width: 1600px) {
        .navbar-login {
            top: 69px;
            right:257px
        }
    }

    @media (min-width: 1024px) {
        .navbar.-exclusion .navbar-login {
            color: #e6e6e6;
            mix-blend-mode:exclusion
        }
    }

    @media (max-width: 1023px) {
        .navbar.-fixed .navbar-login {
            -webkit-transform: translateY(-70px) translateZ(0);
            -moz-transform: translateY(-70px) translateZ(0);
            transform:translateY(-70px) translateZ(0)
        }
    }

    @media (max-width: 1023px) {
        .navbar.-visible .navbar-login {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    @media (max-width: 1023px) {
        .navbar-navs {
            padding-top: 50%;
            position: initial;
            top: 0;
            left: 10px;
            right: 0;
            bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: initial;
            text-align: left;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: opacity .3s 0s, visibility 0s .6s;
            -o-transition: opacity .3s 0s, visibility 0s .6s;
            -moz-transition: opacity .3s 0s, visibility 0s .6s;
            transition:opacity .3s 0s, visibility 0s .6s
        }
    }

    @media (max-width: 1023px) and(min-width: 768px) {
        .navbar-navs {
            left:40px
        }
    }

    @media (max-width: 1023px) {
        .navbar.-open .navbar-navs {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            -webkit-transition-delay: 0s, 0s;
            -moz-transition-delay: 0s, 0s;
            -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0.4s;
            -webkit-transition-duration: 0s, 0s;
            -moz-transition-duration: 0s, 0s;
            -o-transition-duration: 0s, 0s;
            transition-duration:0s, 0s
            
        }
    }

    @media (min-width: 1024px) {
        .navbar-navs {
            display: inline-block;
            padding: 0 15px;
            pointer-events: auto;
            background: rgba(0, 0, 0, 0);
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius:70px
        }

        .navbar.-muted .navbar-navs {
            background:#00000000
        }
    }

    @media (min-width: 1600px) {
        .navbar-navs {
            padding:0 17px
        }
    }

    @media (max-width: 1023px) {
        .navbar-nav {
            display: block;
            overflow: hidden;
            padding: .15em 0;
            font-weight: 600;
            font-size: 40px;
            line-height: 110%;
            letter-spacing: -.02em;
            text-decoration:none
        }
    }

    @media (max-width: 1023px) and(max-height: 440px) {
        .navbar-nav {
            font-size:30px
        }
    }

    @media (max-width: 1023px) and(min-width: 768px) {
        .navbar-nav {
            font-size:64px
        }
    }

    @media (min-width: 1024px) {
        .navbar-nav {
            display: inline-block;
            padding: 15px;
            color: #000;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -.02em;
            text-decoration: none;
            -webkit-transition: color .1s linear;
            -o-transition: color .1s linear;
            -moz-transition: color .1s linear;
            transition:color .1s linear
        }
    }

    @media (min-width: 1600px) {
        .navbar-nav {
            padding: 19px 23px;
            font-size:20px
        }
    }

    .navbar-nav span {
        display:inline-block
    }

    @media (max-width: 1023px) {
        .navbar-nav span {
            -webkit-transform: translateY(130%);
            -moz-transform: translateY(130%);
            -ms-transform: translateY(130%);
            -o-transform: translateY(130%);
            transform: translateY(130%);
            -webkit-transition: -webkit-transform .6s .4s cubic-bezier(.16, 1, .3, 1);
            transition: -webkit-transform .6s .4s cubic-bezier(.16, 1, .3, 1);
            -o-transition: -o-transform .6s .4s cubic-bezier(.16, 1, .3, 1);
            -moz-transition: transform .6s .4s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s .4s cubic-bezier(.16, 1, .3, 1);
            transition: transform .6s .4s cubic-bezier(.16, 1, .3, 1);
            transition:transform .6s .4s cubic-bezier(.16, 1, .3, 1), -webkit-transform .6s .4s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s .4s cubic-bezier(.16, 1, .3, 1), -o-transform .6s .4s cubic-bezier(.16, 1, .3, 1)
        }

        .navbar-nav:nth-child(1) span {
            -webkit-transition-delay: .25s;
            -moz-transition-delay: .25s;
            -o-transition-delay: .25s;
            transition-delay:.25s
        }

        .navbar-nav:nth-child(2) span {
            -webkit-transition-delay: .3s;
            -moz-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay:.3s
        }

        .navbar-nav:nth-child(3) span {
            -webkit-transition-delay: .35s;
            -moz-transition-delay: .35s;
            -o-transition-delay: .35s;
            transition-delay:.35s
        }

        .navbar-nav:nth-child(4) span {
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay:.4s
        }

        .navbar.-open .navbar-nav span {
            -webkit-transform: translateY(0) translateZ(0);
            -moz-transform: translateY(0) translateZ(0);
            transform:translateY(0) translateZ(0)
        }
    }

    @media (min-width: 1024px) {
        .navbar-nav span {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            transform:translateZ(0)
        }
    }

    .navbar-nav:hover {
        color:#256aaa
    }

    .navbar-nav.-active, .navbar.-open .navbar-toggle button.navbar-nav {
        color:#256aaa
    }

    @media (min-width: 1024px) {
        .navbar-nav.-active span, .navbar.-open .navbar-toggle button.navbar-nav span {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform:none
        }
    }

    @media (max-width: 1023px) {
        .navbar-actions {
            position: fixed;
            left: 20px;
            bottom: 70px;
            margin: 0 -5px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -moz-box-orient: horizontal;
            -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            opacity: 0;
            color: #fff;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: opacity .1s linear, visibility 0s .1s;
            -o-transition: opacity .1s linear, visibility 0s .1s;
            -moz-transition: opacity .1s linear, visibility 0s .1s;
            transition:opacity .1s linear, visibility 0s .1s
        }
    }

    @media (max-width: 1023px) and(max-height: 440px) {
        .navbar-actions {
            left: auto;
            right:20px
        }
    }

    @media (max-width: 1023px) {
        .navbar.-open .navbar-actions {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            -webkit-transition-delay: 0s, 0s;
            -moz-transition-delay: 0s, 0s;
            -o-transition-delay: 0s, 0s;
            transition-delay:0s, 0s
        }
    }

    @media (min-width: 1024px) {
        .navbar-actions {
            display: inline-block;
            pointer-events:auto
        }
    }

    .navbar-action {
        display:inline-block
    }

    @media (max-width: 1023px) {
        .navbar-action {
            padding: 0 5px;
            -webkit-transform: translateY(40px);
            -moz-transform: translateY(40px);
            -ms-transform: translateY(40px);
            -o-transform: translateY(40px);
            transform: translateY(40px);
            opacity: 0;
            -webkit-transition: opacity .2s .4s linear, -webkit-transform .7s .4s cubic-bezier(.16, 1, .3, 1);
            transition: opacity .2s .4s linear, -webkit-transform .7s .4s cubic-bezier(.16, 1, .3, 1);
            -o-transition: opacity .2s .4s linear, -o-transform .7s .4s cubic-bezier(.16, 1, .3, 1);
            -moz-transition: opacity .2s .4s linear, transform .7s .4s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .4s cubic-bezier(.16, 1, .3, 1);
            transition: opacity .2s .4s linear, transform .7s .4s cubic-bezier(.16, 1, .3, 1);
            transition:opacity .2s .4s linear, transform .7s .4s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s .4s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .4s cubic-bezier(.16, 1, .3, 1), -o-transform .7s .4s cubic-bezier(.16, 1, .3, 1)
        }

        .navbar-action:nth-child(1) {
            -webkit-transition-delay: .45s, .45s;
            -moz-transition-delay: .45s, .45s;
            -o-transition-delay: .45s, .45s;
            transition-delay:.45s, .45s
        }

        .navbar-action:nth-child(2) {
            -webkit-transition-delay: .5s, .5s;
            -moz-transition-delay: .5s, .5s;
            -o-transition-delay: .5s, .5s;
            transition-delay:.5s, .5s
        }

        .navbar.-open .navbar-action {
            opacity: 1;
            -webkit-transform: translateY(0) translateZ(0);
            -moz-transform: translateY(0) translateZ(0);
            transform:translateY(0) translateZ(0)
        }
    }

    @media (min-width: 1024px) {
        .navbar-action.-login {
            display:none
        }
    }

    .navbar-toggle {
        mix-blend-mode: difference;
        display: block;
        position: fixed;
        top: 20px;
        right: 25px;
        z-index: 101;
        pointer-events: auto;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        -moz-transition: transform .4s, -moz-transform .4s;
        transition: transform .4s;
        transition:transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
    }

    @media (min-width: 768px) {
        .navbar-toggle {
            right:40px
        }
    }

    @media (min-width: 1024px) {
        .navbar-toggle {
            display:none
        }
    }

    @media (min-width: 1024px) {
        .navbar.-exclusion .navbar-toggle {
            color: #fff;
            mix-blend-mode:exclusion
        }
    }

    @media (max-width: 1023px) {
        .navbar.-fixed .navbar-toggle {
            -webkit-transform: translateY(-70px) translateZ(0);
            -moz-transform: translateY(-70px) translateZ(0);
            transform:translateY(-70px) translateZ(0)
        }
    }

    @media (max-width: 1023px) {
        .navbar.-visible .navbar-toggle {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    .navbar-menu {
        display:none
    }

    .btn {
        display:inline
    }

    .btn_close, .btn_cta, .btn_dummy, .btn_menu, .btn_nav, .btn_play, .btn_scroll {
        position: relative;
        display: inline-block;
        height: auto;
        margin: 0;
        padding: 0;
        color: #256aaa;
        background: 0 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: 0 !important;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-align: inherit;
        text-transform: inherit;
        text-indent:inherit
    }

    .btn_close:focus, .btn_close:hover, .btn_cta:focus, .btn_cta:hover, .btn_dummy:focus, .btn_dummy:hover, .btn_menu:focus, .btn_menu:hover, .btn_nav:focus, .btn_nav:hover, .btn_play:focus, .btn_play:hover, .btn_scroll:focus, .btn_scroll:hover {
        text-decoration:none
    }

    .btn_cta {
        height: 60px;
        padding: 0 26px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        color: #fff;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        font-weight: 500;
        font-size: 17px;
        letter-spacing: -.02em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space:nowrap
    }

    @media (min-width: 768px) {
        .btn_cta {
            padding: 0 30px;
            font-size:16px
        }
    }

    @media (min-width: 1200px) {
        .btn_cta {
            height: 75px;
            padding: 0 38px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            font-size:20px
        }
    }

    @media (min-width: 2400px) {
        .btn_cta {
            height: 85px;
            padding:0 50px
        }
    }

    .btn_cta:focus, .btn_cta:hover {
        color:#fff
    }

    .btn_cta.-inverse {
        color:#256aaa
    }

    .btn_cta.-inverse:focus, .btn_cta.-inverse:hover {
        color:#256aaa
    }

    .btn_cta.-bordered {
        color:#000
    }

    .btn_cta.-bordered:focus, .btn_cta.-bordered:hover {
        color:#000
    }

    .btn_cta.-md {
        height: 46px;
        padding: 0 22px;
        font-size:16px
    }

    @media (min-width: 1600px) {
        .btn_cta.-md {
            height: 57px;
            padding: 0 28px;
            font-size:20px
        }
    }

    @media (min-width: 2400px) {
        .btn_cta.-md {
            height:60px
        }
    }

    .btn_cta.-xl {
        height: 70px;
        padding: 0 29px;
        -webkit-border-radius: 53px;
        -moz-border-radius: 53px;
        border-radius: 53px;
        font-size: 20px;
        line-height: 70px;
        letter-spacing:-.04em
    }

    @media (min-width: 768px) {
        .btn_cta.-xl {
            height: 104px;
            padding: 0 49px;
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius: 70px;
            font-size:28px
        }
    }

    @media (min-width: 2400px) {
        .btn_cta.-xl {
            height: 120px;
            padding:0 70px
        }
    }

    .btn_cta.-full {
        width:100%
    }

    .btn_cta-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius:inherit
    }

    .btn_cta.-primary .btn_cta-fill {
        background:#256aaa
    }

    .btn_cta.-inverse .btn_cta-fill {
        background:#fff
    }

    .btn_cta.-bordered .btn_cta-fill {
        border: 2px solid;
        background:0 0
    }

    .btn_cta-ripple {
        display: none;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        background: #fff;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius:inherit
    }

    .btn_cta.-bordered .btn_cta-ripple {
        display:none !important
    }

    .btn_cta-ripple.-v1 {
        background:#000000
    }

    .btn_cta.-inverse .btn_cta-ripple.-v1 {
        background:#256aaa
    }

    .btn_cta-ripple.-v2 {
        background:#256aaa
    }

    .btn_cta-title {
        position: relative;
        top: 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .btn_cta-title em {
        position: relative;
        display: block;
        overflow:hidden
    }

    .btn_cta-title svg {
        position: relative;
        margin: -1px 0 0 .5em;
        font-size: .9em;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        -moz-transition: transform .4s, -moz-transform .4s;
        transition: transform .4s;
        transition:transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
    }

    @media (pointer: fine) {
        .btn_cta:hover .btn_cta-title svg {
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
            transform:translateX(5px)
        }
    }

    .btn_link {
        padding: 15px 42px;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: -.04em;
        text-decoration: none;
        -webkit-transition: color .1s linear;
        -o-transition: color .1s linear;
        -moz-transition: color .1s linear;
        transition:color .1s linear
    }

    @media (min-width: 1024px) {
        .btn_link {
            font-size: 16px;
            letter-spacing:-.02em
        }
    }

    @media (min-width: 1600px) {
        .btn_link {
            padding: 20px 43px;
            font-size:20px
        }
    }

    .btn_link span {
        display:inline-block
    }

    .btn_link:hover {
        color:#256aaa
    }

    .btn_menu {
        top: 2px;
        width:24px
    }

    .btn_menu:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom:-10px
    }

    .btn_menu span {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        margin: 8px 0;
        top: 0;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: currentColor;
        -webkit-transition: top ease-out .15s .15s, -webkit-transform ease-out .15s 0s;
        transition: top ease-out .15s .15s, -webkit-transform ease-out .15s 0s;
        -o-transition: top ease-out .15s .15s, -o-transform ease-out .15s 0s;
        -moz-transition: top ease-out .15s .15s, transform ease-out .15s 0s, -moz-transform ease-out .15s 0s;
        transition: top ease-out .15s .15s, transform ease-out .15s 0s;
        transition:top ease-out .15s .15s, transform ease-out .15s 0s, -webkit-transform ease-out .15s 0s, -moz-transform ease-out .15s 0s, -o-transform ease-out .15s 0s
    }

    .btn_menu.-active span, .navbar.-open .navbar-toggle button.btn_menu span {
        -webkit-transition: top ease-out .15s, -webkit-transform ease-out .15s .15s;
        transition: top ease-out .15s, -webkit-transform ease-out .15s .15s;
        -o-transition: top ease-out .15s, -o-transform ease-out .15s .15s;
        -moz-transition: top ease-out .15s, transform ease-out .15s .15s, -moz-transform ease-out .15s .15s;
        transition: top ease-out .15s, transform ease-out .15s .15s;
        transition:top ease-out .15s, transform ease-out .15s .15s, -webkit-transform ease-out .15s .15s, -moz-transform ease-out .15s .15s, -o-transform ease-out .15s .15s
    }

    .btn_menu.-active span:first-child, .navbar.-open .navbar-toggle button.btn_menu span:first-child {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform:rotate(45deg)
    }

    .btn_menu.-active span:last-child, .navbar.-open .navbar-toggle button.btn_menu span:last-child {
        top: -4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform:rotate(-45deg)
    }

    .btn_close {
        width: 48px;
        height: 48px;
        opacity: .8;
        font-size: 18px;
        line-height: 0;
        text-align: center;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition:opacity .2s
    }

    .btn_close:focus, .btn_close:hover {
        opacity:1
    }

    .btn_scroll {
        width: 60px;
        height: 60px;
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 14px;
        line-height: 58px;
        text-align:center
    }

    @media (min-width: 1600px) {
        .btn_scroll {
            width: 75px;
            height: 75px;
            font-size: 18px;
            line-height:73px
        }
    }

    .btn_scroll.-inverse {
        color: #fff;
        border-color:#fff
    }

    .btn_play {
        width: 42px;
        height: 42px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 16px;
        line-height: 0;
        text-align:center
    }

    .btn_play-fill {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius:inherit
    }

    .btn_play svg {
        position: relative;
        left:1px
    }

    .btn_play.-lg {
        width: 59px;
        height: 59px;
        font-size:16px
    }

    @media (min-width: 768px) {
        .btn_play.-lg {
            width: 118px;
            height: 118px;
            font-size:28px
        }
    }

    .btn_nav {
        height: 51px;
        width: 51px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 14px;
        line-height: 47px;
        text-align:center
    }

    .btn_nav-fill {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius:inherit
    }

    .btn_nav svg {
        line-height:0
    }

    .cursor {
        mix-blend-mode: difference;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 250;
        color: aliceblue;
        contain: layout style size;
        pointer-events: none;
        -webkit-transition: opacity .3s, color .4s;
        -o-transition: opacity .3s, color .4s;
        -moz-transition: opacity .3s, color .4s;
        transition:opacity .3s, color .4s
        
    }

    .cursor:before {
        content: "";
        position: absolute;
        top: -24px;
        left: -24px;
        display: block;
        width: 48px;
        height: 48px;
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3);
        background: currentColor;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: opacity .1s, -webkit-transform .3s;
        transition: opacity .1s, -webkit-transform .3s;
        -o-transition: opacity .1s, -o-transform .3s;
        -moz-transition: transform .3s, opacity .1s, -moz-transform .3s;
        transition: transform .3s, opacity .1s;
        transition:transform .3s, opacity .1s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
    }

    .cursor.-inverse {
        color:#256aaa
    }

    .cursor.-quaternary {
        color:#256aaa
    }

    .cursor.-quinary {
        color:#256aaa
    }

    .cursor.-active:before, .navbar.-open .navbar-toggle button.cursor:before {
        -webkit-transform: scale(.25);
        -moz-transform: scale(.25);
        -ms-transform: scale(.25);
        -o-transform: scale(.25);
        transform:scale(.25)
    }

    @supports (mix-blend-mode: exclusion) {
        .cursor.-exclusion {
            mix-blend-mode:exclusion
        }

        .cursor.-exclusion:before {
            background:#fff
        }
    }

    .cursor.-pointer:before {
        -webkit-transform: scale(.65);
        -moz-transform: scale(.65);
        -ms-transform: scale(.65);
        -o-transform: scale(.65);
        transform:scale(.65)
    }

    .cursor.-pointer.-active:before, .navbar.-open .navbar-toggle button.cursor.-pointer:before {
        -webkit-transform: scale(.71);
        -moz-transform: scale(.71);
        -ms-transform: scale(.71);
        -o-transform: scale(.71);
        transform:scale(.71)
    }

    .cursor.-opaque {
        color:rgba(255, 255, 255, .25)
    }

    .cursor.-opaque:before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform:scale(1.1)
    }

    .cursor.-opaque.-active:before, .navbar.-open .navbar-toggle button.cursor.-opaque:before {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform:scale(1.2)
    }

    .cursor.-lg:before {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform:scale(1.05)
    }

    .cursor.-lg.-active:before, .navbar.-open .navbar-toggle button.cursor.-lg:before {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform:scale(1.15)
    }

    .cursor.-text:before {
        opacity: .85;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform:scale(1.7)
    }

    .cursor.-text.-active:before, .navbar.-open .navbar-toggle button.cursor.-text:before {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration:.2s
    }

    .cursor.-icon:before {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform:scale(1.5)
    }

    .cursor.-icon.-active:before, .navbar.-open .navbar-toggle button.cursor.-icon:before {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform:scale(1.4)
    }

    .cursor.-hidden:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform:scale(0)
    }

    .cursor-text {
        position: absolute;
        top: -18px;
        left: -18px;
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: scale(0) rotate(10deg);
        -moz-transform: scale(0) rotate(10deg);
        -ms-transform: scale(0) rotate(10deg);
        -o-transform: scale(0) rotate(10deg);
        transform: scale(0) rotate(10deg);
        opacity: 0;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        -webkit-transition: opacity .4s, -webkit-transform .3s;
        transition: opacity .4s, -webkit-transform .3s;
        -o-transition: opacity .4s, -o-transform .3s;
        -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
        transition: opacity .4s, transform .3s;
        transition:opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
    }

    .cursor.-icon .cursor-text, .cursor.-text .cursor-text {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform:scale(1)
    }

    .cursor-media {
        position: absolute;
        width: 400px;
        height: 400px;
        margin:-200px 0 0 -200px
    }

    .cursor-media img, .cursor-media video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @supports ((-o-object-fit: cover) or(object-fit: cover)) {
        .cursor-media img, .cursor-media video {
            position: static;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            transform:translateZ(0)
        }
    }

    .cursor-media-box {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-transform: scale(0) translateZ(0);
        -moz-transform: scale(0) translateZ(0);
        transform: scale(0) translateZ(0);
        padding: 1px;
        opacity: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: opacity .2s .2s, -webkit-transform .35s;
        transition: opacity .2s .2s, -webkit-transform .35s;
        -o-transition: opacity .2s .2s, -o-transform .35s;
        -moz-transition: transform .35s, opacity .2s .2s, -moz-transform .35s;
        transition: transform .35s, opacity .2s .2s;
        transition:transform .35s, opacity .2s .2s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s
    }

    .cursor.-media .cursor-media-box {
        opacity: 1;
        -webkit-transform: scale(.696);
        -moz-transform: scale(.696);
        -ms-transform: scale(.696);
        -o-transform: scale(.696);
        transform: scale(.696);
        -webkit-transition-duration: .4s, .4s;
        -moz-transition-duration: .4s, .4s;
        -o-transition-duration: .4s, .4s;
        transition-duration: .4s, .4s;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay:0s, 0s
    }

    .footer {
        position: relative;
        color: #256aaa;
        background:rgb(255, 255, 255)
    }

   

    .footer-fill {
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background:#000
    }

    @media (min-width: 768px) {
        .footer-fill {
            top:-90px
        }
    }

    .footer-content {
        position: relative;
        padding:90px 0 50px 0
    }

    @media (min-width: 768px) {
        .footer-content {
            padding:150px 0 60px 0
        }
    }

    @media (min-width: 1024px) {
        .footer-content {
            padding:140px 0 145px 0
        }
    }

    @media (min-width: 1600px) {
        .footer-content {
            padding:200px 0 226px 0
        }
    }

    @media (min-width: 1024px) {
        .footer-grid {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content:space-between
        }
    }

    @media (min-width: 1024px) {
        .footer-col {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex:1
        }
    }

    .footer-col.-right {
        padding:80px 0 0 0
    }

    @media (min-width: 768px) {
        .footer-col.-right {
            padding:100px 0 0 0
        }
    }

    .footer-logo img {
        width: 50px;
        height:50px
    }

    @media (min-width: 768px) {
        .footer-logo img {
            width: 69px;
            height:69px
        }
    }

    .footer-text {
        margin: 30px 0 0 0;
        max-width: 295px;
        font-weight: 600;
        font-size: 28px;
        line-height: 115%;
        letter-spacing:-.04em
    }

    @media (min-width: 1600px) {
        .footer-text {
            max-width: 350px;
            font-size:36px
        }
    }

    .footer-navs {
        margin:-10px 0
    }

    @media (min-width: 768px) {
        .footer-navs {
            display: grid;
            grid-template-columns:repeat(2, 1fr)
        }
    }

    @media (min-width: 1600px) {
        .footer-navs {
            margin:-12px 0
        }
    }

    .footer-nav {
        display: block;
        padding: 10px 0;
        font-weight: 500;
        font-size: 21px;
        line-height: 115%;
        letter-spacing: -.02em;
        text-decoration:none
    }

    @media (min-width: 1600px) {
        .footer-nav {
            padding: 12px 0;
            font-size:24px
        }
    }

    .footer-nav span {
        display: inline-block;
        position:relative
    }

    .footer-nav span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        border-bottom: 1px solid;
        -webkit-transition: -webkit-transform .6s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform .6s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform .6s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform .6s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s cubic-bezier(.16, 1, .3, 1);
        transition: transform .6s cubic-bezier(.16, 1, .3, 1);
        transition:transform .6s cubic-bezier(.16, 1, .3, 1), -webkit-transform .6s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s cubic-bezier(.16, 1, .3, 1), -o-transform .6s cubic-bezier(.16, 1, .3, 1)
    }

    .footer-nav:hover span:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration:1s
    }

    .footer-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin:100px 0 0 0
    }

    @media (min-width: 768px) {
        .footer-links {
            display: inline-block;
            margin:150px -15px 0 -15px
        }
    }

    @media (min-width: 1024px) {
        .footer-links {
            margin:72px -15px 0 -15px
        }
    }

    @media (min-width: 1600px) {
        .footer-links {
            margin:53px -15px 0 -15px
        }
    }

    .footer-link {
        position: relative;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -.02em;
        text-decoration: none;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        -moz-transition: color .4s;
        transition:color .4s
    }

    @media (min-width: 768px) {
        .footer-link {
            margin: 0 15px;
            font-size:16px
        }
    }

    @media (min-width: 1600px) {
        .footer-link {
            font-size:18px
        }
    }

    .footer-link span {
        display: inline-block;
        position:relative
    }

    .footer-link span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 3px;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        border-bottom: 1px solid;
        -webkit-transition: -webkit-transform .6s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform .6s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform .6s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform .6s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s cubic-bezier(.16, 1, .3, 1);
        transition: transform .6s cubic-bezier(.16, 1, .3, 1);
        transition:transform .6s cubic-bezier(.16, 1, .3, 1), -webkit-transform .6s cubic-bezier(.16, 1, .3, 1), -moz-transform .6s cubic-bezier(.16, 1, .3, 1), -o-transform .6s cubic-bezier(.16, 1, .3, 1)
    }

    .footer-link:hover span:after {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration:1s
    }

    .footer-link.-smooth {
        color:grey
    }

    .footer-link.-smooth span:after {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin:left center
    }

    .footer-link.-smooth:hover {
        color:#fff
    }

    .footer-link.-smooth:hover span:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform:scaleX(1)
    }

    .advantage-header, .explore-header, .header, .outro-header, .overview-header, .partner-header, .pricing-header {
        position: relative;
        z-index:1
    }

    .advantage-header h1, .advantage-header h2, .advantage-header h3, .explore-header h1, .explore-header h2, .explore-header h3, .header h1, .header h2, .header h3, .outro-header h1, .outro-header h2, .outro-header h3, .overview-header h1, .overview-header h2, .overview-header h3, .partner-header h1, .partner-header h2, .partner-header h3, .pricing-header h1, .pricing-header h2, .pricing-header h3 {
        font-weight: 600;
        font-size: 42px;
        line-height: 105%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .advantage-header h1, .advantage-header h2, .advantage-header h3, .explore-header h1, .explore-header h2, .explore-header h3, .header h1, .header h2, .header h3, .outro-header h1, .outro-header h2, .outro-header h3, .overview-header h1, .overview-header h2, .overview-header h3, .partner-header h1, .partner-header h2, .partner-header h3, .pricing-header h1, .pricing-header h2, .pricing-header h3 {
            font-size:70px
        }
    }

    @media (min-width: 1600px) {
        .advantage-header h1, .advantage-header h2, .advantage-header h3, .explore-header h1, .explore-header h2, .explore-header h3, .header h1, .header h2, .header h3, .outro-header h1, .outro-header h2, .outro-header h3, .overview-header h1, .overview-header h2, .overview-header h3, .partner-header h1, .partner-header h2, .partner-header h3, .pricing-header h1, .pricing-header h2, .pricing-header h3 {
            font-size:75px
        }
    }

    .advantage-header mark, .explore-header mark, .header mark, .outro-header mark, .overview-header mark, .partner-header mark, .pricing-header mark {
        position: relative;
        z-index: -1;
        background:0 0
    }

    .advantage-header mark:before, .explore-header mark:before, .header mark:before, .outro-header mark:before, .overview-header mark:before, .partner-header mark:before, .pricing-header mark:before {
        content: "";
        display: block;
        position: absolute;
        top: -0.1em;
        left: -.1em;
        right: -.2em;
        bottom: -0.1em;
        z-index: -1;
        background: #fff;
        -webkit-border-radius: .8em;
        -moz-border-radius: .8em;
        border-radius:.8em
    }

    .advantage-header mark.-quaternary:before, .explore-header mark.-quaternary:before, .header mark.-quaternary:before, .outro-header mark.-quaternary:before, .overview-header mark.-quaternary:before, .partner-header mark.-quaternary:before, .pricing-header mark.-quaternary:before {
        background: ghostwhite;
    }

    .advantage-header mark.-quinary:before, .explore-header mark.-quinary:before, .header mark.-quinary:before, .outro-header mark.-quinary:before, .overview-header mark.-quinary:before, .partner-header mark.-quinary:before, .pricing-header mark.-quinary:before {
        background:#ccbaff
    }

    .advantage-header mark.-octonary:before, .explore-header mark.-octonary:before, .header mark.-octonary:before, .outro-header mark.-octonary:before, .overview-header mark.-octonary:before, .partner-header mark.-octonary:before, .pricing-header mark.-octonary:before {
        background:#fcf9d8
    }

    .-xs.advantage-header h1, .-xs.advantage-header h2, .-xs.advantage-header h3, .-xs.explore-header h1, .-xs.explore-header h2, .-xs.explore-header h3, .-xs.outro-header h1, .-xs.outro-header h2, .-xs.outro-header h3, .-xs.overview-header h1, .-xs.overview-header h2, .-xs.overview-header h3, .-xs.partner-header h1, .-xs.partner-header h2, .-xs.partner-header h3, .-xs.pricing-header h1, .-xs.pricing-header h2, .-xs.pricing-header h3, .header.-xs h1, .header.-xs h2, .header.-xs h3 {
        font-weight: 500;
        font-size: 45px;
        line-height: 120%;
        letter-spacing:-.03em
    }

    @media (min-width: 768px) {
        .-xs.advantage-header h1, .-xs.advantage-header h2, .-xs.advantage-header h3, .-xs.explore-header h1, .-xs.explore-header h2, .-xs.explore-header h3, .-xs.outro-header h1, .-xs.outro-header h2, .-xs.outro-header h3, .-xs.overview-header h1, .-xs.overview-header h2, .-xs.overview-header h3, .-xs.partner-header h1, .-xs.partner-header h2, .-xs.partner-header h3, .-xs.pricing-header h1, .-xs.pricing-header h2, .-xs.pricing-header h3, .header.-xs h1, .header.-xs h2, .header.-xs h3 {
            font-size:64px
        }
    }

    @media (min-width: 1600px) {
        .-xs.advantage-header h1, .-xs.advantage-header h2, .-xs.advantage-header h3, .-xs.explore-header h1, .-xs.explore-header h2, .-xs.explore-header h3, .-xs.outro-header h1, .-xs.outro-header h2, .-xs.outro-header h3, .-xs.overview-header h1, .-xs.overview-header h2, .-xs.overview-header h3, .-xs.partner-header h1, .-xs.partner-header h2, .-xs.partner-header h3, .-xs.pricing-header h1, .-xs.pricing-header h2, .-xs.pricing-header h3, .header.-xs h1, .header.-xs h2, .header.-xs h3 {
            font-size:78px
        }
    }

    .-lg.advantage-header h1, .-lg.advantage-header h2, .-lg.advantage-header h3, .-lg.explore-header h1, .-lg.explore-header h2, .-lg.explore-header h3, .-lg.outro-header h1, .-lg.outro-header h2, .-lg.outro-header h3, .-lg.overview-header h1, .-lg.overview-header h2, .-lg.overview-header h3, .-lg.partner-header h1, .-lg.partner-header h2, .-lg.partner-header h3, .-lg.pricing-header h1, .-lg.pricing-header h2, .-lg.pricing-header h3, .header.-lg h1, .header.-lg h2, .header.-lg h3 {
        font-weight: 600;
        font-size: 60px;
        line-height: 90%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .-lg.advantage-header h1, .-lg.advantage-header h2, .-lg.advantage-header h3, .-lg.explore-header h1, .-lg.explore-header h2, .-lg.explore-header h3, .-lg.outro-header h1, .-lg.outro-header h2, .-lg.outro-header h3, .-lg.overview-header h1, .-lg.overview-header h2, .-lg.overview-header h3, .-lg.partner-header h1, .-lg.partner-header h2, .-lg.partner-header h3, .-lg.pricing-header h1, .-lg.pricing-header h2, .-lg.pricing-header h3, .header.-lg h1, .header.-lg h2, .header.-lg h3 {
            font-size:84px
        }
    }

    @media (min-width: 1200px) {
        .-lg.advantage-header h1, .-lg.advantage-header h2, .-lg.advantage-header h3, .-lg.explore-header h1, .-lg.explore-header h2, .-lg.explore-header h3, .-lg.outro-header h1, .-lg.outro-header h2, .-lg.outro-header h3, .-lg.overview-header h1, .-lg.overview-header h2, .-lg.overview-header h3, .-lg.partner-header h1, .-lg.partner-header h2, .-lg.partner-header h3, .-lg.pricing-header h1, .-lg.pricing-header h2, .-lg.pricing-header h3, .header.-lg h1, .header.-lg h2, .header.-lg h3 {
            font-size:120px
        }
    }

    @media (min-width: 1600px) {
        .-lg.advantage-header h1, .-lg.advantage-header h2, .-lg.advantage-header h3, .-lg.explore-header h1, .-lg.explore-header h2, .-lg.explore-header h3, .-lg.outro-header h1, .-lg.outro-header h2, .-lg.outro-header h3, .-lg.overview-header h1, .-lg.overview-header h2, .-lg.overview-header h3, .-lg.partner-header h1, .-lg.partner-header h2, .-lg.partner-header h3, .-lg.pricing-header h1, .-lg.pricing-header h2, .-lg.pricing-header h3, .header.-lg h1, .header.-lg h2, .header.-lg h3 {
            font-size:140px
        }
    }

    @media (min-width: 2400px) {
        .-lg.advantage-header h1, .-lg.advantage-header h2, .-lg.advantage-header h3, .-lg.explore-header h1, .-lg.explore-header h2, .-lg.explore-header h3, .-lg.outro-header h1, .-lg.outro-header h2, .-lg.outro-header h3, .-lg.overview-header h1, .-lg.overview-header h2, .-lg.overview-header h3, .-lg.partner-header h1, .-lg.partner-header h2, .-lg.partner-header h3, .-lg.pricing-header h1, .-lg.pricing-header h2, .-lg.pricing-header h3, .header.-lg h1, .header.-lg h2, .header.-lg h3 {
            font-size:160px
        }
    }

    .-xl.advantage-header h1, .-xl.advantage-header h2, .-xl.advantage-header h3, .-xl.explore-header h1, .-xl.explore-header h2, .-xl.explore-header h3, .-xl.outro-header h1, .-xl.outro-header h2, .-xl.outro-header h3, .-xl.overview-header h1, .-xl.overview-header h2, .-xl.overview-header h3, .-xl.partner-header h1, .-xl.partner-header h2, .-xl.partner-header h3, .-xl.pricing-header h1, .-xl.pricing-header h2, .-xl.pricing-header h3, .header.-xl h1, .header.-xl h2, .header.-xl h3 {
        font-weight: 600;
        font-size: 50px;
        line-height: 90%;
        text-align: center;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .-xl.advantage-header h1, .-xl.advantage-header h2, .-xl.advantage-header h3, .-xl.explore-header h1, .-xl.explore-header h2, .-xl.explore-header h3, .-xl.outro-header h1, .-xl.outro-header h2, .-xl.outro-header h3, .-xl.overview-header h1, .-xl.overview-header h2, .-xl.overview-header h3, .-xl.partner-header h1, .-xl.partner-header h2, .-xl.partner-header h3, .-xl.pricing-header h1, .-xl.pricing-header h2, .-xl.pricing-header h3, .header.-xl h1, .header.-xl h2, .header.-xl h3 {
            font-size:86px
        }
    }

    @media (min-width: 1200px) {
        .-xl.advantage-header h1, .-xl.advantage-header h2, .-xl.advantage-header h3, .-xl.explore-header h1, .-xl.explore-header h2, .-xl.explore-header h3, .-xl.outro-header h1, .-xl.outro-header h2, .-xl.outro-header h3, .-xl.overview-header h1, .-xl.overview-header h2, .-xl.overview-header h3, .-xl.partner-header h1, .-xl.partner-header h2, .-xl.partner-header h3, .-xl.pricing-header h1, .-xl.pricing-header h2, .-xl.pricing-header h3, .header.-xl h1, .header.-xl h2, .header.-xl h3 {
            font-size:96px
        }
    }

    @media (min-width: 1600px) {
        .-xl.advantage-header h1, .-xl.advantage-header h2, .-xl.advantage-header h3, .-xl.explore-header h1, .-xl.explore-header h2, .-xl.explore-header h3, .-xl.outro-header h1, .-xl.outro-header h2, .-xl.outro-header h3, .-xl.overview-header h1, .-xl.overview-header h2, .-xl.overview-header h3, .-xl.partner-header h1, .-xl.partner-header h2, .-xl.partner-header h3, .-xl.pricing-header h1, .-xl.pricing-header h2, .-xl.pricing-header h3, .header.-xl h1, .header.-xl h2, .header.-xl h3 {
            font-size:120px
        }
    }

    @media (min-width: 2400px) {
        .-xl.advantage-header h1, .-xl.advantage-header h2, .-xl.advantage-header h3, .-xl.explore-header h1, .-xl.explore-header h2, .-xl.explore-header h3, .-xl.outro-header h1, .-xl.outro-header h2, .-xl.outro-header h3, .-xl.overview-header h1, .-xl.overview-header h2, .-xl.overview-header h3, .-xl.partner-header h1, .-xl.partner-header h2, .-xl.partner-header h3, .-xl.pricing-header h1, .-xl.pricing-header h2, .-xl.pricing-header h3, .header.-xl h1, .header.-xl h2, .header.-xl h3 {
            font-size:140px
        }
    }

    .-xl.advantage-header h1 img, .-xl.advantage-header h1 video, .-xl.advantage-header h2 img, .-xl.advantage-header h2 video, .-xl.advantage-header h3 img, .-xl.advantage-header h3 video, .-xl.explore-header h1 img, .-xl.explore-header h1 video, .-xl.explore-header h2 img, .-xl.explore-header h2 video, .-xl.explore-header h3 img, .-xl.explore-header h3 video, .-xl.outro-header h1 img, .-xl.outro-header h1 video, .-xl.outro-header h2 img, .-xl.outro-header h2 video, .-xl.outro-header h3 img, .-xl.outro-header h3 video, .-xl.overview-header h1 img, .-xl.overview-header h1 video, .-xl.overview-header h2 img, .-xl.overview-header h2 video, .-xl.overview-header h3 img, .-xl.overview-header h3 video, .-xl.partner-header h1 img, .-xl.partner-header h1 video, .-xl.partner-header h2 img, .-xl.partner-header h2 video, .-xl.partner-header h3 img, .-xl.partner-header h3 video, .-xl.pricing-header h1 img, .-xl.pricing-header h1 video, .-xl.pricing-header h2 img, .-xl.pricing-header h2 video, .-xl.pricing-header h3 img, .-xl.pricing-header h3 video, .header.-xl h1 img, .header.-xl h1 video, .header.-xl h2 img, .header.-xl h2 video, .header.-xl h3 img, .header.-xl h3 video {
        width: 56px;
        height: 56px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (min-width: 768px) {
        .-xl.advantage-header h1 img, .-xl.advantage-header h1 video, .-xl.advantage-header h2 img, .-xl.advantage-header h2 video, .-xl.advantage-header h3 img, .-xl.advantage-header h3 video, .-xl.explore-header h1 img, .-xl.explore-header h1 video, .-xl.explore-header h2 img, .-xl.explore-header h2 video, .-xl.explore-header h3 img, .-xl.explore-header h3 video, .-xl.outro-header h1 img, .-xl.outro-header h1 video, .-xl.outro-header h2 img, .-xl.outro-header h2 video, .-xl.outro-header h3 img, .-xl.outro-header h3 video, .-xl.overview-header h1 img, .-xl.overview-header h1 video, .-xl.overview-header h2 img, .-xl.overview-header h2 video, .-xl.overview-header h3 img, .-xl.overview-header h3 video, .-xl.partner-header h1 img, .-xl.partner-header h1 video, .-xl.partner-header h2 img, .-xl.partner-header h2 video, .-xl.partner-header h3 img, .-xl.partner-header h3 video, .-xl.pricing-header h1 img, .-xl.pricing-header h1 video, .-xl.pricing-header h2 img, .-xl.pricing-header h2 video, .-xl.pricing-header h3 img, .-xl.pricing-header h3 video, .header.-xl h1 img, .header.-xl h1 video, .header.-xl h2 img, .header.-xl h2 video, .header.-xl h3 img, .header.-xl h3 video {
            width: 94px;
            height:94px
        }
    }

    @media (min-width: 1200px) {
        .-xl.advantage-header h1 img, .-xl.advantage-header h1 video, .-xl.advantage-header h2 img, .-xl.advantage-header h2 video, .-xl.advantage-header h3 img, .-xl.advantage-header h3 video, .-xl.explore-header h1 img, .-xl.explore-header h1 video, .-xl.explore-header h2 img, .-xl.explore-header h2 video, .-xl.explore-header h3 img, .-xl.explore-header h3 video, .-xl.outro-header h1 img, .-xl.outro-header h1 video, .-xl.outro-header h2 img, .-xl.outro-header h2 video, .-xl.outro-header h3 img, .-xl.outro-header h3 video, .-xl.overview-header h1 img, .-xl.overview-header h1 video, .-xl.overview-header h2 img, .-xl.overview-header h2 video, .-xl.overview-header h3 img, .-xl.overview-header h3 video, .-xl.partner-header h1 img, .-xl.partner-header h1 video, .-xl.partner-header h2 img, .-xl.partner-header h2 video, .-xl.partner-header h3 img, .-xl.partner-header h3 video, .-xl.pricing-header h1 img, .-xl.pricing-header h1 video, .-xl.pricing-header h2 img, .-xl.pricing-header h2 video, .-xl.pricing-header h3 img, .-xl.pricing-header h3 video, .header.-xl h1 img, .header.-xl h1 video, .header.-xl h2 img, .header.-xl h2 video, .header.-xl h3 img, .header.-xl h3 video {
            width: 104px;
            height:104px
        }
    }

    @media (min-width: 1600px) {
        .-xl.advantage-header h1 img, .-xl.advantage-header h1 video, .-xl.advantage-header h2 img, .-xl.advantage-header h2 video, .-xl.advantage-header h3 img, .-xl.advantage-header h3 video, .-xl.explore-header h1 img, .-xl.explore-header h1 video, .-xl.explore-header h2 img, .-xl.explore-header h2 video, .-xl.explore-header h3 img, .-xl.explore-header h3 video, .-xl.outro-header h1 img, .-xl.outro-header h1 video, .-xl.outro-header h2 img, .-xl.outro-header h2 video, .-xl.outro-header h3 img, .-xl.outro-header h3 video, .-xl.overview-header h1 img, .-xl.overview-header h1 video, .-xl.overview-header h2 img, .-xl.overview-header h2 video, .-xl.overview-header h3 img, .-xl.overview-header h3 video, .-xl.partner-header h1 img, .-xl.partner-header h1 video, .-xl.partner-header h2 img, .-xl.partner-header h2 video, .-xl.partner-header h3 img, .-xl.partner-header h3 video, .-xl.pricing-header h1 img, .-xl.pricing-header h1 video, .-xl.pricing-header h2 img, .-xl.pricing-header h2 video, .-xl.pricing-header h3 img, .-xl.pricing-header h3 video, .header.-xl h1 img, .header.-xl h1 video, .header.-xl h2 img, .header.-xl h2 video, .header.-xl h3 img, .header.-xl h3 video {
            width: 130px;
            height:130px
        }
    }

    .scroller {
        display: block;
        display: block;
        position: absolute;
        left: 40px;
        bottom: 40px;
        z-index: 50;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        transition:opacity .2s linear
    }

    @media (min-width: 768px) {
        .scroller {
            display: block;
            position: absolute;
            left: 40px;
            bottom: 40px;
            z-index: 50;
            opacity: 0;
            -webkit-transition: opacity .2s linear;
            -o-transition: opacity .2s linear;
            -moz-transition: opacity .2s linear;
            transition:opacity .2s linear
        }
    }

    @media (min-width: 1600px) {
        .scroller {
            left: 70px;
            bottom:70px
        }
    }

    .scroller svg {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: -o-transform .2s;
        -moz-transition: transform .2s, -moz-transform .2s;
        transition: transform .2s;
        transition:transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
    }

    .scroller:hover svg {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform:translateY(3px)
    }

    .scroller.-inverse {
        color:#fff
    }

    .scroller.-visible {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform:translateY(0)
    }

    .embedded {
        position: relative;
        height: 100%;
        width: 100%;
        cursor:pointer
    }

    .embedded iframe, .embedded img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:0
    }

    .embedded img {
        -o-object-fit: cover;
        object-fit:cover
    }

    .embedded.-youtube {
        padding-bottom:56.25%
    }

    .embedded-play {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 68px;
        height: 48px;
        margin: -24px 0 0 -34px;
        z-index: 1;
        background: rgba(0, 0, 0, .8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        line-height: 44px;
        text-align: center;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        -moz-transition: background .2s;
        transition:background .2s
    }

    .embedded-play:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 3px;
        border-style: solid;
        border-width: 10px 0 10px 16px;
        border-color:transparent transparent transparent #fff
    }

    .embedded:hover .embedded-play {
        background:#256aaa
    }

    .fallbox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        contain: strict;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select:none
    }

    .fallbox-item {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(-100%, -100%);
        -moz-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
        -o-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
        will-change:transform
    }

    .fallbox-item span {
        display: inline-block;
        padding: 12px 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab;
        color: #000;
        background: #fef2ff;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing:-.02em
    }

    .fallbox-item span:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor:grabbing
    }

    @media (min-width: 768px) {
        .fallbox-item span {
            padding: 14px 24px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            font-size:22px
        }
    }

    @media (min-width: 1600px) {
        .fallbox-item span {
            padding: 18px 31px;
            -webkit-border-radius: 33px;
            -moz-border-radius: 33px;
            border-radius: 33px;
            font-size:28px
        }
    }

    .fallbox-item.-lg span {
        padding: 13px 23px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        font-size:23px
    }

    @media (min-width: 768px) {
        .fallbox-item.-lg span {
            padding: 30px 50px;
            -webkit-border-radius: 55px;
            -moz-border-radius: 55px;
            border-radius: 55px;
            font-size:49px
        }
    }

    @media (min-width: 1024px) {
        .fallbox-item.-lg span {
            padding: 19px 32px;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            border-radius: 36px;
            font-size:31px
        }
    }

    @media (min-width: 1200px) {
        .fallbox-item.-lg span {
            padding: 23px 40px;
            -webkit-border-radius: 44px;
            -moz-border-radius: 44px;
            border-radius: 44px;
            font-size:38px
        }
    }

    @media (min-width: 1600px) {
        .fallbox-item.-lg span {
            padding: 31px 54px;
            -webkit-border-radius: 58px;
            -moz-border-radius: 58px;
            border-radius: 58px;
            font-size:52px
        }
    }

    .fallbox-item.-xl span {
        padding: 15px 25px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        font-size:25px
    }

    @media (min-width: 768px) {
        .fallbox-item.-xl span {
            padding: 32px 55px;
            -webkit-border-radius: 61px;
            -moz-border-radius: 61px;
            border-radius: 61px;
            font-size:55px
        }
    }

    @media (min-width: 1024px) {
        .fallbox-item.-xl span {
            padding: 20px 35px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            font-size:35px
        }
    }

    @media (min-width: 1200px) {
        .fallbox-item.-xl span {
            padding: 25px 44px;
            -webkit-border-radius: 44px;
            -moz-border-radius: 44px;
            border-radius: 44px;
            font-size:43px
        }
    }

    @media (min-width: 1600px) {
        .fallbox-item.-xl span {
            padding: 35px 58px;
            -webkit-border-radius: 64px;
            -moz-border-radius: 64px;
            border-radius: 64px;
            font-size:58px
        }
    }

    .fallbox-item.-v1 span {
        background:#507570
    }

    .fallbox-item.-v2 span {
        background:#507570
    }

    .fallbox-item.-v3 span {
        background:#5c5c5c
    }

    .fallbox-item.-v4 span {
        background:#787878
    }

    .fallbox-item.-v5 span {
        background:#585858
    }

    .fallbox-item.-v6 span {
        color: #fff;
        background:#256aaa
    }

    .fallbox-item.-v7 span {
        background:#676767
    }

    .fallbox-item.-v8 span {
        background:#626262
    }

    .fallbox-item.-v9 span {
        background:#9fa9ff
    }

    .fallbox-item.-v10 span {
        background:#fef2ff
    }

    .fallbox-item.-v11 span {
        background:#b8bbfd
    }

    .fallbox-item.-v12 span {
        background:#c9fec4
    }

    .chevronbox {    
        
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        contain:strict
    }

    .chevronbox canvas {
        height: 100%;
        width:100%
    
    }

    .glancebox {
        
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        contain:strict
    }

    .glancebox canvas {
        height: 100%;
        width:100%
    }

    .hero {
        position: relative;
        overflow: hidden;
        z-index:1
    }

    .hero-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        -webkit-border-bottom-left-radius: 35px;
        -moz-border-radius-bottomleft: 35px;
        border-bottom-left-radius: 35px;
        -webkit-border-bottom-right-radius: 35px;
        -moz-border-radius-bottomright: 35px;
        border-bottom-right-radius:35px
    }

    @media (min-width: 768px) {
        .hero-fill {
            -webkit-border-bottom-left-radius: 60px;
            -moz-border-radius-bottomleft: 60px;
            border-bottom-left-radius: 60px;
            -webkit-border-bottom-right-radius: 60px;
            -moz-border-radius-bottomright: 60px;
            border-bottom-right-radius:60px
        }
    }

    .hero-masks {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .hero-masks {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .hero-mask {
        position: absolute;
        top: -webkit-calc(100vh + 50px);
        top: -moz-calc(100vh + 50px);
        top: calc(100vh + 50px);
        left: 0;
        right: 0;
        width: 100px;
        height: 100px;
        margin: -70px auto 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (max-height: 440px) {
        .hero-mask {
            margin-top:-30px
        }
    }

    @media (min-width: 768px) {
        .hero-mask {
            top: -webkit-calc(100vh + 98.75px);
            top: -moz-calc(100vh + 98.75px);
            top: calc(100vh + 98.75px);
            width: 197.5px;
            height:197.5px
        }
    }

    @media (min-width: 1024px) {
        .hero-mask {
            margin-top:-100px
        }
    }

    @media (min-width: 1600px) {
        .hero-mask {
            top: -webkit-calc(100vh + 123.5px);
            top: -moz-calc(100vh + 123.5px);
            top: calc(100vh + 123.5px);
            width: 247px;
            height:247px
        }
    }

    .hero-mask.-v1 {
        background:#000
    }

   

    .hero-content {
        position:relative
    }

    @media (min-width: 768px) {
        .hero-content {
            padding:0 0 0px 0
        }
    }

    .hero-line {
        position: absolute;
        top: 500px;
        left: 20px;
        color: #256aaa;
        overflow:hidden
    }

    @media (min-width: 768px) {
        .hero-line {
            left:10%
        }
    }

    @media (min-width: 1200px) {
        .hero-line {
            left:20%
        }
    }

    @media (min-width: 1600px) {
        .hero-line {
            left:30%
        }
    }

    @media (min-width: 768px) {
        .hero-line svg:nth-child(1) {
            display:none
        }
    }

    .hero-line svg:nth-child(2) {
        display:none
    }

    @media (min-width: 768px) {
        .hero-line svg:nth-child(2) {
            display:block
        }
    }

    .hero-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align:center
    }

    .hero-body {
        margin-top:-90px
    }

    @media (max-height: 440px) {
        .hero-body {
            margin-top:30px
        }
    }

    @media (min-width: 1024px) {
        .hero-body {
            margin-top:100px
        }
    }

    .hero-header {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .hero-header h1 {
        font-weight: 600;
        font-size: 39px;
        line-height: 90%;
        text-align: center;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .hero-header h1 {
            font-size:84px
        }
    }

    @media (min-width: 1024px) {
        .hero-header h1 {
            font-size:6.6666666667vw
        }
    }

    @media (min-width: 2400px) and(min-height: 950px) {
        .hero-header h1 {
            font-size:5.4166666667vw
        }
    }

    .hero-notice {
        position: relative;
        margin: 30px 0 0 0;
        color: #aaa;
        font-weight: 500;
        font-size: 14px;
        line-height:100%
    }

    @media (min-width: 1600px) {
        .hero-notice {
            font-size:16px
        }
    }

    .hero-action {
        padding:45px 0 0 0
    }

    @media (min-width: 768px) {
        .hero-action {
            padding-top:67px
        }
    }

    @media (min-width: 1200px) {
        .hero-action {
            padding-top:50px
        }
    }

    @media (min-width: 1600px) {
        .hero-action {
            padding-top:70px
        }
    }

    .hero-video {
        position: relative;
        width: 1000px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (min-width: 768px) {
        .hero-video {
            width: 695px;
            height:auto
        }
    }

    @media (min-width: 1600px) {
        .hero-video {
            width: 1494px;
            height:auto
        }
    }

    .hero-video img, .hero-video video {
        width: 100%;
        height: 100%;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position:center center
    }

    .hero-video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin:-29.5px 0 0 -29.5px
    }

    @media (min-width: 768px) {
        .hero-video-play {
            margin:-59px 0 0 -59px
        }
    }

    .hero-headlines {
        display: block;
        margin: -1px auto;
        padding: 220px 0 180px 0;
        width: 265px;
        color:#256aaa;
        
    }

    @media (min-width: 768px) {
        .hero-headlines {
            width:460px
        }
    }

    @media (min-width: 1200px) {
        .hero-headlines {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 auto;
            width: auto;
            padding: 0;
            height:100vh
        }
    }

    .hero-headline {
        padding: 15px 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 0.4;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        -moz-transition: opacity .4s;
        transition:opacity .4s
    }

    @media (min-width: 1200px) {
        .hero-headline {
            display: block;
            padding: 0;
            width: 100%;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-align: center;
            opacity: 1;
            -webkit-transition: none;
            -o-transition: none;
            -moz-transition: none;
            transition:none
        }
    }

    .hero-headline.-active, .navbar.-open .navbar-toggle button.hero-headline {
        opacity:1
    }

    @media (min-width: 1200px) {
        .hero-headline.-active, .navbar.-open .navbar-toggle button.hero-headline {
            opacity:.4
        }
    }

    .hero-headline h2 {
        display: inline-block;
        font-weight: 600;
        font-size: 85px;
        line-height: 90%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .hero-headline h2 {
            font-size:86px
        }
    }

    @media (min-width: 1200px) {
        .hero-headline h2 {
            font-size:8.75vw
        }
    }

    @media (min-width: 2400px) and(min-height: 950px) {
        .hero-headline h2 {
            font-size:6.875vw
        }
    }

    .overview {
        position: relative;
        overflow:hidden
    }

    .overview-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .overview-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .overview-content {
        position:relative
    }

    .overview-top {
        padding-bottom: -50px;
        position: relative;
        padding:40px 0
        
    }

    @media (min-width: 768px) {
        .overview-top {
            padding-bottom: 0px;
            padding:100px 0 50px 0
            
        }
    }

    @media (min-width: 1024px) {
        .overview-top {
            padding-bottom: 0px;
            padding:100px 0 0px 0
        }
    }

    @media (min-width: 1200px) {
        .overview-top {
        
            padding:150px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .overview-top {
            
            padding:160px 0 0 0
        }
    }

    @media (min-width: 2050px) {
        .overview-top {
            
            padding:180px 0 0 0 
        }
    }

    .overview-scene {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index:4
    }

    @media (min-width: 768px) {
        .overview-scene {
            bottom:20px
        }
    }

    .overview-footer {
        padding:40px 0
    }

    @media (min-width: 768px) {
        .overview-footer {
            padding:60px 0
        }
    }

    .overview-header {
        position: relative;
        z-index: 5;
        text-align:center
    }

    @media (pointer: fine) {
        .overview-header {
            -ms-touch-action: none;
            touch-action: none;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select:none
        }
    }

    .overview-header b {
        display: inline-block;
        font-weight: inherit;
        text-align:left
    }

    @media (min-width: 768px) {
        .overview-header br.-xs {
            display:none
        }
    }

    .overview-header figure, .overview-header-fig {
        position: relative;
        display: inline-block;
        margin: 12px auto 0 auto;
        height:45px
    }

    @media (min-width: 768px) {
        .overview-header figure, .overview-header-fig {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            margin: 0 0 0 26px;
            height:78px
        }
    }

    @media (min-width: 1200px) {
        .overview-header figure, .overview-header-fig {
            margin: 0 0 0 36px;
            height:86px
        }
    }

    @media (min-width: 1600px) {
        .overview-header figure, .overview-header-fig {
            margin: 0 0 0 52px;
            height:108px
        }
    }

    .overview-header figure img, .overview-header-fig img {
        position: relative;
        width: 45px;
        height: 45px;
        overflow: hidden;
        vertical-align: top;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (min-width: 768px) {
        .overview-header figure img, .overview-header-fig img {
            width: 78px;
            height:78px
        }
    }

    @media (min-width: 1200px) {
        .overview-header figure img, .overview-header-fig img {
            width: 86px;
            height:86px
        }
    }

    @media (min-width: 1600px) {
        .overview-header figure img, .overview-header-fig img {
            width: 108px;
            height:108px
        }
    }

    .overview-header figure img:nth-child(1), .overview-header-fig img:nth-child(1) {
        position: absolute;
        top: 0;
        left: -10px;
        z-index:3
    }

    @media (min-width: 768px) {
        .overview-header figure img:nth-child(1), .overview-header-fig img:nth-child(1) {
            left:-16px
        }
    }

    @media (min-width: 1200px) {
        .overview-header figure img:nth-child(1), .overview-header-fig img:nth-child(1) {
            left:-18px
        }
    }

    @media (min-width: 1600px) {
        .overview-header figure img:nth-child(1), .overview-header-fig img:nth-child(1) {
            left:-23px
        }
    }

    .overview-header figure img:nth-child(2), .overview-header-fig img:nth-child(2) {
        z-index:2
    }

    .overview-header figure img:nth-child(3), .overview-header-fig img:nth-child(3) {
        position: absolute;
        top: 0;
        left: 10px;
        z-index:1
    }

    @media (min-width: 768px) {
        .overview-header figure img:nth-child(3), .overview-header-fig img:nth-child(3) {
            left:16px
        }
    }

    @media (min-width: 1200px) {
        .overview-header figure img:nth-child(3), .overview-header-fig img:nth-child(3) {
            left:18px
        }
    }

    @media (min-width: 1600px) {
        .overview-header figure img:nth-child(3), .overview-header-fig img:nth-child(3) {
            left:23px
        }
    }

        .overview-carousel {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select:none
        }

    .overview-reviews {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
        -moz-transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
        -o-transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
        transition-timing-function:cubic-bezier(.16, 1, .3, 1) !important
    }

    .overview-review {
        position: relative;
        width: 325px;
        padding: 35px 0 40px 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-align:center
    }

    @media (min-width: 768px) {
        .overview-review {
            width: 672px;
            padding: 55px 0;
            -webkit-border-radius: 35px;
            -moz-border-radius: 35px;
            border-radius:35px
        }
    }

    @media (min-width: 1024px) {
        .overview-review {
            width:800px
        }
    }

    @media (min-width: 1600px) {
        .overview-review {
            width: 900px;
            padding:55px 0
        }
    }

    .overview-review-profile {
        position: relative;
        display: inline-block;
        width: 95px;
        height: 95px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    .overview-review-profile img, .overview-review-profile video {
        width: 100%;
        height:100%
    }

    .overview-review-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin:-21px 0 0 -21px
    }

    .overview-review-text {
        margin: 20px 0 0 0;
        padding: 0 30px;
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .overview-review-text {
            max-width: 580px;
            margin: 20px auto 0 auto;
            padding: 0;
            font-size:28px
        }
    }

    .overview-review-caption {
        margin: 18px 0 0 0;
        padding: 0 30px;
        color: rgba(0, 0, 0, .5);
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing:-.02em
    }

    @media (min-width: 768px) {
        .overview-review-caption {
            margin: 30px 0 0 0;
            font-size:16px
        }
    }

    .overview-review-caption b {
        color:#000
    }

    .overview-review-logo {
        margin:20px 0 0 0
    }

    @media (min-width: 768px) {
        .overview-review-logo {
            margin:44px 0 0 0
        }
    }

    .overview-review-logo img {
        max-height: 30px;
        max-width:110px
    }

    .overview-bundle {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height:62px
    }

    @media (min-width: 768px) {
        .overview-bundle {
            height:100px
        }
    }

    @media (min-width: 1600px) {
        .overview-bundle {
            height:130px
        }
    }

    .overview-logos {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space:nowrap
    }

    .overview-logo {
        width: 150px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align:center
    }

    @media (min-width: 768px) {
        .overview-logo {
            width:300px
        }
    }

    @media (min-width: 1600px) {
        .overview-logo {
            width:330px
        }
    }

    .overview-logo img {
        max-width: 100%;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform:scale(.5)
    }

    @media (min-width: 768px) {
        .overview-logo img {
            -webkit-transform: scale(.75);
            -moz-transform: scale(.75);
            -ms-transform: scale(.75);
            -o-transform: scale(.75);
            transform:scale(.75)
        }
    }

    @media (min-width: 1600px) {
        .overview-logo img {
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -ms-transform: scale(.9);
            -o-transform: scale(.9);
            transform:scale(.9)
        }
    }

    .overview-navs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 165px;
        height: 140px;
        margin: 40px auto 0 auto;
        text-align:center
       
    }

    @media (min-width: 768px) {
        .overview-navs {
            margin:60px auto 0 auto
        }
    }

    .overview-nav {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink:0
    }

    .definition {
        position: relative;
        overflow: hidden;
        margin-bottom:10px
    }

    @media (min-width: 768px) {
        .definition {
            margin-bottom:60px
        }
    }

    .definition-fill {
        border: 10px solid;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .definition-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .definition-content {
        position: relative;
        padding:80px 0 60px 0
    }

    @media (min-width: 768px) {
        .definition-content {
            padding:80px 0 62px 0
        }
    }

    @media (min-width: 1024px) {
        .definition-content {
            padding:210px 0
        }
    }

    @media (min-width: 1600px) {
        .definition-content {
            padding:260px 0
        }
    }

    @media (min-width: 2050px) {
        .definition-content {
            padding:300px 0
        }
    }

    @media (min-width: 2400px) {
        .definition-content {
            padding:360px 0
        }
    }

    @media (min-width: 1024px) {
        .definition-grid {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display:flex
        }
    }

    @media (min-width: 1024px) {
        .definition-col {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex:1
        }
    }

    .definition-col.-left {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .definition-text {
        position: relative;
        z-index: 1;
        max-width: 400px;
        font-weight: 600;
        font-size: 38px;
        line-height: 100%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .definition-text {
            max-width: 600px;
            font-size:70px
        }
    }

    @media (min-width: 1024px) {
        .definition-text {
            max-width:none
        }
    }

    @media (min-width: 1600px) {
        .definition-text {
            max-width: 642px;
            font-size:60px
        }
    }

    @media (min-width: 2050px) {
        .definition-text {
            max-width: 800px;
            font-size:74px
        }
    }

    .definition-text mark {
        position: relative;
        z-index: -1;
        background:0 0
    }

    .definition-text mark:before {
        content: "";
        display: block;
        position: absolute;
        top: .17em;
        left: -.1em;
        right: -.2em;
        bottom: .07em;
        z-index: -1;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        background: ghostwhite;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform 1.5s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform 1.5s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform 1.5s cubic-bezier(.16, 1, .3, 1), -moz-transform 1.5s cubic-bezier(.16, 1, .3, 1);
        transition: transform 1.5s cubic-bezier(.16, 1, .3, 1);
        transition:transform 1.5s cubic-bezier(.16, 1, .3, 1), -webkit-transform 1.5s cubic-bezier(.16, 1, .3, 1), -moz-transform 1.5s cubic-bezier(.16, 1, .3, 1), -o-transform 1.5s cubic-bezier(.16, 1, .3, 1)
    }

    @media (min-width: 1200px) {
        .definition-text mark:before {
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius:16px
        }
    }

    @media (min-width: 1600px) {
        .definition-text mark:before {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius:20px
        }
    }

    .definition-text mark.-hidden:before {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-border-radius: 120px;
        -moz-border-radius: 120px;
        border-radius:120px
    }

    .definition-notice {
        margin: 15px 0 0 0;
        color: rgba(0, 0, 0, .4);
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing:-.02em
    }

    @media (min-width: 768px) {
        .definition-notice {
            margin:25px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .definition-notice {
            margin:35px 0 0 0
        }
    }

    .definition-notice b {
        font-size: 40px;
        color:#000
    }

    .definition-action {
        margin:25px 0 0 0
    }

    @media (min-width: 768px) {
        .definition-action {
            margin:30px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .definition-action {
            margin:40px 0 0 0
        }
    }

    .definition-figure {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align:center
    }

    @media (min-width: 1024px) {
        .definition-figure {
            left: auto;
            right: auto;
            margin:0 0 0 40px
        }
    }

    .definition-figure img, .definition-figure video {
        width: 300px;
        border-radius: 60px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -o-object-fit: cover;
        object-fit:cover
    }

    @media (min-width: 768px) {
        .definition-figure img, .definition-figure video {
            width:500px
        }
    }

    @media (min-width: 1600px) {
        .definition-figure img, .definition-figure video {
            width:750px
        }
    }

    @media (min-width: 2050px) {
        .definition-figure img, .definition-figure video {
            width:850px
        }
    }

 
    .billboard {
        position: relative;
        margin: 10px 0 0 0;
        overflow:hidden
    }

    @media (min-width: 768px) {
        .billboard {
            margin-top:20px
        }
    }

    .billboard-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border: 1px #eee solid;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .billboard-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    @media (min-width: 1024px) {
        .billboard-fill {
            -webkit-transform: scaleX(.98);
            -moz-transform: scaleX(.98);
            -ms-transform: scaleX(.98);
            -o-transform: scaleX(.98);
            transform:scaleX(.98)
        }
    }

    .billboard-content {
        position: relative;
        padding: 35px 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    @media (min-width: 768px) {
        .billboard-content {
            padding:50px 0
        }
    }

    @media (min-width: 1600px) {
        .billboard-content {
            padding:66px 0 82px 0
        }
    }

    .billboard-caption h2 {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing:-.02em
    }

    @media (min-width: 768px) {
        .billboard-caption h2 {
            font-size:18px
        }
    }

    .billboard-logos {
        margin: 0 -15px;
        padding:17px 0 0 0
    }

    @media (min-width: 768px) {
        .billboard-logos {
            margin: 0 -25px;
            padding:30px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .billboard-logos {
            margin: 0 -30px;
            padding:40px 0 0 0
        }
    }

    .billboard-logo {
        display: inline-block;
        padding: 0 15px;
        vertical-align:middle
    }

    @media (min-width: 768px) {
        .billboard-logo {
            padding:0 25px
        }
    }

    @media (min-width: 1600px) {
        .billboard-logo {
            padding:0 30px
        }
    }

    .billboard-logo img {
        width: 45px;
        height:45px
    }

    @media (min-width: 768px) {
        .billboard-logo img {
            width: 66px;
            height:66px
        }
    }

    @media (min-width: 1600px) {
        .billboard-logo img {
            width: 88px;
            height:88px
        }
    }

    .feature {
        position: relative;
        overflow:hidden
    }

    .feature-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #256aaa;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .feature-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .feature-content {
        position: relative;
        padding:10px 0
    }

    @media (min-width: 1024px) {
        .feature-content {
            padding:60px 0
        }
    }

    .feature-content.-ct {
        padding-top:0
    }

    @media (min-width: 1024px) {
        .feature-container.-sl {
            padding-right: 0;
            padding-left: -webkit-calc(100vw / 2 - 1024px / 2 + 80px);
            padding-left: -moz-calc(100vw / 2 - 1024px / 2 + 80px);
            padding-left:calc(100vw / 2 - 1024px / 2 + 80px)
        }
    }

    @media (min-width: 1200px) {
        .feature-container.-sl {
            padding-left: -webkit-calc(100vw / 2 - 1200px / 2 + 100px);
            padding-left: -moz-calc(100vw / 2 - 1200px / 2 + 100px);
            padding-left:calc(100vw / 2 - 1200px / 2 + 100px)
        }
    }

    @media (min-width: 1600px) {
        .feature-container.-sl {
            padding-left: -webkit-calc(100vw / 2 - 1600px / 2 + 160px);
            padding-left: -moz-calc(100vw / 2 - 1600px / 2 + 160px);
            padding-left:calc(100vw / 2 - 1600px / 2 + 160px)
        }
    }

    @media (min-width: 2050px) {
        .feature-container.-sl {
            padding-left: -webkit-calc(100vw / 2 - 1900px / 2 + 160px);
            padding-left: -moz-calc(100vw / 2 - 1900px / 2 + 160px);
            padding-left:calc(100vw / 2 - 1900px / 2 + 160px)
        }
    }

    @media (min-width: 2400px) {
        .feature-container.-sl {
            padding-left: -webkit-calc(100vw / 2 - 2050px / 2 + 160px);
            padding-left: -moz-calc(100vw / 2 - 2050px / 2 + 160px);
            padding-left:calc(100vw / 2 - 2050px / 2 + 160px)
        }
    }

    .feature-sections {
        margin:-10px 0
    }

    @media (min-width: 1024px) {
        .feature-sections {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin:0
        }
    }

    .feature-section {
        position: relative;
        margin: 10px 0;
        padding: 240px 0 70px 0;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .feature-section {
            padding: 290px 0 77px 0;
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius:70px
        }
    }

    @media (min-width: 1024px) {
        .feature-section {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            width: 75vw;
            min-height: -webkit-calc(100vh - 30px);
            min-height: -moz-calc(100vh - 30px);
            min-height: calc(100vh - 30px);
            margin: 0 10px;
            padding:0
        }
    }

    @media (min-width: 1600px) {
        .feature-section {
            margin: 0 7px;
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .feature-section.-fill {
        background:#eeeeee
    }

    .feature-section.-primary {
        color: #fff;
        background:#eeeeee
    }

    .feature-section.-secondary {
        background:#eeeeee
    }

    .feature-section.-tertiary {
        background:#eeeeee

    }

    @media (max-width: 1023px) {
        .feature-section.-sm {
            padding: 145px 0 120px 0;
            background:0 0
        }
    }

    @media (max-width: 767px) {
        .feature-section.-sm {
            padding:102px 0 60px 0
        }
    }

    @media (min-width: 1024px) {
        .feature-section.-sm {
            width: 60vw;
            margin-left: 0;
            padding:0
        }
    }

    @media (min-width: 1024px) {
        .feature-spacer {
            width: 320px;
            height:200px
        }
    }

    @media (min-width: 1024px) and(min-height: 600px) {
        .feature-spacer {
            margin:0 0 50px 0
        }
    }

    @media (min-width: 1600px) {
        .feature-spacer {
            width: 400px;
            height:252px
        }
    }

    .feature-figure {
        position: absolute;
        top: 60px;
        left: 30px;
        width: 240px;
        height: 150px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 1;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius:80px
    }

    @media (min-width: 768px) {
        .feature-figure {
            top: 53px;
            left: 50px;
            width: 320px;
            height: 200px;
            -webkit-border-radius: 160px;
            -moz-border-radius: 160px;
            border-radius:160px
        }
    }

    @media (min-width: 1024px) {
        .feature-figure {
            position: relative;
            top: 0;
            left:0
        }
    }

    @media (min-width: 1024px) and(min-height: 600px) {
        .feature-figure {
            margin:0 0 20px 0
        }
    }

    @media (min-width: 1024px) and(min-height: 660px) {
        .feature-figure {
            margin:0 0 50px 0
        }
    }

    @media (min-width: 1600px) {
        .feature-figure {
            width: 400px;
            height: 252px;
            -webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            border-radius:200px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .feature-figure {
            margin: 0 0 80px 0;
            width: 480px;
            height:302.4px
        }
    }

    .feature-figure img, .feature-figure video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .feature-title {
        position: relative;
        z-index: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .feature-title h2 {
        font-weight: 600;
        font-size: 70px;
        line-height: 100%;
        letter-spacing:-.06em
    }

    @media (min-width: 768px) {
        .feature-title h2 {
            font-size:99px
        }
    }

    @media (min-width: 1600px) {
        .feature-title h2 {
            font-size:150px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .feature-title h2 {
            font-size:240px
        }
    }

    .feature-title mark {
        position: relative;
        z-index: -1;
        background:0 0
    }

    .feature-title mark:before {
        content: "";
        display: block;
        position: absolute;
        top: .1em;
        left: -.1em;
        right: -.1em;
        bottom: .02em;
        z-index: -1;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius:10px
    }

    @media (min-width: 1200px) {
        .feature-title mark:before {
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius:16px
        }
    }

    @media (min-width: 1600px) {
        .feature-title mark:before {
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius:20px
        }
    }

    .feature-title mark.-quaternary:before {
        background:#0d0d0d
    }

    .feature-title mark.-quinary:before {
        background:#18171b
    }

    .feature-title mark.-octonary:before {
        background:#191916
    }

    @media (min-width: 1024px) {
        .feature-title.-lg {
            padding-bottom:158px
        }
    }

    @media (max-width: 767px) {
        .feature-title.-lg h2 {
            font-size:50px
        }
    }

    @media (min-width: 1200px) {
        .feature-title.-lg h2 {
            font-size:80px
        }
    }

    @media (min-width: 1600px) {
        .feature-title.-lg h2 {
            font-size:100px
        }
    }

    @media (min-width: 2400px) {
        .feature-title.-lg h2 {
            font-size:120px
        }
    }

    .feature-text {
        margin: 16px 0 0 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        font-weight: 500;
        font-size: 21px;
        line-height: 130%;
        letter-spacing:-.02em
    }

    @media (min-width: 768px) {
        .feature-text {
            margin: 32px 0 0 0;
            font-size:24px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .feature-text {
            margin: 40px 0 0 0;
            font-size:28px
        }
    }

    .advantage {
        position: relative;
        color: #fff;
        background:#000
    }

    .advantage-fill {
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        bottom: -55px;
        z-index: -1;
        background:#000
    }

    @media (min-width: 768px) {
        .advantage-fill {
            top: -90px;
            bottom:-120px
        }
    }

    .advantage-content {
        padding: 190px 0 80px 0;
        overflow:hidden
    }

    @media (min-width: 768px) {
        .advantage-content {
            padding:300px 0 200px 0
        }
    }

    @media (min-width: 1600px) {
        .advantage-content {
            padding:350px 0 200px 0
        }
    }

    @media (min-width: 2400px) {
        .advantage-content {
            padding:350px 0
        }
    }

    @media (min-width: 1024px) {
        .advantage-container.-rr {
            padding-right:15px
        }
    }

    .advantage-sections {
        margin: -52px 0;
        padding:160px 0 0 0
    }

    @media (min-width: 768px) {
        .advantage-sections {
            margin: -75px 0;
            padding:300px 0 0 0
        }
    }

    @media (min-width: 1024px) {
        .advantage-sections {
            margin: -7px 0;
            padding:250px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .advantage-sections {
            margin: -10px 0;
            padding:300px 0 0 0
        }
    }

    .advantage-section {
        padding:52px 0
    }

    @media (min-width: 768px) {
        .advantage-section {
            padding:75px 0
        }
    }

    @media (min-width: 1024px) {
        .advantage-section {
            position: relative;
            padding: 7px 0;
            height:601px
        }
    }

    @media (min-width: 1200px) {
        .advantage-section {
            height:708px
        }
    }

    @media (min-width: 1600px) {
        .advantage-section {
            padding: 10px 0;
            height:945px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .advantage-section {
            height:1070px
        }
    }

    @media (min-width: 1024px) {
        .advantage-grid {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height:100%
        }
    }

    @media (min-width: 1024px) {
        .advantage-grid-col {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex:1
        }
    }

    .advantage-grid-col.-right {
        margin: 0 -25px;
        padding:45px 0 0 0
        
    }

    @media (min-width: 768px) {
        .advantage-grid-col.-right {
            margin: 0 -50px;
            padding:80px 0 0 0
        }
    }

    @media (min-width: 1024px) {
        .advantage-grid-col.-right {
            margin: 0;
            padding: 0;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex:1
        }
    }

    .advantage-header {
        text-align:center
    }

    .advantage-num {
        font-weight: 600;
        font-size: 67.2px;
        line-height: 90%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .advantage-num {
            font-size:112px
        }
    }

    @media (min-width: 1600px) {
        .advantage-num {
            font-size:140px
        }
    }

    .advantage-title {
        position: relative;
        z-index: 1;
        margin:17px 0 0 0
    }

    @media (min-width: 768px) {
        .advantage-title {
            margin:27px 0 0 0
        }
    }

    @media (min-width: 1600px) {
        .advantage-title {
            margin:33px 0 0 0
        }
    }

    .advantage-title h3 {
        font-weight: 600;
        font-size: 45px;
        line-height: 105%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .advantage-title h3 {
            font-size:51px
        }
    }

    @media (min-width: 1600px) {
        .advantage-title h3 {
            font-size:64px
        }
    }

    @media (min-width: 2400px) {
        .advantage-title h3 {
            font-size:80px
        }
    }

    .advantage-title img, .advantage-title video {
        width: 55px;
        height: 31px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (min-width: 768px) {
        .advantage-title img, .advantage-title video {
            width: 95px;
            height:51px
        }
    }

    .advantage-title video {
        -webkit-transform: translateZ(0) translateY(-5px) scale(1.1);
        -moz-transform: translateZ(0) translateY(-5px) scale(1.1);
        transform:translateZ(0) translateY(-5px) scale(1.1)
    }

    .advantage-title mark {
        position: relative;
        z-index: -1;
        background:0 0
    }

    .advantage-title mark:before {
        content: "";
        display: block;
        position: absolute;
        top: -0.12em;
        left: -.3em;
        right: -.3em;
        bottom: .07em;
        z-index: -1;
        background: rgba(245, 245, 245, .2);
        -webkit-border-radius: .8em;
        -moz-border-radius: .8em;
        border-radius:.8em
    }

    .advantage-title mark.-opaque {
        color:inherit
    }

    .advantage-title mark.-quaternary:before {
        background: ghostwhite
    }

    .advantage-title mark.-quinary:before {
        background:ghostwhite
    }

    .advantage-figure {
       
        position: relative;
        padding-bottom: 121.33%;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
        
    }

    @media (min-width: 550px) and(max-height: 550px) {
        .advantage-figure {
            width: 500px;
            height: 587px;
            padding-bottom: 0;
            margin:0 0 0 30px
        }
    }

    @media (min-width: 768px) {
        .advantage-figure {
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius:70px
        }
    }

    @media (min-width: 1024px) {
        .advantage-figure {
            position: absolute;
            top: 0;
            padding-bottom: 0;
            height: 587px;
            width: 50%;
            -webkit-border-radius: 37px;
            -moz-border-radius: 37px;
            border-radius:37px
        }
    }

    @media (min-width: 1200px) {
        .advantage-figure {
            height:694px
        }
    }

    @media (min-width: 1600px) {
        .advantage-figure {
            height: 925px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius:50px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .advantage-figure {
            height:1050px
        }
    }

    .advantage-figure-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height:100%
    }

    .advantage-figure-scene {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom:0
    }

    @media (min-width: 1024px) {
        .advantage-figure-scene {
            top: -20px;
            bottom:-20px
        }
    }

    .advantage-figure-screen {
        position: absolute;
        top: 50%;
        left: 7%;
        right: 7%;
        -webkit-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        transform:translateY(-50%) translateZ(0)
    }

    @media (pointer: fine) {
        .advantage-figure-screen {
            -ms-touch-action: none;
            touch-action: none;
            pointer-events:none
        }
    }

    @media (min-width: 1200px) {
        .advantage-figure-screen {
            left: 10%;
            right:10%
        }
    }

    .advantage-figure-screen img {
        
        width:100%
    }

    .advantage-figure-video {
        position: absolute;
        top: 25%;
        left: 15.1%;
        right: 15.1%;
        bottom: 15%;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius:10px
    }

    .advantage-figure-video.-sm {
        top: 21%;
        left: 32%;
        right: 14%;
        bottom:27%
    }

    .advantage-figure-video video {
        width: 100%;
        height: 100%;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit:cover
    }

    .advantage-figure.-v1 {
        border: 1px solid ghostwhite;
        background:#256aaa00
    }

    .advantage-figure.-v2 {
        border: 1px solid aliceblue;
        background:#256aaa00
        
    }

    .advantage-figure.-v3 {
        border: 1px solid whitesmoke;
        background:#256aaa00
    }

    .explore {
        position: relative;
        overflow:hidden
    }

    .explore-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .explore-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .explore-content {
        position: relative;
        padding:100px 0
    }

    @media (min-width: 768px) {
        .explore-content {
            padding:100px 0 150px 0
        }
    }

    @media (min-width: 1024px) {
        .explore-content {
            padding:150px 0
        }
    }

    @media (min-width: 2050px) {
        .explore-content {
            padding:240px 0
        }
    }

    @media (min-width: 2400px) {
        .explore-content {
            padding:300px 0
        }
    }

    .explore-header {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    .explore-figure {
        position: relative;
        margin: 40px -20px;
        padding-bottom: 57.46%;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: 115px;
        -moz-border-radius: 115px;
        border-radius:115px
    }

    @media (min-width: 500px) {
        .explore-figure {
            width: auto;
            height: 224.4px;
            padding-bottom:0
        }
    }

    @media (min-width: 768px) {
        .explore-figure {
            margin: 100px 0;
            width: auto;
            height: 340px;
            -webkit-border-radius: 192px;
            -moz-border-radius: 192px;
            border-radius:192px
        }
    }

    @media (min-width: 1600px) {
        .explore-figure {
            width: auto;
            height: 426px;
            -webkit-border-radius: 240px;
            -moz-border-radius: 240px;
            border-radius:240px
        }
    }

    .explore-figure img, .explore-figure video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit:cover
    }

    .explore-details {
        margin: -35px 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    @media (min-width: 768px) {
        .explore-details {
            display: grid;
            grid-gap: 80px;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto auto;
            margin:0
        }
    }

    @media (min-width: 1024px) {
        .explore-details {
            grid-gap: 53px 80px;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows:auto auto
        }
    }

    @media (min-width: 1600px) {
        .explore-details {
            grid-gap: 53px 80px;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows:auto auto
        }
    }

    .explore-detail {
        padding:35px 0
    }

    @media (min-width: 768px) {
        .explore-detail {
            padding:0
        }
    }

    .explore-title h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 115%;
        letter-spacing:-.04em
    }

    @media (min-width: 768px) {
        .explore-title h3 {
            font-size:24px
        }
    }

    @media (min-width: 2400px) {
        .explore-title h3 {
            font-size:28px
        }
    }

    .explore-text {
        margin: 10px 0 0 0;
        font-weight: 500;
        font-size: 21px;
        line-height: 130%;
        letter-spacing:-.02em
    }

    @media (min-width: 768px) {
        .explore-text {
            margin: 19px 0 0 0;
            font-size: 18px;
            line-height:130%
        }
    }

    @media (min-width: 2400px) {
        .explore-text {
            font-size:21px
        }
    }

    .partner-content {
        padding:100px 0
    }

    @media (min-width: 768px) {
        .partner-content {
            padding:120px 0
        }
    }

    @media (min-width: 1600px) {
        .partner-content {
            padding:200px 0
        }
    }

    .partner-content.-cb {
        padding-bottom:0
    }

    .partner-header {
        text-align:center
    }

    .partner-bundle {
        margin: 40px 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 292px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        border: 1px rgba(238, 238, 238, 0) solid;
        -webkit-border-radius: 49px;
        -moz-border-radius: 49px;
        border-radius:49px
    }

    @media (min-width: 768px) {
        .partner-bundle {
            margin: 64px 0 0 0;
            height: 200px;
            -webkit-border-radius: 72px;
            -moz-border-radius: 72px;
            border-radius:72px
        }
    }

    @media (min-width: 1024px) {
        .partner-bundle {
            margin:164px 15px 164px 15px
        }
    }

    @media (min-width: 1600px) {
        .partner-bundle {
            height: 420px;
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .partner-logos {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space:nowrap
    }

    .partner-logo {
        width: 150px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align:center
    }

    @media (min-width: 768px) {
        .partner-logo {
            width:270px
        }
    }

    @media (min-width: 1600px) {
        .partner-logo {
            width:300px
        }
    }

    .partner-logo img {
        max-width: 100%;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform:scale(.5)
    }

    @media (min-width: 768px) {
        .partner-logo img {
            -webkit-transform: scale(.75);
            -moz-transform: scale(.75);
            -ms-transform: scale(.75);
            -o-transform: scale(.75);
            transform:scale(.75)
        }
    }

    @media (min-width: 1600px) {
        .partner-logo img {
            -webkit-transform: scale(.9);
            -moz-transform: scale(.9);
            -ms-transform: scale(.9);
            -o-transform: scale(.9);
            transform:scale(.9)
        }
    }


    .faq-icon {
        position: absolute;
        top: 11px;
        left: -32px;
        width: 16px;
        height: 16px;
        -webkit-transition: -webkit-transform 1s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform 1s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform 1s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform 1s cubic-bezier(.16, 1, .3, 1), -moz-transform 1s cubic-bezier(.16, 1, .3, 1);
        transition: transform 1s cubic-bezier(.16, 1, .3, 1);
        transition:transform 1s cubic-bezier(.16, 1, .3, 1), -webkit-transform 1s cubic-bezier(.16, 1, .3, 1), -moz-transform 1s cubic-bezier(.16, 1, .3, 1), -o-transform 1s cubic-bezier(.16, 1, .3, 1)
    }

    @media (min-width: 768px) {
        .faq-icon {
            top: 9px;
            width: 24px;
            height:24px
        }
    }

    .faq-item.-active .faq-icon, .navbar.-open .navbar-toggle button.faq-item .faq-icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform:rotate(90deg)
    }

    .faq-icon:after, .faq-icon:before {
        content: "";
        display: block;
        position: absolute;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-color:#000
    }

    .faq-icon:after {
        top: 50%;
        left: 0;
        width: 16px;
        height: 2px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
        transition: transform .7s cubic-bezier(.16, 1, .3, 1);
        transition:transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
    }

    @media (min-width: 768px) {
        .faq-icon:after {
            width:24px
        }
    }

    .faq-item.-active .faq-icon:after, .navbar.-open .navbar-toggle button.faq-item .faq-icon:after {
        -webkit-transform: translateX(0) scaleX(0);
        -moz-transform: translateX(0) scaleX(0);
        -ms-transform: translateX(0) scaleX(0);
        -o-transform: translateX(0) scaleX(0);
        transform:translateX(0) scaleX(0)
    }

    .faq-icon:before {
        left: 50%;
        width: 2px;
        height: 16px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform:translateX(-50%)
    }

    @media (min-width: 768px) {
        .faq-icon:before {
            height:24px
        }
    }

    .faq-title h2 {
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 120%;
        letter-spacing:-.02em
    }

    .faq-info {
        position: relative;
        display: none;
        padding:15px 0 0
    }

    @media (min-width: 768px) {
        .faq-info {
            padding:30px 0 40px 60px
        }
    }

    @-webkit-keyframes faq-item-show {
        0% {
            opacity: 0;
            -webkit-transform: translateY(5px);
            transform:translateY(5px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform:translateY(0)
        }
    }

    @-moz-keyframes faq-item-show {
        0% {
            opacity: 0;
            -moz-transform: translateY(5px);
            transform:translateY(5px)
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
            transform:translateY(0)
        }
    }

    @-o-keyframes faq-item-show {
        0% {
            opacity: 0;
            -o-transform: translateY(5px);
            transform:translateY(5px)
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    @keyframes faq-item-show {
        0% {
            opacity: 0;
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            -o-transform: translateY(5px);
            transform:translateY(5px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform:translateY(0)
        }
    }

    .faq-item.-active .faq-info, .navbar.-open .navbar-toggle button.faq-item .faq-info {
        display: block;
        -webkit-animation: faq-item-show .7s backwards;
        -moz-animation: faq-item-show .7s backwards;
        -o-animation: faq-item-show .7s backwards;
        animation:faq-item-show .7s backwards
    }

    .faq-text {
        position: relative;
        cursor:text
    }

    .faq-text p {
        margin: 0 0 16px;
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .faq-text p {
            font-size:28px
        }
    }

    .faq-embedded {
        margin:30px 0 0
    }

    @media (min-width: 768px) {
        .faq-embedded {
            margin:60px 0 0
        }
    }

    .card {
        position: relative;
        overflow:hidden
    }

    .card-content {
        padding:30px 0
    }

    @media (min-width: 768px) {
        .card-content {
            padding:60px 0
        }
    }

    .card-content.-ct {
        padding-top:0
    }

    @media (min-width: 768px) {
        .card-container {
            padding:0 15px
        }
    }

    .card-items {
        display: grid;
        grid-template-rows: repeat(var(--rows, 1), 1fr);
        grid-template-columns: repeat(var(--columns, 1), 1fr);
        gap:10px
    }

    @media (min-width: 768px) {
        .card-items {
            grid-template-columns:repeat(var(--columns, 2), 1fr)
        }
    }

    @media (min-width: 1024px) {
        .card-items {
            gap:15px
        }
    }

    @media (min-width: 1200px) {
        .card-items {
            grid-template-columns:repeat(var(--columns, 3), 1fr)
        }
    }

    @media (min-width: 1600px) {
        .card-items {
            gap:20px
        }
    }

    .card-item {
        position: relative;
        display: block;
        padding: 65px 30px 90px;
        grid-column: auto/span 1;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        background:#faf9f6
    }

    @media (min-width: 768px) {
        .card-item {
            padding: 70px 30px 90px;
            -webkit-border-radius: 38.892px;
            -moz-border-radius: 38.892px;
            border-radius:38.892px
        }
    }

    @media (min-width: 1024px) {
        .card-item {
            padding:95px 45px 85px
        }
    }

    @media (min-width: 1600px) {
        .card-item {
            padding:130px 65px
        }
    }

    .card-img {
        position: relative;
        display: block;
        width: 124px;
        height: 63px;
        margin:0 0 18px
    }

    @media (min-width: 768px) {
        .card-img {
            width: 89px;
            height: 25px;
            margin:0 0 35px
        }
    }

    @media (min-width: 1024px) {
        .card-img {
            width: 120px;
            height:34px
        }
    }

    @media (min-width: 1200px) {
        .card-img {
            width: 151px;
            height:49px
        }
    }

    @media (min-width: 1600px) {
        .card-img {
            width: 202px;
            height: 66px;
            margin:0 0 45px
        }
    }

    .card-img img {
        max-width: 100%;
        max-height:80%
    }

    .card-text {
        position: relative;
        display: block;
        max-width:100%
    }

    @media (min-width: 768px) {
        .card-text {
            width:285px
        }
    }

    @media (min-width: 1024px) {
        .card-text {
            width:343px
        }
    }

    @media (min-width: 1200px) {
        .card-text {
            width:263px
        }
    }

    @media (min-width: 1600px) {
        .card-text {
            width:353px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .card-text {
            width:380px
        }
    }

    .card-text p {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 100%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .card-text p {
            font-size: 17px;
            line-height:130%
        }
    }

    @media (min-width: 1600px) {
        .card-text p {
            font-size:21px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .card-text p {
            font-size:24px
        }
    }

    .intro {
        position:relative
    }

    .intro-content {
        padding:287px 0 124px
    }

    @media (min-width: 768px) {
        .intro-content {
            padding:250px 0 164px
        }
    }

    @media (min-width: 1600px) {
        .intro-content {
            padding:357px 0 200px
        }
    }

    .intro-header {
        position: relative;
        display: block;
        width: 290px;
        max-width: 100%;
        margin:auto
    }

    @media (min-width: 768px) {
        .intro-header {
            width:100%
        }
    }

    .intro-header h1 {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 60px;
        line-height: 90%;
        letter-spacing: -.05em;
        text-align:center
    }

    @media (min-width: 768px) {
        .intro-header h1 {
            font-size: 86px;
            text-align:left
        }
    }

    @media (min-width: 1200px) {
        .intro-header h1 {
            font-size:96px
        }
    }

    @media (min-width: 1600px) {
        .intro-header h1 {
            font-size:120px
        }
    }

    .intro-text {
        position: relative;
        display: block;
        width: 270px;
        max-width: 100%;
        margin:28px auto 0
    }

    @media (min-width: 768px) {
        .intro-text {
            width: 485px;
            margin:28px 0 0
        }
    }

    @media (min-width: 1200px) {
        .intro-text {
            width: 520px;
            margin:37px 0 0
        }
    }

    @media (min-width: 1600px) {
        .intro-text {
            width: 581px;
            margin:50px 0 0
        }
    }

    .intro-text p {
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing: -.05em;
        text-align:center
    }

    @media (min-width: 768px) {
        .intro-text p {
            font-size: 24px;
            text-align:left
        }
    }

    .demo {
        position: relative;
        overflow:hidden
    }

    .demo-content {
        padding:180px 0 0 0
    }

    @media (min-width: 768px) {
        .demo-content {
            padding-top:200px
        }
    }

    @media (min-width: 1200px) {
        .demo-content {
            padding-top:130px
        }
    }

    @media (min-width: 1600px) {
        .demo-content {
            padding-top:220px
        }
    }

    .demo-container {
        text-align:center
    }

    @media (min-width: 768px) {
        .demo-container {
            text-align:left
        }
    }

    @media (min-width: 1200px) {
        .demo-grid {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items:center
        }
    }

    @media (min-width: 1200px) {
        .demo-grid-col {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex:1
        }
    }

    .demo-header {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    @media (min-width: 1200px) and(max-height: 800px) {
        .demo-header {
            margin-top:-170px
        }
    }

    .demo-header h1 {
        font-weight: 600;
        font-size: 60px;
        line-height: 90%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .demo-header h1 {
            font-size:86px
        }
    }

    @media (min-width: 1200px) {
        .demo-header h1 {
            font-size: 70px;
            line-height: 100%;
            letter-spacing:-.06em
        }
    }

    @media (min-width: 1600px) {
        .demo-header h1 {
            font-size:74px
        }
    }

    @media (min-width: 1900px) {
        .demo-header h1 br {
            display:none
        }
    }

    .demo-text {
        margin: 25px 0 0 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .demo-text {
            margin: 28px 0 0 0;
            max-width: 90%;
            font-size:22px
        }
    }

    @media (min-width: 1200px) {
        .demo-text {
            margin: 25px 0 0 0;
            max-width:330px
        }
    }

    @media (min-width: 1600px) {
        .demo-text {
            max-width: 380px;
            font-size:24px
        }
    }

    .demo-iframe {
        margin: 0 -30px -100px -30px;
        padding:85px 0 0 0
    }

    @media (min-width: 768px) {
        .demo-iframe {
            margin:0
        }
    }

    @media (min-width: 1200px) {
        .demo-iframe {
            padding: 0;
            width:720px
        }
    }

    @media (min-width: 1600px) {
        .demo-iframe {
            width:810px
        }
    }

    .demo-iframe iframe {
        width:100%
    }

    .description {
        position: relative;
        margin: 10px 0 0 0;
        overflow:hidden
    }

    @media (min-width: 768px) {
        .description {
            margin-top:20px
        }
    }

    .description-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffe8d3;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .description-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    @media (min-width: 1024px) {
        .description-fill {
            left: 15px;
            right:15px
        }
    }

    .description-fill.-v1 {
        background: #f6f8fa;
        border:none
    }

    .description-fill.-v2 {
        background: #c8ff00;
        opacity: .6;
        border:none
    }

    .description-fill.-v3 {
        background: #ededed;
        border:none
    }

    .description-fill.-v4 {
        background: #17494d;
        border:none
    }

    .description-fill.-v5 {
        background: #dfeeff;
        border:none
    }

    .description-fill.-v6 {
        background: #6afdef;
        opacity: .6;
        border:none
    }

    .description-fill.-v7 {
        background: #ffe01b;
        opacity: .6;
        border:none
    }

    .description-content {
        padding:60px 0 90px 0
    }

    @media (min-width: 768px) {
        .description-content {
            padding:110px 0 140px 0
        }
    }

    @media (min-width: 1024px) {
        .description-content {
            padding:110px 0 140px 0
        }
    }

    @media (min-width: 1200px) {
        .description-content {
            padding:110px 0 140px 0
        }
    }

    @media (min-width: 1600px) {
        .description-content {
            padding:200px 0 180px 0
        }
    }

    .description-img {
        position: relative;
        display: block;
        width: 124px;
        height: 63px;
        margin:0 0 18px
    }

    @media (min-width: 768px) {
        .description-img {
            width: 194px;
            height: 99px;
            margin:0 0 38px
        }
    }

    @media (min-width: 1200px) {
        .description-img {
            margin:0 0 58px
        }
    }

    .description-img img {
        max-width: 100%;
        max-height:100%
    }

    .description-text {
        position:relative
    }

    .description-text h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 100%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .description-text h2 {
            font-size:59px
        }
    }

    @media (min-width: 1200px) {
        .description-text h2 {
            font-size:74px
        }
    }

    .description-text.-inverse {
        color:#fff
    }

    .tophead {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height:100vh
    }

    .tophead-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-border-bottom-left-radius: 35px;
        -moz-border-radius-bottomleft: 35px;
        border-bottom-left-radius: 35px;
        -webkit-border-bottom-right-radius: 35px;
        -moz-border-radius-bottomright: 35px;
        border-bottom-right-radius:35px
    }

    @media (min-width: 768px) {
        .tophead-fill {
            -webkit-border-bottom-left-radius: 60px;
            -moz-border-radius-bottomleft: 60px;
            border-bottom-left-radius: 60px;
            -webkit-border-bottom-right-radius: 60px;
            -moz-border-radius-bottomright: 60px;
            border-bottom-right-radius:60px
        }
    }

    .tophead-scene {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 5;
        -webkit-border-bottom-left-radius: 35px;
        -moz-border-radius-bottomleft: 35px;
        border-bottom-left-radius: 35px;
        -webkit-border-bottom-right-radius: 35px;
        -moz-border-radius-bottomright: 35px;
        border-bottom-right-radius:35px
    }

    @media (min-width: 768px) {
        .tophead-scene {
            -webkit-border-bottom-left-radius: 60px;
            -moz-border-radius-bottomleft: 60px;
            border-bottom-left-radius: 60px;
            -webkit-border-bottom-right-radius: 60px;
            -moz-border-radius-bottomright: 60px;
            border-bottom-right-radius:60px
        }
    }

    .tophead-content {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex:1 0 100%
    }

    .tophead-header {
        position: relative;
        display: block;
        margin: 0 0 50px;
        width: 375px;
        max-width: 100%;
        z-index: 6;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform:translateZ(0)
    }

    @media (pointer: fine) {
        .tophead-header {
            -ms-touch-action: none;
            touch-action: none;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select:none
        }
    }

    @media (min-width: 768px) {
        .tophead-header {
            width: 551px;
            margin:0 0 107px
        }
    }

    @media (min-width: 1024px) {
        .tophead-header {
            width:548px
        }
    }

    @media (min-width: 1200px) {
        .tophead-header {
            width: 615px;
            margin:0 0 80px
        }
    }

    @media (min-width: 1600px) {
        .tophead-header {
            width:768px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .tophead-header {
            width:900px
        }
    }

    @media (min-width: 1200px) {
        .tophead-header.-offseted {
            top:80px
        }
    }

    .tophead-header.-center {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin:0 auto
    }

    .tophead-header.-center h1 {
        text-align:center
    }

    .tophead-header.-center h1 span {
        display: inline-block;
        vertical-align:middle
    }

    .tophead-header.-center h1 img, .tophead-header.-center h1 video {
        width: 58px;
        height: 58px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius:50%
    }

    @media (min-width: 768px) {
        .tophead-header.-center h1 img, .tophead-header.-center h1 video {
            width: 82px;
            height:82px
        }
    }

    @media (min-width: 1200px) {
        .tophead-header.-center h1 img, .tophead-header.-center h1 video {
            width: 92px;
            height:92px
        }
    }

    @media (min-width: 1600px) {
        .tophead-header.-center h1 img, .tophead-header.-center h1 video {
            width: 115px;
            height:115px
        }
    }

    .tophead-header br {
        display:none
    }

    @media (min-width: 768px) {
        .tophead-header br {
            display:block
        }
    }

    .tophead-header h1 {
        color: #fff;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
        letter-spacing: -.05em;
        text-align:left
    }

    @media (min-width: 768px) {
        .tophead-header h1 {
            font-size:86px
        }
    }

    @media (min-width: 1200px) {
        .tophead-header h1 {
            font-size:96px
        }
    }

    @media (min-width: 1600px) {
        .tophead-header h1 {
            font-size:120px
        }
    }

    @media (min-width: 2050px) and(min-height: 950px) {
        .tophead-header h1 {
            font-size:140px
        }
    }

    .tophead-text {
        position: relative;
        z-index: 6;
        color: #fafafa;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 100%;
        letter-spacing:-.05em
    }

    @media (pointer: fine) {
        .tophead-text {
            -ms-touch-action: none;
            touch-action: none;
            pointer-events:none
        }
    }

    @media (min-width: 768px) {
        .tophead-text {
            margin: 0 0 0 auto;
            width: 350px;
            font-size: 22px;
            line-height:120%
        }
    }

    @media (min-width: 1600px) {
        .tophead-text {
            width: 441px;
            font-size:28px
        }
    }

    .workplace {
        position:relative
    }

    .workplace-item {
        position: relative;
        display: block;
        margin: 0 0 10px;
        padding:60px 0
    }

    @media (min-width: 768px) {
        .workplace-item {
            padding:100px 0
        }
    }

    @media (min-width: 1024px) {
        .workplace-item {
            margin:0 0 20px
        }
    }

    .workplace-item:before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100%;
        border: 1px solid #eee;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform:translateX(-50%)
    }

    @media (min-width: 768px) {
        .workplace-item:before {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    @media (min-width: 1024px) {
        .workplace-item:before {
            width: -webkit-calc(100vw - 30px);
            width: -moz-calc(100vw - 30px);
            width:calc(100vw - 30px)
        }
    }

    .workplace-grid {
        position: relative;
        display: grid;
        grid-template-rows: repeat(var(--rows, 1), 1fr);
        grid-template-columns: repeat(var(--columns, 1), 1fr);
        gap:20px 0
    }

    @media (min-width: 768px) {
        .workplace-grid {
            gap:25px 0
        }
    }

    @media (min-width: 1024px) {
        .workplace-grid {
            grid-template-columns: repeat(var(--columns, 3), 1fr);
            gap:0 75px
        }
    }

    @media (min-width: 1200px) {
        .workplace-grid {
            gap:0 120px
        }
    }

    @media (min-width: 1600px) {
        .workplace-grid {
            gap:0 135px
        }
    }

    @media (min-width: 1024px) {
        .workplace-col.-left {
            grid-column:auto/span 1
        }

        .workplace-col.-right {
            grid-column:auto/span 2
        }
    }

    .workplace-header {
        position: relative;
        display:block
    }

    .workplace-header h2 {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .workplace-header h2 {
            font-size:36px
        }
    }

    .workplace-text h3 {
        color: #000;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .workplace-text h3 {
            font-size:24px
        }
    }

    @media (min-width: 768px) {
        .workplace-text h3 {
            margin:10px 0 35px
        }
    }

    .workplace-text p {
        margin: 20px 0;
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .workplace-text p {
            font-size:24px
        }
    }

    @media (min-width: 1024px) {
        .workplace-text p {
            margin:20px 0 30px
        }
    }

    .workplace-text ul {
        margin:0 0 20px
    }

    .workplace-text ul li {
        color: #000;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        letter-spacing:-.05em
    }

    @media (min-width: 768px) {
        .workplace-text ul li {
            font-size:24px
        }
    }

    @media (min-width: 1024px) {
        .workplace-text ul {
            margin:0 0 35px
        }
    }

    .workplace-text a {
        text-decoration:none
    }

    .workplace-text a:hover {
        text-decoration:underline
    }

    .outro {
        position: relative;
        z-index: 1;
        background-color:rgb(255, 255, 255)
    }

    .outro:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100px;
        background-color: #fff;
        z-index:-1
    }

    .outro-fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #d4d4d4;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius:35px
    }

    @media (min-width: 768px) {
        .outro-fill {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius:60px
        }
    }

    .outro-content {
        border-radius: 35px;
        
        position: relative;
        padding: 110px 0;
        text-align:center
    }

    @media (min-width: 768px) {
        .outro-content {
            padding:200px 0
        }
    }

    @media (min-width: 1024px) {
        .outro-content {
            padding:150px 0
        }
    }

    @media (min-width: 1600px) {
        .outro-content {
            padding:170px 0
        }
    }

    @media (min-width: 2050px) {
        .outro-content {
            padding:300px 0
        }
    }

    @media (min-width: 2400px) {
        .outro-content {
            padding:350px 0
        }
    }

    @media (max-width: 767px) {
        .outro-container.-fixed {
            margin: 0 auto;
            max-width:600px
        }
    }

    .outro-header {
        margin: 0 auto;
        max-width:1280px
    }

    @media (min-width: 2400px) {
        .outro-header {
            max-width:1440px
        }
    }

    .outro-action {
        margin:45px 0 0 0
    }

    @media (min-width: 768px) {
        .outro-action {
            margin:55px 0 0 0
        }
    }

    @media (min-width: 1024px) {
        .outro-action {
            margin: 70px 0 0 0
        }
    }
    
    @media screen and (max-width: 600px) {
        .hero-body {
          display: none;
        }
      }
      
      @media screen and (min-width: 600px) {
        .hero-headlines {
         
          display: none;
         
        }
    }
      

      @media screen and (min-width: 600px) {
        .hero-line {
         
          display: none;
        }
      }

   
      
      @media screen and (max-width: 600px) {
        .chevronbox {  
         
          display: none;
        }
      }
       
      @media screen and (max-width: 600px) {
        .glancebox {  
         
          display: none;
        }
      }

       
      @media screen and (max-width: 1200px) {
        .definition-figure img, .definition-figure video {  
         
          display: none;
        }
      }
       
      
      
      
      
     ul {
      margin: 0;
      padding: 0;
      list-style: none;
      }
      
      li {
      margin-top: 10px;
      }
      
      
      canvas {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 50;
      z-index: 2;
      pointer-events: none;
      visibility: hidden;
      opacity: 1;
      
      }
      
      .solid {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      }
      
      .wireframe {
      clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
      }
 
@media screen and (max-width: 1300px) {
      .navbar.-open {
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior-block: hidden;
    touch-action: none;
    pointer-events: none;
}
}


