
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}


@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.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;
}


a {
  color: #fff;
  text-decoration: none;
}

.global-code {
  display: none;
}

._172-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10rem;
  padding-right: 10rem;
}

.section_hero {
  width: 100%;
  /*! margin-top: 10vh; */
}

.section_hero.is-board-hero {
  align-items: center;
  margin-top: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero.is-board-team {
  align-items: center;
  padding-top: 4.7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-nav-links-wrapper {
  grid-column-gap: 7.2rem;
  align-items: center;
  margin-right: 18vw;
  display: flex;
}

.login-div {
  grid-column-gap: 7.2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.liquidity-group-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.powered-by-text {
  color: #9c9c9c;
  font-size: 1.2rem;
  line-height: 133%;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-dropdown-toggle {
  grid-column-gap: 1.1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-list {
  grid-row-gap: 2.4rem;
  color: #010101;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem;
  display: none;
  box-shadow: 0 1px 14px rgba(0, 0, 0, .14), 0 5px 8px rgba(0, 0, 0, .14), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.nav-dropdown-list.w--open {
  grid-row-gap: 2.25rem;
  display: flex;
}

.orange-wrapper {
  width: 100%;
  background-color: #2F4F4F;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  overflow: hidden;
  border-radius: 20px;
}

.right-wave {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-wave {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-jupiter {
  width: 6%;
  height: auto;
  position: absolute;
  top: 14.5%;
  bottom: auto;
  left: auto;
  right: 23%;
}

.left-jupiter {
  width: 12%;
  height: auto;
  position: absolute;
  top: 14.5%;
  bottom: auto;
  left: 28.3rem;
  right: auto;
}

.right-mars {
  width: 26.5rem;
  height: auto;
}

.right-astro {
  width: 14.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -9rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-mars-wrapper {
  width: 15.4%;
  height: auto;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: auto;
  right: 26%;
}

.left-mars-wrapper {
  width: 15.4%;
  height: auto;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 26%;
  right: auto;
}

  .ue3 {
max-width: 50rem;
  color: #1f2022;
  text-align: center;
  margin-bottom: 3.4rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 117%;
  font-family: Lincons;}

.mars-h1 {
  max-width: 50rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.4rem;
  font-size: 10rem;
  font-weight: 400;
  line-height: 90%;
  font-family: Lincons;
}

.headers-wrapper {
  text-align: center;
}

.mars-hero-logo {
  width: 29rem;
  margin-bottom: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mars-get-funded {
  z-index: 1;
  width: 27.8rem;
  max-width: 17%;
  text-align: center;
  cursor: pointer;
  background-color: #010101;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 100%;
}

.yellow-wrapper {
  width: 115rem;
  max-width: 66%;
  background-color: #fc9a29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.yellow-wrapper.green {
  background-color: #a5a945;
  overflow: hidden;
}

.yellow-wrapper.blue {
  background-color: #a6c3f2;
}

.funds-main-flex {
  grid-column-gap: 17.1rem;
  grid-row-gap: 17.1rem;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.funds-h1 {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  margin-left: auto;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 112%;
}

.dragon-image {
  width: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.dragons-moon {
  width: 14%;
  position: absolute;
  top: 65%;
  bottom: auto;
  left: auto;
  right: 13%;
}

.funds-back-to-home-text {
  color: #010101;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 215%;
}

.funds-back-to-home-text.green {
  color: #a5a945;
}

.funds-back-to-home-text.orange {
  color: #fc9a29;
}

.funds-back-to-home-text.blue {
  color: #a6c3f2;
}

.back-to-home-link {
  color: #9c9c9c;
}

.funds-h2 {
  color: #9c9c9c;
  text-align: right;
  margin-bottom: 3.2rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 100%;
}

.white {
  color: #fff;
}

.funds-content-wrapper {
  max-width: 29.6rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.funds-content-wrapper.unicorn {
  max-width: 34.1rem;
}

.funds-content-wrapper.board {
  z-index: 2;
  max-width: 29rem;
  flex-direction: row;
  margin-top: 3.2rem;
  margin-left: -1%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.funds-p {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}

.get-funded-button {
  color: #010101;
  background-color: #fc9a29;
  padding: 2rem 9.4rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 100%;
}

.get-funded-button.green {
  background-color: #a5a945;
}

.get-funded-button.blue {
  text-align: center;
  background-color: #a6c3f2;
}

.get-funded-button.is--white {
  background-color: #fff;
}

.tree-image {
  width: 54.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.jupiter-image {
  width: 35%;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: 11.6%;
  right: auto;
}

.flowers-wrapper {
  width: 50%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 14.5%;
}

.flower-image {
  width: 38.5%;
  position: absolute;
  top: -45%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.horse-image {
  z-index: 1;
  width: 34.5%;
  position: absolute;
  top: -72%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.board-wrapper {
  z-index: 1;
  width: 100%;
  grid-row-gap: 4.7rem;
  flex-direction: column;
  position: relative;
}

.board-member-image-wrapper {
  width: 27.9rem;
  height: 27.9rem;
  max-width: 100%;
  background-color: #010101;
  border: 1px solid #4f4f4f;
  align-items: flex-end;
  margin-bottom: 2.2rem;
  padding-bottom: 4.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
}

.board-member-photo {
  width: 18.9rem;
  height: auto;
}

.board-member-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.board-member-name {
  margin-bottom: .7rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
}

.board-member-title {
  letter-spacing: .4px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 167%;
}

.board-flex {
  justify-content: space-between;
  display: flex;
}

.form-wrapper {
  max-width: 73.2rem;
  flex: 1;
  margin-top: 5.4rem;
}

.contact-p {
  color: #010101;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 300;
}

.contact-p.is-success {
  text-align: left;
  margin-bottom: 1.7rem;
}

.contact-h1 {
  color: #010101;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  margin-left: auto;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 112%;
}

.contact-h2 {
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 5.4rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.contact-submit {
  float: right;
  background-color: #010101;
  background-image: url("../images/arrow-20to-20the-20right.svg");
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 2.3rem;
  margin-top: -1.5rem;
  padding: .65rem 5.5rem .65rem 1.6rem;
  font-weight: 300;
}

.input-field {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #010101;
  margin-bottom: 0;
  padding: 0 .3rem .9rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
}

.input-field:focus {
  border-bottom-color: #010101;
}

.input-field::-ms-input-placeholder {
  color: #010101;
  font-size: 1.6rem;
  font-weight: 300;
}

.input-field::placeholder {
  color: #010101;
  font-size: 1.6rem;
  font-weight: 300;
}

.input-field.contact-input {
  background-color: #fff;
}

.contact-form-flex {
  grid-column-gap: 1rem;
  justify-content: space-between;
  margin-bottom: 5rem;
  display: flex;
}

.contact-main-flex {
  z-index: 1;
  grid-column-gap: 17.1rem;
  grid-row-gap: 17.1rem;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
  position: relative;
}

.contact-main-flex.is-green {
  height: 100%;
  max-width: 118rem;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23rem;
}

.contact-wrapper {
  width: 100%;
  background-color: #fa6243;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 11.7rem;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.contact-wrapper.is-green {
  z-index: 2;
  background-color: #a5a945;
  padding-left: 5rem;
  padding-right: 5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-wrapper.is-form {
  z-index: 2;
  display: flex;
}

.contact-wrapper.is--404 {
  justify-content: flex-end;
  align-items: center;
  padding: 5rem 0 2rem;
}

.contact-input {
  min-height: 8.8rem;
  letter-spacing: .15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 1.5rem;
  padding: 2rem 1rem 1rem 3.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
}

.contact-form-inner-flex {
  max-width: 27.8rem;
  grid-row-gap: 3.2rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contact-moon {
  width: auto;
  height: 95%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-sub-text {
  color: #010101;
  font-size: 1.4rem;
  font-weight: 300;
}

.board-p {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-content-wrapper {
  max-width: 29.6rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.contact-content-wrapper.unicorn {
  max-width: 34.1rem;
}

.contact-content-wrapper.board {
  margin-top: 3.2rem;
}

.contact-content-wrapper.is-success {
  max-width: 48.5rem;
  align-items: flex-start;
}

.mobile-left-jupiter {
  width: 6%;
  height: auto;
  display: none;
  position: absolute;
  top: 14.5%;
  bottom: auto;
  left: 28.3rem;
  right: auto;
}

.hp-170-vh {
  width: 100%;
  height: 200vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.second-text-wrapper {
  margin-left: 11.7rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hp-second-text {
  max-width: 40rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 117%;
  font-family: Lincons;
}

.hp-second-p {
  max-width: 48rem;
  color: #fff;
  /*! text-transform: uppercase; */
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 142%;
  font-family: Montserrat;
}

.second-get-funded {
  width: 12.8rem;
  text-align: center;
  background-color: #010101;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 100%;
  transition: all .5s;
}

.second-get-funded:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.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;
}

.data-slider-list {
  width: 100%;
}

.rd-news-button {
  width: 26rem;
  color: #010101;
  text-transform: uppercase;
  border: 2px solid #010101;
  justify-content: center;
  align-items: center;
  padding: 2.2rem 3.1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 155%;
  display: flex;
}

.newsroom-h1 {
  max-width: 59.1rem;
  color: #010101;
  text-transform: none;
  margin-bottom: 2.4rem;
  font-size: 12rem;
  font-weight: 700;
  line-height: 107%;
}

.news-hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-hero-wrapper {
  z-index: 1;
  max-width: 154.1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 18.8rem;
  padding-bottom: 50.5rem;
  display: flex;
}

.news-heo-slide-h2 {
  color: #fff;
  margin-bottom: .8rem;
  font-size: 4.8rem;
  line-height: 117%;
}

.news-slider-glimpse {
  max-width: 63.5rem;
  color: #fff;
  letter-spacing: .15px;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 150%;
}

.news-hero-right {
  max-width: 35.2rem;
}

.cms-data-wrapper {
  width: 55%;
  margin-left: auto;
  display: none;
}

._1480-container {
  width: 90%;
  max-width: 148rem;
  margin-left: auto;
  margin-right: auto;
}

.rd-button-text {
  margin-right: 2rem;
}

.news-col-item {
  height: 100%;
}

.news-hero-section {
  grid-column-gap: 5%;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-side-bg-wrap {
  width: 115rem;
  max-width: 100%;
  background-color: #ececec;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rd-button-arrow {
  width: 3.6rem;
}

.data-slider-item-div {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url("../images/rectangle-202247.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 33rem 16.8rem 7.2rem 8.3rem;
  display: flex;
}

.newsroom-h1-devider {
  width: 34.3rem;
  height: 1px;
  background-color: #010101;
  margin-bottom: 2.4rem;
}

.news-slide-devider {
  width: 5.6rem;
  height: 1px;
  background-color: #fff;
  margin-top: .6rem;
  margin-bottom: .2rem;
}

.hide {
  display: none;
}

.data-slider-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-col-ilist {
  grid-column-gap: 10rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-inner-div {
  max-width: 73.1rem;
  background-color: rgba(1, 1, 1, .7);
  padding: 3.2rem 2rem 7.9rem 3.2rem;
}

.data-slide-wrapp {
  width: 100%;
  display: block;
}

.newsroom-cards-section {
  padding-top: 10.2rem;
  padding-bottom: 4.7rem;
}

.newsroom-subhead {
  max-width: 40rem;
  color: #010101;
  margin-bottom: 7.2rem;
  font-size: 2.4rem;
  line-height: 133%;
}

.news-hero-left {
  z-index: 1;
  position: relative;
}

.newsroom-slide-logo {
  width: auto;
  height: 2.4rem;
  margin-bottom: 1.6rem;
}

.news-hero-slider {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.pub-date-news {
  color: #fff;
  letter-spacing: 1.25px;
  font-size: 1.4rem;
  line-height: 121%;
  display: flex;
}

.left-side-bg-wrap {
  width: 45%;
  height: 100%;
  background-color: #91b3bc;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.news-slide-nav {
  z-index: 2;
  height: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9rem;
  display: flex;
  bottom: 7.8rem;
  left: auto;
  right: auto;
}

.news-hero-mask {
  width: 100%;
  height: 100%;
}

.card-pub-date {
  letter-spacing: 1.25px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 167%;
  display: flex;
}

.news-card-devider {
  width: 5.6rem;
  height: 1px;
  background-color: #fff;
  margin-top: .8rem;
  margin-bottom: 1.6rem;
}

.news-card-h3 {
  margin-bottom: .8rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
}

.news-card-image-wrap {
  width: 100%;
  height: 27rem;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 2.2rem;
  overflow: hidden;
}

.news-card-p {
  letter-spacing: .15px;
  font-weight: 300;
  line-height: 150%;
}

.news-card-link {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-card-bottom-div-stretch {
  margin-bottom: 1.6rem;
}

.news-card-bottom-div-stretch.hebrewo-is-on {
  direction: rtl;
}

.news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.news-card-logo {
  max-height: 3.2rem;
}

.page-styles {
  display: none;
}

.section_logos {
  padding-top: 10.5rem;
  padding-bottom: 11.8rem;
}

.logos-wrapper {
  grid-row-gap: 4.8rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logos-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.funds-logo {
  width: auto;
  height: 4.6rem;
}

.logos-h2-wrapper {
  margin-bottom: 4.8rem;
}

.logos-h2 {
  color: #9c9c9c;
  margin-bottom: .5rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 100%;
}

.logos-h2-sybtext {
  text-transform: uppercase;
  font-weight: 200;
  line-height: 148%;
}

._145-container {
  width: 90%;
  max-width: 145rem;
  margin-left: auto;
  margin-right: auto;
}

.board-absolute-moon {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: -10%;
}

.article-black-box {
  max-width: 75.4rem;
  background-color: rgba(1, 1, 1, .7);
  flex-direction: column;
  align-items: flex-start;
  padding: 3.2rem 2.4rem 5.9rem 3.2rem;
  display: flex;
}

.article-navigation-wrap {
  align-items: flex-start;
  margin-bottom: 3.2rem;
  display: flex;
}

.related-articles-section {
  padding-top: 0;
  padding-bottom: 4.7rem;
}

.article-black-box-glimpse {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 164%;
}

.related-col-list {
  grid-column-gap: 2.2rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-articles-head-wrap {
  margin-bottom: 5.1rem;
}

.article-inner-section {
  padding-top: 6.2rem;
  padding-bottom: 5.9rem;
}

.rich-texts-grid {
  grid-column-gap: 9.1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-section {
  min-height: 100vh;
  background-color: #f3f3f3;
  background-image: url("../images/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 18.7rem;
}

.link-block-3 {
  display: none;
}

.more-articles-h2 {
  color: #010101;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133%;
}

.related-col-item {
  height: 100%;
}

.article-black-box-h1 {
  margin-bottom: 1.6rem;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 117%;
}

.article-black-box-logo {
  width: auto;
  height: 100%;
  max-height: 3.2rem;
  margin-bottom: 1rem;
}

.article-navi {
  color: #9c9c9c;
  letter-spacing: 1.25px;
  white-space: nowrap;
  margin-right: .5rem;
  font-size: 1.4rem;
  line-height: 164%;
}

.article-navi.w--current {
  color: #fff;
  white-space: normal;
  text-decoration: underline;
}

.black-box-article-devider {
  width: 5.3rem;
  height: 1px;
  background-color: #fff;
}

.privacy-hero-section {
  background-color: #010101;
  padding-top: 18.9rem;
  padding-bottom: 5.8rem;
  position: relative;
  overflow: hidden;
}

.legal-h1-wrapper {
  width: 145.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.legal-h1 {
  margin-bottom: .8rem;
  font-size: 12rem;
  line-height: 110%;
}

.legal-h1._12px-margin {
  margin-bottom: 1.2rem;
}

.legal-h1-p {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 133%;
}

.terms-content-section {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  overflow: hidden;
}

.container {
  width: 146rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.terms-rich-text {
  width: 90rem;
  max-width: 100%;
  margin-bottom: 6.5rem;
}

.black-overlay {
  display: none;
}

.nav-gray {
  color: #4f4f4f;
  font-weight: 300;
}

.nav-link-underline {
  width: 0;
  height: 2px;
  background-color: #fa6243;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}


.scroller-icon {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7rem;
}

.scroll-arrow, .scroll-roller {
  transition: transform .3s;
}

.board-col-list-wrap.is-team {
  width: 100%;
  max-width: 153.5rem;
  margin-left: auto;
}

.board-col-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.4rem;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.board-col-list.is-team {
  max-width: 153.5rem;
}

._155-container {
  width: 100%;
  max-width: 155rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10rem;
  padding-right: 10rem;
}

.success-text {
  color: #010101;
  margin-bottom: 1.7rem;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 112%;
}

.success-back-button {
  color: #010101;
  background-color: #fff;
  background-image: url("../images/vector-2045-20-stroke-.svg");
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 2.3rem;
  padding: .6rem 5.4rem .6rem 1.6rem;
  font-size: 2rem;
  font-weight: 300;
}

.man-on-mars-image {
  width: 62rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 17rem;
}

.jupiter-success {
  width: 6.8rem;
  position: absolute;
  top: 25rem;
  bottom: auto;
  left: auto;
  right: 27.2rem;
}

.contact-wrapper-div {
  position: relative;
}

.maiday-image {
  width: 29.7rem;
  margin: auto;
}

.div-block {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aria-hidden {
  display: none;
}

.navbar-wrapper {
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.cockies-header {
  color: #191919;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133%;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cockies-p {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 162%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #010101;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #010101;
  background-color: #fff;
  border-color: #010101;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_text-link {
  color: #010101;
  border-bottom: 1px solid #010101;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: auto;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 20px;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
  color: #010101;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_button {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 8px;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #010101;
  background-color: #fff;
  border-color: #010101;
}

.cookie_svg {
  width: 2rem;
  height: auto;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 2.4rem 3.2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: #010101;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  background-color: #f3f3f3;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 20px;
  right: auto;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.hp-logos-section {
  padding-top: 7.9rem;
}

.hp-logos-h2 {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 125%;
}

.hp-logo {
  width: auto;
  height: 4.7rem;
}

.infinite-logos-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logos-inner-wrapper {
  grid-column-gap: 8rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-description {
  color: #fa6243;
  letter-spacing: .4px;
  white-space: pre;
  margin-top: .4rem;
  margin-right: .5rem;
  font-size: .9rem;
  line-height: 133%;
  display: inline-block;
}

.team-members-logo {
  width: auto;
  height: .8rem;
  margin-bottom: -.3rem;
  display: inline-block;
}

.utm {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    transform-origin: 100% 10%;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-container {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr 1fr auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .nav-brand {
    width: 8.7rem;
  }

  .nav-menu {
    z-index: 1002;
    width: 24.2rem;
    grid-row-gap: 2.4rem;
    background-color: #010101;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5vh;
    padding-left: 4rem;
    display: none;
    position: absolute;
    top: 7rem;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    z-index: 9999;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    order: -1;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.hide {
    display: none;
  }

  .menu-icon {
    width: 2.4rem;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mars-logo {
    width: 8.7rem;
  }

  .nav-link {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    font-size: 1.8rem;
  }

  .nav-link.is--login-btn.is--desktop-only {
    display: none;
  }

  .nav-link.is--login-btn.is--mobile-only {
    margin-right: 0;
    font-size: 1.4rem;
    display: block;
  }

  .nav-link.is--dropdown {
    color: #fff;
    font-style: normal;
  }

  .nav-link.is--only-mobile {
    font-size: 1.8rem;
    display: block;
  }

  .nav-link.only-desktop, .nav-link.only-desktop.w--current {
    display: none;
  }

  ._172-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section_hero {
    padding-bottom: 4rem;
  }

  .center-nav-links-wrapper {
    grid-row-gap: 2.4rem;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    margin-right: 0;
  }

  .login-div {
    grid-row-gap: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .powered-by-text {
    display: none;
  }

  .nav-dropdown {
    grid-row-gap: 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    display: none;
  }

  .nav-dropdown-list {
    grid-row-gap: 2rem;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    padding: 0;
    display: flex;
    position: static;
  }


  .orange-wrapper {
    padding-top: 3.2rem;
    top: 7.3rem;
    overflow: hidden;
  }

  .right-wave {
    height: 50%;
    top: auto;
    bottom: 2.1rem;
    right: -6%;
  }

  .left-wave {
    height: 50%;
    top: auto;
    bottom: 2.1rem;
    left: -6%;
  }

  .jupiters {
    display: none;
  }

  .right-mars {
    width: 100%;
  }

  .right-mars-wrapper {
    display: none;
  }

  .left-mars-wrapper {
    width: 90%;
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -45%;
    left: 0%;
    right: 0%;
  }

  .mars-h1 {
    margin-bottom: 1.6rem;
    font-size: 4rem;
  }

  .mars-hero-logo {
    width: 21.7rem;
  }

  .mars-get-funded {
    width: 95%;
    max-width: 100%;
    background-color: rgba(1, 1, 1, .6);
    margin-top: auto;
    margin-bottom: 3vh;
    position: relative;
  }

  .yellow-wrapper {
    width: 100%;
    height: 70rem;
    max-width: 100%;
  }

  .funds-main-flex {
    grid-row-gap: 2.4rem;
    flex-direction: column;
    align-items: center;
  }

  .funds-h1 {
    max-width: 30rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.2rem;
  }

  .dragon-image {
    width: 90%;
    right: 5%;
  }

  .dragons-moon {
    width: 20%;
  }

  .funds-back-to-home-text {
    display: none;
  }

  .funds-h2 {
    text-align: center;
  }

  .funds-content-wrapper {
    max-width: 100%;
    order: 1;
    align-items: center;
    padding-bottom: 4rem;
  }

  .funds-content-wrapper.board {
    position: static;
  }

  .funds-p {
    max-width: 29.4rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }

  .board-wrapper {
    grid-row-gap: 3.2rem;
    order: 1;
    padding-bottom: 15rem;
  }

  .board-flex {
    grid-row-gap: 3.2rem;
    flex-direction: column;
    align-items: center;
  }

  .form-wrapper {
    order: 1;
    margin-top: 0;
  }

  .contact-p {
    text-align: center;
    font-size: 1.6rem;
  }

  .contact-p.is-success {
    max-width: 24.9rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 133%;
  }

  .contact-h1 {
    text-align: center;
    margin-bottom: 2.2rem;
    font-size: 5.2rem;
  }

  .contact-h2 {
    text-align: center;
    margin-bottom: 4rem;
  }

  .contact-submit {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-flex {
    grid-row-gap: 2.7rem;
    flex-direction: column;
    margin-bottom: 2.6rem;
  }

  .contact-main-flex {
    grid-row-gap: 2.4rem;
    flex-direction: column;
    align-items: center;
  }

  .contact-main-flex.is-green {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-wrapper {
    padding: 2.9rem 5% 1.5rem;
  }

  .contact-wrapper.is-green {
    min-height: 98rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-wrapper.is--404 {
    justify-content: space-between;
  }

  .contact-input {
    margin-bottom: .9rem;
  }

  .contact-form-inner-flex {
    max-width: none;
    grid-row-gap: 2.7rem;
  }

  .contact-sub-text {
    margin-bottom: 1.7rem;
    padding-left: 1.3rem;
  }

  .board-p {
    max-width: 29.4rem;
    text-align: center;
  }

  .contact-content-wrapper {
    max-width: 100%;
    order: 1;
    align-items: center;
  }

  .contact-content-wrapper.is-success {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-left-jupiter {
    width: 12%;
    display: block;
    top: -45%;
    left: 24%;
  }

  .second-text-wrapper {
    max-width: 90%;
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    left: auto;
  }

  .hp-second-text {
    max-width: 100%;
    margin-bottom: .8rem;
    font-size: 3.2rem;
  }

  .hp-second-p {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .second-get-funded {
    width: 95%;
    max-width: 100%;
    background-color: rgba(1, 1, 1, .6);
    margin-top: auto;
    margin-bottom: 5vh;
    display: none;
    position: relative;
  }

  .rd-news-button {
    border-width: 1px;
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

  .newsroom-h1 {
    font-size: 6.4rem;
    line-height: 112%;
  }

  .news-hero-wrapper {
    align-items: center;
    padding-top: 0;
    padding-bottom: 5.8rem;
  }

  .news-heo-slide-h2 {
    max-width: 33.1rem;
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 125%;
  }

  .news-slider-glimpse {
    display: none;
  }

  .rd-button-text {
    margin-right: 1.2rem;
    line-height: 2rem;
  }

  .news-hero-section {
    grid-column-gap: 0%;
    padding-top: 11.2rem;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .right-side-bg-wrap {
    width: 100%;
    position: relative;
  }

  .rd-button-arrow {
    width: 2.2rem;
  }

  .data-slider-item-div {
    padding: 0;
  }

  .newsroom-h1-devider {
    width: 25.6rem;
  }

  .news-slide-devider {
    margin-top: 2.2rem;
  }

  .news-col-ilist {
    grid-template-columns: 1fr 1fr;
  }

  .data-inner-div {
    width: 100%;
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 6.4rem 2.2rem 34.5rem;
    display: flex;
  }

  .newsroom-cards-section {
    padding-top: 5rem;
  }

  .newsroom-subhead {
    max-width: 27.4rem;
    letter-spacing: .5px;
    margin-bottom: 20.8rem;
    font-size: 1.6rem;
    line-height: 119%;
  }

  .news-hero-left {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6.4rem;
    display: flex;
  }

  .newsroom-slide-logo {
    height: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .left-side-bg-wrap {
    width: 100%;
    display: none;
  }

  .news-slide-nav {
    bottom: 4.8rem;
  }

  .logos-wrapper {
    max-width: 32rem;
    grid-row-gap: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .funds-logo {
    height: 4rem;
  }

  .logos-h2, .logos-h2-sybtext {
    text-align: center;
  }

  .board-absolute-moon {
    display: none;
  }

  .article-black-box {
    max-width: 100%;
    align-items: center;
    padding-top: 12.4rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .article-mobile-icon-back {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-navigation-wrap {
    width: 100%;
  }

  .related-articles-section {
    padding-top: 5rem;
  }

  .related-col-list {
    grid-template-columns: 1fr 1fr;
  }

  .article-inner-section {
    padding-top: 5rem;
  }

  .rich-texts-grid {
    display: block;
  }

  .article-section {
    padding-top: 0;
    position: relative;
  }

  .newsroom-richtext {
    margin-bottom: 3rem;
  }

  .link-block-3 {
    display: block;
  }

  .article-navi {
    display: none;
  }

  .black-box-article-devider {
    margin-top: 1.9rem;
  }

  .privacy-hero-section {
    padding-top: 17rem;
  }

  .legal-h1 {
    font-size: 5rem;
  }

  .legal-h1-p {
    font-size: 1.6rem;
  }

  .terms-content-section {
    padding-top: 6rem;
    padding-bottom: 6.9rem;
  }

  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .black-overlay {
    height: 7rem;
    background-color: #010101;
    padding: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-gray {
    color: #9c9c9c;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .scroller-icon {
    display: none;
  }

  .board-col-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._155-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .success-text {
    text-align: center;
    margin-bottom: 1.4rem;
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 123%;
  }

  .success-back-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.4rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .man-on-mars-image {
    width: 100%;
    max-height: 58vh;
    object-fit: contain;
    object-position: 50% 0%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .jupiter-success {
    top: auto;
    bottom: 40vh;
    right: 3.8rem;
  }

  .navbar-wrapper {
    max-width: 100vw;
  }

  .cockies-header {
    font-size: 1.6rem;
  }

  .hp-logos-section {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .hp-logo {
    height: 3.2rem;
  }

  .logos-inner-wrapper {
    grid-column-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  ._172-container.max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .left-mars-wrapper {
    max-width: 42rem;
    bottom: -30%;
  }

  .yellow-wrapper {
    height: 60rem;
  }

  .get-funded-button {
    width: 100%;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .get-funded-button.is--white {
    width: 90%;
  }

  .flower-image {
    width: 50%;
    top: -70%;
  }

  .horse-image {
    width: 50%;
    top: -120%;
  }

  .contact-sub-text {
    line-height: 110%;
  }

  ._1480-container {
    width: 84%;
  }

  ._1480-container.full-width {
    width: 100%;
  }

  .rd-button-text {
    line-height: 2rem;
  }

  .hide {
    display: none;
  }

  .news-col-ilist {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .data-inner-div {
    height: 100%;
  }

  .newsroom-cards-section {
    padding-top: 0;
  }

  .news-card-h3 {
    max-width: 30rem;
  }

  .news-card-image-wrap {
    border-style: none;
    border-color: #000;
  }

  .news-card-link {
    padding-bottom: 3.2rem;
  }

  .news-card-bottom-div-stretch, .news-card-logo {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  ._145-container.max-width {
    width: 100%;
  }

  .related-articles-section {
    padding-top: 0;
  }

  .related-col-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .board-col-list {
    grid-row-gap: 4.4rem;
  }

  ._155-container.max-width {
    width: 100%;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    grid-template-columns: 1fr 0 1fr 1fr 0 1fr;
  }

  .section_hero.contact {
    padding-bottom: 4rem;
  }

  .left-mars-wrapper {
    max-width: 32rem;
    bottom: -20%;
  }

  .yellow-wrapper {
    height: 36.4rem;
  }

  .dragons-moon {
    width: 25%;
  }

  .get-funded-button.is--white {
    width: 90%;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-sub-text {
    line-height: 120%;
  }

  .black-overlay {
    padding: 0;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_component {
    padding: 24px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_38111e1c-f4c5-59ab-667b-33739df53254-d1c3b396 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-ddc919fe-2bf1-74de-2b31-b1bfd1c3b398-d1c3b396 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-ddc919fe-2bf1-74de-2b31-b1bfd1c3b39a-d1c3b396 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-ddc919fe-2bf1-74de-2b31-b1bfd1c3b3ba-d1c3b396 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ddc919fe-2bf1-74de-2b31-b1bfd1c3b3be-d1c3b396 {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-ad350936-249b-2cec-ddb6-55d1e6fa99a1-b5c390c7, #w-node-a12bc627-8d7a-943a-f577-1020ba6fce72-b5c390c7, #w-node-_641b8275-e010-8b22-4258-e1015900a541-b5c390c7, #w-node-cb671360-f871-00aa-3f1f-ed9854e4cf4e-b5c390c7, #w-node-_6ad8490c-4ed7-ae2b-da9b-fcb7eb6be7d5-b5c390c7, #w-node-_8f035978-e02e-7ef6-be57-f83a344e336c-b5c390c7, #w-node-_6ad8490c-4ed7-ae2b-da9b-fcb7eb6be7d8-b5c390c7 {
    justify-self: end;
  }

  #w-node-_3c51ce49-23ea-2614-8d55-6264c19dd4f3-6ac390ce, #w-node-_3c51ce49-23ea-2614-8d55-6264c19dd4f5-6ac390ce, #w-node-_3c51ce49-23ea-2614-8d55-6264c19dd4f7-6ac390ce {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddc919fe-2bf1-74de-2b31-b1bfd1c3b39a-d1c3b396 {
    grid-column-end: 5;
  }
}

@font-face {
  font-family: 'Oswald';
  src: url('https://assets.website-files.com/63c81586d5a0782745c390ba/63c81586d5a0786605c390d7_Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://assets.website-files.com/63c81586d5a0782745c390ba/63c81586d5a078faadc390da_Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('https://assets.website-files.com/63c81586d5a0782745c390ba/63c81586d5a07872cac390d8_Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}