@font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format("woff2"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-Regular.woff2') format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Corp; src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } :root { --color-future: #e6daf6; --color-dark: var(--color-neutral-800); --color-black: var(--color-neutral-900); --color-light: var(--color-neutral-200); --color-neutral-200: #efeeec; --color-neutral-400: #cbc8c5; --color-primary: #ff4c24; --color-neutral-500: #818180; --color-neutral-100: white; --color-neutral-600: #2c2c2c; --color-neutral-700: #1f1f1f; --color-neutral-800: #131313; --color-neutral-900: black; --color-white: var(--color-neutral-100); --color-error: var(--color-primary); --color-success: #0ba954; } .w-layout-blockcontainer { max-width: 940px; margin-left: auto; margin-right: auto; display: block; } .w-layout-layout { grid-row-gap: 20px; grid-column-gap: 20px; grid-auto-columns: 1fr; justify-content: center; padding: 20px; } .w-layout-cell { flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; } @media screen and (max-width: 991px) { .w-layout-blockcontainer { max-width: 728px; } } @media screen and (max-width: 767px) { .w-layout-blockcontainer { max-width: none; } } body { color: #333; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; line-height: 20px; } a { color: inherit; text-decoration: underline; } .body { background-color: var(--color-future); color: var(--color-dark); font-family: PP Neue Montreal, Arial, sans-serif; font-weight: 500; line-height: 1; } .body.is--dark { background-color: var(--color-black); color: var(--color-light); } .code-embed-css, .code-embed-osmo, .code-embed-js { pointer-events: none; width: 0; height: 0; position: absolute; top: 0; left: 0; overflow: hidden; } .osmo-ui { z-index: 100; pointer-events: none; flex-flow: column; justify-content: space-between; align-items: stretch; display: flex; position: fixed; inset: 0; } .nav-row { justify-content: space-between; align-items: center; width: 100%; display: flex; } .nav-logo-row { pointer-events: auto; justify-content: space-between; align-items: center; width: 13em; display: flex; } .nav-logo__wordmark { width: 4em; } .nav-logo__icon { width: 1.5em; height: 1.5em; } .container { z-index: 1; max-width: var(--size-container); padding-left: var(--container-padding); padding-right: var(--container-padding); width: 100%; margin-left: auto; margin-right: auto; position: relative; } .container.is--full { max-width: 100%; } .nav-row__right { grid-column-gap: .625rem; grid-row-gap: .625rem; pointer-events: auto; justify-content: flex-end; align-items: center; display: flex; } .header { padding-top: var(--gap); position: relative; } .website-link { white-space: nowrap; text-decoration: none; position: relative; } .website-link.is--alt { grid-column-gap: .25em; grid-row-gap: .25em; justify-content: flex-start; align-items: center; height: 1.5em; display: flex; } .inline-link__p { margin-bottom: 0; } .website-link__arrow-svg { width: 1em; margin-top: .2em; } .website-link__arrow-svg.is--duplicate { position: absolute; right: 100%; } .website-link__arrow { position: relative; overflow: hidden; } .cloneable { padding: var(--section-padding) var(--container-padding); justify-content: center; align-items: center; min-height: 100svh; display: flex; position: relative; } .footer { padding-bottom: var(--gap); position: relative; } .footer-row { justify-content: space-between; align-items: flex-end; display: flex; } .cloneable-title { grid-column-gap: .5em; grid-row-gap: .5em; pointer-events: auto; display: flex; position: relative; } .cloneable-title__nr { opacity: .5; white-space: nowrap; margin-bottom: 0; font-size: 1em; font-weight: 500; } .cloneable-title__h1 { white-space: nowrap; margin-top: 0; margin-bottom: 0; font-size: 1em; font-weight: 500; line-height: 1; } .clone-in-webflow { grid-column-gap: .75em; grid-row-gap: .75em; background-color: var(--color-light); pointer-events: auto; border-radius: .25em; justify-content: space-between; align-items: center; width: 21.25em; height: 2.875em; margin-bottom: -1em; margin-right: -1em; padding-left: 1em; padding-right: .75em; text-decoration: none; display: flex; } .clone-in-webflow__p { margin-bottom: 0; font-size: 1em; } .webflow-logo-svg { flex-shrink: 0; width: 1.5em; } .cloneable-title__gradient { background-image: linear-gradient(270deg, var(--color-neutral-200), transparent); width: 1em; height: 100%; display: none; position: absolute; top: 0; right: 0; } .osmo-ui__bg { border-top-style: solid; border-top-width: 1px; border-top-color: var(--color-neutral-400); background-color: var(--color-future); height: calc(100% + 1px + (var(--gap) * .5)); width: 100%; display: none; position: absolute; bottom: 0; } .osmo-ui__bg.is--header { border-top-style: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: var(--color-neutral-400); height: calc(100% + 1px + var(--gap)); top: 0; bottom: auto; } .osmo-icon-svg { width: 8em; } .looping-words { height: 2.7em; padding-left: .1em; padding-right: .1em; font-size: 10em; line-height: .9; position: relative; } .looping-words__list { text-align: center; text-transform: uppercase; white-space: nowrap; flex-flow: column; align-items: center; margin-top: 0; margin-bottom: 0; padding-left: 0; font-family: PP Neue Corp, sans-serif; font-weight: 700; list-style: none; display: flex; position: relative; } .looping-words__list.is--primary { color: var(--color-primary); } .looping-words__list.is--gray { color: var(--color-neutral-500); } .looping-words__fade { background-image: linear-gradient(180deg, var(--color-future) 5%, transparent 40%, transparent 60%, var(--color-future) 95%); pointer-events: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .looping-words__fade.is--radial { background-image: radial-gradient(circle closest-side at 50% 50%, transparent 64%, var(--color-neutral-400) 93%); width: 140%; display: block; left: -20%; } .looping-words__selector { pointer-events: none; width: 100%; height: .9em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .looping-words__edge { border-top: .035em solid var(--color-primary); border-left: .035em solid var(--color-primary); width: .125em; height: .125em; position: absolute; top: 0; left: 0; } .looping-words__edge.is--2 { left: auto; right: 0; transform: rotate(90deg); } .looping-words__edge.is--3 { inset: auto 0 0 auto; transform: rotate(180deg); } .looping-words__edge.is--4 { top: auto; bottom: 0; transform: rotate(270deg); } .looping-words__containers { width: 100%; height: 100%; position: relative; overflow: hidden; } .looping-words__p { margin-bottom: 0; } .nav-wrap { z-index: 100; pointer-events: none; top: 0; left: 0; right: 0; bottom: var(--footer-height); justify-content: center; align-items: flex-end; display: flex; position: fixed; } .nav-list { flex-flow: row; justify-content: center; align-items: flex-end; margin-bottom: 0; padding-left: 0; display: flex; } .nav-item { justify-content: center; align-items: center; width: 5em; transition: width .5s cubic-bezier(.16, 1, .3, 1); display: flex; position: relative; } .nav-item.hover { width: 8em; } .nav-item.sibling-close { width: 7em; } .nav-item.sibling-far { width: 6em; } .nav-item__link { z-index: 1; pointer-events: auto; justify-content: center; align-items: center; width: 100%; height: 100%; padding-left: .5em; padding-right: .5em; display: flex; position: relative; } .image { object-fit: contain; width: 100%; } .nav-item__tooltip { z-index: 0; background-color: var(--color-neutral-100); opacity: 0; white-space: nowrap; border-radius: .25em; padding: .4em .5em; font-size: 1em; transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1); position: absolute; top: 0; transform: translate(0, -80%); } .image-2 { max-width: 50%; } .div-block { width: 400px; height: 300px; } .code-embed { width: 600px; height: 300px; } @media screen and (max-width: 991px) { .clone-in-webflow { margin-right: -.5em; } .nav-list { font-size: 1.5vw; } } @media screen and (max-width: 767px) { .osmo-ui { position: fixed; } .nav-logo-row { grid-column-gap: 2.5em; grid-row-gap: 2.5em; width: auto; } .nav-row__right { grid-column-gap: 0rem; grid-row-gap: 0rem; } .cloneable-title { pointer-events: none; width: calc(100% - 5.25em); padding-left: 1em; position: absolute; overflow: hidden; } .cloneable-title__nr, .cloneable-title__h1 { font-size: .875em; } .clone-in-webflow { justify-content: flex-end; width: 100%; margin-right: 0; padding-left: .75em; } .clone-in-webflow__p { display: none; } .cloneable-title__gradient, .osmo-ui__bg { display: block; } .looping-words { font-size: 6.6em; } } #w-node-c2aa1976-30e5-573b-1eb2-7be7226a9ba3-6b03e551 { grid-template-rows: auto; grid-template-columns: 1fr 1fr; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Corp'; src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format("woff2"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Montreal; src: url('../fonts/PPNeueMontreal-Regular.woff2') format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: PP Neue Corp; src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } :root { --color-future: #e6daf6; --color-dark: var(--color-neutral-800); --color-black: var(--color-neutral-900); --color-light: var(--color-neutral-200); --color-neutral-200: #efeeec; --color-neutral-400: #cbc8c5; --color-primary: #ff4c24; --color-neutral-500: #818180; --color-neutral-100: white; --color-neutral-600: #2c2c2c; --color-neutral-700: #1f1f1f; --color-neutral-800: #131313; --color-neutral-900: black; --color-white: var(--color-neutral-100); --color-error: var(--color-primary); --color-success: #0ba954; } .w-layout-blockcontainer { max-width: 940px; margin-left: auto; margin-right: auto; display: block; } .w-layout-layout { grid-row-gap: 20px; grid-column-gap: 20px; grid-auto-columns: 1fr; justify-content: center; padding: 20px; } .w-layout-cell { flex-direction: column; justify-content: flex-start; align-items: flex-start; display: flex; } @media screen and (max-width: 991px) { .w-layout-blockcontainer { max-width: 728px; } } @media screen and (max-width: 767px) { .w-layout-blockcontainer { max-width: none; } } body { color: #333; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; line-height: 20px; } a { color: inherit; text-decoration: underline; } .body { background-color: var(--color-future); color: var(--color-dark); font-family: PP Neue Montreal, Arial, sans-serif; font-weight: 500; line-height: 1; } .body.is--dark { background-color: var(--color-black); color: var(--color-light); } .code-embed-css, .code-embed-osmo, .code-embed-js { pointer-events: none; width: 0; height: 0; position: absolute; top: 0; left: 0; overflow: hidden; } .osmo-ui { z-index: 100; pointer-events: none; flex-flow: column; justify-content: space-between; align-items: stretch; display: flex; position: fixed; inset: 0; } .nav-row { justify-content: space-between; align-items: center; width: 100%; display: flex; } .nav-logo-row { pointer-events: auto; justify-content: space-between; align-items: center; width: 13em; display: flex; } .nav-logo__wordmark { width: 4em; } .nav-logo__icon { width: 1.5em; height: 1.5em; } .container { z-index: 1; max-width: var(--size-container); padding-left: var(--container-padding); padding-right: var(--container-padding); width: 100%; margin-left: auto; margin-right: auto; position: relative; } .container.is--full { max-width: 100%; } .nav-row__right { grid-column-gap: .625rem; grid-row-gap: .625rem; pointer-events: auto; justify-content: flex-end; align-items: center; display: flex; } .header { padding-top: var(--gap); position: relative; } .website-link { white-space: nowrap; text-decoration: none; position: relative; } .website-link.is--alt { grid-column-gap: .25em; grid-row-gap: .25em; justify-content: flex-start; align-items: center; height: 1.5em; display: flex; } .inline-link__p { margin-bottom: 0; } .website-link__arrow-svg { width: 1em; margin-top: .2em; } .website-link__arrow-svg.is--duplicate { position: absolute; right: 100%; } .website-link__arrow { position: relative; overflow: hidden; } .cloneable { padding: var(--section-padding) var(--container-padding); justify-content: center; align-items: center; min-height: 100svh; display: flex; position: relative; } .footer { padding-bottom: var(--gap); position: relative; } .footer-row { justify-content: space-between; align-items: flex-end; display: flex; } .cloneable-title { grid-column-gap: .5em; grid-row-gap: .5em; pointer-events: auto; display: flex; position: relative; } .cloneable-title__nr { opacity: .5; white-space: nowrap; margin-bottom: 0; font-size: 1em; font-weight: 500; } .cloneable-title__h1 { white-space: nowrap; margin-top: 0; margin-bottom: 0; font-size: 1em; font-weight: 500; line-height: 1; } .clone-in-webflow { grid-column-gap: .75em; grid-row-gap: .75em; background-color: var(--color-light); pointer-events: auto; border-radius: .25em; justify-content: space-between; align-items: center; width: 21.25em; height: 2.875em; margin-bottom: -1em; margin-right: -1em; padding-left: 1em; padding-right: .75em; text-decoration: none; display: flex; } .clone-in-webflow__p { margin-bottom: 0; font-size: 1em; } .webflow-logo-svg { flex-shrink: 0; width: 1.5em; } .cloneable-title__gradient { background-image: linear-gradient(270deg, var(--color-neutral-200), transparent); width: 1em; height: 100%; display: none; position: absolute; top: 0; right: 0; } .osmo-ui__bg { border-top-style: solid; border-top-width: 1px; border-top-color: var(--color-neutral-400); background-color: var(--color-future); height: calc(100% + 1px + (var(--gap) * .5)); width: 100%; display: none; position: absolute; bottom: 0; } .osmo-ui__bg.is--header { border-top-style: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: var(--color-neutral-400); height: calc(100% + 1px + var(--gap)); top: 0; bottom: auto; } .osmo-icon-svg { width: 8em; } .looping-words { height: 2.7em; padding-left: .1em; padding-right: .1em; font-size: 10em; line-height: .9; position: relative; } .looping-words__list { text-align: center; text-transform: uppercase; white-space: nowrap; flex-flow: column; align-items: center; margin-top: 0; margin-bottom: 0; padding-left: 0; font-family: PP Neue Corp, sans-serif; font-weight: 700; list-style: none; display: flex; position: relative; } .looping-words__list.is--primary { color: var(--color-primary); } .looping-words__list.is--gray { color: var(--color-neutral-500); } .looping-words__fade { background-image: linear-gradient(180deg, var(--color-future) 5%, transparent 40%, transparent 60%, var(--color-future) 95%); pointer-events: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .looping-words__fade.is--radial { background-image: radial-gradient(circle closest-side at 50% 50%, transparent 64%, var(--color-neutral-400) 93%); width: 140%; display: block; left: -20%; } .looping-words__selector { pointer-events: none; width: 100%; height: .9em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .looping-words__edge { border-top: .035em solid var(--color-primary); border-left: .035em solid var(--color-primary); width: .125em; height: .125em; position: absolute; top: 0; left: 0; } .looping-words__edge.is--2 { left: auto; right: 0; transform: rotate(90deg); } .looping-words__edge.is--3 { inset: auto 0 0 auto; transform: rotate(180deg); } .looping-words__edge.is--4 { top: auto; bottom: 0; transform: rotate(270deg); } .looping-words__containers { width: 100%; height: 100%; position: relative; overflow: hidden; } .looping-words__p { margin-bottom: 0; } .nav-wrap { z-index: 100; pointer-events: none; top: 0; left: 0; right: 0; bottom: var(--footer-height); justify-content: center; align-items: flex-end; display: flex; position: fixed; } .nav-list { flex-flow: row; justify-content: center; align-items: flex-end; margin-bottom: 0; padding-left: 0; display: flex; } .nav-item { justify-content: center; align-items: center; width: 5em; transition: width .5s cubic-bezier(.16, 1, .3, 1); display: flex; position: relative; } .nav-item.hover { width: 8em; } .nav-item.sibling-close { width: 7em; } .nav-item.sibling-far { width: 6em; } .nav-item__link { z-index: 1; pointer-events: auto; justify-content: center; align-items: center; width: 100%; height: 100%; padding-left: .5em; padding-right: .5em; display: flex; position: relative; } .image { object-fit: contain; width: 100%; } .nav-item__tooltip { z-index: 0; background-color: var(--color-neutral-100); opacity: 0; white-space: nowrap; border-radius: .25em; padding: .4em .5em; font-size: 1em; transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1); position: absolute; top: 0; transform: translate(0, -80%); } .image-2 { max-width: 50%; } .div-block { width: 400px; height: 300px; } .code-embed { width: 600px; height: 300px; } @media screen and (max-width: 991px) { .clone-in-webflow { margin-right: -.5em; } .nav-list { font-size: 1.5vw; } } @media screen and (max-width: 767px) { .osmo-ui { position: fixed; } .nav-logo-row { grid-column-gap: 2.5em; grid-row-gap: 2.5em; width: auto; } .nav-row__right { grid-column-gap: 0rem; grid-row-gap: 0rem; } .cloneable-title { pointer-events: none; width: calc(100% - 5.25em); padding-left: 1em; position: absolute; overflow: hidden; } .cloneable-title__nr, .cloneable-title__h1 { font-size: .875em; } .clone-in-webflow { justify-content: flex-end; width: 100%; margin-right: 0; padding-left: .75em; } .clone-in-webflow__p { display: none; } .cloneable-title__gradient, .osmo-ui__bg { display: block; } .looping-words { font-size: 6.6em; } } #w-node-c2aa1976-30e5-573b-1eb2-7be7226a9ba3-6b03e551 { grid-template-rows: auto; grid-template-columns: 1fr 1fr; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Montreal'; src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'PP Neue Corp'; src: url('../fonts/PPNeueCorp-TightUltrabold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }