:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #99a1bd;
  background-color: #0b0b0e;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #e8ecfb;
  font-size: .875rem;
  line-height: 1.42857;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: #f5f6fc;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-grey {
  color: #f5f6fc;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #f5f6fc;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-style-h1.max-width-large {
  width: 100%;
  max-width: 48rem;
  border: 1px #000;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: 2.8rem;
  font-weight: 400;
}

.heading-style-h1.is-hero {
  width: 100%;
  max-width: 48rem;
  color: #f5f6fc;
  text-align: left;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.14583;
}

.heading-style-h1.is-about {
  margin-bottom: 2rem;
  font-weight: 600;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  text-align: left;
  margin-bottom: 4rem;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular.text-align-center {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  margin-bottom: 4rem;
  padding-left: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  padding-top: 10px;
  font-size: .875rem;
}

.text-size-small.max-width-xxsmall.hide-mobile-landscape {
  max-width: 142rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.heading-style-h2 {
  color: #e8ecfb;
  text-align: center;
  object-fit: contain;
  align-self: auto;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.21;
}

.heading-style-h2.heading-style-h1 {
  width: 80%;
  max-width: 48rem;
  min-width: 0;
  text-align: left;
}

.heading-style-h2.is-second {
  width: 80%;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}

.page-wrapper {
  opacity: 1;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4c82fb;
  border-radius: .75rem;
  align-self: center;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s ease-out;
}

.button:hover {
  box-shadow: none;
  opacity: .76;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  color: #fff;
  cursor: pointer;
  background-color: #4c82fb;
  border-radius: .375rem;
  padding: 1rem;
  font-size: 1rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #5981f3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5981f3;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-navbar {
  margin-left: auto;
}

.button.is-navbar.button-group {
  color: #fff;
  cursor: pointer;
  background-color: #4c82fb;
}

.button.is-navbar.button-group:hover {
  opacity: .77;
}

.button.is-navbar.button-group.is-tablet {
  display: none;
}

.button.is-grey {
  background-color: #4c82fb;
}

.button.is-mobile {
  display: none;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 80%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-96 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .75rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.navbar_menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: .375rem;
  display: flex;
}

.navbar_link {
  color: #99a1bd;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
  transition: color .2s;
  display: block;
}

.navbar_link:hover {
  color: #f5f6fc;
}

.navbar_link.w--current {
  color: #4c82fb;
  text-decoration: none;
}

.navbar_container {
  width: 100%;
  max-width: 105rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_component {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 10px;
  padding: .75rem 2rem;
  display: block;
}

.navbar_logo-image {
  width: 5rem;
}

.section_hero {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.hero_content-wrapper {
  background-color: #0b0b0e;
  border: 1px solid #293249;
  border-radius: 2.625rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image {
  z-index: 1;
  width: 61%;
  margin-top: -2rem;
  display: block;
  position: relative;
}

.hero_image.is-desktop {
  width: 75%;
  margin-top: 0;
  margin-right: -5.5rem;
  padding-top: 0;
}

.hero_image.is-mobile {
  display: none;
}

.hero_title-wrapper {
  z-index: 2;
  margin-left: 2.5rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero_title-wrapper.is-about {
  margin-top: 0;
  margin-left: 4rem;
  margin-right: 4rem;
}

.hero_title-wrapper.is-why-oku {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.hero_title-wrapper.is-faq {
  margin-top: 0;
  margin-bottom: 4rem;
}

.section_about-app {
  margin-top: 1.5rem;
  overflow: hidden;
}

.about-app_wrapper {
  border: 1px solid #141b2b;
  border-radius: 2.625rem;
  display: flex;
  overflow: visible;
}

.about-app_functional-wrapper {
  width: 57%;
  background-color: #0e111a;
  border: 1px solid #141b2b;
  border-top-left-radius: 2.625rem;
  border-bottom-left-radius: 2.625rem;
  flex: none;
  padding: 2.75rem 2.25rem;
}

.about-app_feature-wrapper {
  background-color: #141b2b;
  border: 1px solid #293249;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.625rem 1.25rem 1.25rem;
  display: flex;
}

.about-app_feature_text {
  width: 60%;
  color: #e8ecfb;
  font-weight: 400;
  line-height: 1.6;
}

.advantages_marquee-wrapper {
  width: 100%;
  height: 17.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.marquee {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 17px;
  display: flex;
  position: relative;
}

.flex-vertical {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.advantages_card-wrapper {
  width: 12rem;
  color: #959595;
  background-color: #434242;
  border-radius: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.about-app_logo-wrapper {
  width: 43%;
  border: 1px solid #141b2b;
  border-radius: 0 2.625rem 2.625rem 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-app_logo-image {
  width: 50%;
  border-radius: 2.25rem;
}

.advantages_title-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.advantages_title-wrapper.is-analytics {
  max-width: 32rem;
  margin-bottom: 1.5rem;
}

.advantages_image-wrapper {
  width: 100%;
  background-color: #141b2b;
  border-radius: 2.625rem;
  padding: 1.5rem 2rem;
}

.advantages_image {
  width: 100%;
  border-radius: .5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.advantages_image.is-reliable-data {
  width: 100%;
  min-width: 0;
  box-shadow: none;
  object-fit: fill;
  border: 1px #141b2b;
  border-radius: 1.5rem;
  margin-top: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.advantages_image.is-first {
  width: 85%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.advantages_image.is-second, .advantages_image.is-third-desktop {
  box-shadow: none;
  border: 1px #141b2b;
  border-radius: 1.5rem;
  display: block;
}

.advantages_image.is-third-mobile {
  box-shadow: none;
  border: 1px #141b2b;
  border-radius: 1.5rem;
  display: none;
}

.advantages_image.is-fourth-desktop {
  width: 100%;
  max-width: 72rem;
  margin-top: -83px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.advantages_image.is-fourth-mobile {
  width: 78%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.advantages_image.is-fifth {
  z-index: 1;
  height: 100%;
  box-shadow: none;
  border: 1px solid #141b2b;
  border-radius: 1.5rem;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.advantages_section-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b0b0e;
  border: 1px solid #293249;
  border-radius: 2.625rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: end;
  justify-items: center;
  margin-top: 1.5rem;
  padding: 6rem 4rem;
}

.advantages_section-bg.is-second {
  width: auto;
  grid-column-gap: 2.62rem;
  grid-row-gap: 2.62rem;
  background-color: #0b0b0e;
  border-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
  display: grid;
  position: static;
  overflow: hidden;
}

.advantages_section-bg.is-third {
  width: 100%;
  height: 100%;
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  background-color: #0b0b0e;
  border-style: solid;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.advantages_section-bg.is-fourth {
  background-color: #0b0b0e;
  border-style: solid;
  padding-bottom: 0;
  font-size: 1.1rem;
}

.advantages_section-bg.is-fifth {
  width: 100%;
  height: 100%;
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.advantages_content-wrapper {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 4rem;
  right: auto;
}

.advantages_content-wrapper.is-fifth {
  position: absolute;
}

.advantages_content {
  text-align: left;
}

.advantages_content.is-fifth {
  z-index: 2;
  position: relative;
}

.advantages_text {
  width: 100%;
  max-width: 48ch;
  margin-bottom: 2.25rem;
  line-height: 1.6;
}

.section_cta {
  margin-bottom: 3rem;
}

.cta_section-bg {
  background-color: #0b0b0e;
  border: 1px solid #29324a;
  border-radius: 2.625rem;
  margin-top: 1.5rem;
  padding: 4rem;
}

.cta_content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta_text {
  width: 100%;
  text-align: center;
  align-self: center;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.section_founders {
  padding-top: 3rem;
  padding-bottom: 6.25rem;
  display: none;
}

.founders_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.founders_column {
  border: 1px solid #293249;
  border-radius: 2.625rem;
  padding: 2.25rem;
  display: block;
}

.founders_column.is-uniswap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.founders_photo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.founders_photo {
  width: 3rem;
}

.founders_uniswar-logo {
  width: 17.8125rem;
  margin-top: .5rem;
  margin-bottom: 20px;
}

.footer_component {
  color: #f5f6fc;
  background-color: #0a0a0a;
  border: 1px solid #151925;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_about-company {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_compane-name {
  color: #f5f6fc;
  margin-bottom: .5rem;
  font-size: 1.375rem;
}

.footer_link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link-wrapper.is-first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer_link-heading {
  color: #e8ecfb;
  font-size: 1.125rem;
  line-height: 1.44444;
}

.footer_social-link {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.footer_text-start-trading {
  text-align: right;
  font-size: .875rem;
}

.image {
  display: block;
}

.image-2 {
  object-fit: contain;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.image-3 {
  opacity: 1;
  object-fit: fill;
  margin-top: -1491px;
  margin-right: -315px;
  padding-top: 0;
  padding-left: 0;
}

.image-4 {
  object-fit: none;
  margin-top: -907px;
  padding-top: 0;
  padding-bottom: 6px;
  display: inline-block;
  position: absolute;
}

.lottie-animation {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 20px;
  outline: 0 rgba(0, 0, 0, 0);
}

.body {
  background-color: #000;
}

.hero_buttons-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_buttons-wrapper.is-faq {
  justify-content: flex-start;
  margin-left: 0;
}

.hero_text {
  z-index: 2;
  color: #99a1bd;
  text-align: left;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.71429;
  position: relative;
}

.hero_text.text-align-center {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  margin-bottom: 4rem;
  padding-left: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.features_subtitle-text {
  color: #99a1bd;
  text-align: center;
}

.features_subtitle-text.is-1 {
  max-width: 28rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.features_subtitle-text.is-second {
  width: 80%;
  max-width: 29rem;
  text-align: left;
  margin-bottom: 2.25rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.features_subtitle-text.is-third {
  width: 100%;
  max-width: 29rem;
  color: #98a1bd;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
}

.features_subtitle-text.is-4 {
  max-width: 31.25rem;
  line-height: 1.6;
}

.features_subtitle-text.is-fifth {
  width: 80%;
  max-width: 31.25rem;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
}

.footer_logo {
  width: 5.75rem;
}

.footer_build-by {
  margin-top: .5rem;
  font-size: .875rem;
}

.footer_uniswap {
  margin-top: auto;
}

.hero_about-content-wrapper {
  background-color: #0b0b0e;
  border: 1px solid #29324a;
  border-radius: 2.625rem;
  margin-top: 1.5rem;
  padding-top: 6rem;
  overflow: hidden;
}

.hero_about-content-wrapper.is-why-oku {
  background-color: #0b0b0e;
  border-color: #293249;
  justify-content: center;
  align-items: center;
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}

.hero_about-content-wrapper.with-image-bg {
  background-color: rgba(9, 9, 9, .47);
  border-color: #293249;
  justify-content: center;
  align-items: center;
  margin-bottom: 16rem;
  padding-top: 14rem;
  padding-bottom: 15rem;
}

.about_hero-text {
  max-width: 29.4375rem;
  color: #99a1bd;
  letter-spacing: .25px;
  margin-bottom: 2rem;
  font-size: .875rem;
  line-height: 1.71429;
}

.about_hero-image {
  width: 100%;
}

.about_hero-image.is-mobile {
  display: none;
}

.why-oku_text {
  max-width: 29.4375rem;
  color: #99a1bd;
  text-align: center;
  letter-spacing: .25px;
  font-size: .875rem;
  line-height: 1.71429;
}

.section_features {
  margin-top: 1.5rem;
}

.features_grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #0b0b0e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0b0b0e;
  border: 1px solid #293249;
  border-radius: 2.625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.features_icon {
  width: 64px;
  height: auto;
  max-width: 30%;
  margin-bottom: 1rem;
}

.features_heading {
  color: #f5f6fc;
  margin-top: 0;
  padding-top: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.features_text {
  text-align: center;
  font-size: .875rem;
  line-height: 1.6;
  display: block;
}

.section_about-with-image {
  position: relative;
}

.about-oku_image {
  z-index: -1;
  width: 40rem;
  opacity: .4;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 291px;
  position: absolute;
  top: auto;
  bottom: -20rem;
  left: 0%;
  right: 0%;
}

.section_blog-post {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.blog_image {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 1rem;
}

.blod_heading {
  color: #f5f6fc;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.blog_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #090909;
  border: 1px solid #293249;
  border-radius: 2.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.blog_card:hover {
  background-color: #1d1d1d;
}

.hero_faq-content-wrapper-copy {
  border: 1px solid #141b2b;
  border-radius: 2.625rem;
  margin-top: 1.5rem;
  padding: 6rem 4rem;
  overflow: hidden;
}

.hero_faq-content-wrapper-copy.is-why-oku {
  background-color: #090909;
  border-color: #293249;
  justify-content: center;
  align-items: center;
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}

.hero_faq-content-wrapper-copy.with-image-bg {
  background-color: rgba(9, 9, 9, .47);
  border-color: #293249;
  justify-content: center;
  align-items: center;
  margin-bottom: 16rem;
  padding-top: 14rem;
  padding-bottom: 15rem;
}

.faq_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 5.25rem;
  display: flex;
}

.faq_component {
  width: 100%;
  background-color: #0e111a;
  border-radius: .75rem;
  transition: background-color .2s;
}

.faq_component:hover {
  background-color: #161b2a;
}

.faq_link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.625rem 2.625rem 2.625rem 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.faq_question {
  color: #8d919d;
  font-size: 1.5rem;
  line-height: 1.16667;
}

.faq_answer-wrapper.w--open {
  background-color: rgba(221, 221, 221, 0);
  padding-bottom: 2.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.faq_answer {
  max-width: 90ch;
  color: #bdc3da;
  line-height: 1.5;
}

.faq_arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.faq_bottom-text {
  color: #99a1bd;
  margin-bottom: 1.375rem;
  line-height: 1.375;
}

.discord_icon {
  width: 2.75rem;
}

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-bottom: 60px;
  display: block;
}

.paragraph {
  max-width: 29.4375rem;
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: .875rem;
  line-height: 1.71429;
  display: inline-block;
}

.button-copy {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4c82fb;
  border-radius: .75rem;
  align-self: center;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s ease-out;
}

.button-copy:hover {
  box-shadow: none;
  opacity: .76;
}

.button-copy.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-copy.is-small {
  color: #fff;
  cursor: pointer;
  background-color: #4c82fb;
  border-radius: .375rem;
  padding: 1rem;
  font-size: 1rem;
}

.button-copy.is-large {
  padding: 1rem 2rem;
}

.button-copy.is-secondary {
  color: #5981f3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5981f3;
}

.button-copy.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-copy.is-navbar {
  margin-left: auto;
}

.button-copy.is-navbar.button-group {
  color: #fff;
  cursor: pointer;
  background-color: #4c82fb;
}

.button-copy.is-navbar.button-group:hover {
  opacity: .77;
}

.button-copy.is-navbar.button-group.is-tablet {
  display: none;
}

.button-copy.is-grey {
  background-color: #4c82fb;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.max-width-large {
    margin-bottom: .25rem;
  }

  .heading-style-h1.is-hero {
    text-align: left;
    font-size: 2rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    text-align: left;
    margin-bottom: 2rem;
    padding-left: 40px;
  }

  .text-size-regular.text-align-center {
    align-self: flex-end;
    margin-top: 359px;
    padding-top: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.heading-style-h1 {
    text-align: center;
    align-self: center;
  }

  .heading-style-h2.is-second {
    width: 96%;
    text-align: center;
    align-self: auto;
    font-size: 1.8rem;
  }

  .container-large {
    position: relative;
  }

  .button {
    align-self: center;
  }

  .button.is-navbar {
    width: 11rem;
    margin-top: .75rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button.is-navbar.button-group.is-tablet {
    display: block;
  }

  .button.is-grey {
    font-size: .875rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-medium {
    width: 100%;
  }

  .spacer-96 {
    padding: 5rem;
  }

  .spacer-medium {
    padding: 1.5rem;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .navbar_menu-button-wrapper {
    width: 2rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_menu-button-line {
    width: 100%;
    height: 2px;
    background-color: #99a1bd;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    height: 95dvh;
    background-color: #0b0b0e;
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    margin-left: 0;
    padding: 3rem;
  }

  .navbar_link {
    text-align: left;
    padding-left: 0;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar_menu-button {
    padding: .5rem;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(243, 242, 234, 0);
  }

  .hero_content-wrapper {
    background-color: #0b0b0e;
  }

  .hero_image {
    width: 80%;
  }

  .hero_image.is-desktop {
    align-self: flex-end;
  }

  .hero_title-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .about-app_feature-wrapper {
    align-items: flex-start;
  }

  .about-app_logo-image {
    width: 70%;
  }

  .advantages_image.is-reliable-data {
    padding-top: 20px;
  }

  .advantages_image.is-first {
    width: 95%;
  }

  .advantages_image.is-second {
    width: 90%;
  }

  .advantages_image.is-third-desktop {
    min-height: 31.25rem;
    object-fit: contain;
    object-position: 50% 100%;
  }

  .advantages_image.is-fourth-desktop, .advantages_image.is-fourth-mobile {
    width: 100%;
  }

  .advantages_image.is-fifth {
    height: 150%;
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 100%;
    border-style: none;
    outline: 3px #99a1bd;
    order: 1;
    position: relative;
  }

  .advantages_section-bg.is-second {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-auto-flow: column;
    display: flex;
  }

  .advantages_section-bg.is-third {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: block;
  }

  .advantages_section-bg.is-fifth {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .advantages_content-wrapper {
    grid-column-gap: 3.625rem;
    grid-row-gap: 3.625rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .advantages_content-wrapper.is-fifth {
    position: relative;
  }

  .advantages_content {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .advantages_content.is-third {
    margin-top: 40px;
  }

  .advantages_content.is-fifth {
    flex-direction: row;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .advantages_text {
    text-align: center;
  }

  .advantages_text.is-second {
    text-align: left;
  }

  .cta_section-bg {
    padding: 5rem 2rem;
  }

  .cta_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta_text {
    text-align: center;
  }

  .founders_column {
    justify-content: center;
    align-items: center;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr;
  }

  .body {
    background-color: #000;
  }

  .hero_text {
    width: 96%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero_text.text-align-center {
    align-self: flex-end;
    margin-top: 359px;
    padding-top: 0;
  }

  .features_subtitle-text.is-1 {
    font-size: 1rem;
  }

  .features_subtitle-text.is-second {
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 1rem;
  }

  .features_subtitle-text.is-third {
    text-align: center;
    align-self: center;
    font-size: 1rem;
  }

  .features_subtitle-text.is-4 {
    font-size: 1rem;
  }

  .features_subtitle-text.is-fifth {
    text-align: center;
    align-self: flex-start;
    font-size: 1rem;
  }

  .footer_uniswap {
    margin-top: 2rem;
  }

  .hero_about-content-wrapper, .hero_about-content-wrapper.is-why-oku {
    background-color: #0b0b0e;
  }

  .features_grid {
    background-color: #0b0b0e;
    justify-items: stretch;
  }

  .features_card {
    background-color: #0b0b0e;
    padding: 2rem;
  }

  .features_heading {
    font-size: 2rem;
  }

  .blog_image {
    height: 12rem;
  }

  .blog_card {
    background-color: #010102;
    padding: 2rem;
  }

  .hero_faq-content-wrapper-copy, .hero_faq-content-wrapper-copy.is-why-oku {
    background-color: #000102;
  }

  .button-copy {
    align-self: center;
  }

  .button-copy.is-navbar {
    width: 11rem;
    margin-top: .75rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button-copy.is-navbar.button-group.is-tablet {
    display: block;
  }

  .button-copy.is-grey {
    font-size: .875rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h1.is-hero {
    text-align: center;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 1.5rem;
    margin-left: 0;
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .875rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .heading-style-h2.is-second {
    width: 96%;
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
  }

  .button.is-small {
    border-radius: .625rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .spacer-xsmall {
    padding-top: .5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .spacer-xxsmall {
    padding-top: .375rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .navbar_link {
    margin-left: .25rem;
  }

  .navbar_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .section_hero {
    margin-top: .625rem;
    margin-bottom: .875rem;
  }

  .hero_content-wrapper {
    min-height: 0;
    background-color: #0b0b0e;
    border-radius: 1.875rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    display: flex;
  }

  .hero_image {
    width: 100%;
  }

  .hero_image.is-desktop {
    width: 90%;
    order: 0;
    align-self: center;
    margin-top: -2rem;
    margin-right: 0;
    display: block;
  }

  .hero_image.is-mobile {
    margin-top: -4rem;
    display: block;
  }

  .hero_title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
  }

  .hero_title-wrapper.is-about {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_title-wrapper.is-why-oku {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero_title-wrapper.is-faq {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section_about-app {
    margin-top: .875rem;
  }

  .about-app_wrapper {
    border-radius: 1.875rem;
    flex-direction: column;
  }

  .about-app_functional-wrapper {
    width: 100%;
    border-radius: 0 0 1.875rem 1.875rem;
    order: 1;
    padding: 1.25rem .75rem;
  }

  .about-app_feature-wrapper {
    border-radius: 1rem;
  }

  .about-app_feature_text {
    width: 50%;
    font-size: .875rem;
  }

  .advantages_marquee-wrapper {
    width: 100%;
    height: 15.3125rem;
    margin-top: 2rem;
  }

  .flex-vertical {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 1.25rem;
  }

  .advantages_card-wrapper {
    width: 10rem;
    border-radius: 1rem;
    padding: 1rem;
    font-size: .875rem;
  }

  .about-app_logo-wrapper {
    width: 100%;
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .about-app_logo-image {
    width: 50%;
  }

  .advantages_title-wrapper {
    margin-bottom: 1.75rem;
  }

  .advantages_title-wrapper.is-analytics {
    margin-bottom: 3.125rem;
  }

  .advantages_title-wrapper.is-fourth {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .advantages_image-wrapper {
    border-radius: 1.25rem;
    padding: .75rem;
  }

  .advantages_image {
    border-radius: .3125rem;
  }

  .advantages_image.is-reliable-data {
    width: 350px;
    min-width: 0;
  }

  .advantages_image.is-first {
    width: 100%;
  }

  .advantages_image.is-second {
    width: 80%;
    border-radius: .75rem;
  }

  .advantages_image.is-third-desktop {
    width: 80%;
    min-height: 0;
    border-radius: 0;
    display: block;
  }

  .advantages_image.is-third-mobile {
    width: 80%;
    display: block;
  }

  .advantages_image.is-fourth-desktop {
    width: 100%;
    margin-top: -34px;
    display: block;
  }

  .advantages_image.is-fourth-mobile {
    width: 100%;
    max-width: 38rem;
    margin-left: 0;
    display: block;
  }

  .advantages_image.is-fifth {
    height: 50vh;
    object-fit: cover;
    object-position: 70% 50%;
    order: 1;
    position: static;
  }

  .advantages_section-bg {
    border-radius: 1.875rem;
    padding: 3.125rem 1rem;
  }

  .advantages_section-bg.is-second {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .advantages_section-bg.is-third {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 3.25rem;
    padding-left: 0;
    display: grid;
  }

  .advantages_section-bg.is-fourth {
    padding: 3.25rem 0 0;
    overflow: hidden;
  }

  .advantages_section-bg.is-fifth {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 3.25rem;
    padding-left: 0;
  }

  .advantages_content-wrapper {
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .advantages_content-wrapper.is-fifth {
    width: 100%;
    position: static;
  }

  .advantages_content {
    align-items: center;
  }

  .advantages_content.is-third {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .advantages_content.is-fifth {
    order: -1;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .advantages_text {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .advantages_text.is-second {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_section-bg {
    border-radius: 1.875rem;
    padding: 4rem 1.5rem;
  }

  .cta_text {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .section_founders {
    padding-top: 1.5rem;
  }

  .founders_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .founders_column {
    border-radius: 1.875rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .founders_uniswar-logo {
    width: 14rem;
  }

  .footer_component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .body {
    background-color: #000;
    margin-left: 0;
    margin-right: 10px;
  }

  .hero_buttons-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero_buttons-wrapper.is-faq {
    margin-bottom: 0;
  }

  .hero_text {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    font-size: .875rem;
  }

  .features_subtitle-text, .features_subtitle-text.is-1 {
    font-size: .875rem;
  }

  .features_subtitle-text.is-second, .features_subtitle-text.is-third, .features_subtitle-text.is-fifth {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .875rem;
  }

  .footer_logo {
    width: 5rem;
  }

  .hero_about-content-wrapper {
    border-radius: 1.875rem;
    padding-top: 3.125rem;
  }

  .hero_about-content-wrapper.is-why-oku {
    padding-top: 8.875rem;
    padding-bottom: 8.875rem;
  }

  .hero_about-content-wrapper.with-image-bg {
    margin-bottom: 14rem;
    padding-top: 8.875rem;
    padding-bottom: 8.875rem;
  }

  .about_hero-text {
    text-align: left;
  }

  .about_hero-image.is-desktop {
    display: none;
  }

  .about_hero-image.is-mobile {
    display: block;
  }

  .why-oku_text {
    text-align: center;
  }

  .features_grid {
    grid-template-columns: 1fr;
  }

  .features_card {
    border-radius: 1.875rem;
  }

  .about-oku_image {
    width: 28rem;
    bottom: -16rem;
  }

  .blog_image {
    height: 14rem;
  }

  .blod_heading {
    font-size: 1.75rem;
  }

  .blog_card {
    border-radius: 1.875rem;
  }

  .hero_faq-content-wrapper-copy {
    border-radius: 1.875rem;
    padding: 3.125rem 1rem;
  }

  .hero_faq-content-wrapper-copy.is-why-oku {
    padding-top: 8.875rem;
    padding-bottom: 8.875rem;
  }

  .hero_faq-content-wrapper-copy.with-image-bg {
    margin-bottom: 14rem;
    padding-top: 8.875rem;
    padding-bottom: 8.875rem;
  }

  .faq_wrapper {
    margin-bottom: 1.875rem;
  }

  .faq_link {
    padding: 1.5rem 1.25rem 1.5rem .75rem;
  }

  .faq_question {
    font-size: .875rem;
  }

  .faq_answer-wrapper.w--open {
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .faq_answer {
    width: 100%;
    font-size: .875rem;
  }

  .faq_arrow {
    width: 1rem;
    height: 1rem;
  }

  .button-copy {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
  }

  .button-copy.is-small {
    border-radius: .625rem;
  }
}

@media screen and (max-width: 479px) {
  .global-styles {
    top: auto;
    left: auto;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    justify-content: center;
    display: flex;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.max-width-large {
    text-align: center;
    font-size: 1.4rem;
  }

  .heading-style-h1.is-hero {
    width: 80%;
    max-width: 40rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-bottom: 1rem;
    margin-left: 0;
    font-size: 2.5rem;
    display: block;
  }

  .heading-style-h1.is-about {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .padding-global {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-global.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 2rem;
    padding-top: 40px;
    font-size: .8rem;
    line-height: 1.4;
    display: flex;
  }

  .text-size-regular.text-align-center {
    text-align: center;
    margin: 0 0 1rem;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    overflow: visible;
  }

  .text-size-regular.text-align-left {
    display: none;
  }

  .text-size-small.max-width-xxsmall {
    font-size: .8rem;
  }

  .heading-style-h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .heading-style-h2.heading-style-h1 {
    min-width: 200px;
    text-align: center;
    align-self: auto;
    margin-bottom: .5rem;
  }

  .heading-style-h2.is-second {
    width: 88%;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .page-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .container-large {
    width: 100%;
    max-width: none;
  }

  .main-wrapper {
    background-color: #000;
  }

  .button {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-content: center;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: .8rem 2rem;
    font-size: .8rem;
    display: block;
  }

  .button.is-navbar {
    width: 12rem;
  }

  .button.button-is-mobile {
    background-color: #4c82fb;
  }

  .button.is-mobile {
    display: block;
  }

  .button.is-desktop {
    display: none;
  }

  .navbar_component {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_logo-image {
    width: 4rem;
    font-size: .975rem;
  }

  .navbar_menu-button {
    width: auto;
    height: auto;
  }

  .hero_content-wrapper {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -19px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: hidden;
  }

  .hero_image {
    margin-top: -1rem;
  }

  .hero_image.is-desktop {
    width: 100%;
    max-width: 100%;
    order: 1;
    align-self: center;
    margin-right: 0;
    position: static;
    overflow: visible;
  }

  .hero_image.is-mobile {
    margin-top: -2rem;
  }

  .hero_title-wrapper {
    object-fit: fill;
    flex-flow: column;
    order: 1;
    align-content: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .about-app_feature-wrapper {
    padding: 1rem;
  }

  .about-app_feature_text {
    width: 100%;
  }

  .about-app_logo-image {
    width: 65%;
  }

  .advantages_title-wrapper {
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .advantages_title-wrapper.is-analytics {
    margin-bottom: .5rem;
  }

  .advantages_image.is-reliable-data {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    object-fit: fill;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .advantages_image.is-first, .advantages_image.is-second {
    width: 90%;
  }

  .advantages_image.is-fourth-desktop {
    margin-top: -5px;
    padding-bottom: 60px;
    display: block;
  }

  .advantages_section-bg {
    background-color: #0b0b0e;
    border-style: none;
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1rem;
    display: block;
    overflow: hidden;
  }

  .advantages_section-bg.is-second {
    background-color: #000;
    border-style: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages_section-bg.is-third {
    background-color: #000;
    border-style: none;
    padding-top: 1rem;
  }

  .advantages_section-bg.is-fourth {
    background-color: #000;
    border-style: none;
  }

  .advantages_section-bg.is-fifth {
    margin-right: auto;
  }

  .advantages_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: .25fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .advantages_text {
    max-width: 32ch;
    text-align: center;
    align-self: center;
    font-size: .8rem;
    line-height: 1.4;
  }

  .cta_section-bg {
    background-color: #0e0e0e;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta_text {
    justify-content: center;
    font-size: .875rem;
    display: flex;
  }

  .section_founders {
    padding-bottom: 4rem;
  }

  .founders_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .founders_uniswar-logo {
    width: 15rem;
  }

  .footer_component {
    background-color: #000;
    border-style: none;
    padding-left: 20px;
  }

  .footer_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-columns: .5fr;
  }

  .footer_link-heading {
    font-size: .96rem;
    font-weight: 600;
  }

  .lottie-animation {
    margin-top: 10px;
    padding-top: 0;
  }

  .body {
    background-color: #0b0b0e;
    margin-right: 0;
    display: block;
  }

  .hero_buttons-wrapper {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
  }

  .hero_buttons-wrapper.is-faq {
    justify-content: flex-start;
  }

  .hero_text {
    width: 80%;
    text-align: center;
    margin-left: auto;
    font-size: .8rem;
    line-height: 1.4;
    display: flex;
  }

  .hero_text.text-align-center {
    text-align: center;
    margin: 0 0 1rem;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    overflow: visible;
  }

  .hero_text.text-align-left {
    display: none;
  }

  .features_subtitle-text.is-1 {
    font-size: .85rem;
  }

  .features_subtitle-text.is-second, .features_subtitle-text.is-third {
    width: 88%;
    font-size: .85rem;
  }

  .features_subtitle-text.is-4, .features_subtitle-text.is-fifth {
    font-size: .875rem;
  }

  .hero_about-content-wrapper.with-image-bg {
    margin-bottom: 10rem;
  }

  .about_hero-text {
    font-size: .875rem;
  }

  .features_heading {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .about-oku_image {
    width: 25rem;
    display: block;
    bottom: -12rem;
  }

  .hero_faq-content-wrapper-copy.with-image-bg {
    margin-bottom: 10rem;
  }

  .paragraph {
    width: auto;
    text-align: center;
  }

  .html-embed {
    margin-left: 0;
  }

  .button-copy {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-content: center;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: .8rem 2rem;
    font-size: .8rem;
    display: block;
  }

  .button-copy.is-navbar {
    width: 12rem;
  }
}

#w-node-_269cf011-7b51-c7ed-0a89-f073cafe8f73-9495ff8f, #w-node-ed4d35ef-37c0-e314-67f0-8d07980c72bd-9495ff8f, #w-node-_03bb2132-6818-fbec-7f0f-8cb5546827b1-9495ff8f, #w-node-a4192bab-12a1-6f3e-88ed-f8b27feff74f-9495ff8f, #w-node-_4d9d77db-a420-2c07-e63a-6ade3a610914-3a610910, #w-node-_4d9d77db-a420-2c07-e63a-6ade3a61091c-3a610910, #w-node-_4d9d77db-a420-2c07-e63a-6ade3a61092b-3a610910, #w-node-_4d9d77db-a420-2c07-e63a-6ade3a61093f-3a610910, #w-node-_490f1c82-ab23-6a1a-6aaa-c5675641ca51-3a610910, #w-node-b82ee51c-d31c-b44c-0920-2313febd7bbd-9495ff92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b82ee51c-d31c-b44c-0920-2313febd7bc3-9495ff92 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-b82ee51c-d31c-b44c-0920-2313febd7bc9-9495ff92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9495ff97 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9495ff97 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9495ff97 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9495ff97 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9495ff97 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9495ff97, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9495ff97 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9495ff97 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9495ff97, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9495ff97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9495ff97 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5a7cfb01-6c1a-0340-2968-8e22a917d13d-9495ff8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_269cf011-7b51-c7ed-0a89-f073cafe8f73-9495ff8f, #w-node-ed4d35ef-37c0-e314-67f0-8d07980c72bd-9495ff8f {
    justify-self: center;
  }

  #w-node-ed4d35ef-37c0-e314-67f0-8d07980c72c6-9495ff8f, #w-node-_03bb2132-6818-fbec-7f0f-8cb5546827b8-9495ff8f {
    align-self: end;
  }

  #w-node-_03bb2132-6818-fbec-7f0f-8cb5546827b1-9495ff8f {
    justify-self: center;
  }

  #w-node-b82ee51c-d31c-b44c-0920-2313febd7bc9-9495ff92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a7cfb01-6c1a-0340-2968-8e22a917d13d-9495ff8f, #w-node-ed4d35ef-37c0-e314-67f0-8d07980c72bc-9495ff8f {
    order: -9999;
  }

  #w-node-ed4d35ef-37c0-e314-67f0-8d07980c72c6-9495ff8f {
    order: -9999;
    justify-self: end;
  }

  #w-node-_03bb2132-6818-fbec-7f0f-8cb5546827b8-9495ff8f, #w-node-_03bb2132-6818-fbec-7f0f-8cb5546827b0-9495ff8f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d9d77db-a420-2c07-e63a-6ade3a61091c-3a610910 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


