@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Questrial&display=swap');

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(/evolve/evolve/fonts/Manrope-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    src: url(/evolve/evolve/fonts/Manrope-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(/evolve/evolve/fonts/Manrope-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    src: url(/evolve/evolve/fonts/Questrial-Regular.ttf) format("truetype")
}

a, address, audio, b, big, blockquote, body, center, cite, dd, del, div, dl, dt, em, embed, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, ins, li, main, nav, object, ol, p, q, s, section, small, span, strong, sub, sup, table, tbody, td, th, thead, time, tr, tt, u, ul, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align:baseline
}

footer, header, main, nav, section {
    display:block
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    touch-action:manipulation;
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif !important;
    line-height: 1;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline:0 !important
}

ol, ul {
    list-style:none
}

blockquote, q {
    quotes:none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

th {
    text-align: inherit;
    text-align:-webkit-match-parent
}

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

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

address {
    font-style: normal;
    line-height:inherit
}

b, strong {
    font-weight:bolder
}

small {
    font-size:80%
}

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

sub {
    bottom:-.25em
}

sup {
    top:-.5em
}

em {
    font-style:italic
}

img {
    border-style:none
}

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

button {
    border-radius:0
}

button:focus {
    outline: 1px dotted;
    outline:5px auto -webkit-focus-ring-color
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin:0
}

[type=button], [type=submit], button {
    -webkit-appearance:button
}

button {
    overflow:visible
}

button {
    text-transform:none
}

[role=button] {
    cursor:pointer
}

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

[tabindex="-1"]:focus {
    outline:0 !important
}

progress {
    vertical-align:baseline
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

a {
    text-decoration:none
}

a:-moz-focusring {
    outline:none
}

a:focus {
    outline:none
}

[role=button], button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    font-size: 100%;
    padding: 0;
    text-align: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

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

[role=button]:-moz-focusring, button:-moz-focusring, input[type=button]:-moz-focusring, input[type=reset]:-moz-focusring, input[type=submit]:-moz-focusring {
    outline:none
}

[role=button]:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    outline:none
}

.d-none {
    display:none !important
}

@media (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-block {
        display:block !important
    }
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width:auto
}

.pt-0 {
    padding-top:0 !important
}

:root {
    --globalGutter: 20px;
    --navbarH: 60px;
    --sectionPaddingY:100px
}

@media (min-width: 768px) {
    :root {
        --navbarH: 84px;
        --sectionPaddingY:120px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: var(--globalGutter);
    padding-right: var(--globalGutter);
    width:100%
}

.navbar {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position:relative;
      background: #000000 !important;
}

.navbar, .navbar .container {
    display:flex
}

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

header {
    left: 0;
    position: fixed;
    top: 0;
    transition: background .2s ease, -webkit-backdrop-filter .2s ease;
    transition: background .2s ease, backdrop-filter .2s ease;
    transition: background .2s ease, backdrop-filter .2s ease, -webkit-backdrop-filter .2s ease;
    width: 100%;
    z-index:2019
}

header.is-scrolled {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background:rgba(0, 0, 0, .4)
}

.navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: var(--navbarH);
    padding:0
}

@media (min-width: 768px) {
    .navbar {
        min-height:var(--navbarH)
    }
}

.navbar .container {
    justify-content: space-between;
    position:static
}

@media (min-width: 1024px) {
    .navbar .container {
        align-items: center;
        justify-content:space-between
    }
}

.navbar-header {
    align-items: center;
    display: flex;
    gap: 12px;
    width: 100%;
    z-index:1000
}

@media (min-width: 1024px) {
    .navbar-header {
        display: block;
        width:auto
    }
}

.navbar-header .btn {
    margin:0 0 0 auto
}

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

.navbar-nav {
    display: inline-flex;
    flex-direction: column;
    gap:24px
}

@media (min-width: 1024px) {
    .navbar-nav {
        align-items: center;
        flex-direction: row;
        gap:30px
    }
}

.navbar-nav .nav-item > .nav-link {
    color: hsla(0, 0%, 100%, .4);
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    padding:12px 0
}

@media (min-width: 1024px) {
    .navbar-nav .nav-item > .nav-link {
        border-bottom: 2px solid transparent;
        color: #fff;
        display: inline-flex;
        font-size: 16px;
        font-weight:400
    }
}

.navbar-nav .nav-item > .nav-link.active {
    color:#fff
}

@media (min-width: 1024px) {
    .navbar-nav .nav-item > .nav-link.active {
        border-bottom-color:#fff
    }
}

.navbar-nav .nav-item > .nav-link:focus, .navbar-nav .nav-item > .nav-link:hover {
    background-color:transparent
}

.navbar-menu-toggler {
    background: none;
    border: 0;
    color: #fff;
    display: block;
    height: 32px;
    padding: 0 4px;
    width: 32px;
    z-index:1000
}

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

.navbar-menu-toggler > span {
    background: currentColor;
    display: block;
    height: 2px;
    width:24px
}

.navbar-menu-toggler > span + span {
    margin-top:4px
}

.navbar-brand {
    color: currentColor;
    height: 32px;
    margin: 0;
    padding: 0;
    width: auto;
    z-index:1000
}

@media (min-width: 1024px) {
    .navbar-brand {
        height:40px
    }
}

.navbar-brand img, .navbar-brand svg {
    display: block;
    height: 100%;
    width:auto
}

.navbar-menu {
    -webkit-overflow-scrolling: touch;
    background: #000;
    display: none;
    flex-direction: column;
    height: 100vh;
    left: 0;
    overflow: auto;
    padding: 132px 20px 40px;
    position: absolute;
    top: 0;
    width:100%
}

@media (min-width: 1024px) {
    .navbar-menu {
        align-items: center;
        background: transparent;
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        height: auto;
        justify-content: space-between;
        margin-left: auto;
        margin-right: 40px;
        overflow: unset;
        padding: 0;
        position: static;
        width:auto
    }
}

@media (min-width: 1280px) {
    .navbar-menu {
        margin-left: 0;
        margin-right:0
    }
}

.navbar-menu .btn {
    --height: 44px;
    align-self: flex-start;
    margin-top: auto;
    min-width:165px
}

.menu-open {
    display:flex
}

.menu-is-open {
    overflow:hidden
}

.menu-is-open .navbar {
    color:#fff
}

.menu-is-open .navbar-header .btn {
    display:none
}

.menu-is-open .navbar-nav .nav-link.js-toggle-navigation:after, .menu-is-open .navbar-nav .nav-link[data-toggle=dropdown]:after {
    filter:none
}

.menu-is-open .navbar-menu-toggler {
    margin-left:auto
}

.menu-is-open .navbar-menu-toggler > span {
    transition-delay:0s
}

.menu-is-open .navbar-menu-toggler > span:first-of-type {
    transform:rotate(45deg)
}

.menu-is-open .navbar-menu-toggler > span:nth-of-type(2) {
    margin-top: -2px;
    transform:rotate(-45deg)
}

.menu-is-open .navbar-menu-toggler > span:nth-of-type(3) {
    display:none
}

.navbar-menu {
    flex-grow:0
}

.navbar-actions {
    display: none;
    text-align:right
}

@media (min-width: 1024px) {
    .navbar-actions {
        display:block
    }
}

@media (min-width: 1280px) {
    .navbar-actions, .navbar-header {
        flex:1
    }
}

footer {
    padding: var(--sectionPaddingY) 0;
    position:relative;
      display: none !important;
}

.footer-layout {
    display: flex;
    flex-flow: column wrap;
    gap:16px
}

@media (min-width: 768px) {
    .footer-layout {
        align-items: unset;
        flex-flow: row wrap;
        gap: 24px;
        justify-content:center
    }
}

.footer-copyright {
    order:99
}

@media (min-width: 768px) {
    .footer-copyright {
        order:unset
    }
}

.footer-copyright .paragraph {
    font-size: 16px;
    margin-bottom:0
}

.footer-links li a:hover {
    color: #fff;
    text-decoration:underline
}

.btn {
    --height: 32px;
    --paddingY: 16px;
    --paddingX: 8px;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--height);
    box-sizing: border-box;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    gap: 16px;
    height: var(--height);
    justify-content: center;
    line-height: calc(var(--height) - var(--paddingY) - 2px);
    min-width: 125px;
    padding: var(--paddingY) var(--paddingX);
    position: relative;
    transition-duration: .15s;
    transition-property: background-color, color, border-color;
    transition-timing-function: ease;
    white-space:nowrap
}

@media (min-width: 768px) {
    .btn {
        --height: 44px;
        min-width:220px
    }
}

.btn svg path {
    fill:currentColor
}

.btn-white, .btn-white:active:focus, .btn-white:focus, .btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color:#000
}

.btn-outline-white:focus {
    background-color: transparent;
    border-color: #fff;
    color:#fff
}

.btn-outline-white:active:focus, .btn-outline-white:hover {
    background-color: #fff;
    border-color: #fff;
    color:#000
}

.btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color:#fff
}

.btn-outline-primary:focus {
    background-color: transparent;
    border-color: #000;
    color:#000
}

.btn-outline-primary:active:focus, .btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color:#fff
}

body, html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    min-height: 100%;
    width:100%
}

h1 {
    font-size: 40px;
    font-weight: 400;
    line-height:1.1
}

@media screen and (min-width: 768px) {
    h1 {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    h1 {
        font-size:80px
    }
}

h2 {
    font-size: 32px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    h2 {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    h2 {
        font-size:54px
    }
}

h3 {
    font-size: 28px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    h3 {
        font-size:calc(5.14286px + 2.97619vw)
    }
}

@media screen and (min-width: 1440px) {
    h3 {
        font-size:48px
    }
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    h4 {
        font-size:calc(5.71429px + 2.38095vw)
    }
}

@media screen and (min-width: 1440px) {
    h4 {
        font-size:40px
    }
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height:1.3
}

@media screen and (min-width: 768px) {
    h5 {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    h5 {
        font-size:32px
    }
}

h6 {
    font-size: 20px;
    font-weight: 400;
    line-height:1.3
}

@media screen and (min-width: 768px) {
    h6 {
        font-size:calc(10.85714px + 1.19048vw)
    }
}

@media screen and (min-width: 1440px) {
    h6 {
        font-size:28px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: Questrial, sans-serif;
    margin:0
}

p {
    line-height: 1.2;
    margin-bottom:0
}

a {
    color:inherit
}

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

a:focus {
    outline: 0;
    text-decoration:none
}

sup {
    font-size: .3em;
    top:-1.75em
}

@media (min-width: 1024px) {
    .hide-desktop {
        display:none
    }
}

#page-wrapper {
    overflow: hidden;
    position:relative
}

.shared-hero {
    padding: calc(var(--sectionPaddingY) * .75/2 + var(--navbarH)) 0 calc(var(--sectionPaddingY) * .75);
    position:relative
}

.shared-section {
    padding: var(--sectionPaddingY) 0;
    position: relative
}



/*.  */



.loading-screen {
    align-items: center;
    background: #000;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index:2023
}

.lottie-loading-container .lottie-loading {
    min-width: 620px;
    width:65vw
}

.shared-hero {
    align-items: center;
    display:flex
}

.shared-hero-layout {
    display: flex;
    flex-direction: column;
    gap:60px
}

.sphere {
    pointer-events: none;
    transform: scale(0);
    will-change: transform;
    z-index:10
}

.sphere-ghost {
    pointer-events:none
}

.lottie-sphere-container, .sphere-ghost {
    height: 40vw;
    margin: 0 auto;
    max-height: 400px;
    max-width: 400px;
    min-height: 280px;
    min-width: 280px;
    width:40vw
}

.lottie-sphere-container {
    position:relative
}

.lottie-sphere-container:before {
    content: "";
    display: block;
    padding-bottom:100%
}

.lottie-sphere-container .lottie-sphere {
    inset: -45%;
    position:absolute
}

.shared-hero-media {
    position:relative
}

.shared-hero-text {
    padding-bottom: 48px;
    text-align:center
}

.shared-hero-text .heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 56px;
    line-height:1
}

@media (min-width: 768px) {
    .shared-hero-text .heading {
        font-size: 40px;
        font-weight: 400;
        line-height:1.1
    }
}

@media screen and (min-width: 768px) and(min-width: 768px) {
    .shared-hero-text .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 768px) and(min-width: 1440px) {
    .shared-hero-text .heading {
        font-size:80px
    }
}

.shared-hero-text .heading .small-line {
    font-size: .57em;
    margin-bottom:.25em
}

@media (min-width: 768px) {
    .shared-hero-text .heading .small-line {
        font-size: 1em;
        margin-bottom:0
    }
}

@keyframes bounce {
    0% {
        transform:translateZ(0)
    }

    to {
        transform:translate3d(0, 4px, 0)
    }
}

.gradient-animation {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(100deg, #c177fb, #c177fb 20%, #0019fa 40%, #00ffd5 60%, #c177fb 80%, #c177fb);
    -webkit-background-clip: text;
    background-size: 200% auto;
    color:transparent
}

.gradient-animation, .gradient-animation:before {
    animation: rollingGradient 8s linear infinite;
    will-change:background-position
}

.gradient-animation:before {
    background: linear-gradient(100deg, #c177fb, #c177fb 20%, #0019fa 40%, #00ffd5 60%, #c177fb 80%, #c177fb);
    background-size: 200% auto;
    content: "";
    height: .0375em;
    left: 0;
    position: absolute;
    top: 1em;
    width: 100%;
    z-index:-1
}

@keyframes rollingGradient {
    to {
        background-position:200%
    }
}

.rolling-text-container {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width:100%
}

.rolling-text-container .line-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 0;
    width:100%
}

.rolling-text-container .line {
    overflow: hidden;
    padding-bottom: .0375em;
    position: relative;
    white-space:nowrap
}

.rolling-text-container .line .line-inner {
    display: inline-block;
    transform:translateY(100%)
}

.rolling-text-container .in .line-inner {
    opacity: 1;
    transform: translateY(0);
    transition:transform 1s, opacity 1s
}

.rolling-text-container .out .line-inner {
    opacity: 0;
    transform: translateY(-100%);
    transition:transform 1s, opacity 1s
}

.rolling-text-container .showing {
    position:relative
}

.scroll-down {
    align-items: center;
    background: none;
    border: none;
    bottom: 48px;
    display: inline-flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    gap: 8px;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    translate:-50% 0
}

@media screen and (min-width: 768px) {
    .scroll-down {
        font-size:calc(6.85714px + 1.19048vw)
    }
}

@media screen and (min-width: 1440px) {
    .scroll-down {
        font-size:24px
    }
}

.scroll-down img {
    animation: bounce .8s;
    animation-direction: alternate;
    animation-iteration-count:infinite
}

.quote-section {
    min-height: 844px;
    position: relative;
    z-index:11
}

.quote, .quote-section {
    align-items: center;
    display: flex;
    justify-content:center
}

.quote {
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    width:100%
}

.quote .quote-inner {
    display:inline-block
}

.quote .quote-text {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .5em;
    max-width:620px
}

@media screen and (min-width: 768px) {
    .quote .quote-text {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote .quote-text {
        font-size:80px
    }
}

.quote .quote-cite {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .quote .quote-cite {
        font-size:calc(-11.14286px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote .quote-cite {
        font-size:36px
    }
}

.vision-section .background {
    filter: blur(64px);
    left: 50%;
    margin-top: -60%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    translate: -50% -50%;
    width:150%
}

@media (min-width: 768px) {
    .vision-section .background {
        filter:blur(128px)
    }
}

.vision-section .background svg {
    height: auto;
    width:100%
}

.vision-section-layout {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template: auto/minmax(0, 1fr);
    position: relative;
    z-index:2
}

@media (min-width: 768px) {
    .vision-section-layout {
        grid-template:auto/minmax(0, 1fr) auto
    }
}

.vision-section-content {
    max-width:808px
}

.vision-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .vision-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .vision-section-content .heading {
        font-size:80px
    }
}

.vision-section-content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .vision-section-content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .vision-section-content .paragraph {
        font-size:32px
    }
}

.vision-section-content .paragraph strong {
    font-weight:500
}

.vision-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.vision-section-media {
    align-items: center;
    display: flex;
    justify-content: center;
    order:-1
}

@media (min-width: 768px) {
    .vision-section-media {
        order:99
    }
}

.vision-section-media .iphone {
    min-width: 342px;
    position:relative
}

.vision-section-media .iphone .base {
    background: url(../img/home/vision/iphone-base@1x.png) no-repeat 50% 50%/cover;
    position:relative
}

@media (min-width: 768px) {
    .vision-section-media .iphone .base {
        background-image:url(../img/home/vision/iphone-base@2x.png)
    }
}

.vision-section-media .iphone .screen {
    background: url(../img/home/vision/iphone-screen@1x.png) no-repeat 50% 50%/cover;
    left: 50%;
    max-width: 84.21%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    z-index:2
}

@media (min-width: 768px) {
    .vision-section-media .iphone .screen {
        background-image:url(../img/home/vision/iphone-screen@2x.png)
    }
}

.vision-section-media .iphone .voice {
    background: url(../img/home/vision/voice-button2.gif) no-repeat 50% 50%/42px;
    border-radius: 50%;
    bottom: 48px;
    height: 40px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 40px;
    z-index:2
}

.vision-section-media .iphone .base:before {
    content: "";
    display: block;
    padding-bottom:195.9064327485%
}

.vision-section-media .iphone .screen:before {
    content: "";
    display: block;
    padding-bottom:216.3194444444%
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .vision-section-media .iphone .base {
        background-image:url(../img/home/vision/iphone-base@2x.png)
    }

    .vision-section-media .iphone .screen {
        background-image:url(../img/home/vision/iphone-screen@2x.png)
    }
}

.overview-section-content {
    margin-bottom: 60px;
    max-width:768px
}

.overview-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .overview-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .overview-section-content .heading {
        font-size:80px
    }
}

.overview-section-content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .overview-section-content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .overview-section-content .paragraph {
        font-size:32px
    }
}

.overview-section-content .paragraph strong {
    font-weight:500
}

.overview-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.overview-cards {
    counter-reset: overview-cards;
    display: grid;
    gap: 20px;
    grid-template:auto/repeat(1, minmax(0, 1fr))
}

@media (min-width: 1024px) {
    .overview-cards {
        grid-template:auto/repeat(3, minmax(0, 1fr))
    }
}

.overview-cards .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    position:relative
}

@media (min-width: 768px) {
    .overview-cards .card {
        min-height:564px
    }
}

@media (min-width: 1024px) {
    .overview-cards .card {
        padding:40px
    }
}

.overview-cards .card:after {
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .4s ease;
    translate: -50% -50%;
    width: 300%;
    z-index:-1
}

@media (min-width: 1024px) {
    .overview-cards .card:after {
        opacity:0
    }
}

.overview-cards .card:first-child:after {
    background-image:radial-gradient(ellipse at 25% 25%, #519eff 0, rgba(81, 158, 255, 0) 50%, rgba(81, 158, 255, 0) 100%)
}

@media (min-width: 1024px) {
    .overview-cards .card:first-child:after {
        transform:translate(-25%, -25%)
    }
}

.overview-cards .card:nth-child(2):after {
    background-image:radial-gradient(ellipse at 75% 75%, #f93 0, rgba(255, 153, 51, 0) 50%, rgba(255, 153, 51, 0) 100%)
}

@media (min-width: 1024px) {
    .overview-cards .card:nth-child(2):after {
        transform:translate(25%, 25%)
    }
}

.overview-cards .card:nth-child(3):after {
    background-image:radial-gradient(ellipse at 75% 25%, #04d9b5 0, rgba(4, 217, 181, 0) 50%, rgba(4, 217, 181, 0) 100%)
}

@media (min-width: 1024px) {
    .overview-cards .card:nth-child(3):after {
        transform:translate(25%, -25%)
    }

    .overview-cards .card.active:after {
        opacity: 1;
        transform:translate(0)
    }
}

.overview-cards .card .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 64px;
    position:relative
}

.overview-cards .card .content:before {
    content: "0" counter(overview-cards);
    counter-increment: overview-cards;
    font-family: Questrial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    left: 0;
    line-height: 1.2;
    position: absolute;
    top:0
}

@media screen and (min-width: 768px) {
    .overview-cards .card .content:before {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .overview-cards .card .content:before {
        font-size:54px
    }
}

.overview-cards .card .content .text {
    margin-top: auto;
    padding-top:80px
}

.overview-cards .card .content .title {
    font-size: 32px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .overview-cards .card .content .title {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .overview-cards .card .content .title {
        font-size:54px
    }
}

.overview-cards .card .content .paragraph {
    font-size: 16px;
    line-height: 1.2;
    margin-top:20px
}

@media screen and (min-width: 768px) {
    .overview-cards .card .content .paragraph {
        font-size:calc(6.85714px + 1.19048vw)
    }
}

@media screen and (min-width: 1440px) {
    .overview-cards .card .content .paragraph {
        font-size:24px
    }
}

.universal-section {
    z-index:1
}

.universal-section-content {
    margin: 0 auto 60px;
    max-width: 680px;
    text-align:center
}

.universal-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .universal-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .universal-section-content .heading {
        font-size:80px
    }
}

.universal-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.universal-section-media {
    margin-top:60px
}

@media (min-width: 768px) {
    .universal-section-media {
        margin-top:120px
    }
}

.universal-section-media .video-container video {
    height: auto;
    width:100%
}

.technology-section-content {
    margin-bottom: 40px;
    max-width:768px
}

.technology-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .technology-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .technology-section-content .heading {
        font-size:80px
    }
}

.technology-section-content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .technology-section-content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .technology-section-content .paragraph {
        font-size:32px
    }
}

.technology-section-content .paragraph strong {
    font-weight:500
}

.technology-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.shared-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .shared-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .shared-section-content .heading {
        font-size:80px
    }
}

.shared-section-content .sub-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .shared-section-content .sub-heading {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .shared-section-content .sub-heading {
        font-size:54px
    }
}

.shared-section-content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .shared-section-content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .shared-section-content .paragraph {
        font-size:32px
    }
}

.shared-section-content .paragraph strong {
    font-weight:500
}

.shared-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.technology-section {
    position:relative
}

.technology-section .background {
    filter: blur(64px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    translate: -50% -50%;
    width:150%
}

@media (min-width: 768px) {
    .technology-section .background {
        filter:blur(128px)
    }
}

.technology-section .background svg {
    height: auto;
    width:100%
}

.technology-section-media {
    --baseSize: 1134;
    align-items: center;
    display: flex;
    justify-content: center;
    position:relative
}

.technology-section-media .technology-aris-monogram {
    height: clamp(24px, 8.1018518519vw, 140px);
    left: 50%;
    margin-top: -1%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: auto;
    z-index:10
}

.technology-section-media .technology-aris-monogram img {
    height: 100%;
    width:auto
}

.technology-section-media .technology-sphere-graphic {
    margin: 0 auto;
    max-width: 100%;
    min-width: 384px;
    position: relative;
    width:calc(var(--baseSize) * 1px)
}

.technology-section-media .technology-sphere-rings {
    inset: 0;
    position:absolute
}

.technology-section-media .technology-sphere-rings .ring {
    border: 1px solid hsla(0, 0%, 100%, .8);
    border-radius: 50%;
    position:absolute
}

.technology-section-media .technology-sphere-rings .ring:first-child {
    inset:20%
}

.technology-section-media .technology-sphere-rings .ring:nth-child(2) {
    inset:10%
}

.technology-section-media .technology-sphere-rings .ring:nth-child(3) {
    inset:0
}

.technology-section-media .technology-sphere-points {
    inset: 0;
    position:absolute
}

.technology-section-media .technology-sphere-points .point {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, .5) 100%);
    border-radius: 50%;
    box-shadow: 0 0 24px hsla(0, 0%, 100%, .5);
    height: 8%;
    position: absolute;
    width:8%
}

.technology-section-media .technology-sphere-points .point:first-child {
    left: 63%;
    top:10%
}

.technology-section-media .technology-sphere-points .point:nth-child(2) {
    left: 25%;
    top:25%
}

.technology-section-media .technology-sphere-points .point:nth-child(3) {
    left: 16%;
    top:72.25%
}

.technology-section-media .technology-sphere-points .point:nth-child(4) {
    left: 86%;
    top:45%
}

.technology-section-media .technology-sphere-points .point:nth-child(5) {
    left: 44%;
    top:96%
}

.technology-section-media .technology-sphere-content {
    inset: 0;
    position:absolute
}

.technology-section-media .technology-sphere-content-item {
    position:absolute
}

.technology-section-media .technology-sphere-content-item:first-child {
    left: 73%;
    top: 8%;
    width:calc(400/var(--baseSize) * 100%)
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item:first-child {
        width:calc(360/var(--baseSize) * 100%)
    }
}

.technology-section-media .technology-sphere-content-item:nth-child(2) {
    left: 4%;
    top: 19%;
    width:calc(340/var(--baseSize) * 100%)
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item:nth-child(2) {
        width:calc(280/var(--baseSize) * 100%)
    }
}

.technology-section-media .technology-sphere-content-item:nth-child(3) {
    left: 4%;
    top: 81%;
    width:calc(440/var(--baseSize) * 100%)
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item:nth-child(3) {
        width:calc(360/var(--baseSize) * 100%)
    }
}

.technology-section-media .technology-sphere-content-item:nth-child(4) {
    left: 78%;
    top: 54%;
    width:calc(460/var(--baseSize) * 100%)
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item:nth-child(4) {
        width:calc(380/var(--baseSize) * 100%)
    }
}

.technology-section-media .technology-sphere-content-item:nth-child(5) {
    left: 54%;
    top: 90%;
    width:calc(460/var(--baseSize) * 100%)
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item:nth-child(5) {
        width:calc(380/var(--baseSize) * 100%)
    }
}

.technology-section-media .technology-sphere-content-item .title {
    font-size:20px
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item .title {
        font-size: 32px;
        font-weight: 400;
        line-height:1.2
    }
}

@media screen and (min-width: 768px) and(min-width: 768px) {
    .technology-section-media .technology-sphere-content-item .title {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 768px) and(min-width: 1440px) {
    .technology-section-media .technology-sphere-content-item .title {
        font-size:54px
    }
}

.technology-section-media .technology-sphere-content-item .paragraph {
    font-size:16px
}

@media (min-width: 768px) {
    .technology-section-media .technology-sphere-content-item .paragraph {
        font-size: 20px;
        line-height:1.2
    }
}

@media screen and (min-width: 768px) and(min-width: 768px) {
    .technology-section-media .technology-sphere-content-item .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 768px) and(min-width: 1440px) {
    .technology-section-media .technology-sphere-content-item .paragraph {
        font-size:32px
    }
}

.technology-section-media .technology-sphere {
    left: 50%;
    position: absolute;
    top: 50%;
    translate:-50% -50%
}

.technology-section-media .technology-sphere-graphic:before {
    content: "";
    display: block;
    padding-bottom:100%
}

.technology-section-media .lottie-technology-sphere-container {
    height: 40vw;
    margin: 0 auto;
    max-height: 520px;
    max-width: 520px;
    min-height: 120px;
    min-width: 120px;
    position: relative;
    width:40vw
}

.technology-section-media .lottie-technology-sphere-container:before {
    content: "";
    display: block;
    padding-bottom:100%
}

.technology-section-media .lottie-technology-sphere-container .lottie-technology-sphere {
    inset: -45%;
    position:absolute
}

.prism-section .shared-section-content {
    margin: 0 auto 120px;
    max-width: 1040px;
    text-align:center
}

.tab-layout .layout {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template:auto/repeat(1, minmax(0, 1fr))
}

@media (min-width: 768px) {
    .tab-layout .layout {
        gap: 20px;
        grid-template:auto/repeat(2, minmax(0, 1fr))
    }
}

.tab-layout .lottie-tab-container {
    margin: 0 auto;
    max-height: 560px;
    max-width: 560px;
    min-height: 280px;
    min-width: 280px;
    pointer-events: none;
    position: relative;
    width:100%
}

.tab-layout .lottie-tab-container:before {
    content: "";
    display: block;
    padding-bottom:100%
}

.tab-layout .lottie-tab-container > div {
    inset: -50%;
    position:absolute
}

.tab-layout .content .title {
    font-size: 32px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .tab-layout .content .title {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .tab-layout .content .title {
        font-size:54px
    }
}

.tab-layout .content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .tab-layout .content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .tab-layout .content .paragraph {
        font-size:32px
    }
}

.tab-layout .content .paragraph strong {
    font-weight:500
}

.tab-layout .tab-navigation {
    -webkit-overflow-scrolling: touch;
    border-bottom: 2px;
    margin-bottom: 40px;
    overflow:auto
}

@media (min-width: 768px) {
    .tab-layout .tab-navigation {
        margin-bottom:80px
    }
}

.tab-layout .tab-navigation-menu {
    border-bottom: 2px solid hsla(0, 0%, 100%, .2);
    display:flex
}

.tab-layout .tab-navigation-item {
    flex:1
}

.tab-layout .tab-navigation-link {
    border-bottom: 2px solid transparent;
    color: hsla(0, 0%, 100%, .4);
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: -2px;
    padding: 16px 12px;
    text-align: center;
    transition: border-color .4s ease, color .4s ease;
    white-space:nowrap
}

.tab-layout .tab-navigation-link:hover {
    color:#fff
}

.tab-layout .tab-navigation-link.active {
    border-bottom: 2px solid #fff;
    color:#fff
}

.tab-layout .tab-item {
    display:none
}

.tab-layout .tab-item.active {
    display:block
}

.about-section .shared-section-content {
    margin: 0;
    max-width:690px
}

.about-section-layout {
    display: grid;
    gap: 40px;
    grid-template:auto/repeat(1, minmax(0, 1fr))
}

@media (min-width: 768px) {
    .about-section-layout {
        gap: 20px;
        grid-template:auto/repeat(2, minmax(0, 1fr))
    }
}

.about-section-layout .content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .about-section-layout .content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .about-section-layout .content .heading {
        font-size:80px
    }
}

.about-section-layout .content .sub-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom:40px
}

@media screen and (min-width: 768px) {
    .about-section-layout .content .sub-heading {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .about-section-layout .content .sub-heading {
        font-size:54px
    }
}

.about-section-layout .content .paragraph {
    font-size: 20px;
    line-height: 1.2;
    margin-top:1em
}

@media screen and (min-width: 768px) {
    .about-section-layout .content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .about-section-layout .content .paragraph {
        font-size:32px
    }
}

.about-section-layout .content .paragraph strong {
    font-weight:500
}

.about-section-layout .content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:20px
}

.about-section-layout .media {
    align-items: center;
    display: flex;
    justify-content: center;
    position:relative
}

.about-section-layout .media img {
    display: block;
    height: auto;
    max-width:280px
}

@media (min-width: 768px) {
    .about-section-layout .media img {
        max-width:100%
    }
}

.about-section-layout .background {
    filter: blur(64px);
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 60%;
    transform: translateZ(0);
    translate: -50% -50%;
    width: 150%;
    z-index:-1
}

@media (min-width: 768px) {
    .about-section-layout .background {
        filter:blur(128px)
    }
}

.about-section-layout .background svg {
    height: auto;
    width:100%
}

.trusted-organizations-section .shared-section-content {
    margin: 0 0 120px;
    max-width:808px
}

.trusted-organizations-cards {
    display: grid;
    gap: 20px;
    grid-template:auto/repeat(1, minmax(0, 1fr))
}

@media (min-width: 768px) {
    .trusted-organizations-cards {
        grid-template:auto/repeat(2, minmax(0, 1fr))
    }
}

.trusted-organizations-cards .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    position:relative
}

@media (min-width: 768px) {
    .trusted-organizations-cards .card {
        padding:40px
    }
}

.trusted-organizations-cards .card:after {
    content: "";
    height: 300%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform .4s ease, opacity .4s ease;
    translate: -50% -50%;
    width: 300%;
    z-index:-1
}

.trusted-organizations-cards .card:first-child:after {
    background-image: radial-gradient(ellipse at 60% 60%, #4674fe 0, rgba(70, 116, 254, 0) 50%, rgba(70, 116, 254, 0) 100%);
    transform:translate(0)
}

.trusted-organizations-cards .card:nth-child(2):after {
    background-image: radial-gradient(ellipse at 40% 40%, #f93 0, rgba(255, 153, 51, 0) 50%, rgba(255, 153, 51, 0) 100%);
    transform:translate(0)
}

@media (min-width: 1024px) {
    .trusted-organizations-cards .card:hover:after {
        opacity: 1;
        transform:translate(0)
    }
}

.trusted-organizations-cards .card .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    position:relative
}

.trusted-organizations-cards .card .content .text {
    flex:1
}

.trusted-organizations-cards .card .content .number {
    font-size: 32px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .trusted-organizations-cards .card .content .number {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .trusted-organizations-cards .card .content .number {
        font-size:54px
    }
}

.trusted-organizations-cards .card .content .paragraph {
    font-size: 20px;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .trusted-organizations-cards .card .content .paragraph {
        font-size:calc(6.28571px + 1.78571vw)
    }
}

@media screen and (min-width: 1440px) {
    .trusted-organizations-cards .card .content .paragraph {
        font-size:32px
    }
}

.trusted-organizations-cards .card .content .logo {
    align-items: center;
    display: flex;
    height: 48px;
    margin-top:40px
}

.trusted-organizations-cards .card .content .logo svg {
    width:auto
}

.trusted-organizations-logos {
    --columnGap: 60px;
    display: flex;
    margin:120px auto 0
}

@media (min-width: 768px) {
    .trusted-organizations-logos {
        --columnGap:120px
    }
}

.trusted-organizations-logos .marquee-track {
    animation: marquee-horizontal 40s linear infinite;
    display: inline-flex;
    will-change:transform
}

.trusted-organizations-logos .marquee-collection {
    align-items: center;
    -moz-column-gap: var(--columnGap);
    column-gap: var(--columnGap);
    display: inline-flex;
    padding:0 calc(var(--columnGap)/2)
}

@keyframes marquee-horizontal {
    0% {
        transform:translateX(0)
    }

    to {
        transform:translateX(-50%)
    }
}

.careers-section .shared-section-content {
    margin: 0 auto 120px;
    max-width: 1280px;
    text-align:center
}

.careers-section .shared-section-content .heading {
    font-size: 40px;
    font-weight: 400;
    line-height:1.1
}

@media screen and (min-width: 768px) {
    .careers-section .shared-section-content .heading {
        font-size:calc(-5.71429px + 5.95238vw)
    }
}

@media screen and (min-width: 1440px) {
    .careers-section .shared-section-content .heading {
        font-size:80px
    }
}

.careers-section .shared-section-content .pretitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom:40px
}

.careers-cards {
    display: grid;
    gap: 20px;
    grid-template:auto/repeat(1, minmax(0, 1fr))
}

@media (min-width: 1024px) {
    .careers-cards {
        grid-template:auto/repeat(3, minmax(0, 1fr))
    }
}

.careers-cards .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    position:relative
}

@media (min-width: 768px) {
    .careers-cards .card {
        min-height: 564px;
        padding:40px
    }
}

.careers-cards .card:after {
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .4s ease;
    translate: -50% -50%;
    width: 300%;
    z-index:-1
}

.careers-cards .card:first-child:after {
    background-image: radial-gradient(ellipse at 25% 25%, #519eff 0, rgba(81, 158, 255, 0) 50%, rgba(81, 158, 255, 0) 100%);
    transform:translate(0)
}

.careers-cards .card:nth-child(2):after {
    background-image: radial-gradient(ellipse at 75% 75%, #f93 0, rgba(255, 153, 51, 0) 50%, rgba(255, 153, 51, 0) 100%);
    transform:translate(0)
}

.careers-cards .card:nth-child(3):after {
    background-image: radial-gradient(ellipse at 75% 25%, #04d9b5 0, rgba(4, 217, 181, 0) 50%, rgba(4, 217, 181, 0) 100%);
    transform:translate(0)
}

@media (min-width: 1024px) {
    .careers-cards .card:hover:after {
        opacity: 1;
        transform:translate(0)
    }
}

.careers-cards .card .content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    position:relative
}

.careers-cards .card .content .text {
    margin-top: auto;
    padding-top:80px
}

@media (min-width: 1024px) {
    .careers-cards .card .content .text {
        transform: translateY(84px);
        transition:transform .4s ease
    }
}

.careers-cards .card .content .title {
    font-size: 32px;
    font-weight: 400;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .careers-cards .card .content .title {
        font-size:calc(6.85714px + 3.27381vw)
    }
}

@media screen and (min-width: 1440px) {
    .careers-cards .card .content .title {
        font-size:54px
    }
}

.careers-cards .card .content .paragraph {
    font-size: 16px;
    line-height:1.2
}

@media screen and (min-width: 768px) {
    .careers-cards .card .content .paragraph {
        font-size:calc(6.85714px + 1.19048vw)
    }
}

@media screen and (min-width: 1440px) {
    .careers-cards .card .content .paragraph {
        font-size:24px
    }
}

.careers-cards .card .content .meta {
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    gap: 20px;
    margin-top:30px
}

.careers-cards .card .content .meta span {
    flex:1
}

.careers-cards .card .content .btn {
    margin-top:30px
}

@media (min-width: 1024px) {
    .careers-cards .card .content .btn {
        margin-top: 40px;
        opacity: 0;
        transform: translateY(100%);
        transition:transform .4s ease, opacity .4s ease
    }

    .careers-cards .card:hover .content .btn {
        opacity: 1;
        transform:none
    }

    .careers-cards .card:hover .text {
        transform:none
    }
}

.cta-section {
    overflow:hidden
}

.cta-section .shared-section-content {
    margin: 0 auto 80px;
    max-width: 620px;
    position: relative;
    text-align:center
}

@media (max-width: 767px) {
    .cta-section .shared-section-content {
        margin:0 auto 20px
    }
}

.cta-section .form-note {
    color: hsla(0, 0%, 100%, .4);
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    text-align:center
}

.cta-section .form-note a:hover {
    text-decoration:underline
}

.cta-section .decor {
    inset: 0;
    position: absolute;
    z-index:-1
}

.cta-section .decor .horizon {
    height: 160vw;
    left: 50%;
    max-height: 2800px;
    max-width: 2800px;
    position: absolute;
    top: 77vw;
    translate: -50% -50%;
    width:160vw
}

.cta-section .decor .fill {
    background: #c76d08;
    border-radius: 50%;
    filter: blur(14px);
    inset: 0 10% 0 10%;
    position:absolute
}

.cta-section .decor .overlay {
    background: #000;
    border-radius: 50%;
    filter: blur(14px);
    inset: 2% -5% 0 -5%;
    position: absolute;
    z-index:2
}

.cta-section .decor .fill:before {
    background: linear-gradient(0deg, #000 0, transparent);
    content: "";
    inset: 0;
    position:absolute
}

.cta-form {
    margin: 0 auto;
    max-width:690px
}

.cta-form .btn {
    max-width: 165px;
    width:100%
}

@media (max-width: 767px) {
    .cta-form .btn-outline-white:active:focus, .cta-form .btn-outline-white:focus, .cta-form .btn-outline-white:hover {
        background-color: #fff;
        border-color: #fff;
        color:#000
    }
}

.form-control::-moz-placeholder {
    color:#fff
}

.form-control::placeholder {
    color:#fff
}

.hbspt-form .hs-form {
    align-items: center !important;
    display: flex !important;
    flex-flow: column wrap !important;
    gap: 20px !important;
    justify-content:center !important
}

@media (min-width: 768px) {
    .hbspt-form .hs-form {
        align-items: unset !important;
        flex-flow:row nowrap !important
    }
}

.hbspt-form .hs-form-field {
    width:100% !important
}

.hbspt-form .hs-input {
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid !important;
    color: #fff !important;
    height: 44px !important;
    padding: 0 8px !important;
    width:100% !important
}

@media (max-width: 767px) {
    .hbspt-form .hs-input {
        text-align:center
    }
}

.hbspt-form .hs-input::-moz-placeholder {
    color:#fff !important
}

.hbspt-form .hs-input::placeholder {
    color:#fff !important
}

.hbspt-form .hs-input:focus::-moz-placeholder {
    color:hsla(0, 0%, 100%, .4) !important
}

.hbspt-form .hs-input:focus::placeholder {
    color:hsla(0, 0%, 100%, .4) !important
}

.hbspt-form label[id * =label-email] {
    display:none !important
}



.hbspt-form .submitted-message {
    font-size: 16px;
    line-height: 1.2;
    text-align:center
}

@media screen and (min-width: 768px) {
    .hbspt-form .submitted-message {
        font-size:calc(11.42857px + .59524vw)
    }
}

@media screen and (min-width: 1440px) {
    .hbspt-form .submitted-message {
        font-size:20px
    }
}

.hbspt-form .hs-button {
    --height: 44px;
    align-items: center !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: var(--height) !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    gap: 16px !important;
    height: var(--height) !important;
    justify-content: center !important;
    line-height: calc(var(--height) - var(--paddingY) - 2px) !important;
    padding: 0 8px !important;
    position: relative !important;
    transition-duration: .15s !important;
    transition-property: background-color, color, border-color !important;
    transition-timing-function: ease !important;
    white-space: nowrap !important;
    width:100% !important
}

.hbspt-form .hs-button, .hbspt-form .hs-button:focus {
    background-color: #fff !important;
    border-color: #000 !important;
    color:#000 !important
}

@media (max-width: 767px) {
    .hbspt-form .hs-button, .hbspt-form .hs-button:focus {
        background-color: #fff !important;
        border-color: #fff !important;
        color:#000 !important
    }
}

.hbspt-form .hs-button:active:focus, .hbspt-form .hs-button:hover {
    background-color: #000 !important;
    border-color: #fff !important;
    color:#fff !important
}

@media (max-width: 767px) {
    .hbspt-form .hs-button:active:focus, .hbspt-form .hs-button:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color:#000 !important
    }
}

.hbspt-form .hs-error-msgs {
    color: #e13232 !important;
    font-size: 14px !important;
    margin-top:16px !important
}

@media (max-width: 767px) {
    .hbspt-form .hs-error-msgs {
        text-align: center
    }
}

.navbar-nav .nav-item:hover > .nav-link, .navbar-nav .nav-item > .nav-link:hover {
    color: #ffffff !important;
}

header {
  backdrop-filter: blur(6px) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

nav, .navbar {
  background: none !important;
}

.navbar-nav .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0px !important;
    width: 100%;
    background-color: transparent;
}

.cross span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.cross span:nth-child(2) {
  display: none;
}

.cross span:nth-child(3) {
  transform:  translateY(-2px) rotate(-45deg);
}

.hideThisButton {
 visibility: hidden;
}

.menu-open .navbar-nav {
  align-items: start;
}

.menu-open .navbar-nav li {
  margin: 0;
}

.freeze {
  overflow: hidden;
}






 
    .containerWide {
      width: 1028px;
      margin: 300px auto 0;
    } 

    .containerForm {
      width: 1280px;
      margin: auto;
    }


    @media (max-width: 1280px) { 
      .containerForm {
          width: 100%;
          padding: 0 20px;
        }
      }
    @media (max-width: 1800px) { 
    .containerWide {
      width: 1028px;
      margin: 200px auto 0;
    } 
  }
  
  @media (max-width: 1448px) { 
    .containerWide {
      padding: 0 20px;
    } 
  }
  
  @media (max-width: 1028px) { 
    .containerWide {
      width: 100% !important;
      padding: 0 20px !important;
    } 
  } 
   
   
  
  body { 
    background: #000  !important;
  }
  .hbspt-form {
    background: #000 !important;
    width: 746px !important;
    margin: auto !important;
  }
  @media (max-width: 746px) {
  .hbspt-form {
    	width: 100% !important;
    padding: 0 20px;
    }
  }
   
  
  
  .color-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
  @media (max-width: 746px) {
    .color-grid {
    	grid-template-columns: 1fr;
    }
  }

.navbar-nav .nav-item:hover > .nav-link, .navbar-nav .nav-item > .nav-link:hover {
  color: #ffffff !important;
  }
  
  .nav-link:before, .navbar-nav .nav-item:hover > .nav-link::before, .navbar-nav .nav-item > .nav-link:hover::before {
    background-color: #ffffff;
}
  
  footer {
    display: none !important;
  }
  
  @media (max-width: 580px) {
    .cell_17001478962862-background-image {
      background-image: url(https://21835254.fs1.hubspotusercontent-na1.net/hubfs/21835254/mobile-1.png) !important;
    }
  }

.hbspt-form .hs-form {
    display: block!important;
}
  
.actions, .hs-button, .hs_submit {
  width: 100% !important;
}

form label {
  display: none !important;
}

.hs-form-radio label {
  display: inline-block !important;
  color: white !important;
  font-family: sans-serif !important;
}

form input {
  font-family: sans-serif !important;
}

.hs-fieldtype-radio .input ul {
 display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 20px !important;
}

.hs-form-radio input ul li {
  display: inline; !important
} 
  
.hs-form-radio .hs-input {
  width: auto !important; 
}

.hs-form-required {
  display: none;
}


.hs-fieldtype-file label {
  display: inline-block !important;
  color: white !important;
  font-family: sans-serif !important;
  padding-bottom: 10px;
}


.hs-fieldtype-file {
  display: inline !important;
  width: auto !important;
}
.hs-fieldtype-file .input input {
  border-bottom: none !important;
  width: auto !important;
}

.hs-input.invalid.error {
    border-color: #EF6B51 !important;
}

.hs-input.invalid.error label {
    color: #EF6B51 !important;
}

.hs-fieldtype-file label.hs-error-msg {
  color: #EF6B51 !important;
}

.hs-input.invalid.error:after {
    content: "Provide Valid Content" !important;
  height: 10px !important;
  width: auto !important;
}

.multi-container.invalid.error input li label span {
  color: #EF6B51 !important;
}