@font-face {
  font-family: Standerd;
  src: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff00_Standerd-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Standerd;
  src: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff02_Standerd-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plateia;
  src: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff03_Plateia%20Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --white: white;
  --green: #047645;
  --blue: #06f;
  --transparent: #0000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plateia, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 130px;
  display: flex;
}

.spline-scene {
  width: auto;
  max-width: 200px;
  max-height: 400px;
}

.spline-scene-2 {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  z-index: 0;
  flex-direction: row;
  justify-content: flex-start;
  height: 500px;
  margin: -350px 664px 0 0;
  padding-right: 0;
  display: block;
  position: static;
}

.navbar-no-shadow {
  z-index: 2000;
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  margin-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 1340px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--green);
  outline-offset: 0px;
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-link:visited {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
  list-style-type: disc;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  background-color: var(--green);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 1000px;
  justify-content: space-around;
  padding: 14px 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

.button-primary:active {
  background-color: #43464d;
}

.image {
  max-width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 85px;
  line-height: 110px;
}

.text-span {
  color: var(--green);
}

.paragraph {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph.h2 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  max-width: 600px;
  font-weight: 400;
}

.paragraph.h2.body {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-left: 350px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.paragraph.organizers {
  padding-left: 0;
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.trmnl4 {
  color: var(--blue);
  padding-left: 0;
  padding-right: 80px;
  font-weight: 400;
  line-height: 28px;
}

.image-2 {
  max-width: 35%;
  margin-top: 30px;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--green);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

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

.div-block.navbutton {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  padding-left: 36px;
  padding-right: 36px;
}

.div-block.navbutton:hover {
  background-color: var(--green);
}

.image-3 {
  max-width: 100%;
}

.text-block {
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  color: #fff;
}

.link-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: block;
}

.link-block-2 {
  object-fit: fill;
  flex: 0 auto;
  order: -1;
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

.link-block-3 {
  margin-top: 20px;
  margin-left: 350px;
  text-decoration: none;
}

.section {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: static;
}

.section-2 {
  background-color: #080808;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 60px;
}

.spline-scene-3 {
  display: none;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  padding-bottom: 0;
  display: flex;
}

.image-4 {
  max-width: 30%;
  max-height: 100%;
  margin-left: -60px;
  display: block;
}

.div-block-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: -650px 0 200px 660px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-2 {
  color: var(--green);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  margin: -24px 30px 20px 15px;
  padding: 10px 20px 10px 15px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list-item-2 {
  -webkit-text-stroke-width: 0px;
  font-family: Standerd, sans-serif;
  font-weight: 400;
}

.text-span-2 {
  font-weight: 600;
}

.list-item-3 {
  width: 124px;
  max-width: none;
  font-weight: 400;
  line-height: 23px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 600;
}

.div-block-5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30%;
  margin: 124px 0 100px -408px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-4 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30%;
  margin-top: -396px;
  margin-left: -500px;
  margin-right: 300px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-3 {
  color: var(--green);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  max-width: 20%;
  margin: -24px 30px 20px 15px;
  padding: 10px 20px 10px 15px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.image-5 {
  display: none;
}

.list-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.section-3 {
  background-color: var(--transparent);
  margin-bottom: 0;
  padding-top: 140px;
}

.container-4 {
  max-width: 1140px;
  margin-bottom: 0;
}

.h1 {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1.form {
  color: var(--green);
  padding-bottom: 30px;
}

.h1.left {
  text-align: left;
  padding-bottom: 30px;
}

.h1._5 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.h1.form-copy {
  background-color: var(--transparent);
  color: var(--green);
  padding-bottom: 30px;
}

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

.flex-horizontal.align-start {
  align-items: flex-start;
}

.color-accent-1 {
  color: #3d73ff;
}

.color-accent-1.hover-opacity-85 {
  transition-property: opacity;
}

.color-accent-1.hover-opacity-85:hover {
  opacity: .85;
}

.text-200 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

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

.pd-26px---24px---40px {
  padding: 26px 24px 40px;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.width-100 {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 2px;
  background-color: #f7f8fc;
  border-radius: 72px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.tabs-menu.links-single {
  grid-column-gap: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.card-icon-square {
  border: 1.5px solid #3d73ff;
  border-radius: 12px;
  max-width: 48px;
  box-shadow: 0 1px 4px #4a3aff42;
}

.overflow-visible {
  height: 250px;
}

.link-icon {
  max-width: 10px;
}

.tab-menu-underline-link {
  color: var(--green);
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #e6e9f1;
  width: 100%;
  margin-left: 0;
  padding: 0 0 24px 10px;
  font-weight: 500;
  line-height: 1.286em;
  transition: border-color .3s, color .3s;
}

.tab-menu-underline-link:hover {
  border-style: none none solid solid;
  border-width: 0 0 1px;
  border-color: var(--green);
  color: var(--green);
}

.tab-menu-underline-link.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--green);
  color: var(--green);
  background-color: #0000;
  margin-left: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tab-menu-underline-link.w--current:hover {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.card {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b17;
}

.card.pd-32px---24px {
  background-color: #fff0;
  border-color: #e6e9f100;
  border-radius: 0;
  padding: 32px 24px 50px;
}

.mg-right-4px {
  margin-right: 4px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.body-text {
  color: #fff;
  text-align: left;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text:hover {
  color: var(--white);
  font-weight: 400;
}

.h1-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 40px;
  font-family: Plateia, sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 106%;
}

.column {
  padding-top: 10px;
}

.body-text-2 {
  color: #fff;
  text-align: left;
  padding-right: 10px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text-2:hover {
  color: var(--green);
  font-weight: 400;
}

.container-5 {
  max-width: 1140px;
}

.section-4 {
  background-color: var(--transparent);
  padding-bottom: 50px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . Area" 50px
  / .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-flow: row;
  margin-top: -15px;
}

.div-block-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--green);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 50px;
  text-decoration: none;
  display: flex;
}

.div-block-copy:hover {
  background-color: var(--white);
}

.section-5 {
  background-color: #08080800;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4d_Bg_2.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: none;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.brix---container-default {
  max-width: 1140px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-48px {
  margin-bottom: 60px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-100 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---section {
  background-color: var(--transparent);
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---team-v9-overlay {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff15_Vector%20309.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.brix---avatar-image-100 {
  vertical-align: baseline;
  width: 100%;
  display: inline-block;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 410px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

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

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-200-medium {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.brix---team-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1140px;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.slider {
  background-color: #ddd0;
  height: 450px;
}

.left-arrow {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -70px;
  margin-bottom: 0;
  display: flex;
}

.left-arrow:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff52_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.paragraph-4 {
  color: var(--green);
  margin-top: -130px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-5 {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-5.vm {
  padding-top: 0;
}

.paragraph-5.birov, .paragraph-5.tofan {
  padding-top: 40px;
}

.paragraph-5.silm {
  padding-top: 0;
  padding-left: 0;
}

.paragraph-5.shuvalova {
  padding-top: 40px;
}

.paragraph-5.mikko {
  padding-top: 0;
}

.paragraph-5.shtepa {
  padding-top: 40px;
}

.paragraph-5.julia {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-5.shapo, .paragraph-5.artem {
  padding-top: 40px;
}

.paragraph-5.julia-copy {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-5.kachura, .paragraph-5.max, .paragraph-5.slava {
  padding-top: 40px;
}

.icon-2 {
  align-items: flex-start;
  display: block;
}

.right-arrow {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -70px;
}

.right-arrow:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff53_Group%204546.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.slide-nav {
  justify-content: center;
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  display: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  grid-template: ". Area . Area-2 . Area-3 . Area-4 . Area-5"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 3200px;
  max-width: none;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}

.grid-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template: "Area . Area-2 . Area-3 . Area-4 . Area-5"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: -41px;
}

.link-block-4 {
  border: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-4:hover {
  background-color: var(--green);
}

.link-block-4.down {
  margin-top: 40px;
}

.link-block-4._2 {
  height: 60px;
  margin-top: 40px;
  margin-bottom: -40px;
}

.image-8 {
  min-width: 70px;
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-8.down.aws {
  min-width: 50px;
}

.image-8.down.jiji {
  min-width: 30px;
}

.image-8.down.aws-copy {
  min-width: 50px;
  max-width: 66%;
}

.image-8.down.jooble {
  min-width: 50px;
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.down.heart {
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.wix {
  min-width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-8.respeecher {
  min-width: 50%;
  max-width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-6 {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 140px;
}

.section-7 {
  background-color: var(--transparent);
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.grid-4 {
  display: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area Area-4 Area-2"
  / 1.75fr 1.75fr 1.75fr 1.75fr;
}

.container-7 {
  max-width: 1140px;
}

.paragraph-2-copy {
  color: var(--white);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  margin: 10px 0 60px;
  padding: 20px 90px 10px 15px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
}

.paragraph-2-copy-copy {
  color: var(--white);
  text-align: right;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  align-self: flex-end;
  margin: 0 0 10px;
  padding: 10px 15px 10px 120px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.flex-block {
  border: 1px solid var(--green);
  background-color: var(--black);
  justify-content: space-between;
  margin-bottom: 30px;
}

.flex-block-1 {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 1px;
  justify-content: space-between;
  margin-top: 40px;
}

.flex-block-1.interview {
  border-color: var(--white);
  justify-content: space-between;
}

.flex-block-copy, .flex-block-copy-copy {
  border: 1px solid var(--green);
}

.flex-block-2 {
  border: 1px solid var(--white);
  background-color: var(--black);
  justify-content: space-between;
  margin-bottom: 30px;
}

.paragraph-2-copy-copy-copy {
  color: var(--white);
  text-align: right;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  align-self: flex-end;
  margin: 0 0 10px;
  padding: 10px 15px 10px 120px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-2-copy-copy-copy.yellow {
  color: var(--white);
}

.section-8 {
  background-color: #08080800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-bottom: 0;
  display: none;
}

.section-9 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff1c_Bg4.svg");
  background-position: 50% 170%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 150px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.grid-6 {
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr .5fr 1fr 1fr;
}

.image-9 {
  max-height: none;
  display: block;
}

.columns-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  height: 250px;
  max-height: none;
  display: flex;
}

.column-5 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff7d_1.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.column-6 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001e_5801.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.column-7 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001f_5802.png");
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.column-8 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff7c_4.webp");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 300px;
  border: 0 solid #fff;
  border-width: 0 0 1px 1px;
}

.container-8 {
  max-width: 1140px;
  margin-top: 0;
}

.columns-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: -35px;
  margin-bottom: 100px;
  display: flex;
}

.text-block-5 {
  font-family: Standerd, sans-serif;
}

.div-block-6 {
  background-color: var(--green);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-7, .text-span-8 {
  font-weight: 600;
}

.column-9 {
  padding-left: 40px;
  padding-right: 100px;
}

.section-10 {
  background-color: #0000;
  margin-top: 40px;
}

.section-11 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 60px;
}

.container-9 {
  max-width: 1140px;
}

.h1-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 800px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
}

.container-10 {
  max-width: 1140px;
  margin-top: 30px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #fff0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-6 Area-5 Area-4";
  display: none;
}

.link-block-5 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff1e_notion2.svg");
  background-position: 0 0;
  background-size: auto;
  align-self: flex-end;
}

.flex-block-3 {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
}

.paragraph-8 {
  color: #fff;
  margin-top: -69px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 125px 20px 30px 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  text-decoration: none;
}

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

.flex-block-3-copy {
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 0;
}

.flex-block-4 {
  border: 1px solid #fff;
  margin-bottom: 40px;
  padding: 0;
}

.flex-block-5, .flex-block-6 {
  border: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.section-12 {
  background-color: var(--black);
  border: 1px solid #080808;
  margin-bottom: 0;
  padding-top: 100px;
}

.text-span-9 {
  font-style: normal;
}

.link-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 20px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  background-color: var(--green);
}

.link-block-6.deel {
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 24px;
}

.link-block-6.reply {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 34px;
}

.image-10 {
  background-color: #fff9f900;
  min-width: 110px;
  max-width: 100%;
  margin-right: 30px;
  padding-top: 30px;
}

.image-10.aws {
  min-width: 80px;
}

.image-10.deel {
  min-width: 100px;
  padding-top: 20px;
}

.image-10.reply {
  min-width: 130px;
  padding-top: 20px;
}

.image-10.appsflyer {
  min-width: 120px;
}

.container-11 {
  z-index: 1000;
  max-width: 1140px;
  display: none;
  position: relative;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area . Area-3 . Area-5 ."
                 ". Area-2 . Area-4 . Area-6"
                 / 1fr 1fr 1fr;
  margin-top: 20px;
}

.slider-3 {
  z-index: 1000;
  background-color: #ddd0;
  height: 150px;
  position: relative;
}

.link-block-4-copy {
  border: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4-copy.investment {
  margin-top: -40px;
  margin-bottom: 0;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-3 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -115px;
}

.right-arrow-3:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff53_Group%204546.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.icon-5 {
  display: none;
}

.left-arrow-3 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -115px;
}

.left-arrow-3:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff52_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.icon-6 {
  display: none;
}

.mask {
  height: auto;
}

.container-12 {
  background-color: #080808;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1140px;
  padding-top: 260px;
  display: flex;
}

.h1-3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .5fr .5fr 1fr;
  grid-template-areas: "Area-3 Area-2 Area"
                       "Area-4 Area-5 .";
}

.section-13 {
  background-color: #080808;
}

.counter {
  color: var(--green);
  font-family: Standerd, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.paragraph-f {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 90px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-f:hover {
  color: #fff;
}

.div-block-7 {
  padding-right: 270px;
}

.section-14 {
  background-color: #08080800;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff1f_BG6.svg");
  background-position: 50% 118%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 230px;
  max-height: 220px;
  margin-top: -108px;
}

._123 {
  color: var(--green);
  font-family: Standerd, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.section-15 {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 140px;
}

.container-13 {
  max-width: 1140px;
  padding-top: 30px;
}

.slider-4 {
  background-color: #ddd0;
  height: auto;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.div-block-12 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff43_bloomcoding.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.columns-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.stargazing_header {
  color: var(--white);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #08080800;
  margin: 10px 0 0;
  padding: 10px 20px 10px 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
}

.stargazing_header.white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--green);
  background-color: #08080800;
  padding-right: 30px;
  display: block;
}

.stargazing_body {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.stargazing_body:hover {
  color: #fff;
}

.stargazing_body.white {
  color: var(--white);
  padding-top: 10px;
  padding-right: 0;
  font-weight: 400;
}

.div-block-13 {
  text-align: right;
  background-color: #080808;
  border: 1px solid #fff;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.image-11 {
  max-width: 80%;
  display: block;
}

.flex-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 185px 40px 30px 30px;
}

.flex-block-8 {
  margin-left: -20px;
  margin-right: 26px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.flex-block-8:hover {
  background-color: var(--green);
}

.image-12 {
  width: 28%;
  max-width: 100%;
}

.section-16 {
  background-color: #08080800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-17 {
  height: 450px;
  display: none;
}

.container-14 {
  max-width: 1140px;
  margin-bottom: 120px;
}

.mask-copy {
  height: 200px;
}

.paragraph-t4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 180px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-t4:hover {
  color: #fff;
}

.paragraph-t4.v2, .paragraph-t4.v3 {
  padding: 25px 0 30px 340px;
}

.h1-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.text-span-10 {
  color: #06f;
}

.button-t4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blue);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

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

.button-t4._2 {
  margin-top: 40px;
}

.text-span-11 {
  color: var(--blue);
}

.cell, .cell-2 {
  border-bottom: 1px solid #fff;
}

.cell-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.text-span-16 {
  color: #fff;
}

.toggle-text {
  z-index: 2;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.italic-text {
  color: #fff;
  font-style: normal;
}

.bold-text-3 {
  font-weight: 300;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-9 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 300;
}

.faq-icon {
  z-index: 2;
  background-color: #fff0;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-wrap {
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-12 {
  color: #2c4bff;
}

.bold-text-7 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  min-width: 1140px;
  max-width: 1140px;
  margin-bottom: 60px;
}

.title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Plateia, sans-serif;
}

.faq-p {
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #06f0;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.faq-answer {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 0;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

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

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--green);
  color: var(--green);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2:hover {
  background-color: var(--green);
}

.brix---accordion-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.brix---inner-container-1012px-center {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---section-2 {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---accordion-item-wrapper-v2 {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 20px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  list-style-type: disc;
}

.brix---paragraph-default-2._1 {
  margin-bottom: 10px;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  display: flex;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---container-default-2 {
  max-width: 1140px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--green);
  color: var(--green);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2:hover {
  background-color: var(--green);
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.link, .link-2 {
  color: var(--green);
}

.section-18 {
  padding-top: 120px;
  display: none;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.animation {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.animation._1 {
  margin-top: 20px;
}

.animation._2 {
  margin-bottom: 20px;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 30px 80px;
  position: relative;
}

.container-19 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-right: 30px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #06f;
}

.title-small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.image-13 {
  max-width: 60%;
}

.footer-dark-2 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff26_BG8.svg");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 40px;
  padding: 50px 30px 40px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: var(--green);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-14 {
  max-width: 60%;
  padding-bottom: 15px;
}

.image-15 {
  color: #fff;
}

.image-16 {
  max-width: 50%;
}

.image-17 {
  max-width: 60%;
}

.body-2 {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff42_jeremy-perkins-uhjiu8FjnsQ-unsplash-7%20(1)%204.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.form_navbar {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 20px 25px;
}

.container-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 130px;
  display: flex;
}

.section-19 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-20 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  height: 150px;
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-21 {
  background-color: #080808;
}

.container-22 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "Area Area-6"
                       "Area-2 Area-7"
                       "Area-3 Area-8"
                       "Area-4 Area-9"
                       "Area-5 Area-10";
}

.list-item-8 {
  display: block;
}

.list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-field {
  background-color: var(--black);
  color: var(--white);
  height: 60px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid var(--green);
}

.form_label {
  color: #fff;
  margin-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.text-field-2 {
  background-color: var(--black);
  color: var(--white);
  height: 60px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.text-field-2:hover {
  border: 1px solid var(--green);
}

.select-field {
  background-color: var(--black);
  color: var(--white);
  height: 60px;
  padding-right: 12px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.select-field:hover {
  border: 1px solid var(--green);
}

.checkbox-label {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 150px 10px 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.checkbox {
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox:hover {
  border-color: var(--green);
}

.checkbox.w--redirected-checked {
  border-color: var(--green);
  background-color: var(--green);
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff55_check.svg");
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.submit-button {
  background-color: var(--green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

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

.form-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block {
  color: var(--black);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 1140px;
  margin: auto;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: flex;
}

.container-23 {
  max-width: 1140px;
}

.section-22 {
  background-color: #080808;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  margin-top: -20px;
  padding-top: 200px;
  padding-bottom: 50px;
}

.button-primary-copy {
  background-color: var(--green);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 20px;
  justify-content: space-around;
  padding: 14px 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-copy:hover {
  color: var(--black);
  background-color: #fff;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.button-primary-copy.w--current {
  border: 1px solid var(--green);
  background-color: var(--black);
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.button-primary-copy.w--current:hover {
  background-color: var(--green);
  color: var(--black);
}

.mobile-margin-top-10-copy {
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
  list-style-type: disc;
}

.bold-text-8 {
  font-style: normal;
}

.button {
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
}

.text-span-17 {
  color: var(--green);
  text-decoration: underline;
}

.section-23 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff5d_Bg_5.svg");
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 1250px;
  height: 280px;
  margin-top: -120px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, 49px);
  grid-template-columns: 1fr .5fr 1fr;
  grid-template-areas: "Area Area-3 Area-2";
  justify-content: center;
  align-self: center;
  place-items: stretch center;
  min-width: 100%;
  margin-left: 100px;
  padding: 10px 0 20px;
}

.image-19 {
  border: 1px #000;
  width: 120px;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: -400px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
}

.image-20 {
  width: 100px;
  min-width: auto;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: none;
}

.link-block-7 {
  min-width: auto;
}

.text-span-18 {
  font-weight: 600;
}

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

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3" 260px
  / 1fr 1fr 2.75fr;
}

.link-block-8 {
  background-color: var(--green);
  color: var(--black);
  border: 1px solid #fff;
  text-decoration: none;
}

.link-block-8:hover {
  background-color: var(--white);
}

.paragraph-9 {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-9.v2 {
  padding-right: 5px;
}

.image-22 {
  padding-top: 30px;
  padding-bottom: 80px;
  padding-left: 20px;
}

.image-22.v2 {
  padding-bottom: 80px;
}

.flex-block-9 {
  background-color: var(--black);
  border: 1px solid #fff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 30px;
}

.div-block_2_2 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6f_Group%2014054.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.paragraph-10 {
  color: var(--green);
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-10.sub, .paragraph-10.sub-copy {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body_s {
  color: var(--white);
  padding-top: 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.body_s.sub {
  color: var(--white);
  font-weight: 400;
}

.body_s.v2 {
  padding-top: 15px;
}

.right-arrow-3-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: -90px;
}

.right-arrow-3-copy:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff53_Group%204546.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.left-arrow-3-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: -90px;
  position: absolute;
}

.left-arrow-3-copy:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff52_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff17_white2.svg");
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 2.75fr;
  display: none;
}

.slide-nav-3-copy {
  display: none;
}

.brix---bg-overlay-team-v12 {
  background-image: linear-gradient(#0009, #0009);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---team-text-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---team-v13-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  inset: auto auto 40px 32px;
}

.brix---color-neutral-806 {
  color: #fff;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-200-medium-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---team-v9-wrapper-2 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---team-text-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-14-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: none;
}

.tabs-2 {
  display: none;
}

.tab-menu-underline-link-copy {
  color: var(--green);
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #e6e9f1;
  width: 100%;
  margin-left: 0;
  padding: 0 0 24px 10px;
  font-weight: 500;
  line-height: 1.286em;
  transition: border-color .3s, color .3s;
}

.tab-menu-underline-link-copy:hover {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--green);
  color: var(--green);
}

.tab-menu-underline-link-copy.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--green);
  color: var(--green);
  background-color: #0000;
  margin-left: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-22-copy {
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 20px;
}

.div-block_2 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6d_Easy_sales.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block-_3 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff73_MemoryOS-1.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block_3 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff70_Maremio-1.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block_4 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff77_Quik_Shipper.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block_2_3, .div-block_2_4, .div-block_2_2-copy, .div-block_2_5 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6f_Group%2014054.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.text-span-20, .text-span-21 {
  color: var(--blue);
}

.button_2 {
  margin-top: 20px;
  margin-left: 0;
  text-decoration: none;
}

.list_deals {
  padding-left: 0;
}

.link-block-6-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding: 0 0 3px;
  text-decoration: none;
  display: flex;
}

.list-item-9 {
  color: #fff;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.list-item-9:hover {
  color: var(--black);
}

.list-item-10 {
  color: #fff;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.list-item-10:hover {
  color: var(--black);
}

.list-5 {
  margin-top: -65px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-right: 20px;
  line-height: 35px;
}

.list-5:hover {
  color: var(--black);
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.list-6 {
  color: #fff;
  margin-top: -53px;
  margin-bottom: 0;
  padding: 120px 10px 30px 40px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.list-6-copy {
  color: #fff;
  margin-top: -74px;
  margin-bottom: -4px;
  padding: 100px 20px 15px 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.list-6-copy:hover {
  color: var(--black);
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  padding-bottom: 10px;
}

.list-item-16 {
  padding-bottom: 0;
}

.link-block-6-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 10px 10px 0;
  text-decoration: none;
  display: flex;
}

.link-block-6-copy:hover {
  background-color: var(--green);
}

.text-span-22 {
  font-weight: 600;
}

.image-25 {
  display: block;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-6 Area-4 Area-5";
}

.link-block-9 {
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  background-color: var(--green);
  color: var(--black);
}

.image-26 {
  min-width: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
}

.image-26.notion {
  min-width: 110px;
  padding-top: 40px;
}

.image-26.zendesk {
  min-width: 120px;
}

.image-26.deel {
  min-width: 20px;
  max-width: 40%;
}

.image-26.reply {
  min-width: 125px;
}

.list-item-17, .list-item-18 {
  padding-bottom: 10px;
}

.list-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.top_1 {
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.top_1:hover {
  background-color: var(--green);
  color: var(--black);
}

.buttom_1 {
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.buttom_1:hover {
  background-color: var(--green);
  color: var(--black);
}

.link-block-9-copy {
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-block-9-copy {
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-block-9-copy:hover {
  background-color: var(--green);
  color: var(--black);
}

.section-4_phone {
  background-color: #080808;
  padding-bottom: 50px;
  display: none;
}

.section-4_, .section-4-copy {
  background-color: #080808;
  padding-bottom: 50px;
}

.section_phone {
  background-color: #080808;
  padding-bottom: 50px;
  display: none;
}

.animation-phone {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.animation-phone._1 {
  margin-top: 20px;
}

.animation-phone._2 {
  margin-bottom: 20px;
}

.animation_phone {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.animation_phone._1 {
  margin-top: 20px;
}

.animation_phone._2 {
  margin-bottom: 20px;
}

.spline-scene-4 {
  height: 250px;
  margin-top: -260px;
  margin-left: 0;
  margin-right: -40px;
  padding-left: 0;
}

.body-3 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff42_jeremy-perkins-uhjiu8FjnsQ-unsplash-7%20(1)%204.webp");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

.section-24 {
  margin-top: 150px;
}

.container-24 {
  max-width: 1140px;
}

.grid-18 {
  grid-column-gap: 250px;
  grid-template: "Area"
  / .5fr .25fr;
}

.image-27 {
  min-width: 120px;
  max-width: none;
}

.link-block-10 {
  border: 1px solid var(--white);
  background-color: var(--black);
  margin-left: 0;
  padding: 30px;
}

.link-block-10:hover {
  background-color: var(--green);
}

.link-block-10._2 {
  margin-top: 88px;
  margin-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.spline-scene-5 {
  aspect-ratio: auto;
  flex: 0 auto;
  margin-top: -114px;
  margin-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image-28 {
  aspect-ratio: 1;
  pointer-events: none;
  max-width: 100%;
  margin-top: -20px;
  margin-left: -300px;
  overflow: visible;
}

.section-25 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4c_Bg_3.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 1000px;
  margin-top: 50px;
  padding-top: 120px;
}

.grid-19 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.image-29 {
  align-self: center;
  width: auto;
  min-width: 500px;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.flex-block-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.text-span-23 {
  color: var(--white);
  font-weight: 600;
}

.text-span-24, .text-span-25 {
  color: var(--white);
}

.flex-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
}

.section-26 {
  background-color: var(--black);
}

.link-block-11 {
  z-index: 1000;
  aspect-ratio: auto;
  background-color: var(--black);
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  margin-left: 0;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-11:hover {
  background-color: var(--blue);
}

.image-30 {
  max-width: 80%;
}

.flex-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 50px;
}

.section-27 {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff5e_Bg_9.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  width: auto;
  height: 120px;
}

.section-28 {
  background-color: var(--green);
}

.container-25, .container-26 {
  max-width: 1140px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  padding: 30px 50px;
  font-family: Standerd, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.section-29 {
  background-color: var(--green);
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff5f_Bg_10.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  height: 100px;
}

.section-30 {
  background-color: var(--black);
  padding-top: 100px;
}

.container-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-template: "Area Area-2 Area-3"
  / .25fr .25fr 3fr;
  padding-left: 0;
  padding-right: 0;
}

.image-31 {
  min-width: 120px;
  max-width: none;
}

.link-block-12 {
  border-right: 0 solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.image-32 {
  min-width: auto;
  max-width: none;
  height: 60px;
  min-height: auto;
  display: block;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr 1fr;
  margin-top: 50px;
}

.image-33 {
  max-width: 108%;
}

.div-block-17 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff81_Rectangle%201763.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.div-block-17-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff80_Rectangle%201764.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.div-block-17-copy-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff82_601%203.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}

.columns-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 1240px;
  max-width: 1240px;
  height: 100px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  display: flex;
}

.column-21 {
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  height: 100px;
}

.paragraph-15 {
  color: #fff;
  width: 480px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 23px;
}

.text-block-10 {
  color: #06f;
  width: 30px;
  margin-top: 15px;
  margin-left: 525px;
  padding-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.text-block-11 {
  display: none;
}

.column-22 {
  border: 1px solid #fff;
  height: 100px;
}

.text-block-12 {
  color: #06f;
  text-align: center;
  width: 30px;
  margin-top: -17px;
  margin-left: 525px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-13 {
  display: none;
}

.grid-22 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 4.25fr;
}

.container-28 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  margin-top: 50px;
  display: flex;
}

.grid-23 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-3"
                       "Area-2 Area-4"
                       "Area-5 Area-6";
}

.body_genesis {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.body_genesis.numbers {
  color: var(--green);
  padding-top: 50px;
  padding-right: 0;
  font-weight: 600;
}

.body_genesis.numbers._2 {
  margin-left: 0;
  padding-left: 34px;
}

.body_genesis.numbers._3 {
  padding-left: 162px;
}

.body_genesis.numbers._5 {
  padding-left: 174px;
}

.flex-block-15 {
  border: 1px solid var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
}

.link-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.button-genesis {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--green);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

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

.button-genesis._2 {
  margin-top: 40px;
}

.section-31 {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4d_Bg_2.svg");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  height: 120px;
}

.section-32 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 50px;
}

.container-27-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 50px;
  display: flex;
}

.grid-24 {
  grid-template: "Area-2 Area"
  / 1.75fr 1.75fr;
  align-self: stretch;
}

.list-8 {
  color: var(--white);
}

.flex-block-16 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.container-29 {
  max-width: 1140px;
  margin-top: 50px;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.button-meta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--green);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

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

.button-meta._2 {
  margin-top: 40px;
}

.footer {
  background-color: #080808;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 50px;
}

.text-block-14 {
  margin: 20px 60px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.success-message {
  background-color: var(--green);
  margin-top: 0;
  margin-bottom: 50px;
}

.error-message {
  background-color: #ffabab;
}

.horizon-capital {
  min-width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f1v, .m1c {
  min-width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inovo {
  min-width: 100px;
  padding: 0 30px;
}

.sid {
  min-width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tav {
  min-width: 150px;
  max-width: 120%;
  padding-top: 0;
  padding-bottom: 0;
}

.nnv {
  min-width: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

._500 {
  min-width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fortech {
  min-width: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalyst {
  min-width: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalyst._3 {
  min-width: 130px;
}

.uv {
  min-width: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.smok {
  min-width: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.geek {
  min-width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spline-scene-4-copy {
  height: 250px;
  margin-top: -260px;
  margin-left: 0;
  margin-right: -40px;
  padding-left: 0;
}

.footer-wrapper-2-copy {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-20-copy {
  grid-column-gap: 20px;
  grid-template: "Area Area-2 Area-3"
  / .25fr .25fr 3fr;
  padding-left: 100px;
  padding-right: 100px;
}

.section-33 {
  border: 1px solid var(--black);
  background-color: var(--black);
  height: 100px;
  margin-top: -100px;
}

.link-block-4-copy {
  border: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -40px;
  display: flex;
}

.link-block-4-copy:hover {
  background-color: var(--green);
}

.link-block-4-copy.down {
  margin-top: 40px;
}

.mask_logo {
  width: 100vw;
}

.section-7_phone {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 120px;
  display: none;
  position: absolute;
  overflow: visible;
}

.div-block-18 {
  width: 100vw;
  margin-bottom: 10px;
  overflow: visible;
}

.section-7_phone2 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 120px;
  display: none;
  position: absolute;
  overflow: visible;
}

.grid-8-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area . Area-3 . Area-5 ."
                 ". Area-2 . Area-4 . Area-6"
                 / 1fr 1fr 1fr;
  margin-top: 20px;
}

.link-block_logo {
  border: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block_logo:hover {
  background-color: var(--green);
}

.link-block_logo.down {
  margin-top: 40px;
}

.link-block_logo._2 {
  margin-top: 40px;
  margin-bottom: -40px;
}

.link-block_partners {
  border: 1px solid var(--white);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block_partners:hover {
  background-color: var(--green);
}

.link-block_partners.down {
  margin-top: 40px;
}

.link-block_partners._2 {
  margin-top: 40px;
  margin-bottom: -40px;
}

.link-block_partners.investment {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-3 {
  color: var(--green);
}

.bold-text-9 {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.youtube {
  border: 1px solid #fff;
}

.html-embed {
  flex: 0 auto;
  align-self: center;
  width: 300px;
  height: 500px;
  margin-top: -350px;
  margin-bottom: 0;
  margin-left: -630px;
}

.image-34 {
  max-width: 30%;
  margin-top: -200px;
}

.grid-26 {
  grid-template-areas: "Area ."
                       "Area-2 Area-3";
}

.column-23 {
  grid-column-gap: 0px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.flex-block-17 {
  flex: 1;
}

.paragraph-16 {
  color: var(--white);
  align-self: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.flex-block-18 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.column-24 {
  align-self: center;
}

.text-span-26 {
  color: var(--green);
}

.checkbox-field, .checkbox-field-2, .checkbox-field-3, .checkbox-field-5 {
  margin-left: 10px;
}

.text-span-27, .text-span-28 {
  color: var(--green);
}

.html-embed-2 {
  margin-top: -128px;
  position: relative;
  overflow: visible;
}

.paragraph-9-copy {
  margin-top: -25px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-9-copy.v2 {
  padding-right: 5px;
}

.fvc {
  min-width: 100px;
  max-width: 150%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icu {
  max-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-17 {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}

.section-34 {
  background-color: #080808;
}

.my-section-margin-bottom {
  margin-top: 100px;
  margin-bottom: 48px;
}

.section-35 {
  background-color: var(--black);
  margin-bottom: 0;
}

.section-36 {
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4d_Bg_2.svg");
  background-position: 50% 0;
  background-size: auto;
  height: 200px;
}

.cds {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
  background-position: 100% 80%;
  background-size: auto;
  height: 220px;
}

.list-item-19 {
  padding-bottom: 10px;
}

.nav-link-copy {
  color: var(--white);
  letter-spacing: .25px;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-copy:hover {
  color: var(--green);
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-color: var(--green);
  outline-offset: 0px;
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-link-copy:visited {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.brix---grid-3-columns-gap-0-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 410px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.brix---team-v9-wrapper-copy {
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---avatar-image-100-copy {
  vertical-align: baseline;
  width: 100%;
  display: inline-block;
}

.paragraph-4-copy {
  color: var(--green);
  margin-top: -380px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-5-copy {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-5-copy.vm {
  padding-top: 0;
  padding-left: 180px;
}

.paragraph-5-copy.birov, .paragraph-5-copy.tofan {
  padding-top: 40px;
}

.paragraph-5-copy.silm {
  padding-top: 0;
  padding-left: 0;
}

.paragraph-5-copy.shuvalova {
  padding-top: 40px;
}

.paragraph-5-copy.mikko {
  padding-top: 0;
}

.paragraph-5-copy.shtepa {
  padding-top: 40px;
}

.paragraph-5-copy.julia {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-5-copy.shapo, .paragraph-5-copy.artem {
  padding-top: 40px;
}

.paragraph-5-copy.julia-copy {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-5-copy.kachura, .paragraph-5-copy.max, .paragraph-5-copy.slava {
  padding-top: 40px;
}

.brix---team-text-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.brix---team-content-v9-copy {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.brix---color-neutral-100-copy {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---text-200-medium-copy {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.brix---team-v9-overlay-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff15_Vector%20309.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.brix---team-v9-overlay-copy-copy {
  border: 1px solid var(--white);
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-copy {
  background-color: #ddd0;
  height: 230px;
}

.h1-copy {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.brix---team-text-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.right-arrow-4 {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -70px;
}

.right-arrow-4:hover {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff53_Group%204546.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.paragraph-18 {
  color: #ecd400;
  margin-top: -130px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.brix---team-v9-wrapper-3 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.h1-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1-5._5 {
  padding-bottom: 0;
}

.brix---bg-overlay-team-v12-2 {
  background-image: linear-gradient(#0009, #0009);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---color-neutral-807 {
  color: #fff;
}

.brix---team-v9-wrapper-4 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.slider-5 {
  background-color: #ddd0;
  display: none;
}

.brix---color-neutral-808 {
  color: #211f54;
}

.brix---avatar-image-100-2 {
  width: 100%;
}

.paragraph-20 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-20.shuvalova, .paragraph-20.artem {
  padding-top: 40px;
}

.paragraph-20.julia {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-20.silm {
  padding-top: 0;
  padding-left: 0;
}

.paragraph-20.kachura, .paragraph-20.max, .paragraph-20.slava, .paragraph-20.birov {
  padding-top: 40px;
}

.paragraph-20.mikko {
  padding-top: 0;
}

.paragraph-20.shtepa {
  padding-top: 40px;
}

.paragraph-20.vm {
  padding-top: 0;
}

.paragraph-20.shapo {
  padding-top: 40px;
}

.paragraph-20.slava-copy {
  padding-top: 0;
}

.paragraph-20.max-copy, .paragraph-20.shuvalova-copy {
  padding-top: 20px;
}

.paragraph-20.shapo-copy, .paragraph-20.shuvalova-copy-copy {
  padding-top: 0;
}

.brix---text-200-medium-3 {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.brix---section-3 {
  color: #fff;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.brix---team-text-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1140px;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, 49px);
  grid-template-columns: 1fr .5fr 1fr;
  grid-template-areas: "Area Area-3 Area-2";
  justify-content: center;
  align-self: center;
  place-items: stretch center;
  min-width: 100%;
  padding: 10px 0 20px;
}

.link-block-14 {
  min-width: auto;
}

.image-36 {
  border: 1px #000;
  width: 120px;
  min-width: auto;
  max-width: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
}

.image-38 {
  width: 100px;
  min-width: auto;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.cards-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  display: flex;
}

.card-default {
  z-index: 1;
  border-bottom: 1.5px solid var(--white);
  background-color: var(--black);
  opacity: 1;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ffdb_Vector%20308.svg");
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.container-31 {
  background-color: var(--transparent);
  max-width: 1140px;
  overflow: visible;
}

.section-37 {
  background-color: var(--transparent);
  padding-bottom: 0;
}

.h1-copy {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.heading-3 {
  color: var(--green);
  margin-top: 24px;
  margin-left: 20px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-21 {
  color: var(--white);
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-20 {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: 190px;
  margin: 0 24px 24px 136px;
  display: block;
}

.h1-copy {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1-copy.form {
  color: var(--green);
  padding-bottom: 30px;
}

.h1-copy.left {
  text-align: left;
  padding-bottom: 30px;
}

.h1-copy._5 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.h1-copy-copy {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.card-new {
  width: 360px;
  height: 200px;
  position: relative;
}

.card-hover {
  z-index: 2;
  opacity: 0;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ffda_Vector%20309.svg");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.paragraph-22 {
  color: var(--black);
  margin: 24px 50px 0 24px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.h1-copy-copy {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

.h1-copy-copy.form {
  color: var(--green);
  padding-bottom: 30px;
}

.h1-copy-copy.left {
  text-align: left;
  padding-bottom: 30px;
}

.h1-copy-copy._5 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.h1-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.container-9-copy {
  max-width: 1140px;
}

.footer-dark-2-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff26_BG8.svg");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 80px;
  padding: 50px 30px 40px;
  display: none;
  position: relative;
}

.inovo-2 {
  max-width: 90%;
}

.accel {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 12px 24px;
  display: flex;
}

.accel:hover {
  background-color: #fffc00;
}

.accel.speed {
  padding-left: 30px;
  padding-right: 30px;
}

.accel.badideas {
  max-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.silicon {
  max-width: 190px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.acrobat {
  max-width: 170px;
  max-height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.j-t {
  max-width: 150px;
}

.accel.flashpoint {
  max-width: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.inovo-2 {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.credo {
  max-width: 130px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.first {
  max-width: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.dmg {
  max-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.smok-2 {
  max-width: 100px;
  padding-top: 8px;
}

.accel.presto {
  max-width: 200px;
}

.accel.under {
  max-width: 145px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.depo {
  max-width: 160px;
}

.accel.market {
  max-width: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

.accel.trind {
  max-width: 135px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-36-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-1001 {
  min-width: 70px;
  max-width: 50%;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-1001.headvay {
  min-width: auto;
  max-width: 70%;
  min-height: auto;
  padding: 0;
}

.image-1001.speed {
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 0;
}

.flyer {
  max-width: 80%;
}

.container-32 {
  max-width: 1140px;
  margin-bottom: 40px;
}

.section-5-copy {
  background-color: #08080800;
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4d_Bg_2.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.brix---paragraph-default-2-copy {
  color: var(--green);
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  list-style-type: none;
}

.brix---paragraph-default-2-copy._1 {
  margin-bottom: 10px;
}

.link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--green);
}

.footer-link-2-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.footer-link-2-copy:hover {
  color: var(--green);
}

.paragraph-23 {
  color: var(--green);
  text-align: right;
  margin-top: 24px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.flex-block-19 {
  justify-content: space-between;
}

.bold-text-13, .bold-text-14 {
  font-size: 36px;
}

.new-para {
  color: var(--green);
}

.paragraph-2-copy-copy-copy-copy {
  color: var(--green);
  text-align: right;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #080808;
  align-self: flex-end;
  margin: 0 0 10px;
  padding: 10px 15px 10px 120px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-2-copy-copy-copy-copy.yellow {
  color: var(--white);
}

.paragraph-24 {
  padding-left: 70px;
  padding-right: 70px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.link-block-15 {
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 550px;
  text-decoration: none;
}

.link-block-15.learn-more {
  align-self: flex-start;
  margin-top: -26px;
  margin-left: 220px;
}

.image-1002 {
  max-width: 100%;
}

.quick-stack-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-15 {
  text-align: left;
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-block-15.learn-more {
  font-size: 18px;
}

.div-block-21 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #080808;
  cursor: pointer;
  background-color: #fffc00;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  padding: 16px 50px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-21:hover {
  background-color: #fff;
}

.div-block-21._2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-1003 {
  max-width: 100%;
  height: 30px;
}

.image-1003.snap {
  height: 30px;
}

.flex-block-28 {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.flex-block-29 {
  margin-top: 0;
}

.h1-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Plateia, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.container-33 {
  max-width: 1140px;
}

.paragraph-24-copy {
  color: var(--white);
  padding-left: 70px;
  padding-right: 70px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-9-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-9-copy-copy.v2 {
  padding-right: 5px;
}

.paragraph-20-copy {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.paragraph-20-copy.shuvalova, .paragraph-20-copy.artem {
  padding-top: 40px;
}

.paragraph-20-copy.julia {
  padding-top: 0;
  padding-left: 10px;
}

.paragraph-20-copy.silm {
  padding-top: 0;
  padding-left: 0;
}

.paragraph-20-copy.kachura, .paragraph-20-copy.max, .paragraph-20-copy.slava, .paragraph-20-copy.birov {
  padding-top: 40px;
}

.paragraph-20-copy.mikko {
  padding-top: 0;
}

.paragraph-20-copy.shtepa {
  padding-top: 40px;
}

.paragraph-20-copy.vm {
  padding-top: 0;
}

.paragraph-20-copy.shapo {
  padding-top: 40px;
}

.paragraph-20-copy.slava-copy {
  padding-top: 0;
}

.paragraph-20-copy.max-copy, .paragraph-20-copy.shuvalova-copy {
  padding-top: 20px;
}

.section-38 {
  display: none;
}

.div-block_3-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001c_Quik_Shipper.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block_3-copy-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff70_Maremio-1.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.div-block_2_2-copy-copy, .div-block_2_2-copy-copy-copy, .div-block_2_2-copy-copy {
  background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6f_Group%2014054.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  height: auto;
}

.link-10 {
  color: var(--green);
}

.link-11, .link-12, .link-13 {
  color: var(--black);
  font-weight: 600;
}

.link-block-16 {
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 550px;
  text-decoration: none;
}

.image-1004 {
  max-width: 100%;
}

.flex-block-31 {
  display: block;
}

.grid-29 {
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.flex-block-32 {
  z-index: 1000;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -472px;
  position: relative;
}

.galaxy {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 90px;
  display: flex;
  position: relative;
}

.flex-block-30 {
  margin-top: -43px;
  position: static;
}

.heading-1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 92px;
  line-height: 100%;
}

.heading-1._2 {
  text-align: right;
  margin-top: 0;
}

.heading-1.consumer {
  text-align: right;
  font-size: 92px;
}

.title-small-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -200px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
}

.paragraph-25 {
  color: #fff;
  text-align: left;
  padding: 30px 100px 20px 0;
  font-family: Standerd, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.container-34 {
  flex-flow: column;
  max-width: 1340px;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
  display: block;
}

.container-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 220px;
  margin-top: -150px;
  margin-bottom: 200px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.text-block-16 {
  text-align: left;
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.image-1005 {
  z-index: 0;
  max-width: 55%;
  margin-top: -52px;
  margin-left: -42px;
  position: relative;
}

.div-block-22 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #080808;
  cursor: pointer;
  background-color: #fffc00;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  padding: 16px 50px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-22:hover {
  background-color: #fff;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-left: 360px;
  padding-top: 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: none;
}

._6-weeks {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-left: -113px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

._30k {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-left: 140px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-heading-center {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 140px 0 80px;
  position: relative;
}

.container-36 {
  flex-flow: column;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 40%;
  box-shadow: 0 4px 24px #96a3b514;
}

.container-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.title-small-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -200px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
}

.title-small-4.new-class {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .spline-scene-2 {
    margin: -300px 0 0 -556px;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff2c_jeremy-perkins-uhjiu8FjnsQ-unsplash-7_11zon.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: var(--green);
    max-width: 14%;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    font-size: 70px;
    line-height: 100px;
  }

  .paragraph.organizers {
    font-size: 22px;
  }

  .paragraph.trmnl4 {
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-2 {
    max-width: 45%;
    margin-left: 0;
    display: block;
  }

  .section {
    background-position: 40% 125%;
    background-repeat: repeat-x;
    background-size: auto;
  }

  .icon {
    -webkit-text-stroke-color: var(--green);
  }

  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .section-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    max-height: none;
    display: flex;
  }

  .container-3 {
    max-width: 104%;
    max-height: 1000px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-4 {
    max-width: 40%;
    max-height: none;
    margin-top: 0;
    margin-bottom: 205px;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .list-item-3 {
    line-height: 23px;
  }

  .div-block-5 {
    max-width: 40%;
    margin-top: -45px;
    margin-left: 439px;
  }

  .div-block-4 {
    margin-top: -598px;
    margin-left: -136px;
    margin-right: 350px;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 100px;
  }

  .h1 {
    padding-left: 120px;
    padding-right: 120px;
    line-height: 45px;
  }

  .h1.form {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .h1.form-copy {
    padding-left: 80px;
    padding-right: 80px;
  }

  .body-text-2 {
    font-size: 14px;
  }

  .div-block-copy {
    margin-left: 250px;
    margin-right: 250px;
  }

  .section-5 {
    padding-bottom: 80px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .brix---team-v9-overlay {
    display: flex;
  }

  .brix---grid-3-columns-gap-0 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---text-200-medium {
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---team-text-wrapper {
    height: 75%;
  }

  .slider {
    height: 380px;
  }

  .image-8 {
    max-width: 60%;
  }

  .section-6 {
    margin-top: 200px;
  }

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

  .paragraph-2-copy {
    padding-right: 10px;
  }

  .paragraph-2-copy-copy, .paragraph-2-copy-copy-copy {
    padding-left: 60px;
  }

  .section-8 {
    margin-bottom: 30px;
    padding-bottom: 80px;
  }

  .section-9 {
    background-position: 45% 200%;
    background-size: auto;
    margin-top: 0;
  }

  .columns-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-6 {
    margin-right: 40px;
  }

  .paragraph-6 {
    margin-top: 20px;
  }

  .column-9 {
    padding-left: 30px;
    padding-right: 40px;
  }

  .h1-copy {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 500px;
  }

  .paragraph-7 {
    padding-left: 15px;
    padding-right: 50px;
    line-height: 25px;
  }

  .section-12 {
    padding-top: 100px;
    display: block;
  }

  .right-arrow-3, .left-arrow-3 {
    margin-top: -100px;
  }

  .mask {
    height: auto;
  }

  .container-12 {
    padding-top: 100px;
  }

  .h1-3 {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 45px;
  }

  .grid-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 15px;
  }

  .paragraph-f {
    padding-right: 20px;
  }

  .div-block-7 {
    padding-right: 150px;
  }

  .section-14 {
    background-position: 50% 160%;
    background-size: cover;
    height: 150px;
  }

  .container-13 {
    max-width: none;
  }

  .slider-4 {
    height: auto;
  }

  .grid-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-12 {
    height: 300px;
  }

  .stargazing_header {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 18px;
  }

  .stargazing_header.white {
    padding-right: 0;
  }

  .stargazing_body {
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .stargazing_body.white {
    padding-top: 0;
    padding-right: 10px;
  }

  .div-block-13 {
    padding: 10px;
  }

  .image-11 {
    max-width: 50%;
  }

  .flex-block-7 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 120px;
    padding-top: 0;
    padding-right: 10px;
  }

  .flex-block-8 {
    margin-right: 10px;
    padding-right: 5px;
  }

  .section-16 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-17 {
    height: auto;
  }

  .container-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-t4 {
    padding-right: 100px;
  }

  .paragraph-t4.v2, .paragraph-t4.v3 {
    padding-left: 120px;
  }

  .h1-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .button-t4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide, .slide-2 {
    height: auto;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 10px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .section-18 {
    padding-top: 100px;
  }

  .animation._1, .animation._2 {
    font-size: 12px;
  }

  .container-19 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-dark-2 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff27_BG9.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 0;
    padding-top: 100px;
  }

  .container-20 {
    max-width: 728px;
  }

  .footer-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-21 {
    margin-top: 100px;
  }

  .section-20 {
    margin-top: 0;
  }

  .section-21 {
    margin-top: -67px;
  }

  .image-18 {
    max-width: 30%;
  }

  .container-22 {
    flex-direction: row;
    align-items: stretch;
  }

  .form_label, .checkbox-label {
    font-size: 16px;
  }

  .form-block {
    align-items: center;
    width: 750px;
  }

  .section-23 {
    background-position: 40%;
  }

  .grid-14 {
    grid-template-columns: 1.75fr 1.5fr 2.75fr;
  }

  .image-22 {
    padding-bottom: 110px;
  }

  .image-22.v2 {
    padding-bottom: 143px;
  }

  .flex-block-9 {
    padding-top: 20px;
  }

  .body_s {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .right-arrow-3-copy, .left-arrow-3-copy {
    margin-top: -100px;
  }

  .grid-15 {
    grid-template-columns: 1.75fr 1.5fr 2.75fr;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .slide-copy, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14 {
    height: auto;
  }

  .image-22-copy {
    padding-bottom: 110px;
  }

  .top_1 {
    margin-bottom: 40px;
  }

  .animation-phone._1, .animation-phone._2, .animation_phone._1, .animation_phone._2 {
    font-size: 12px;
  }

  .spline-scene-4 {
    display: none;
  }

  .grid-18 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "Area"
    / minmax(200px, 400px) 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-27 {
    min-width: 90px;
  }

  .link-block-10 {
    padding: 20px;
  }

  .link-block-10._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-28 {
    max-width: 50%;
    margin-top: 0;
    margin-left: -245px;
  }

  .grid-19 {
    grid-template-columns: .25fr 1.75fr;
  }

  .image-29 {
    min-width: 350px;
    margin-top: 15px;
    margin-left: 0;
  }

  .flex-block-13 {
    padding-left: 0;
  }

  .link-block-11 {
    margin-top: 0;
    margin-left: 0;
    padding: 30px 10px;
  }

  .image-30 {
    max-width: 70%;
  }

  .flex-block-14 {
    padding-right: 0;
  }

  .grid-20 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .columns-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 40px;
  }

  .paragraph-15 {
    width: auto;
    margin-left: 10px;
    font-size: 18px;
  }

  .text-block-10 {
    object-fit: fill;
    align-items: center;
    width: auto;
    margin-top: -13px;
    margin-left: 338px;
    display: flex;
    overflow: hidden;
  }

  .column-22 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-genesis, .button-meta {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizon-capital, .f1v, .m1c, .inovo, .sid, .tav, .nnv, ._500, .fortech, .catalyst, .uv, .smok, .geek {
    max-width: 60%;
  }

  .spline-scene-4-copy {
    display: none;
  }

  .footer-wrapper-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-20-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .html-embed-2 {
    width: 400px;
    margin-left: -25px;
  }

  .nav-link-copy {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---grid-3-columns-gap-0-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .brix---team-text-wrapper-copy {
    height: 75%;
  }

  .brix---text-200-medium-copy {
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---team-v9-overlay-copy, .brix---team-v9-overlay-copy-copy {
    display: flex;
  }

  .slider-copy {
    height: 380px;
  }

  .h1-copy-copy {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 500px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .h1-5 {
    padding-left: 120px;
    padding-right: 120px;
    line-height: 45px;
  }

  .brix---text-200-medium-3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-3 {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .brix---team-text-wrapper-5 {
    height: 75%;
  }

  .h1-copy {
    padding-left: 120px;
    padding-right: 120px;
    line-height: 45px;
  }

  .h1-copy.form {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h1-copy.left {
    text-align: left;
    padding-left: 0;
  }

  .h1-copy-copy-copy {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 500px;
  }

  .h1-copy-copy {
    padding-left: 120px;
    padding-right: 120px;
    line-height: 45px;
  }

  .h1-copy-copy.form {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h1-copy-copy.left {
    text-align: left;
    padding-left: 0;
  }

  .h1-copy-copy-copy-copy {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 500px;
  }

  .footer-dark-2-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff27_BG9.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 0;
    padding-top: 100px;
  }

  .image-1001 {
    max-width: 60%;
  }

  .section-5-copy {
    padding-bottom: 80px;
  }

  .paragraph-2-copy-copy-copy-copy {
    padding-left: 60px;
  }

  .paragraph-24 {
    padding-left: 50px;
  }

  .link-block-15 {
    margin-left: 384px;
  }

  .h1-copy-copy-copy-copy-copy {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 500px;
  }

  .paragraph-24-copy {
    padding-left: 50px;
  }

  .slide-12-copy {
    height: auto;
  }

  .link-block-16 {
    margin-left: 384px;
  }

  .flex-block-32 {
    margin-top: -349px;
  }

  .heading-1 {
    font-size: 90px;
  }

  .paragraph-25 {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container-34 {
    max-width: 95%;
    padding-bottom: 100px;
  }

  .image-1005 {
    margin-top: -38px;
    margin-left: -50px;
  }

  .text-block-21 {
    margin-left: 330px;
  }

  .container-36 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .spline-scene-2 {
    margin-top: -282px;
    margin-left: 44px;
    margin-right: 300px;
    display: none;
    overflow: visible;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #080808;
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff2c_jeremy-perkins-uhjiu8FjnsQ-unsplash-7_11zon.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    color: var(--white);
    justify-content: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .heading {
    font-size: 50px;
    line-height: 70px;
  }

  .paragraph.h2 {
    font-size: 18px;
  }

  .paragraph.organizers {
    font-size: 18px;
    line-height: 22px;
  }

  .image-2 {
    max-width: 40%;
    margin-top: 25px;
    margin-left: 80px;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
  }

  .image-3 {
    max-width: 50px;
  }

  .text-block {
    font-size: 18px;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff07_Group%2014027.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: 100%;
    background-attachment: scroll;
  }

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

  .spline-scene-3 {
    margin-top: -239px;
    margin-bottom: 26px;
    margin-left: -304px;
    display: block;
  }

  .image-4 {
    display: none;
  }

  .div-block-2 {
    margin-top: -45px;
    margin-left: -37px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .list-item-3 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-span-3 {
    font-size: 14px;
  }

  .div-block-5 {
    max-width: 60%;
    margin-top: 41px;
    margin-left: 200px;
    margin-right: 0;
  }

  .div-block-4 {
    max-width: 60%;
    margin-top: -91px;
    margin-left: -262px;
    margin-right: 0;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .image-5 {
    max-width: 60%;
    margin-top: -11px;
    display: block;
  }

  .list-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .h1 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .h1.form {
    padding-left: 0;
    padding-right: 0;
  }

  .h1.left {
    padding-bottom: 20px;
  }

  .h1.form-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .card-icon-square {
    border-radius: 8px;
    max-width: 40px;
  }

  .tab-menu-underline-link {
    padding-bottom: 20px;
  }

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .body-text {
    font-size: 14px;
  }

  .h1-2 {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .column-2 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 14px;
  }

  .div-block-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    margin: -20px 150px 20px;
    padding: 15px 30px;
  }

  .brix---container-default {
    margin-top: -50px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---color-neutral-100 {
    display: flex;
  }

  .brix---section {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .brix---team-v9-overlay {
    height: 134%;
    margin-top: 0;
  }

  .brix---grid-3-columns-gap-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 410px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-medium {
    align-self: center;
    margin-top: 0;
    padding-right: 40px;
    font-size: 18px;
    line-height: 23px;
  }

  .brix---team-text-wrapper {
    align-items: flex-start;
  }

  .slider {
    height: 850px;
  }

  .left-arrow, .right-arrow {
    margin-top: -100px;
  }

  .grid-2 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .grid-2-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.25fr .75fr 1fr 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  .link-block-4 {
    flex-direction: row;
  }

  .section-6 {
    margin-top: 200px;
  }

  .section-7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template: ". Area-4 Area Area-5 Area-2 Area-6 Area-3" 50px
    / 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    margin-left: 15px;
    display: flex;
  }

  .grid-5 {
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
  }

  .paragraph-2-copy {
    font-size: 18px;
  }

  .paragraph-2-copy-copy {
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2-copy-copy-copy {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-8 {
    margin-bottom: 0;
  }

  .section-9 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff1c_Bg4.svg");
    background-position: 50% 110%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
  }

  .columns-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .div-block-6 {
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 24px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 30px;
  }

  .column-10 {
    display: flex;
  }

  .section-10 {
    margin-top: 0;
  }

  .section-11 {
    margin-top: -113px;
  }

  .h1-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .paragraph-7 {
    text-align: center;
    font-size: 18px;
  }

  .container-10 {
    margin-top: 79px;
  }

  .paragraph-8 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .image-10 {
    min-width: 60px;
    max-width: 100%;
  }

  .right-arrow-3, .left-arrow-3 {
    margin-top: -50px;
  }

  .mask {
    height: auto;
  }

  .h1-3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .section-13 {
    margin-top: -30px;
  }

  .counter {
    font-size: 50px;
  }

  .paragraph-f {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-7 {
    padding-right: 90px;
  }

  .section-14 {
    margin-top: -37px;
  }

  ._123 {
    font-size: 50px;
  }

  .section-15 {
    margin-top: 80px;
  }

  .container-13 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .div-block-12 {
    height: 380px;
  }

  .columns-6 {
    flex-direction: row;
  }

  .stargazing_header {
    margin-top: 15px;
    font-size: 18px;
  }

  .stargazing_body {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .stargazing_body.white {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .flex-block-7 {
    margin-top: 195px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 75px;
  }

  .flex-block-8 {
    margin-top: 0;
    margin-left: -14px;
    margin-right: 0;
    padding-right: 5px;
  }

  .image-12 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-16 {
    margin-bottom: 0;
  }

  .mask-copy {
    height: 800px;
  }

  .paragraph-t4 {
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-t4.v2, .paragraph-t4.v3 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .h1-4 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .button-t4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin: 50px 0 0;
    padding: 15px 20px;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-wrap {
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-18 {
    padding-top: 40px;
  }

  .animation._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-dark {
    margin-top: 313px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-dark-2 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff27_BG9.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    background-color: var(--black);
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-brand-2 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-14 {
    display: inline-block;
  }

  .section-20 {
    height: 100px;
  }

  .section-21 {
    margin-top: -20px;
  }

  .list-3 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .checkbox-label {
    padding-right: 0;
  }

  .checkbox {
    margin-left: -10px;
  }

  .column-13 {
    margin-top: -900px;
  }

  .section-22 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10-copy {
    margin-top: 10px;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .section-23 {
    display: none;
  }

  .text-span-19 {
    font-size: 14px;
  }

  .grid-14 {
    grid-template-columns: 2fr 2.5fr 4fr;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-22 {
    max-width: 50%;
    padding-bottom: 140px;
  }

  .image-22.v2 {
    padding-bottom: 160px;
  }

  .div-block_2_2 {
    background-position: 50%;
  }

  .paragraph-10 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .body_s {
    font-size: 14px;
    line-height: 18px;
  }

  .right-arrow-3-copy, .left-arrow-3-copy {
    margin-top: -50px;
  }

  .grid-15 {
    grid-template-columns: 2fr 2.5fr 4fr;
  }

  .brix---text-200-medium-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .tab-menu-underline-link-copy {
    padding-bottom: 20px;
  }

  .image-22-copy {
    max-width: 50%;
    padding-bottom: 140px;
  }

  .div-block_2, .div-block-_3, .div-block_3, .div-block_4, .div-block_2_3, .div-block_2_4, .div-block_2_2-copy, .div-block_2_5 {
    background-position: 50%;
  }

  .button_2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .link-block-9, .top_1, .link-block-9-copy, .link-block-9-copy, .buttom_1, .link-block-9-copy, .link-block-9-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .animation-phone._2, .animation_phone._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-18 {
    grid-column-gap: 40px;
    grid-template-columns: minmax(200px, 274px) 2fr;
  }

  .link-block-10._2 {
    margin-left: -45px;
  }

  .image-28 {
    margin-left: -154px;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .flex-block-11 {
    padding-left: 15px;
  }

  .image-29 {
    width: 300px;
    margin-top: 22px;
    margin-left: 0;
  }

  .flex-block-13 {
    align-self: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-11 {
    padding: 30px 0;
  }

  .image-30 {
    max-width: 60%;
  }

  .flex-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-27 {
    background-position: 50% 100%;
    background-size: 800px;
  }

  .heading-2 {
    margin-top: -53px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .grid-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-9 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-21 {
    height: auto;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .text-block-10 {
    margin-top: -12px;
    margin-left: auto;
    padding-left: 209px;
    font-size: 20px;
  }

  .text-block-12 {
    margin-top: -31px;
    margin-left: auto;
    font-size: 20px;
  }

  .body_genesis {
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .body_genesis.numbers {
    padding-top: 60px;
  }

  .body_genesis.numbers._2, .body_genesis.numbers._3, .body_genesis.numbers._5 {
    padding-left: 0;
  }

  .link-block-13 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .button-genesis {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin: 50px 0 0;
    padding: 15px 20px;
  }

  .button-meta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin: 0;
    padding: 15px 20px;
  }

  .footer {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .horizon-capital {
    min-width: 90px;
    max-width: none;
    padding: 0 10px;
  }

  .f1v, .m1c {
    min-width: 60px;
  }

  .inovo {
    min-width: 60px;
    height: 20px;
  }

  .sid {
    min-width: 60px;
  }

  .tav {
    min-width: 50px;
  }

  .nnv {
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._500 {
    min-width: 60px;
  }

  .fortech {
    min-width: 70px;
  }

  .catalyst {
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uv {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .smok {
    padding-left: 10px;
    padding-right: 10px;
  }

  .geek {
    min-width: 90px;
    max-width: none;
    padding: 0 10px;
  }

  .footer-wrapper-2-copy {
    background-color: var(--black);
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-20-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-4-copy {
    flex-direction: row;
  }

  .section-7_phone, .section-7_phone2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .link-block_logo, .link-block_partners {
    flex-direction: row;
  }

  .html-embed {
    margin-left: -255px;
  }

  .paragraph-9-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .nav-link-copy {
    color: var(--white);
    justify-content: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }

  .brix---grid-3-columns-gap-0-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 410px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---team-text-wrapper-copy {
    align-items: flex-start;
  }

  .brix---color-neutral-100-copy {
    display: flex;
  }

  .brix---text-200-medium-copy {
    align-self: center;
    margin-top: 0;
    padding-right: 40px;
    font-size: 18px;
    line-height: 23px;
  }

  .brix---team-v9-overlay-copy, .brix---team-v9-overlay-copy-copy {
    height: 134%;
    margin-top: 0;
  }

  .slider-copy {
    height: 850px;
  }

  .h1-copy-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .right-arrow-4 {
    margin-top: -100px;
  }

  .h1-5 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .brix---text-200-medium-3 {
    align-self: center;
    margin-top: 0;
    padding-right: 40px;
    font-size: 18px;
    line-height: 23px;
  }

  .brix---section-3 {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .brix---team-text-wrapper-5 {
    align-items: flex-start;
  }

  .h1-copy {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .h1-copy.form {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-copy.left {
    padding-bottom: 20px;
  }

  .h1-copy-copy-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .h1-copy-copy {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .h1-copy-copy.form {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-copy-copy.left {
    padding-bottom: 20px;
  }

  .h1-copy-copy-copy-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .footer-dark-2-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff27_BG9.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-2-copy:hover {
    color: #1a1b1fbf;
  }

  .paragraph-2-copy-copy-copy-copy {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-24 {
    padding-top: 20px;
    padding-left: 0;
  }

  .link-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 217px;
    display: flex;
  }

  .link-block-15.learn-more {
    margin-left: 30px;
  }

  .image-1002 {
    max-width: 50px;
  }

  .text-block-15 {
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    margin: 0;
    padding: 15px 40px;
  }

  .div-block-21._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-28 {
    flex-flow: column;
  }

  .h1-copy-copy-copy-copy-copy {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .paragraph-24-copy {
    padding-top: 20px;
    padding-left: 0;
  }

  .paragraph-9-copy-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block_3-copy, .div-block_3-copy-copy, .div-block_2_2-copy-copy, .div-block_2_2-copy-copy-copy, .div-block_2_2-copy-copy {
    background-position: 50%;
  }

  .link-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 217px;
    display: flex;
  }

  .image-1004 {
    max-width: 50px;
  }

  .flex-block-32 {
    margin-top: -279px;
  }

  .heading-1 {
    font-size: 65px;
  }

  .paragraph-25 {
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 0;
    font-size: 20px;
  }

  .text-block-16 {
    padding-right: 20px;
    font-size: 18px;
  }

  .image-1005 {
    max-width: 50%;
    margin-top: 34px;
    margin-left: -35px;
  }

  .div-block-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    margin: 0;
    padding: 15px 40px;
  }

  .text-block-21 {
    margin-left: 100px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    object-fit: fill;
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff42_jeremy-perkins-uhjiu8FjnsQ-unsplash-7%20(1)%204.webp");
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .navbar-no-shadow {
    background-size: cover;
    background-attachment: fixed;
  }

  .nav-menu {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff42_jeremy-perkins-uhjiu8FjnsQ-unsplash-7%20(1)%204.webp");
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 1000px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .image {
    max-width: 60%;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.h2.body {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
  }

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

  .image-2 {
    max-width: 150px;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin: 20px 0 0;
    padding-right: 30px;
    display: flex;
  }

  .text-block {
    color: var(--black);
    font-size: 16px;
  }

  .link-block-3 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
  }

  .section {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff4b_Bg_6.svg");
    background-position: 50% 100%;
  }

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

  .spline-scene-3 {
    margin-top: -30px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-right: 15px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin: -59px 10px -30px;
    padding-right: 10px;
  }

  .paragraph-2 {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 18px;
  }

  .list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .list-item-3 {
    line-height: 20px;
  }

  .div-block-5 {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    min-width: auto;
    max-width: none;
    margin-top: 69px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-5 {
    width: 90%;
    max-width: none;
    margin-top: 25px;
    margin-bottom: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-bottom: 5px;
    padding-right: 50px;
    font-size: 14px;
  }

  .section-3 {
    padding-top: 10px;
  }

  .container-4 {
    padding-bottom: 0;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 40px;
    font-size: 26px;
    line-height: 35px;
  }

  .h1.form {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .h1.left {
    text-align: center;
    align-self: center;
  }

  .h1.form-copy {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .flex-horizontal.align-start.gap-column-16px {
    grid-column-gap: 12px;
  }

  .tabs-menu {
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu.links-single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .overflow-visible {
    height: 280px;
  }

  .tab-menu-underline-link {
    padding-bottom: 8px;
  }

  .tab-menu-underline-link.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .card.pd-32px---24px {
    height: 300px;
    padding-bottom: 20px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .body-text {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
  }

  .h1-2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 110%;
  }

  .column {
    padding-top: 0;
  }

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

  .column-2 {
    text-align: center;
    margin-top: -24px;
    font-size: 13px;
  }

  .section-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
  }

  .div-block-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 250px;
    margin: 20px 50px 0;
    padding-right: 30px;
    display: flex;
  }

  .section-5 {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 60px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---section {
    margin-top: 60px;
    padding-top: 0;
  }

  .brix---team-v9-overlay {
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---team-text-wrapper {
    width: auto;
    height: auto;
    display: flex;
  }

  .slider {
    display: none;
  }

  .left-arrow, .right-arrow {
    margin-top: -60px;
  }

  .slider-2 {
    flex-direction: column;
    order: -1;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: -40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .column-3 {
    background-color: var(--black);
    -webkit-text-stroke-width: 0px;
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff3b_kopanev2.webp");
    background-position: 0 0;
    background-size: cover;
    border: 0 solid #fff;
    height: 220px;
  }

  .column-4 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff3b_kopanev2.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 195px;
    padding-bottom: 0;
  }

  .slide-nav-2 {
    -webkit-text-stroke-color: var(--green);
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    padding-top: 50px;
    display: none;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .right-arrow-2 {
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: -15px;
    padding-right: 15px;
    display: flex;
  }

  .left-arrow-2 {
    align-items: flex-end;
    margin-bottom: -15px;
    padding-left: 15px;
    display: flex;
  }

  .columns-2 {
    display: flex;
  }

  .image-6 {
    max-width: 51%;
    margin-left: -10px;
  }

  .text-block-3 {
    color: var(--green);
    padding-top: 10px;
    padding-left: 10px;
    font-family: Standerd, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .columns-3 {
    display: flex;
  }

  .text-block-3-copy {
    color: var(--green);
    padding-top: 20px;
    padding-left: 10px;
    font-family: Standerd, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-3-copy._4 {
    color: var(--white);
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-3-copy._4-copy {
    color: var(--green);
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-4 {
    color: var(--white);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Standerd, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
  }

  .text-block-4._4, .text-block-4._4-copy {
    color: var(--white);
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
  }

  .image-7 {
    margin-top: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100vw;
    height: 50px;
    margin-left: 0;
    display: grid;
    position: static;
  }

  .grid-2-copy {
    flex-direction: column;
    padding-right: 30px;
    display: none;
  }

  .link-block-4 {
    margin-left: 0;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-4._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .image-8 {
    min-width: 80px;
    max-width: 40%;
    padding: 0 10px;
  }

  .image-8.down {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8.down.aws {
    min-width: 70px;
  }

  .image-8.down.jiji {
    min-width: 50px;
  }

  .image-8.down.aws-copy {
    min-width: 70px;
  }

  .image-8.wix {
    min-width: 70px;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-8.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-8.hv {
    min-width: 100px;
    max-width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-6 {
    margin-top: 0;
    padding-top: 20px;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: 50px;
    display: none;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    order: 0;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph-2-copy {
    max-width: 70%;
    margin: 0 0 0 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-2-copy-copy {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
  }

  .flex-block {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .flex-block-1 {
    margin-top: 0;
    margin-left: 50px;
  }

  .flex-block-2 {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .paragraph-2-copy-copy-copy {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .section-8 {
    background-image: none;
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-9 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff1d_BG5.svg");
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 200px;
    margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    background-position: 80%;
    background-size: cover;
    border-bottom-width: .5px;
    flex-direction: row;
    height: 150px;
    padding-left: 0;
    display: flex;
  }

  .column-6 {
    background-position: 50% 30%;
    height: 150px;
    display: none;
  }

  .column-7 {
    background-position: 50% 40%;
    border-bottom-width: .5px;
    height: 150px;
    padding-left: 0;
  }

  .column-8 {
    background-position: 101% 0;
    background-size: cover;
    border-bottom-width: .5px;
    height: 150px;
    padding-left: 150px;
    padding-right: 0;
    display: flex;
  }

  .container-8 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
    margin-top: -66px;
    margin-bottom: 0;
  }

  .div-block-6 {
    margin-right: 50px;
  }

  .paragraph-6 {
    padding-right: 15px;
  }

  .column-9 {
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-10 {
    margin-top: 0;
    display: none;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 10px;
  }

  .container-9 {
    background-color: var(--black);
  }

  .h1-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .paragraph-7 {
    padding: 15px 40px 20px;
    font-size: 18px;
  }

  .container-10 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .grid-7 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .flex-block-3 {
    margin-bottom: 0;
    margin-left: 60px;
  }

  .paragraph-8 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-3-copy {
    margin-top: 0;
    margin-right: 60px;
  }

  .flex-block-4 {
    margin-bottom: 0;
    margin-left: 60px;
  }

  .flex-block-5, .flex-block-6 {
    margin-top: 0;
    margin-right: 60px;
  }

  .section-12 {
    height: 560px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-6 {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .link-block-6.deel, .link-block-6.reply {
    padding-bottom: 0;
  }

  .image-10 {
    padding-top: 20px;
  }

  .image-10.aws {
    min-width: 50px;
  }

  .image-10.deel {
    min-width: 70px;
    padding-top: 10px;
  }

  .image-10.reply {
    min-width: 100px;
    margin-right: 20px;
    padding-top: 0;
  }

  .image-10.appsflyer {
    min-width: 90px;
    margin-right: 20px;
  }

  .container-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .link-block-4-copy {
    margin-top: 0;
    margin-left: 80px;
    margin-right: 15px;
  }

  .link-block-4-copy.investment {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-nav-3 {
    margin-bottom: -40px;
    padding-bottom: 0;
    display: block;
  }

  .right-arrow-3 {
    background-position: 50% 100%;
    max-width: 50px;
    margin-top: 0;
    margin-bottom: -45px;
    margin-right: 15px;
  }

  .right-arrow-3:hover {
    background-position: 50% 100%, 50% 100%;
  }

  .left-arrow-3 {
    background-position: 50% 100%;
    max-width: 50px;
    margin-top: 0;
    margin-bottom: -45px;
    margin-left: 15px;
  }

  .left-arrow-3:hover {
    background-position: 50% 100%, 50% 100%;
  }

  .mask {
    height: auto;
  }

  .mask-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-12 {
    margin-top: 0;
    padding-top: 100px;
  }

  .h1-3 {
    text-align: center;
    margin-bottom: 0;
    padding: 0 25px 20px 10px;
    font-size: 26px;
    line-height: 35px;
  }

  .grid-9 {
    flex-direction: column;
    margin-right: 15px;
    display: flex;
  }

  .section-13 {
    margin-top: 0;
    padding-top: 0;
  }

  .counter {
    font-size: 50px;
  }

  .paragraph-f {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7 {
    text-align: center;
    padding-right: 0;
  }

  .section-14 {
    background-color: #08080800;
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff22_BG7.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    border-radius: 2px;
    margin-top: -76px;
  }

  ._123 {
    font-size: 50px;
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .div-block-9, .div-block-10, .div-block-11 {
    text-align: center;
  }

  .section-15 {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4 {
    margin-top: -25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 600px;
  }

  .div-block-12 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    max-width: none;
    height: 280px;
    max-height: none;
  }

  .stargazing_header {
    max-width: 60%;
    margin: 2px 0 -2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .stargazing_body {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .stargazing_body.white {
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .div-block-13 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-11 {
    max-width: 40%;
  }

  .flex-block-7 {
    margin-top: 0;
    margin-right: -70px;
    padding: 125px 20px 20px 15px;
  }

  .flex-block-8 {
    background-color: var(--black);
    margin-top: 4px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .image-12 {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .section-16 {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-14 {
    margin-top: 60px;
  }

  .mask-copy {
    height: 450px;
  }

  .paragraph-t4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-t4.v2, .paragraph-t4.v3 {
    text-align: left;
    margin-left: 50px;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 60px;
  }

  .h1-4 {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 26px;
    line-height: 35px;
  }

  .h1-4.phone {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .button-t4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 250px;
    margin: 40px 0 0;
    padding-right: 30px;
    display: flex;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide {
    height: auto;
  }

  .slide-2 {
    height: 600px;
  }

  .faq-wrap {
    height: 550px;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 0 3%;
  }

  .faq-container {
    margin-top: 0;
  }

  .bold-text-6 {
    color: #06f;
  }

  .title {
    font-size: 36px;
  }

  .faq {
    background-color: #06f;
  }

  .title-wrap {
    margin-top: 130px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 0;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---accordion-btn-horizontal-line-v2 {
    width: 20px;
  }

  .brix---accordion-title {
    font-size: 14px;
    line-height: 26px;
  }

  .brix---section-2 {
    padding-top: 80px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---paragraph-default-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-btn-vertical-line-v2 {
    height: 20px;
  }

  .section-18 {
    padding-top: 0;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr;
    grid-auto-columns: .75fr;
    display: grid;
    overflow: hidden;
  }

  .animation {
    width: 150px;
    font-size: 12px;
  }

  .animation._1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .animation._2 {
    width: 150px;
    margin: 0 0 20px;
    padding: 15px 0 10px;
    font-size: 12px;
  }

  .footer-dark {
    margin-top: 111px;
  }

  .container-19 {
    max-width: none;
    margin-top: 0;
  }

  .footer-content, .footer-block, .footer-link {
    font-size: 14px;
  }

  .footer-link:hover {
    color: #2c4bff;
  }

  .footer-dark-2 {
    padding-top: 10px;
  }

  .container-20 {
    max-width: none;
  }

  .title-small-2 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 12px;
  }

  .footer-link-2 {
    font-size: 14px;
    line-height: 10px;
  }

  .footer-social-link {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image-18 {
    max-width: 40%;
  }

  .list-3 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .checkbox-label {
    padding-right: 15px;
    font-size: 14px;
  }

  .form-2 {
    padding-bottom: 40px;
  }

  .column-13 {
    margin-top: -1131px;
  }

  .section-22 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    padding-top: 100px;
  }

  .button {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
  }

  .section-23 {
    display: none;
  }

  .div-block-14 {
    padding-top: 10px;
  }

  .grid-13 {
    min-width: auto;
  }

  .image-19, .image-20 {
    width: 80px;
  }

  .paragraph-2-copy-copy-copy-copy {
    max-width: 60%;
    margin: 0 0 0 10px;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 20px;
    font-size: 18px;
  }

  .grid-14 {
    display: none;
  }

  .paragraph-9 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .image-22 {
    align-self: flex-end;
    min-width: 80px;
    max-width: none;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 15px;
  }

  .div-block_2_2 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6b_Bloomcoding_phone%20(1).webp");
    background-position: 100% 0;
    height: 150px;
  }

  .paragraph-10.sub {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-10.sub-copy {
    font-size: 14px;
  }

  .right-arrow-3-copy {
    background-position: 50% 100%;
    max-width: 50px;
    height: 50px;
    margin-top: 380px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .right-arrow-3-copy:hover {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff53_Group%204546.svg"), url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff16_white%20arrow.svg");
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }

  .left-arrow-3-copy {
    background-position: 50% 100%;
    max-width: 50px;
    height: 50px;
    margin-top: 380px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .left-arrow-3-copy:hover {
    background-position: 50% 100%, 50% 100%;
  }

  .grid-15 {
    display: block;
  }

  .slide-nav-3-copy {
    margin-bottom: -300px;
    padding-bottom: 0;
    display: block;
  }

  .grid-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area-2 Area"
                         "Area-3 Area-4";
  }

  .slide-1 {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-11 {
    z-index: 1000;
    color: var(--green);
    margin-top: -89px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Standerd, sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }

  .paragraph-11.sub {
    color: var(--white);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragraph-11.sub.birov {
    padding-left: 30px;
  }

  .paragraph-11.sub._2 {
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .paragraph-11.sub._2.kachura {
    padding-left: 20px;
  }

  .paragraph-11.sub._2.khoma {
    padding-left: 10px;
  }

  .paragraph-11.sub.simona {
    margin-top: -8px;
    padding-left: 0;
  }

  .paragraph-11.sub.sali {
    margin-top: -7px;
  }

  .paragraph-11.sub.mikko {
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-11.sub._1 {
    margin-left: 36px;
    padding-top: 28px;
  }

  .div_experts {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff11_artem.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div_experts:active {
    background-color: #ecd40000;
  }

  .image_experts {
    opacity: 0;
    display: inline-block;
  }

  .image_experts:active {
    opacity: 1;
    display: inline-block;
  }

  .image-23 {
    display: block;
  }

  .image-23:active {
    display: inline-block;
  }

  .image-24 {
    opacity: 0;
    display: block;
  }

  .image-24:active {
    background-color: var(--green);
    opacity: 1;
    display: none;
  }

  .div-block-16 {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 270px;
  }

  .brix---bg-overlay-team-v12 {
    background-image: linear-gradient(to bottom, var(--green), var(--green));
    display: flex;
  }

  .brix---team-text-wrapper-2 {
    width: 25%;
    height: 25%;
    display: flex;
  }

  .brix---team-v13-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    bottom: 32px;
    left: 24px;
  }

  .brix---color-neutral-806 {
    color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Standerd, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-200-medium-2 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    padding-top: 0;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .brix---text-200-medium-2._2 {
    font-size: 12px;
    line-height: 14px;
  }

  .brix---team-v9-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 300px;
    display: flex;
  }

  .brix---avatar-image {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .brix---team-text-wrapper-3 {
    z-index: 1100;
    display: flex;
  }

  .div-block-14-copy {
    padding-top: 10px;
  }

  .tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .tabs-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .tab-menu-underline-link-copy {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .tab-menu-underline-link-copy.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .slide-copy, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14 {
    height: auto;
  }

  .image-22-copy {
    align-self: flex-end;
    min-width: 80px;
    max-width: none;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 15px;
  }

  .div-block_2, .div-block-_3 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6b_Bloomcoding_phone%20(1).webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_3 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001d_Maremio.png");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_4 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6b_Bloomcoding_phone%20(1).webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_3 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff75_MemoryOS.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_4 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff72_Easy%20Sales_phone.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_2-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6e_Maremio.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_5 {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff74_Quick%20Shipper_phone.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .button_2 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
  }

  .link-block-6-copy {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-6 {
    margin-top: 0;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .list-6-copy {
    margin-top: 0;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
    padding-bottom: 5px;
  }

  .link-block-6-copy {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    min-width: auto;
    max-width: 60%;
    min-height: 80%;
    max-height: 80%;
  }

  .grid-17 {
    flex-direction: column;
    display: flex;
  }

  .link-block-9 {
    margin-top: 0;
    margin-right: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .image-26 {
    min-width: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-26.notion {
    min-width: 80px;
    padding-top: 20px;
  }

  .image-26.zendesk {
    min-width: 90px;
  }

  .image-26.deel {
    min-width: 70px;
  }

  .image-26.reply {
    min-width: 90px;
  }

  .list-item-17, .list-item-18 {
    padding-bottom: 5px;
  }

  .list-7 {
    align-self: flex-start;
  }

  .top_1 {
    margin-bottom: 0;
    margin-left: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .buttom_1 {
    margin-top: 0;
    margin-right: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .link-block-9-copy {
    margin-bottom: 0;
    margin-left: 60px;
    padding-bottom: 10px;
    padding-right: 30px;
  }

  .section-4_phone, .section-4_, .section-4-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
  }

  .section_phone {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .animation-phone {
    width: 150px;
    font-size: 12px;
  }

  .animation-phone._1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .animation-phone._2 {
    width: 150px;
    margin: 0 0 20px;
    padding: 15px 0 10px;
    font-size: 12px;
  }

  .animation_phone {
    width: 150px;
    font-size: 12px;
  }

  .animation_phone._1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .animation_phone._2 {
    width: 150px;
    margin: 0 0 20px;
    padding: 15px 0 10px;
    font-size: 12px;
  }

  .grid-18 {
    display: flex;
  }

  .link-block-10 {
    margin-left: -64px;
  }

  .link-block-10._2 {
    margin-left: 0;
  }

  .image-28 {
    align-self: center;
    max-width: 150px;
    margin-left: -203px;
  }

  .flex-block-10 {
    justify-content: center;
    align-self: center;
    margin-top: 30px;
  }

  .flex-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    width: auto;
    min-width: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-span-23 {
    color: var(--white);
  }

  .flex-block-13 {
    margin-top: -35px;
  }

  .link-block-11 {
    justify-content: flex-end;
    width: 200px;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-30 {
    max-width: 50%;
  }

  .flex-block-14 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-27 {
    background-position: 50% 100%;
    background-size: 500px;
  }

  .heading-2 {
    background-color: var(--green);
    color: var(--black);
    margin-top: -30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    line-height: 25px;
  }

  .section-30 {
    padding-top: 20px;
  }

  .grid-20 {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
  }

  .image-31 {
    min-width: 60px;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-32 {
    height: 40px;
  }

  .grid-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr .5fr .5fr;
    margin-top: 20px;
  }

  .div-block-17, .div-block-17-copy {
    border-width: .5px;
  }

  .div-block-17-copy-copy {
    display: none;
  }

  .columns-9 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    border: 0 solid #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    height: 200px;
    margin-top: -25px;
    margin-bottom: -21px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-21 {
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
    margin-top: -3px;
    display: flex;
  }

  .paragraph-15 {
    width: auto;
    margin-top: 10px;
    margin-left: 3px;
    font-size: 16px;
    position: static;
  }

  .text-block-10 {
    text-align: center;
    margin-top: -38px;
    margin-left: 253px;
    font-size: 22px;
    display: none;
  }

  .text-block-11 {
    color: #06f;
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 45px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 600;
    display: flex;
  }

  .column-22 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
    margin-top: -8px;
  }

  .text-block-12 {
    display: none;
  }

  .text-block-13 {
    color: #06f;
    text-align: center;
    width: 30px;
    margin-top: 45px;
    margin-left: 0;
    font-weight: 600;
    display: block;
  }

  .container-28 {
    margin-top: 20px;
  }

  .grid-23 {
    flex-direction: column;
    display: flex;
  }

  .body_genesis {
    align-self: flex-start;
    font-size: 14px;
    line-height: 18px;
  }

  .body_genesis.numbers {
    flex: 1;
    align-self: auto;
    padding-top: 30px;
  }

  .body_genesis.numbers._3 {
    padding-left: 25px;
  }

  .body_genesis.numbers._5 {
    margin-left: 0;
    padding-left: 33px;
  }

  .flex-block-15 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .button-genesis {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 250px;
    margin: 40px 0 0;
    padding-right: 30px;
    display: flex;
  }

  .section-32 {
    padding-top: 50px;
  }

  .container-27-copy {
    margin-top: 30px;
  }

  .grid-24 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-29 {
    margin-top: 0;
  }

  .grid-25 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .button-meta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 250px;
    margin: 0;
    padding-right: 30px;
    display: flex;
  }

  .footer {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff44_BG10.svg");
    background-position: 50% 0;
    background-size: contain;
    margin-top: 0;
    padding-top: 100px;
  }

  .text-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .success-message {
    margin-bottom: 20px;
  }

  .horizon-capital {
    min-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f1v {
    min-width: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .inovo {
    min-width: 60px;
    max-width: 40%;
    height: auto;
    padding: 0;
  }

  .sid {
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tav {
    min-width: 120px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nnv {
    min-width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._500 {
    min-width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fortech {
    min-width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .catalyst {
    min-width: 60px;
    max-width: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .catalyst._3 {
    min-width: 150px;
  }

  .uv {
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .smok {
    min-width: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-15 {
    margin-top: 0;
  }

  .geek {
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-20-copy {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
  }

  .link-block-4-copy {
    margin-left: 15px;
    margin-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-7_phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: 50px;
    display: none;
  }

  .div-block-18 {
    height: 120px;
  }

  .section-7_phone2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 100px;
    margin-top: 30px;
    display: flex;
    overflow: hidden;
  }

  .grid-8-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .link-block_logo {
    width: 100px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block_logo._2 {
    margin-top: 20px;
    margin-bottom: -20px;
    margin-right: 0;
    padding: 0 10px;
  }

  .link-block_partners {
    margin-left: 0;
    margin-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block_partners._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .link-block_partners.investment {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-9, .list-10, .list-11, .list-12, .list-13 {
    align-self: flex-start;
  }

  .html-embed {
    width: 250px;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .image-34 {
    display: none;
  }

  .column-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-10 {
    flex-direction: column;
    margin-top: -18px;
  }

  .paragraph-16 {
    margin-top: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .column-24, .column-25, .column-26, .column-27, .column-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .html-embed-2 {
    width: 350px;
    margin-left: 0;
  }

  .paragraph-9-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .fvc {
    min-width: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icu {
    max-width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---grid-3-columns-gap-0-copy {
    grid-template-columns: 1fr;
  }

  .brix---avatar-image-100-copy {
    width: 100%;
  }

  .brix---team-text-wrapper-copy {
    width: auto;
    height: auto;
    display: flex;
  }

  .brix---team-v9-overlay-copy, .brix---team-v9-overlay-copy-copy {
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .slider-copy {
    display: none;
  }

  .h1-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .brix---team-text-wrapper-4 {
    z-index: 1100;
    display: flex;
  }

  .slide-nav-4 {
    -webkit-text-stroke-color: #ecd400;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    padding-top: 50px;
    display: none;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .mask-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .right-arrow-4 {
    margin-top: -60px;
  }

  .brix---team-v9-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 300px;
    display: flex;
  }

  .h1-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 40px;
    font-size: 26px;
    line-height: 35px;
  }

  .h1-5._5 {
    padding-top: 0;
  }

  .brix---bg-overlay-team-v12-2 {
    background-image: linear-gradient(#ecd400, #ecd400);
    display: flex;
  }

  .slide-16 {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---color-neutral-807 {
    color: #080808;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Standerd, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .left-arrow-4 {
    align-items: flex-end;
    margin-bottom: -15px;
    padding-left: 15px;
    display: flex;
  }

  .right-arrow-5 {
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: -15px;
    padding-right: 15px;
    display: flex;
  }

  .slider-5 {
    flex-direction: column;
    order: -1;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .brix---avatar-image-100-2 {
    width: 100%;
  }

  .grid-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area-2 Area"
                         "Area-3 Area-4";
  }

  .paragraph-19 {
    z-index: 1000;
    color: #ecd400;
    margin-top: -89px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Standerd, sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
  }

  .paragraph-19.sub {
    color: #fff;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragraph-19.sub.sali {
    margin-top: -7px;
  }

  .paragraph-19.sub._2 {
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .paragraph-19.sub._2.kachura {
    padding-left: 20px;
  }

  .paragraph-19.sub.mikko {
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-19.sub.simona {
    margin-top: -8px;
    padding-left: 0;
  }

  .paragraph-19.sub._1 {
    margin-left: 36px;
    padding-top: 28px;
  }

  .image-35 {
    margin-top: 0;
  }

  .brix---section-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .brix---team-text-wrapper-5 {
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-19 {
    padding-top: 10px;
  }

  .grid-28 {
    min-width: auto;
  }

  .image-36 {
    width: 80px;
  }

  .image-37 {
    min-width: auto;
    max-width: 60%;
    min-height: 80%;
    max-height: 80%;
  }

  .image-38 {
    width: 80px;
  }

  .cards-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 100%;
  }

  .container-31 {
    min-width: 180px;
    max-width: 90%;
  }

  .section-37 {
    padding-top: 140px;
  }

  .div-block-20 {
    margin-left: 70px;
  }

  .h1-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 40px;
    font-size: 26px;
    line-height: 35px;
  }

  .h1-copy.form {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .h1-copy.left {
    text-align: center;
    align-self: center;
  }

  .h1-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .card-new {
    border-bottom: 1px solid var(--white);
    border-radius: 1px;
    width: 100%;
    height: 160px;
  }

  .card-hover {
    height: 160px;
  }

  .paragraph-22 {
    margin-top: 20px;
    margin-right: 30px;
    font-size: 15px;
  }

  .bold-text-12 {
    line-height: 110%;
  }

  .h1-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 40px;
    font-size: 26px;
    line-height: 35px;
  }

  .h1-copy-copy.form {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .h1-copy-copy.left {
    text-align: center;
    align-self: center;
  }

  .h1-copy-copy-copy-copy {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .container-9-copy {
    background-color: var(--transparent);
  }

  .footer-dark-2-copy {
    padding-top: 0;
  }

  .inovo-2 {
    max-width: 100%;
  }

  .accel {
    max-width: 80px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.speed {
    max-width: 120px;
    height: 40px;
  }

  .accel.badideas {
    max-width: 90px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.silicon {
    max-width: 120px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.acrobat {
    padding: 6px 20px;
  }

  .accel.j-t {
    max-width: 100px;
  }

  .accel.flashpoint {
    max-width: 90px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.inovo-2 {
    max-width: 70px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.credo {
    max-width: 80px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.first {
    max-width: 100px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.dmg {
    max-width: 120px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.smok-2 {
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .accel.presto {
    max-width: 100px;
  }

  .accel.under {
    max-width: 90px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.depo {
    max-width: 100px;
  }

  .accel.market {
    max-width: 100px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.trind {
    max-width: 80px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-36-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-1001 {
    min-width: 80%;
    max-width: 40%;
    min-height: auto;
    padding: 0 10px;
  }

  .image-1001.headvay {
    min-width: 100%;
    max-width: 30%;
  }

  .image-1001.speed {
    max-width: 80px;
  }

  .smok-2, .acrobat {
    max-height: 100%;
  }

  .container-32 {
    max-width: 90%;
    margin-bottom: 0;
  }

  .section-5-copy {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---paragraph-default-2-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-2-copy {
    font-size: 14px;
    line-height: 10px;
  }

  .paragraph-23 {
    padding-right: 60px;
  }

  .paragraph-2-copy-copy-copy-copy {
    max-width: 60%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .paragraph-24 {
    padding-right: 20px;
  }

  .link-block-15 {
    z-index: 500;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 36px;
    margin-left: 0;
    position: relative;
  }

  .link-block-15.learn-more {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: -38px;
    margin-left: 0;
  }

  .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

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

  .text-block-15 {
    color: #080808;
    font-size: 14px;
  }

  .div-block-21 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin: 0;
    padding: 8px 30px;
    display: flex;
  }

  .div-block-21._2 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .image-1003 {
    max-width: 60%;
  }

  .image-1003.snap {
    width: 120px;
    max-width: none;
  }

  .flex-block-28 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .h1-copy-copy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .container-33 {
    max-width: 90%;
  }

  .paragraph-24-copy {
    padding-right: 20px;
  }

  .slide-12-copy {
    height: auto;
  }

  .paragraph-9-copy-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .list-14 {
    padding-left: 20px;
  }

  .div-block_3-copy, .div-block_3-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001d_Maremio.png");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_2-copy-copy, .div-block_2_2-copy-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff6e_Maremio.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_2-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a1001d_Maremio.png");
    background-position: 100% 0;
    height: 150px;
  }

  .link-block-16 {
    z-index: 500;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 36px;
    margin-left: 0;
    position: relative;
  }

  .grid-29 {
    grid-template-columns: 1.25fr;
  }

  .flex-block-32 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -400px;
    padding-right: 0;
  }

  .galaxy {
    margin-top: -500px;
    margin-left: -7px;
  }

  .flex-block-30 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 140px;
    display: flex;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .heading-1._2 {
    margin-top: 12px;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .title-small-3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 12px;
    display: block;
  }

  .title-small-3.new-class {
    margin-bottom: 0;
    margin-left: -99px;
  }

  .paragraph-25 {
    padding: 0;
    font-size: 18px;
  }

  .container-34 {
    padding: 100px 15px 0;
  }

  .container-35 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 400px;
  }

  .text-block-16 {
    color: #080808;
    font-size: 14px;
  }

  .image-1005 {
    max-width: 90%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-22 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin: 0;
    padding: 8px 30px;
    display: flex;
  }

  .text-block-21 {
    align-self: flex-start;
    margin-left: 0;
    padding-top: 10px;
    font-size: 12px;
  }

  ._6-weeks {
    font-size: 16px;
    line-height: 14px;
  }

  ._30k {
    margin-left: 22px;
    font-size: 16px;
    line-height: 14px;
  }

  .container-36 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-37 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 400px;
  }

  .title-small-4 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 12px;
    display: block;
  }

  .title-small-4.new-class {
    margin-bottom: 0;
    margin-left: -99px;
  }
}

#w-node-_967cfab9-be53-561e-78a5-6ea19801703f-49a0fed8 {
  grid-area: Area;
  place-self: center;
}

#w-node-_967cfab9-be53-561e-78a5-6ea198017040-49a0fed8 {
  grid-area: Area;
}

#w-node-_967cfab9-be53-561e-78a5-6ea198017041-49a0fed8 {
  grid-area: Area-3;
}

#w-node-_967cfab9-be53-561e-78a5-6ea198017042-49a0fed8 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821075-49a0fed9 {
  grid-area: Area;
  place-self: center;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821076-49a0fed9 {
  grid-area: Area;
}

#w-node-_257e680c-3fd4-a39f-3af5-3da1ac15115c-49a0fed9 {
  grid-area: Area-3;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821077-49a0fed9, #w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821078-49a0fed9 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-e52e5d21-62ee-ec70-714b-7219018d4329-49a0fed9, #w-node-e52e5d21-62ee-ec70-714b-7219018d4330-49a0fed9, #w-node-e52e5d21-62ee-ec70-714b-7219018d4337-49a0fed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_967cfab9-be53-561e-78a5-6ea198017041-49a0fed8 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Standerd';
  src: url('https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff00_Standerd-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Standerd';
  src: url('https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff02_Standerd-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plateia';
  src: url('https://cdn.prod.website-files.com/68b5a1f6cf8ee6bd49a0fedb/68b5a1f6cf8ee6bd49a0ff03_Plateia%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}