:root {
  --black: #1b1713;
  --orange: #ffa900;
  --white: white;
  --dark-grey: #4c4d5d;
  --light-grey: #edeef2;
  --ligther-grey: #f9f9fb;
  --button-border: rgba(35, 66, 84, .1);
  --dark-green: #18af5c;
  --light-green: #33be27;
}

.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('../images/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;
}

.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;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  letter-spacing: .3px;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.3rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--orange);
  font-weight: 700;
  transition: color .2s;
}

a:hover {
  color: #ffba33;
}

a:active {
  color: #ffcb66;
}

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

li {
  margin-bottom: .5rem;
}

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;
}

.text-weight-bold-spark {
  color: var(--black);
  font-weight: 700;
}

.page-wrapper-spark.is-spark-v1 {
  background-image: linear-gradient(rgba(235, 236, 235, 0) 60%, #ebeceb), url('../images/bg_1bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

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

.text-size-medium-spark {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
}

.text-size-medium-spark.text-color-secondary-spark {
  color: #4e5e69;
}

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

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

.text-size-large-spark {
  font-size: 1.5rem;
  line-height: 1.6;
}

.text-size-large-spark.text-color-secondary-spark {
  color: #4e5e69;
}

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

.text-color-primary {
  color: #39454c;
}

.text-color-secondary-spark {
  color: #4e5e69;
}

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

.button-spark {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #294c49;
  border-radius: 3.5rem;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-spark:hover {
  color: #fff;
  background-color: #3b6e69;
}

.button-spark:active {
  background-color: #427b75;
}

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

.button-spark.is-large {
  padding: 1.5rem 3rem;
}

.button-spark.is-spark {
  color: #09182c;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fdb736;
  border: 1px solid rgba(35, 66, 84, .1);
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.button-spark.is-spark:hover {
  color: #fff;
  background-color: #09182c;
}

.button-spark.is-spark.is-icon-spark {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.spark-body {
  background-color: #ecedee;
}

.nav_content-spark {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.icon_right-arrow {
  width: 1.5rem;
  height: 1.25rem;
  flex: none;
  align-self: flex-end;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.button-wrapper.announcment {
  margin-bottom: 20px;
  position: relative;
  top: -2.25rem;
}

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

.products_blur {
  width: 100%;
  height: 210px;
  background-image: radial-gradient(circle closest-side, #eee7d6, rgba(210, 210, 210, 0));
  margin-top: -10rem;
  position: absolute;
}

.contact_item {
  width: 16rem;
}

.contact_link {
  font-size: 1.125rem;
  line-height: 1.56;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.contact_link:hover {
  opacity: .75;
  color: #39454c;
}

.contact_logo-circle {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
}

.contact_logo-circle-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 1rem;
  display: grid;
}

.nav_component-v1 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}

.scroll-reveal_trigger-spark {
  height: 8rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-spark-announcment {
  text-align: center;
}

.container-6col-spark {
  width: 100%;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
}

.lockup_logo {
  padding-bottom: 4rem;
}

.logo_wrapper-spark {
  z-index: 1;
  height: 7.5rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.logo_spark-0 {
  margin-left: -3.75rem;
  position: absolute;
  left: 50%;
}

.logo_wrapper-maker {
  z-index: 1;
  grid-column-gap: .75rem;
  justify-content: center;
  display: flex;
  position: relative;
}

.announcment_component {
  text-align: center;
  background-color: #f4f4f5;
  border-radius: 1.5rem;
  padding: 3rem 5rem 4.5rem;
}

.spark-hl {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f2a52b, #f2b72d);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

.yourdapp-hl {
  letter-spacing: -.125rem;
  padding-bottom: 2rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: .8;
}

.horizonal-divider_gradient {
  height: 1px;
  background-image: linear-gradient(to right, rgba(127, 147, 159, 0), rgba(127, 147, 159, .12) 15%, rgba(127, 147, 159, .25) 50%, rgba(127, 147, 159, .12) 85%, rgba(127, 147, 159, 0));
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.contact_secondary {
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.forum-container {
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.position_relative {
  width: 100%;
  position: relative;
}

.logo_spark-1, .logo_spark-2, .logo_spark-3, .logo_spark-4, .logo_spark-5 {
  margin-left: -3.75rem;
  position: absolute;
  left: 50%;
}

.nav_link-spark {
  color: #697486;
  padding: 0;
  transition: color .2s;
}

.nav_link-spark:hover {
  color: #09182b;
}

.nav_menu-spark {
  grid-column-gap: 4rem;
  align-items: center;
  display: flex;
}

.hero_logo-spark-wrapper {
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_h1-spark {
  color: #09182c;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 600;
}

.hero_shl-spark {
  color: #697486;
  text-align: center;
  font-size: 1.5rem;
}

.hero_shl-span {
  color: #fff;
  background-color: #09182b;
  border-radius: .25rem;
  padding-left: .25rem;
  padding-right: .125rem;
}

.icon-wrapper {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 1.25rem;
  height: 1.25rem;
}

.button-wrapper-spark {
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.hero_hr {
  height: .125px;
  background-color: rgba(35, 66, 84, .1);
  margin-top: 5rem;
}

.text-spark-h2 {
  color: #697486;
  text-align: center;
  font-size: 1.5rem;
  display: inline;
}

.maker-logo {
  display: inline-block;
}

.features_h2-inline {
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-end;
  display: block;
}

.features_h2-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.maker-logo-wrapper {
  padding-left: .5rem;
  display: inline-block;
}

.feature_card {
  grid-row-gap: .5rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(35, 66, 84, .1);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.feature_description {
  color: #697486;
  text-align: center;
  font-weight: 400;
}

.feature_title {
  color: #09182c;
  padding-top: .25rem;
}

.footer_spark-component {
  margin-top: 7.5rem;
}

.footer_top {
  background-color: #09182c;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-bottom {
  background-color: #071324;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_column {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  transition: color .2s;
  display: flex;
}

.footer_spark-link {
  color: rgba(255, 255, 255, .75);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer_spark-link:hover {
  color: #fff;
}

.footer_link-block {
  grid-column-gap: .75rem;
  color: rgba(255, 255, 255, .75);
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer_link-block:hover {
  color: #fff;
}

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

.footer_notification {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  font-weight: 400;
}

.terms_card {
  grid-row-gap: .5rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(35, 66, 84, .1);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  padding: 2rem;
  display: block;
}

.terms_copy {
  color: #697486;
  text-align: left;
  padding-bottom: 1rem;
  font-weight: 400;
}

.terms_h3 {
  color: #697486;
  letter-spacing: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.terms_h1 {
  color: #09182c;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 3rem;
}

.terms_h2 {
  color: #697486;
  text-align: left;
  letter-spacing: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.terms_link {
  color: #09182b;
}

.terms_link:hover {
  color: #09182b;
  text-decoration: none;
}

.terms_list-item {
  color: #697486;
  font-weight: 400;
}

.button-spark-yellow {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #f2b72d;
  border-radius: 3.5rem;
  margin-top: 2rem;
  padding: 1.5rem 3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-spark-yellow:hover {
  color: #fff;
  background-color: #f2a52b;
}

.button-spark-yellow:active {
  background-color: #427b75;
}

.container-6col-spark-v1 {
  width: 100%;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.heading-style-h4 {
  letter-spacing: .3px;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

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

.text-size-small {
  font-size: .875rem;
  line-height: 1.2;
}

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

.fs-styleguide_header {
  background-color: var(--black);
  color: #fff;
}

.margin-0 {
  margin: 0;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.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;
}

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .8125rem;
  line-height: 1.3;
}

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

.background-color-white {
  background-color: var(--white);
}

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

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

.text-size-large {
  letter-spacing: .2px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.3125rem;
  font-weight: 400;
}

.text-size-large._2 {
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  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_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;
}

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

.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;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.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;
}

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

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

.padding-36 {
  padding: 2.25rem;
}

.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;
}

.margin-small {
  margin: 1rem;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

.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;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

.margin-huge {
  margin: 6rem;
}

.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;
}

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

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.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;
}

.margin-medium {
  margin: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

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

.text-color-dark-grey {
  color: var(--dark-grey);
}

.heading-style-h2 {
  font-size: 2.25rem;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.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-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.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;
}

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

.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;
}

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

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

.padding-global {
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

.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;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.background-color-light-grey {
  background-color: var(--light-grey);
}

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

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

.padding-medium {
  padding: 2rem;
}

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

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

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

.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;
}

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

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

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

.fs-styleguide_color.is-white {
  background-color: var(--white);
}

.fs-styleguide_color.is-black {
  background-color: var(--black);
}

.fs-styleguide_color.is-dark-grey {
  background-color: var(--dark-grey);
}

.fs-styleguide_color.is-light-grey {
  background-color: var(--light-grey);
}

.fs-styleguide_color.is-lighter-grey {
  background-color: var(--ligther-grey);
}

.fs-styleguide_color.is-orange {
  background-color: var(--orange);
}

.fs-styleguide_color.is-button-border {
  background-color: var(--button-border);
}

.fs-styleguide_color.is-dark-green {
  background-color: var(--dark-green);
}

.fs-styleguide_color.is-light-green {
  background-color: var(--light-green);
}

.button {
  border: 1px solid var(--button-border);
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  border-radius: .5rem;
  padding: 1rem 1.5625rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s;
}

.button:hover {
  color: var(--black);
  background-color: #ffba33;
}

.button:active {
  color: var(--black);
  background-color: #ffcb66;
}

.button.is-secondary {
  border: 2px solid var(--orange);
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.is-secondary:hover {
  color: var(--black);
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.button.is-secondary:active {
  color: #4c4d5d;
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.button.is-text {
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
  transition: color .2s, background-color .2s;
}

.button.is-text:hover {
  color: var(--black);
}

.button.is-text:active {
  color: #4c4d5d;
}

.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-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1rem;
}

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

.button.is-small.grey {
  background-color: var(--white);
  border-style: none;
  border-color: rgba(76, 77, 93, .5);
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

.heading-style-h1-new {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  justify-content: flex-start;
  font-size: 3.125rem;
  line-height: 1.2;
  display: block;
}

.hide {
  display: none;
}

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

.background-color-lighter-grey {
  background-color: var(--ligther-grey);
}

.section_hero {
  padding-top: 10rem;
  padding-bottom: 0;
}

.section_fees-liquidity {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_financial-things {
  padding-bottom: 6rem;
}

.section_usp-cards {
  background-color: var(--light-grey);
  padding-top: 6rem;
  padding-bottom: 3.75rem;
}

.section_network {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_mission {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.section_join {
  padding-top: 0;
  padding-bottom: 8rem;
}

.call-out {
  z-index: 0;
  grid-column-gap: 0rem;
  display: flex;
}

.call-out.hero {
  grid-column-gap: 0rem;
  justify-content: center;
}

.call-out_text {
  text-align: left;
  padding-left: 2vw;
  padding-right: 20vw;
}

.call-out_text.is-small {
  padding-right: 15vw;
}

.h1-wrapper {
  grid-column-gap: .625rem;
  text-align: left;
  flex-wrap: wrap;
  padding-left: 4rem;
}

.text-color-orange {
  color: var(--orange);
}

.h1-spark {
  letter-spacing: .3px;
  padding-right: .375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline;
}

.h1-sky-wrapper {
  height: 1.625rem;
  line-height: 1.625rem; 
  display: flex;
  align-items: center;
  gap: 0.5rem; 
}

.h1-sky-logo {
  height: 100%;
  position: relative;
}


.deposit-card {
  --action-card-bg: radial-gradient(155.75% 155.75% at 50% 155.75%, rgba(255, 239, 121, 0.2) 0%, rgba(0, 194, 161, 0.2) 100%);
  ;
}

.borrow-card {
  --action-card-bg: radial-gradient(160.27% 160.27% at 50.08% 115.91%, rgba(255, 210, 50, 0.2) 0%, rgba(255, 109, 109, 0.2) 100%);
}

.action-card {
  color: #1B1713;
  margin: 1rem 0;
  text-align: center;
  background: var(--action-card-bg);
  border-radius: 0.5rem;
  padding: 3rem 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 2rem;
}

.flex-grow {
  flex-grow: 1;
}

#value-ssr {
  white-space: nowrap;
}

.interface_image-wrapper {
  max-width: 64rem;
  padding-bottom: 6.25rem;
}

.usp_card-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 2rem;
  display: grid;
}

.usp_card-wrapper {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.audit_card {
  width: auto;
  max-width: 17.75rem;
  grid-column-gap: 1.25rem;
  background-color: var(--ligther-grey);
  color: var(--black);
  border-radius: .625rem;
  align-items: center;
  padding: 1.3125rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.audit_card:hover {
  color: var(--black);
  background-color: #edeef2;
}

.audit_card:active {
  background-color: #e1e3ea;
}

.audit_card.is-first {
  justify-content: space-between;
  margin-top: 4.125rem;
}

.audit_card.is-second {
  justify-content: space-between;
  margin-top: 6.875rem;
}

.audit_card.is-third {
  justify-content: space-between;
  margin-top: 2.75rem;
}

.audit_card.is-fourth {
  justify-content: space-between;
}

.audit_card-text-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.join_button-group {
  grid-column-gap: 1.375rem;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.nav_component {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav_link {
  border: 1px none var(--button-border);
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  padding: .5rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.nav_link:hover {
  color: var(--black);
}

.nav_link:active {
  color: #4c4d5d;
}

.nav_menu {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav_wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer_component {
  background-color: var(--ligther-grey);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_grid {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_link-group {
  justify-content: center;
  display: flex;
}

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

.footer_link-column.is-first {
  padding-right: 7.5rem;
}

.footer_link-column.is-second {
  padding-right: 5rem;
}

.footer_link-column.is-first {
  padding-right: 7.5rem;
}

.usp_card {
  background-color: var(--white);
  border-radius: .625rem;
  padding: .625rem;
}

.interface_mobile {
  display: none;
}

.interface_desktop {
  width: 100%;
  border-radius: .5rem;
  display: block;
}

.illustration_defi-mobile {
  display: none;
}

.illustration_defi-desktop {
  max-width: 58rem;
  display: block;
}

.illustration_dao-mobile {
  display: none;
}

.tooltip_wrapper {
  width: 1.5625rem;
  height: 1.5625rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
  position: relative;
  bottom: .125rem;
}

.tooltip_pulse {
  z-index: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: .125rem solid var(--orange);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.tooltip_circle {
  z-index: 1;
  width: 1.5625rem;
  height: 1.5625rem;
  border: .125rem solid var(--orange);
  background-color: var(--white);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tooltip_i {
  width: 1.5625rem;
  height: 1.5625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tippy {
  position: relative;
}

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

.span-element.is-fee {
  width: 14.5rem;
  height: auto;
  bottom: .25rem;
}

.span-element.is-tooltip {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.overlay {
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.interface_scroll {
  grid-column-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.interface_scroll-right {
  width: 10rem;
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 10rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 28rem;
}

.interface_scroll-lockup {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.interface_scroll-arrow-wrapper {
  padding-top: .25rem;
}

.interface_scroll-text {
  width: 7.875rem;
}

.interface_scroll-this-is {
  color: var(--dark-grey);
  font-size: .875rem;
  font-weight: 500;
}

.interface_dim {
  width: 10rem;
  height: 12.5rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 50%);
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.this-is-wrap {
  width: .5rem;
  display: inline-block;
}

.lowest {
  color: var(--dark-green);
  font-weight: 700;
}

.particularly-high {
  color: var(--light-green);
  font-weight: 700;
}

.span-fee {
  width: 14.5rem;
  display: inline-block;
}

.tooltip_text-link {
  color: var(--black);
}

.tooltip_text-link:hover {
  color: var(--dark-grey);
}

.span-financial-things {
  border: 2px solid var(--orange);
  color: var(--black);
  border-radius: .625rem;
  padding: 0 .75rem .125rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}

.span-financial-things:hover {
  color: var(--black);
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.span-financial-things:active {
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.financial_instances {
  padding-left: 1.5rem;
  position: relative;
}

.financial_instances-refresh {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--orange);
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.financial_instances-refresh:hover {
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.financial_instances-refresh:active {
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.defi_image-wrapper {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.financial_instances-text {
  letter-spacing: .2px;
  padding-left: 4rem;
  font-size: 1.3125rem;
}

.financial_instances-text.is-1 {
  max-width: 26rem;
}

.financial_instances-text.is-2 {
  max-width: 30rem;
}

.financial_instances-connect {
  position: absolute;
  top: .875rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon_refresh {
  justify-content: center;
  align-items: center;
  display: flex;
}

.financial_instances-slider {
  height: auto;
  max-width: 34rem;
  background-color: rgba(0, 0, 0, 0);
  padding-top: .75rem;
}

.financial_instances-refresh-wrapper {
  width: 2rem;
  height: 2rem;
  margin: 0;
  top: -2.25rem;
  bottom: 0;
  left: 12rem;
  right: 0;
}

.financial_instances-wrapper {
  max-width: 75rem;
  padding-top: 7.5rem;
}

.float-right {
  float: right;
}

.financial_instances-for-instance {
  padding-bottom: .5rem;
}

.animation_bouncing-balls {
  margin-bottom: 0;
}

.illustration_dao-wrapper {
  max-width: 52.5rem;
  margin-top: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

.network_illustration {
  width: 842px;
  height: 788px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pill {
  z-index: 1;
  height: 57.5px;
  cursor: default;
  background-color: #edeff2;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.pill.is-light-green {
  cursor: default;
  background-color: #dbe8e1;
  position: relative;
}

.pill.is-light-green:hover {
  background-image: none;
}

.pill.is-light-orange {
  cursor: default;
  background-color: #ffd5b6;
}

.pill.is-light-orange:hover {
  background-image: none;
}

.pill.is-light-brown {
  background-color: #e9e4d8;
}

.pill.is-light-grey {
  background-color: #d9d9d9;
  padding-left: 24px;
  padding-right: 24px;
}

.pill.is-light-grey._2 {
  cursor: default;
  padding-left: 60px;
  padding-right: 60px;
}

.pill.is-light-grey._2:hover {
  background-image: none;
}

.pill.is-darker-green {
  background-color: #cddfd5;
}

.pill.is-mint-green {
  background-color: #dbe8e1;
  padding-left: 40px;
  padding-right: 40px;
}

.pill.is-light-orange-copy {
  background-color: #ffd5b6;
}

.pill.is-light-blue {
  background-color: #87cefa;
}

.pill-logo {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.deep-work {
  width: 152px;
  height: 57.5px;
  position: absolute;
  top: 683px;
  left: 370px;
  transform: rotate(-90deg);
}

.chainlink {
  width: 160px;
  height: 57.5px;
  position: absolute;
  top: 109px;
  left: 348px;
}

.chronicle {
  height: 57.5px;
  position: absolute;
  top: 244px;
  left: 0;
}

.spark {
  height: 57.5px;
  position: absolute;
  top: 345px;
  left: 288px;
}

.aave {
  width: 130px;
  position: absolute;
  top: 251px;
  left: 422px;
}

.chainsecurity {
  width: 240px;
  height: 57.5px;
  position: absolute;
  top: 239px;
  left: 601px;
}

.messari {
  width: 184px;
  height: 57.5px;
  position: absolute;
  top: 345px;
  left: 14px;
}

.gnosis {
  width: 208px;
  height: 57.5px;
  position: absolute;
  top: 345px;
  left: 548px;
}

.elementfi {
  width: 140px;
  height: 57.5px;
  position: absolute;
  top: 487px;
  left: 113px;
  transform: rotate(-90deg);
}

.arrakis {
  width: 160px;
  height: 57.5px;
  position: absolute;
  top: 458px;
  left: 391px;
}

.certora {
  width: 150px;
  height: 57.5px;
  position: absolute;
  top: 485px;
  left: 534px;
  transform: rotate(-90deg);
}

.phoenix-labs {
  width: 180px;
  height: 57.5px;
  position: absolute;
  top: 623px;
  left: 176px;
}

.thegraph {
  width: 120px;
  height: 57.5px;
  position: absolute;
  top: 546px;
  left: 351px;
}

.connector-chainlink {
  z-index: 0;
  width: 10px;
  height: 190px;
  background-color: #edeff2;
  position: relative;
  left: 28px;
}

.svg-animation-wrapper {
  background-color: var(--ligther-grey);
  border-radius: 9px;
  padding-bottom: 66%;
  position: relative;
}

.health-svg-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 40px 25px;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.actions-svg-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 12px 14px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.usp_ux-block {
  max-width: 51rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .5rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5625rem;
}

.connector-chronicle {
  z-index: 0;
  width: 152px;
  height: 10px;
  background-color: #dae8e1;
  position: relative;
  top: 14px;
  left: 154px;
  transform: rotate(28deg);
}

.connector-aave {
  z-index: 0;
  width: 10px;
  height: 42px;
  background-color: #dae8e1;
  position: relative;
  left: 28px;
}

.connector-chainsec {
  z-index: 0;
  width: 160px;
  height: 10px;
  background-color: #ffd5b6;
  position: relative;
  top: 18px;
  right: 137px;
  transform: rotate(-28deg);
}

.connector-chainsec.blue {
  background-color: #87cefa;
}

.connector-messari {
  z-index: 0;
  width: 108px;
  height: 10px;
  background-color: #e9e4d8;
  position: relative;
  bottom: 32px;
  left: 174px;
}

.connector-gnosis {
  z-index: 0;
  width: 84px;
  height: 10px;
  background-color: #d9d9d9;
  position: relative;
  bottom: 32px;
  right: 74px;
}

.connector-element {
  z-index: 0;
  width: 127px;
  height: 10px;
  background-color: #d9d9d9;
  position: relative;
  top: 31px;
  left: 95px;
  transform: rotate(55deg);
}

.connector-arrakis {
  z-index: 0;
  width: 10px;
  height: 73px;
  background-color: #edeff2;
  position: relative;
  bottom: 122px;
  left: 22px;
}

.connector-cretora {
  z-index: 0;
  width: 152px;
  height: 10px;
  background-color: #dae8e1;
  position: relative;
  top: -115px;
  left: 89px;
  transform: rotate(-62deg);
}

.connector-phxlabs {
  z-index: 0;
  width: 10px;
  height: 240px;
  background-color: #ffd5b6;
  position: relative;
  bottom: 287px;
  left: 144px;
}

.connector-thegraph {
  z-index: 0;
  width: 10px;
  height: 161px;
  background-color: #dae8e1;
  position: relative;
  bottom: 209px;
  left: 22px;
}

.connector-deepwork {
  z-index: 0;
  width: 250px;
  height: 10px;
  background-color: #cddfd5;
  position: relative;
  bottom: 34px;
  left: 141px;
}

.pill-spark {
  z-index: 1;
  height: 57.5px;
  background-color: var(--orange);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.pill-spark:hover {
  background-image: none;
}

.network_illustration-section {
  justify-content: center;
  margin-top: -80px;
  display: flex;
}

.is-scroll-reveal-spark {
  position: relative;
}

.liquidity {
  width: 20rem;
  display: inline-block;
}

.dummy-1 {
  width: 140px;
  height: 57.5px;
  position: absolute;
  top: 17px;
  left: 268px;
  transform: rotate(-90deg);
}

.connector-dummy1 {
  z-index: 0;
  width: 250px;
  height: 10px;
  background-color: #d9d9d9;
  position: relative;
  top: -34px;
  left: -237px;
}

.dummy-2 {
  width: 118px;
  height: 57.5px;
  position: absolute;
  top: 239px;
  left: 211px;
}

.connector-dummy-2 {
  z-index: 0;
  width: 10px;
  height: 70px;
  background-color: #d9d9d9;
  transition: opacity .2s;
  position: relative;
  top: -11px;
  left: 93px;
}

.dummy-3 {
  width: 128px;
  height: 57.5px;
  position: absolute;
  top: 180px;
  left: 392px;
}

.connector-dummy-3 {
  z-index: 0;
  width: 10px;
  height: 130px;
  background-color: #e9e4d8;
  position: relative;
  bottom: 7px;
  left: 15px;
}

.dummy-4 {
  width: 142px;
  height: 57.5px;
  position: absolute;
  top: 172px;
  left: 244px;
}

.connector-dummy-4 {
  z-index: 0;
  width: 10px;
  height: 132px;
  background-color: #dbe8e1;
  transition: opacity .2s;
  position: relative;
  top: -8px;
  left: 110px;
}

.dummy-5 {
  width: 130px;
  height: 57.5px;
  position: absolute;
  top: 483px;
  left: 237px;
}

.connector-dummy-5 {
  z-index: 0;
  width: 10px;
  height: 100px;
  background-color: #d9d9d9;
  transition: opacity .2s;
  position: relative;
  top: -143px;
  left: 103px;
}

.audit_card-grid {
  width: 100%;
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 6.25rem;
  margin-bottom: 120px;
  display: grid;
}

.button-2 {
  background-color: #1b1713;
  border-radius: .5rem;
  margin-top: 40px;
}

.button-2-big {
  color: var(--light-grey);
  background-color: #1b1713;
  border-radius: .5rem;
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2.4;
}

.button-2-big:hover, .text-span-2 {
  color: var(--orange);
}

.text-span-2:hover {
  color: var(--light-grey);
}

.call-out_text---new {
  text-align: center;
  padding-left: 20vw;
  padding-right: 20vw;
}

.call-out_text---new.is-small {
  padding-right: 15vw;
}

.h1-wrapper-new {
  grid-column-gap: .625rem;
  text-align: center;
  flex-wrap: wrap;
  padding-left: 0;
}

.section {
  font-size: .5rem;
  line-height: .5;
}

.text-size-large-new {
  text-align: center;
  letter-spacing: .2px;
  font-size: 1.3125rem;
}

.text-span-3, .text-span-4 {
  color: var(--orange);
}

.button-2-big-secondary {
  color: var(--light-grey);
  background-color: #1b1713;
  border-radius: .5rem;
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2.4;
}

.button-2-big-secondary:hover {
  color: var(--orange);
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.cell {
  text-align: center;
  background-color: rgba(51, 190, 39, .2);
  border-radius: 8px;
  align-items: center;
  padding: 60px 20px;
}

.paragraph {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.paragraph-2 {
  color: rgba(27, 23, 19, .8);
  padding-top: 6px;
  padding-bottom: 24px;
}

.cell-2 {
  background-color: rgba(255, 165, 0, .2);
  border-radius: 8px;
  align-items: center;
  padding: 60px 20px;
}

.button-3-green {
  --main-color:#12C69F; 
  color: var(--light-grey);
  background-color: var(--main-color);
  border-radius: 8px;
  padding-top: 12px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.button-3-green:hover {
  color: var(--main-color);
  -webkit-text-stroke-color:var(--main-color);
  background-color: #fff;
}

.button-3-orange {
  --main-color:#FF9457; 
  color: var(--light-grey);
  background-color: var(--main-color);
  border-radius: 8px;
  padding-top: 12px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.button-3-orange:hover {
  color: var(--main-color);
  -webkit-text-stroke-color: var(--main-color);
  background-color: #fff;
}

.image { 
  margin-bottom: 20px;
}

.paragraph-3 {
  color: rgba(27, 23, 19, .8);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.text-size-smaller {
  color: rgba(27, 23, 19, .8);
  letter-spacing: .2px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}

.text-size-smaller._2 {
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 700;
}

.text-block {
  text-align: center;
  padding-bottom: 8px;
  padding-left: 20rem;
  padding-right: 20rem;
  font-size: 1.6rem;
  font-weight: 400;
}

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

.section-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  text-align: center;
  margin-top: 10px;
}

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

.audit_card-2 {
  width: auto;
  max-width: 17.75rem;
  grid-column-gap: 1.25rem;
  color: #1b1713;
  background-color: #f9f9fb;
  border-radius: .625rem;
  align-items: center;
  padding: 1.3125rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.audit_card-2:hover {
  color: #1b1713;
  background-color: #edeef2;
}

.audit_card-2:active {
  background-color: #e1e3ea;
}

.audit_card-2.is-fourth {
  justify-content: space-between;
}

.audit_card-2.is-second {
  justify-content: space-between;
  margin-top: 6.875rem;
}

.audit_card-2.is-third {
  justify-content: space-between;
  margin-top: 2.75rem;
}

.audit_card-2.is-first {
  justify-content: space-between;
  margin-top: 4.125rem;
}

.call-out_text-2 {
  padding-right: 20vw;
}

.call-out_text-2.is-small {
  padding-right: 15vw;
}

.pill-spark-2 {
  z-index: 1;
  height: 57.5px;
  background-color: #ffa900;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.pill-spark-2:hover {
  background-image: none;
}

.connector-phxlabs-2 {
  z-index: 0;
  width: 10px;
  height: 240px;
  background-color: #ffd5b6;
  position: relative;
  bottom: 287px;
  left: 144px;
}

.nav_link-2 {
  color: #4c4d5d;
  text-align: center;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(35, 66, 84, .1);
  border-radius: .5rem;
  padding: .5rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.nav_link-2:hover {
  color: #1b1713;
}

.nav_link-2:active {
  color: #4c4d5d;
}

.button-3 {
  color: #1b1713;
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  background-color: #ffa900;
  border: 1px solid rgba(35, 66, 84, .1);
  border-radius: .5rem;
  padding: 1rem 1.5625rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s;
}

.button-3:hover {
  color: #1b1713;
  background-color: #ffba33;
}

.button-3:active {
  color: #1b1713;
  background-color: #ffcb66;
}

.button-3.is-secondary {
  color: #4c4d5d;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffa900;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-3.is-secondary:hover {
  color: #1b1713;
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.button-3.is-secondary:active {
  color: #4c4d5d;
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.button-3.is-small {
  padding: .5rem 1rem;
}

.button-3.is-small.is-mobile-nav {
  display: none;
}

.particularly-high-2 {
  color: #33be27;
  font-weight: 700;
}

.section_network-2 {
  padding-top: 12.5rem;
  padding-bottom: 17.5rem;
}

.call-out-2 {
  z-index: 0;
  grid-column-gap: 2rem;
  display: flex;
}

.actions-svg-wrapper-2 {
  width: 100%;
  height: 100%;
  padding: 24px 12px 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.section_mission-2 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.svg-animation-wrapper-2 {
  background-color: #f9f9fb;
  border-radius: 9px;
  padding-bottom: 66%;
  position: relative;
}

.pill-2 {
  z-index: 1;
  height: 57.5px;
  background-color: #edeff2;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.pill-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.pill-2.is-light-orange {
  background-color: #ffd5b6;
}

.pill-2.is-light-grey {
  background-color: #d9d9d9;
}

.pill-2.is-light-green {
  background-color: #dbe8e1;
  position: relative;
}

.pill-2.is-light-brown {
  background-color: #e9e4d8;
}

.pill-2.is-mint-green {
  background-color: #bfe3d0;
}

.pill-2.is-darker-green {
  background-color: #cddfd5;
}

.usp_card-2 {
  background-color: #fff;
  border-radius: .625rem;
  padding: .625rem;
}

.section_financial-things-2 {
  padding-bottom: 10rem;
}

.section_fees-liquidity-2 {
  padding-top: 10rem;
  padding-bottom: 17.5rem;
}

.footer_component-2 {
  background-color: #f9f9fb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.network_illustration-section-2 {
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.tooltip_circle-2 {
  z-index: 1;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fff;
  border: .125rem solid #ffa900;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer_grid-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.health-svg-wrapper-2 {
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.audit_card-grid-2 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 6.25rem;
  display: grid;
}

.section_usp-cards-2 {
  background-color: #edeef2;
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}

.tooltip_pulse-2 {
  z-index: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: .125rem solid #ffa900;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-size: 3.125rem;
  line-height: 1.2;
}

.usp_card-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-columns: 1fr;
  padding-bottom: 3.75rem;
  display: grid;
}

.h1-wrapper-2 {
  grid-column-gap: .625rem;
  flex-wrap: wrap;
  padding-left: 3.75rem;
}

.join_button-group-2 {
  grid-column-gap: 1.375rem;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.section_hero-2 {
  padding-top: 16.5rem;
  padding-bottom: 10rem;
}

.interface_desktop-2 {
  width: 100%;
  display: block;
}

.span-financial-things-2 {
  color: #1b1713;
  border: 2px solid #ffa900;
  border-radius: .625rem;
  padding: 0 .75rem .125rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
}

.span-financial-things-2:hover {
  color: #1b1713;
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.span-financial-things-2:active {
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.text-size-large-2 {
  letter-spacing: .2px;
  font-size: 1.3125rem;
}

.financial_instances-refresh-2 {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 2px solid #ffa900;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.financial_instances-refresh-2:hover {
  background-color: rgba(255, 169, 0, .1);
  border-color: #ffba33;
}

.financial_instances-refresh-2:active {
  background-color: rgba(255, 169, 0, .2);
  border-color: #ffcb66;
}

.interface_scroll-this-is-2 {
  color: #4c4d5d;
  font-size: .875rem;
  font-weight: 500;
}

.usp_ux-block-2 {
  max-width: 51rem;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5625rem;
}

.lowest-2 {
  color: #18af5c;
  font-weight: 700;
}

.connector-dummy-4-2 {
  z-index: 0;
  width: 10px;
  height: 132px;
  background-color: #bfe3d0;
  transition: opacity .2s;
  position: relative;
  top: -8px;
  left: 110px;
}

.section_join-2 {
  padding-top: 13rem;
  padding-bottom: 9.5rem;
}

.network_illustration-2 {
  width: 842px;
  height: 788px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.usp_card-wrapper-2 {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-color-orange-2 {
  color: #ffa900;
}

@media screen and (max-width: 991px) {
  .padding-global-spark {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid_12-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .spark-hl {
    font-size: 3.75rem;
  }

  .nav_menu-icon {
    color: #697486;
  }

  .nav_menu-spark {
    background-color: #f8f8f8;
    padding: 1.5rem;
  }

  .nav_link-wrapper-spark {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

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

  .text-size-large._2 {
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 1rem;
  }

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .spacer-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .spacer-96 {
    padding: 5rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

  .spacer-large {
    padding: 2.5rem;
  }

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

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

  .spacer-xxhuge {
    padding: 8rem;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

  .spacer-xhuge {
    padding: 6rem;
  }

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .spacer-medium, .padding-medium {
    padding: 1.5rem;
  }

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

  .spacer-xlarge {
    padding: 3rem;
  }

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

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

  .padding-huge {
    padding: 5rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1-new {
    font-size: 2.2rem;
  }

  .section_hero {
    padding-top: 8rem;
  }

  .section_financial-things {
    padding-bottom: 2rem;
  }

  .section_usp-cards {
    padding-top: 4rem;
  }

  .section_network {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section_mission {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_join {
    padding-bottom: 4rem;
  }

  .call-out_text, .call-out_text.is-small {
    padding-right: 0;
  }

  .h1-wrapper {
    padding-left: 3rem;
  }

  .usp_card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    justify-items: center;
    display: flex;
  }

  .audit_card {
    max-width: none;
  }

  .audit_card.is-first {
    margin-top: 0;
  }

  .audit_card.is-second {
    width: auto;
    margin-top: 0;
    position: relative;
    top: 61px;
  }

  .audit_card.is-third {
    width: auto;
    margin-top: 0;
  }

  .audit_card.is-fourth {
    width: auto;
    position: relative;
    top: 61px;
  }

  .nav_menu-wrapper {
    background-color: var(--light-grey);
  }

  .nav_menu {
    min-height: 100svh;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .nav_icon-wrapper {
    padding: 1rem 0;
  }

  .nav_icon-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_cta-wrapper {
    grid-column-gap: 1.5rem;
    align-items: center;
    display: flex;
  }

  .nav_trigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_trigger-middle {
    width: 24px;
    height: 2px;
    background-color: var(--dark-grey);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_trigger-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--dark-grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_trigger-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_trigger-top {
    width: 24px;
    height: 2px;
    background-color: var(--dark-grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_grid {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
  }

  .footer_link-group {
    justify-content: space-between;
  }

  .footer_link-column.is-first, .footer_link-column.is-second, .footer_link-column.is-first {
    padding-right: 0;
  }

  .usp_card {
    padding: 0;
  }

  .illustration_defi-desktop {
    max-width: 100%;
  }

  .interface_scroll-right {
    margin-top: 5rem;
    top: 38rem;
  }

  .network_illustration {
    margin-top: -40px;
    padding-top: 0;
    left: -76px;
    transform: scale(.817);
  }

  .network_illustration-section {
    width: 688px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .network_illustration-wrapper {
    width: 100%;
  }

  .mobile-menu-button-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

  .call-out_text---new {
    padding-right: 12vw;
  }

  .call-out_text---new.is-small {
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cell {
    padding: 40px 12px;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .cell-2 {
    padding: 40px 12px;
  }

  .text-size-smaller {
    padding-left: 0;
    font-size: .8rem;
  }

  .text-block {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
  }

  .audit_card-2 {
    max-width: none;
  }

  .audit_card-2.is-fourth {
    width: auto;
    position: relative;
    top: 61px;
  }

  .audit_card-2.is-second {
    width: auto;
    margin-top: 0;
    position: relative;
    top: 61px;
  }

  .audit_card-2.is-third {
    width: auto;
    margin-top: 0;
  }

  .audit_card-2.is-first {
    margin-top: 0;
  }

  .nav_trigger-middle-2 {
    width: 24px;
    height: 2px;
    background-color: #4c4d5d;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .call-out_text-2, .call-out_text-2.is-small {
    padding-right: 0;
  }

  .button-3.is-small.is-mobile-nav {
    display: block;
  }

  .nav_trigger-bottom-2 {
    width: 24px;
    height: 2px;
    background-color: #4c4d5d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .network_illustration-section-2 {
    width: 688px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer_grid-2 {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
  }

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

  .nav_menu-wrapper-2 {
    background-color: #edeef2;
  }

  .nav_trigger-top-2 {
    width: 24px;
    height: 2px;
    background-color: #4c4d5d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .network_illustration-2 {
    left: -76px;
    transform: scale(.817);
  }
}

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

  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .padding-global-spark {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .button-spark.is-large.is-icon {
    flex: 1;
  }

  .button-wrapper {
    justify-items: stretch;
  }

  .button-wrapper.announcment {
    justify-items: center;
  }

  .grid_12-col {
    grid-row-gap: 3rem;
  }

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

  .maker-logo-wrapper {
    padding-top: .5rem;
  }

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .spacer-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

  .spacer-large {
    padding: 1.5rem;
  }

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

  .spacer-xxhuge {
    padding: 4.5rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

  .spacer-xhuge {
    padding: 4rem;
  }

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

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

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .spacer-medium {
    padding: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

  .spacer-xlarge {
    padding: 2rem;
  }

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1-new {
    font-size: 2.25rem;
  }

  .section_hero {
    padding-top: 13.5rem;
    padding-bottom: 6.25rem;
  }

  .call-out {
    grid-column-gap: 1rem;
  }

  .h1-wrapper {
    padding-left: 2.25rem;
  }

  .h1-spark {
    font-size: 1rem;
  }

  .interface_image-wrapper {
    padding-bottom: 0;
  }

  .audit_card.is-first {
    width: 17.75rem;
    justify-content: flex-start;
  }

  .audit_card.is-second {
    width: 17.75rem;
    justify-content: flex-start;
    position: static;
  }

  .audit_card.is-third {
    width: 17.75rem;
  }

  .audit_card.is-fourth {
    width: 17.75rem;
    justify-content: flex-end;
    position: static;
  }

  .join_button-group {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .nav_menu {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .nav_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_grid {
    grid-row-gap: 3.75rem;
  }

  .footer_link-group {
    grid-row-gap: 3.75rem;
    flex-direction: column;
  }

  .interface_mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .interface_desktop {
    display: none;
  }

  .illustration_defi-mobile {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .illustration_defi-desktop, .illustration_dao-desktop {
    display: none;
  }

  .illustration_dao-mobile {
    display: block;
  }

  .tooltip_wrapper {
    bottom: 0;
  }

  .interface_scroll {
    grid-column-gap: .75rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .interface_scroll-right {
    width: 100%;
    height: 10rem;
    opacity: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -1rem;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .interface_scroll-lockup {
    align-items: center;
  }

  .interface_scroll-arrow-wrapper {
    transform: rotate(115.5deg);
  }

  .interface_scroll-text {
    width: 100%;
  }

  .interface_dim {
    width: 100%;
    display: none;
  }

  .this-is-wrap {
    display: none;
  }

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

  .financial_instances-wrapper {
    max-width: 100%;
  }

  .float-right {
    float: none;
  }

  .network_illustration {
    width: 595px;
    left: auto;
    transform: scale(.75);
  }

  .deep-work {
    left: 279px;
  }

  .chainlink {
    left: 260px;
  }

  .chronicle {
    top: 181px;
    left: -27px;
    transform: rotate(-90deg);
  }

  .spark {
    left: 212px;
  }

  .aave {
    left: 324px;
  }

  .chainsecurity {
    top: 175px;
    left: 412px;
    transform: rotate(-90deg);
  }

  .messari {
    width: 160px;
    left: 0;
  }

  .gnosis {
    width: 170px;
    left: 425px;
  }

  .elementfi {
    top: 471px;
    left: 20px;
  }

  .arrakis {
    left: 300px;
  }

  .certora {
    left: 436px;
  }

  .phoenix-labs {
    top: 606px;
    left: 92px;
  }

  .thegraph {
    left: 260px;
  }

  .connector-chronicle {
    top: 56px;
    left: -92px;
    transform: rotate(120deg);
  }

  .connector-chainsec {
    top: -132px;
    right: 84px;
    transform: rotate(67deg);
  }

  .connector-messari {
    width: 62px;
    left: 156px;
  }

  .connector-gnosis {
    width: 59px;
    right: 50px;
  }

  .connector-element {
    width: 135px;
    top: 39px;
    left: 80px;
    transform: rotate(64deg);
  }

  .connector-thegraph {
    left: 26px;
  }

  .pill-spark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .network_illustration-section {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;

  }

  .network_illustration-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 550px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .liquidity {
    width: 16rem;
  }

  .dummy-1 {
    top: 29px;
    left: 163px;
  }

  .connector-dummy1 {
    width: 250px;
    top: -33px;
    left: -239px;
  }

  .dummy-2 {
    top: 247px;
    left: 178px;
  }

  .dummy-3 {
    left: 299px;
  }

  .connector-dummy-3 {
    left: 12px;
  }

  .dummy-4 {
    top: 166px;
    left: 139px;
  }

  .connector-dummy-4 {
    height: 137px;
  }

  .dummy-5 {
    top: 471px;
    left: 152px;
  }

  .connector-dummy-5 {
    height: 80px;
    top: -131px;
  }

  .audit_card-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .h1-wrapper-new {
    padding-left: 2.25rem;
  }

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

  .grid {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .audit_card-2.is-fourth {
    width: 17.75rem;
    justify-content: flex-end;
    position: static;
  }

  .audit_card-2.is-second {
    width: 17.75rem;
    justify-content: flex-start;
    position: static;
  }

  .audit_card-2.is-third {
    width: 17.75rem;
  }

  .audit_card-2.is-first {
    width: 17.75rem;
    justify-content: flex-start;
  }

  .pill-spark-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .call-out-2 {
    grid-column-gap: 1rem;
  }

  .network_illustration-section-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_grid-2 {
    grid-row-gap: 3.75rem;
  }

  .audit_card-grid-2 {
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

  .h1-wrapper-2 {
    padding-left: 2.25rem;
  }

  .join_button-group-2 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .section_hero-2 {
    padding-top: 13.5rem;
    padding-bottom: 6.25rem;
  }

  .interface_desktop-2 {
    display: none;
  }

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

  .connector-dummy-4-2 {
    height: 137px;
  }

  .network_illustration-2 {
    width: 595px;
    left: auto;
    transform: scale(.75);
  }
}

@media screen and (max-width: 479px) {
  .icon_right-arrow.announcment {
    display: none;
  }

  .contact_link {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

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

  .contact_secondary {
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: center;
  }

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

  .text-size-large._2 {
    padding-bottom: 10px;
    font-size: 1rem;
  }

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

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

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

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

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

  .padding-bottom.padding-36 {
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

  .button.is-small.is-mobile-nav {
    font-size: .8rem;
    line-height: 1.2;
  }

  .heading-style-h1-new {
    font-size: 1.4rem;
  }

  .section_hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section_fees-liquidity {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .section_financial-things {
    padding-bottom: 1rem;
  }

  .section_usp-cards {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section_network {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section_mission {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .call-out {
    grid-column-gap: 0rem;
  }

  .h1-wrapper {
    padding-top: 0;
    padding-left: 1.1rem;
  }

  .usp_card-grid {
    grid-row-gap: 4rem;
    display: block;
  }

  .usp_card-wrapper {
    grid-row-gap: 0rem;
    margin-top: 24px;
  }

  .join_button-group {
    margin-top: 1rem;
  }

  .footer_component {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_link-column.is-first {
    padding-right: 0;
  }

  .span-financial-things {
    line-height: 1.4;
  }

  .financial_instances-wrapper {
    padding-top: 4.5rem;
  }

  .illustration_dao-wrapper {
    margin-top: 3.75rem;
  }

  .network_illustration {
    overflow-wrap: normal;
    margin-top: 0;
    display: block;
    transform: scale(.6);
  }

  .network_illustration-wrapper {
    grid-template-rows: 480px;
  }

  .audit_card-grid {
    margin-top: 2rem;
    margin-bottom: 60px;
  }

  .h1-wrapper-new {
    width: 15rem;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 40px 1rem 0;
  }

  .cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .paragraph-2 {
    padding-bottom: 20px;
    font-size: .8rem;
  }

  .cell-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-3-green, .button-3-orange {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .text-size-smaller {
    font-size: .8rem;
  }

  .text-block {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

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

  .section_network-2, .section_mission-2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section_fees-liquidity-2 {
    padding-bottom: 11rem;
  }

  .network_illustration-section-2 {
    margin-top: 0;
  }

  .footer_grid-2 {
    grid-column-gap: 2rem;
  }

  .section_usp-cards-2 {
    padding-top: 4rem;
  }

  .usp_card-grid-2 {
    grid-row-gap: 4rem;
  }

  .h1-wrapper-2 {
    width: 15rem;
  }

  .join_button-group-2 {
    margin-top: 3rem;
  }

  .span-financial-things-2 {
    line-height: 1.4;
  }

  .section_join-2 {
    padding-top: 10rem;
  }

  .network_illustration-2 {
    transform: scale(.6);
  }

  .usp_card-wrapper-2 {
    grid-row-gap: 1.5rem;
  }
}

#w-node-_6ef12cc7-be24-368f-dd2a-c1114a2eb964-83eef150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21ddf573-f9ee-9414-9a22-e796d2a98706-83eef150, #w-node-_0179ba97-590f-e1c7-70e1-b1f90c41054d-83eef150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-83eef150, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-83eef150, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-83eef150, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-83eef150 {
  justify-self: center;
}

#w-node-_21d8762d-050d-e10e-71f3-56b2186cda7b-83eef188, #w-node-c7137557-7039-c39d-a222-a93a55471e78-83eef188, #w-node-_9f84a9da-d79a-b45b-e2fa-b9438b0e9b30-83eef188, #w-node-_00c5f78e-403f-6818-1a1b-5e39e1ee9cf2-83eef188 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71323188-87c4-e883-1505-2d09c19fc53e-83eef188 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_71323188-87c4-e883-1505-2d09c19fc540-83eef188, #w-node-_71323188-87c4-e883-1505-2d09c19fc54b-83eef188, #w-node-_71323188-87c4-e883-1505-2d09c19fc550-83eef188 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71323188-87c4-e883-1505-2d09c19fc551-83eef188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d33782f7-3cd5-bb45-207e-90c551b901c5-83eef18b, #w-node-ad3c47b1-9ed0-f965-b08c-e60353878448-83eef18b, #w-node-c2fd266d-2c12-5d7f-9881-b9068fd923dd-83eef18b, #w-node-f19a0e1b-f8da-b62a-9bc9-85b2a5a7c044-83eef18b, #w-node-ce707d53-574f-c23e-58da-3a5d61c2f9e6-83eef18b, #w-node-fcb24300-c297-01ac-c425-e02ae08a94f5-83eef18b, #w-node-e92ceab5-a844-acf3-5688-90eaeda0fde3-83eef18b, #w-node-_66af47b1-92ef-3274-418d-bc78d3b0ad7f-83eef18b, #w-node-_6e0db4a4-3f5c-5b03-03e1-d6d31a778c91-83eef18b, #w-node-_6e0db4a4-3f5c-5b03-03e1-d6d31a778c92-83eef18b, #w-node-a0a5533d-3f93-317f-8259-29b4fb9b6f7d-83eef18b, #w-node-a0a5533d-3f93-317f-8259-29b4fb9b6f7e-83eef18b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a8c45362-efdf-6329-0aba-2d34da8de1ce-83eef18d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-a8c45362-efdf-6329-0aba-2d34da8de1d0-83eef18d, #w-node-a8c45362-efdf-6329-0aba-2d34da8de1db-83eef18d, #w-node-a8c45362-efdf-6329-0aba-2d34da8de1e0-83eef18d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8c45362-efdf-6329-0aba-2d34da8de1e1-83eef18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc36-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc3b-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc40-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc45-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc4b-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc51-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdc57-83eef18e {
  justify-self: start;
}

#w-node-_3378aa64-cf63-75c0-8d97-c2dfad5e8a22-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdd64-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdd7d-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdd80-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdd82-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdd85-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fddee-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fddf8-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fddf9-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde67-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde6c-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde71-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde76-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde7b-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde80-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde8a-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde8f-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde94-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde99-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fde9e-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdea3-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdea8-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdead-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdeb2-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdeb7-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdebc-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdec0-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdec1-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdec6-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdecb-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fded0-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdee5-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdeea-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdeef-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdef4-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdef9-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdefe-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf08-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf0d-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf12-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf17-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf1c-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf21-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf26-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf2b-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf30-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf35-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf3a-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf3e-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf3f-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf44-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf49-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf4e-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf60-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf65-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf6a-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf6f-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf74-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf79-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf7e-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf83-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf88-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf8d-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf91-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf92-83eef18e {
  justify-self: start;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fdf95-83eef18e, #w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fe018-83eef18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9384ddef-a6a7-a38f-3ab9-bc71d75fe074-83eef18e {
  justify-self: start;
}

#w-node-_70523991-386e-2bc3-61fb-f547549d13f5-83eef191 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_70523991-386e-2bc3-61fb-f547549d13f7-83eef191, #w-node-_70523991-386e-2bc3-61fb-f547549d1402-83eef191, #w-node-_70523991-386e-2bc3-61fb-f547549d1407-83eef191 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_70523991-386e-2bc3-61fb-f547549d1408-83eef191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef12cc7-be24-368f-dd2a-c1114a2eb964-ff07ec69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21ddf573-f9ee-9414-9a22-e796d2a98706-ff07ec69, #w-node-_0179ba97-590f-e1c7-70e1-b1f90c41054d-ff07ec69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-ff07ec69, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-ff07ec69, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-ff07ec69, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-ff07ec69 {
  justify-self: center;
}

#w-node-_156b696f-bc33-0bc7-e884-fdb1712cd207-261227f9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0179ba97-590f-e1c7-70e1-b1f90c41054d-261227f9, #w-node-_637d88e2-23a0-b5d5-a0df-122ee8c27370-261227f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-261227f9, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-261227f9, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-261227f9, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-261227f9 {
  justify-self: center;
}

#w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660ec0-47839a05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660ec3-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660f05-47839a05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fa5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fad-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fb5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fbd-47839a05 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-83eef150, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-83eef150, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-83eef150, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-83eef150 {
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_21d8762d-050d-e10e-71f3-56b2186cda7b-83eef188, #w-node-c7137557-7039-c39d-a222-a93a55471e78-83eef188, #w-node-_9f84a9da-d79a-b45b-e2fa-b9438b0e9b30-83eef188, #w-node-_00c5f78e-403f-6818-1a1b-5e39e1ee9cf2-83eef188 {
    grid-column: span 6 / span 6;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-ff07ec69, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-ff07ec69, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-ff07ec69, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-ff07ec69, #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-261227f9, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-261227f9, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-261227f9, #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-261227f9, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fa5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fad-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fb5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fbd-47839a05 {
    align-self: start;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ef12cc7-be24-368f-dd2a-c1114a2eb964-83eef150 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_21ddf573-f9ee-9414-9a22-e796d2a98706-83eef150 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-83eef150, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-83eef150, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-83eef150 {
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-83eef150 {
    justify-self: end;
  }

  #w-node-_21d8762d-050d-e10e-71f3-56b2186cda7b-83eef188 {
    grid-column: span 6 / span 6;
  }

  #w-node-c7137557-7039-c39d-a222-a93a55471e78-83eef188 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9f84a9da-d79a-b45b-e2fa-b9438b0e9b30-83eef188, #w-node-_00c5f78e-403f-6818-1a1b-5e39e1ee9cf2-83eef188 {
    grid-column: span 6 / span 6;
  }

  #w-node-_71323188-87c4-e883-1505-2d09c19fc53e-83eef188 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_71323188-87c4-e883-1505-2d09c19fc540-83eef188, #w-node-_71323188-87c4-e883-1505-2d09c19fc54b-83eef188 {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_71323188-87c4-e883-1505-2d09c19fc550-83eef188, #w-node-a8c45362-efdf-6329-0aba-2d34da8de1ce-83eef18d {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-a8c45362-efdf-6329-0aba-2d34da8de1d0-83eef18d, #w-node-a8c45362-efdf-6329-0aba-2d34da8de1db-83eef18d {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-a8c45362-efdf-6329-0aba-2d34da8de1e0-83eef18d, #w-node-_70523991-386e-2bc3-61fb-f547549d13f5-83eef191 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_70523991-386e-2bc3-61fb-f547549d13f7-83eef191, #w-node-_70523991-386e-2bc3-61fb-f547549d1402-83eef191 {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_70523991-386e-2bc3-61fb-f547549d1407-83eef191 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_6ef12cc7-be24-368f-dd2a-c1114a2eb964-ff07ec69 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_21ddf573-f9ee-9414-9a22-e796d2a98706-ff07ec69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-ff07ec69, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-ff07ec69, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-ff07ec69 {
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-ff07ec69 {
    justify-self: end;
  }

  #w-node-_156b696f-bc33-0bc7-e884-fdb1712cd207-261227f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-261227f9, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-261227f9, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-261227f9 {
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-261227f9 {
    justify-self: end;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660ec0-47839a05 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660ec3-47839a05 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fa5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fad-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fb5-47839a05 {
    justify-self: start;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fbd-47839a05 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-83eef150, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-83eef150, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-83eef150 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-83eef150 {
    justify-self: end;
  }

  #w-node-_21d8762d-050d-e10e-71f3-56b2186cda7b-83eef188, #w-node-c7137557-7039-c39d-a222-a93a55471e78-83eef188, #w-node-_9f84a9da-d79a-b45b-e2fa-b9438b0e9b30-83eef188, #w-node-_00c5f78e-403f-6818-1a1b-5e39e1ee9cf2-83eef188 {
    grid-column: span 12 / span 12;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-ff07ec69, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-ff07ec69, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-ff07ec69 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-ff07ec69 {
    justify-self: end;
  }

  #w-node-_156b696f-bc33-0bc7-e884-fdb1712cd207-261227f9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eef4ff33-1768-b8d7-dcfb-0257d8b9f629-261227f9, #w-node-_9741aed8-e787-8a1d-1e32-0c03f0a41eeb-261227f9, #w-node-ffa80ac4-093f-f2d1-2147-8986d9b91ad7-261227f9 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-f805c752-0467-2b46-1bcc-de33cf1878f1-261227f9 {
    justify-self: end;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fa5-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fad-47839a05, #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fb5-47839a05 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-_06ae7979-aa3f-6a61-a05a-7b7a21660fbd-47839a05 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}