@font-face {
  font-family: Standerd;
  src: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda94e_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda94f_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda950_Plateia%20Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080808;
  --white: white;
  --yellow: #ecd400;
  --blue: #06f;
  --transparent: #0000;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100vh;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 160px;
  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;
  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: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  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;
  display: block;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--yellow);
  outline-offset: 0px;
  color: var(--yellow);
  -webkit-text-stroke-color: var(--yellow);
  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(--yellow);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 1000px;
  justify-content: space-around;
  padding: 12px 30px 14px;
  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: 60%;
}

.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;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Plateia, sans-serif;
  font-size: 65px;
  line-height: 120%;
}

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

.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: left;
  -webkit-text-stroke-width: 0px;
  width: 86%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  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.h2.yellow {
  color: var(--white);
}

.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: 24px;
  grid-row-gap: 24px;
  background-color: var(--yellow);
  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 36px 22px;
  text-decoration: none;
  display: flex;
}

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

.div-block.safs {
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 18px;
}

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

.text-block {
  width: 100%;
  padding-bottom: 2px;
  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: 36px;
  margin-left: 0;
  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: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  display: block;
}

.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(--yellow);
  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(--yellow);
  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-top: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.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(--yellow);
  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(--yellow);
  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(--yellow);
  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(--yellow);
  color: var(--yellow);
}

.tab-menu-underline-link.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--yellow);
  color: var(--yellow);
  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(--yellow);
  font-weight: 400;
}

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

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

.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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda99d_Bg_2.svg");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.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;
  display: block;
}

.brix---team-v9-overlay {
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda962_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a2_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_white2.svg");
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.paragraph-4 {
  color: var(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a3_Group%204546.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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(--yellow);
}

.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 {
  min-width: 60px;
  max-width: 60%;
}

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

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

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

.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.down.sdsd {
  max-width: 86%;
}

.image-8.down.badideas {
  max-width: 77%;
}

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

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

.image-8.asaa {
  max-width: 70%;
}

.image-8.ad {
  max-width: 66%;
}

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

.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: block;
  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"
  / 1.75fr 1.75fr 1.75fr;
}

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

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

.paragraph-2-copy._2eq {
  margin-bottom: 20px;
  padding-left: 0;
}

.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(--white);
  background-color: var(--black);
  justify-content: space-between;
  margin-bottom: 30px;
}

.flex-block.sas {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  padding: 24px;
}

.flex-block.asd {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 24px;
}

.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(--yellow);
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda969_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;
  display: none;
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9cd_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6e_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6f_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9cc_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(--yellow);
  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;
  display: block;
}

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

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda96b_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;
  display: block;
}

.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(--yellow);
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a3_Group%204546.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a2_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_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;
  display: none;
}

.counter {
  color: var(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda96c_BG6.svg");
  background-position: 50% 118%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 230px;
  max-height: 220px;
  margin-top: -108px;
  display: none;
}

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

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

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda993_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(--yellow);
  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(--yellow);
}

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

.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(--yellow);
  color: var(--yellow);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

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

.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;
  display: block;
}

.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(--yellow);
  color: var(--yellow);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

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

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

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

.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"
  / 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;
  font-size: 16px;
}

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

.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-color: var(--black);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 0;
  padding: 0 30px 40px;
  display: block;
  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-end;
  max-width: 1140px;
  margin-top: 0;
  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-end;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .25fr) 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(--yellow);
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda992_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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(--yellow);
}

.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(--yellow);
}

.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(--yellow);
}

.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(--yellow);
}

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

.submit-button {
  background-color: var(--yellow);
  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);
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 1140px;
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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(--yellow);
  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(--yellow);
  background-color: var(--black);
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.button-primary-copy.w--current:hover {
  background-color: var(--yellow);
  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(--yellow);
  text-decoration: underline;
}

.section-23 {
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68da872edc5dc08415de71d7_BG%20Meta.svg");
  background-position: 80% 0;
  background-repeat: repeat-x;
  background-size: cover;
  height: 120px;
  margin-top: 0;
  display: block;
}

.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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bf_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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a3_Group%204546.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a2_Group%2014052.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda964_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(--yellow);
  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(--yellow);
  color: var(--yellow);
}

.tab-menu-underline-link-copy.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--yellow);
  color: var(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bd_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c3_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c0_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c7_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bf_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(--yellow);
}

.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(--yellow);
  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;
}

.image-26.asdx {
  min-width: 0;
  max-width: 30%;
}

.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(--yellow);
  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(--yellow);
  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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda992_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(--yellow);
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda99c_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9ae_Bg_9.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  width: auto;
  height: 120px;
}

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

.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(--yellow);
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9af_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9d1_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9d0_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9d2_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(--yellow);
  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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda99d_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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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(--yellow);
  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;
  display: none;
}

.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(--yellow);
}

.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(--yellow);
}

.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(--yellow);
}

.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(--yellow);
}

.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(--yellow);
}

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

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

.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;
  display: none;
}

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

.cds {
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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(--yellow);
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-color: var(--yellow);
  outline-offset: 0px;
  color: var(--yellow);
  -webkit-text-stroke-color: var(--yellow);
  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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda962_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a3_Group%204546.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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;
  padding-right: 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: left;
  margin-top: 0;
  padding-top: 0;
  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: none;
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa2b_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;
  display: block;
}

.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(--yellow);
  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: none;
}

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

.h1-copy.form {
  color: var(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa2a_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(--yellow);
  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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda976_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: 174px;
  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: 140px;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.accel.under {
  max-width: 120px;
  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;
}

.first {
  max-width: 80%;
}

.under {
  max-width: 90%;
}

.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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda99d_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(--yellow);
  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(--yellow);
}

.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(--yellow);
}

.paragraph-23 {
  color: var(--yellow);
  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(--yellow);
}

.paragraph-2-copy-copy-copy-copy {
  color: var(--yellow);
  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 {
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  max-height: 40px;
}

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

.flex-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--white);
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
}

.flex-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 150px;
}

.h1-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 24px;
  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);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  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: block;
}

.div-block_3-copy {
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6c_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c0_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bf_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(--yellow);
}

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

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

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

.link-14 {
  color: #080808;
  font-weight: 600;
}

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

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

.link-15 {
  color: #080808;
  font-weight: 600;
}

.success-message-2 {
  background-color: #ecd403;
  margin-top: 0;
  margin-bottom: 50px;
}

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

.link-16 {
  color: #080808;
  font-weight: 600;
}

.div-block-22 {
  margin-left: 0;
}

.div-block-23 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 80px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  display: flex;
}

.div-block-24.new-for {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: none;
  display: flex;
}

.image-1004 {
  border: 1px solid var(--white);
  border-radius: 60px;
  max-width: none;
  max-height: none;
  padding: 7px 20px;
}

.div-block-26 {
  border: 1px solid var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 50px;
  max-height: none;
  padding: 8px 24px;
  display: flex;
}

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

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

.div-block-26.trmnll:hover {
  background-color: var(--yellow);
  border-width: 0;
}

.image-1005 {
  max-width: none;
  height: 34px;
}

.image-1005.endeavor {
  height: 14px;
}

.image-1005.game {
  height: 20px;
}

.image-1005.trmnl4 {
  height: 14px;
}

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

.grid-29 {
  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-16 {
  min-width: auto;
}

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

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

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

.grid-30 {
  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-17 {
  min-width: auto;
}

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

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

.grid-31 {
  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: 0;
}

.grid-31.new-grid {
  grid-template-rows: repeat(auto-fit, 28px);
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
}

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

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

.image-1012.trmnllogo {
  width: 94px;
  padding-bottom: 5px;
}

.image-1013 {
  max-width: 60%;
  height: 28px;
}

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

.image-1014.meta-logo {
  width: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-29 {
  padding-bottom: 0;
}

.new-card {
  border: 1px solid var(--white);
  margin-bottom: 30px;
}

.text-block-17 {
  color: var(--white);
  margin-bottom: 36px;
  padding-left: 15px;
  font-family: Standerd, sans-serif;
  font-size: 16px;
}

.link-17, .link-18, .link-19 {
  color: var(--yellow);
}

.div-block-30 {
  display: flex;
}

.div-block-31 {
  width: auto;
  max-width: 130px;
  display: flex;
}

.div-block-31.fds {
  max-width: none;
}

.div-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-25 {
  color: var(--white);
  margin-bottom: 2px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-18 {
  color: var(--white);
  padding-left: 0;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.div-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-26 {
  color: var(--white);
  text-align: center;
  width: 700px;
  margin-bottom: 60px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dasd {
  max-width: 50%;
}

.dfsw {
  max-width: 56%;
}

.section-39 {
  background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda957_back1.svg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  display: none;
}

.image-1015 {
  height: 24px;
  max-height: 60px;
}

.text-block-19 {
  color: var(--white);
  font-family: Standerd, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.div-block-35 {
  flex-flow: column;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.link-20 {
  color: var(--yellow);
}

.div-block-38 {
  display: none;
}

.bold-text-15 {
  text-decoration: underline;
}

@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: var(--black);
    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(--yellow);
    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(--yellow);
  }

  .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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda977_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda977_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;
  }

  .form {
    align-items: center;
    width: 750px;
  }
}

@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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda97c_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda954_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda969_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda977_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda977_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%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: 100%;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-no-shadow {
    background-size: cover;
    background-attachment: fixed;
  }

  .nav-menu {
    background-image: none;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .image {
    max-width: 70%;
    font-size: 12px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 26px;
    line-height: 120%;
  }

  .paragraph.h2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 120%;
  }

  .paragraph.h2.body {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.h2.yellow {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-2 {
    max-width: 150px;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-right: 30px;
    display: flex;
  }

  .div-block.safs {
    padding: 4px 10px;
  }

  .image-3 {
    max-width: 40px;
  }

  .text-block {
    color: var(--black);
    font-size: 12px;
  }

  .link-block-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0;
  }

  .section {
    background-image: none;
    height: auto;
  }

  .section-2 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 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;
    height: 100%;
    max-height: none;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-2 {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin: 20px 10px 0 0;
    padding-right: 10px;
  }

  .paragraph-2 {
    max-width: 80%;
    margin: -20px 0 0 10px;
    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: 0 10px 30px 0;
    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: 0 0 20px;
    padding-bottom: 0;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-3 {
    max-width: 30%;
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-5 {
    width: 90%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .list-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 14px;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-4 {
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 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: 220px;
  }

  .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;
    padding-left: 0;
    display: block;
  }

  .card.pd-32px---24px {
    height: 220px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .body-text {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
  }

  .h1-2 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 110%;
  }

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

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

  .column-2 {
    text-align: center;
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
    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-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---team-text-wrapper {
    width: auto;
    height: auto;
    display: flex;
  }

  .slider {
    height: auto;
    display: block;
  }

  .left-arrow {
    margin-top: -92px;
    overflow: hidden;
  }

  .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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda98b_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda98b_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(--yellow);
    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(--yellow);
    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(--yellow);
    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(--yellow);
    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: 60px;
  }

  .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: 0;
    padding-right: 0;
    display: flex;
  }

  .container-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-2-copy {
    max-width: 70%;
    margin: 0 0 0 20px;
    padding: 15px 0 14px;
    font-size: 18px;
  }

  .paragraph-2-copy-copy {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 14px;
  }

  .flex-block {
    margin-bottom: 0;
    margin-right: 0;
  }

  .flex-block.sas {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 14px;
    margin-right: 0;
    padding: 12px;
  }

  .flex-block.asd {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 12px;
  }

  .flex-block-1 {
    margin-top: 0;
    margin-left: 0;
  }

  .flex-block-2 {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .paragraph-2-copy-copy-copy {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .paragraph-2-copy-copy-copy.yellow {
    max-width: 100%;
    font-size: 14px;
  }

  .section-8 {
    background-image: none;
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-9 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda96a_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-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: 14px;
    line-height: 120%;
  }

  .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: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda972_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, .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 {
    background-image: none;
    padding-top: 36px;
    padding-bottom: 0;
  }

  .container-20 {
    max-width: none;
  }

  .footer-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 4px;
  }

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

  .title-small-2 {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .footer-link-2 {
    font-size: 14px;
    line-height: 120%;
  }

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

  .footer-social-link {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image-14 {
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  .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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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 {
    margin-top: 0;
    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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bb_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9a3_Group%204546.svg"), url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda963_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(--yellow);
    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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda961_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(--yellow);
    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(--yellow), var(--yellow));
    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: block;
    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;
    padding-left: 20px;
  }

  .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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bb_Bloomcoding_phone%20(1).webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_3 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6d_Maremio.png");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_4 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9bb_Bloomcoding_phone%20(1).webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_3 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c5_MemoryOS.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_4 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c2_Easy%20Sales_phone.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_2-copy {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9be_Maremio.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_5 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9c4_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: none;
  }

  .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(--yellow);
    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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_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: none;
    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: none;
  }

  .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: -92px;
  }

  .paragraph-18 {
    margin-top: -80px;
    margin-bottom: 4px;
    margin-left: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 120%;
  }

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

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

  .brix---team-v9-wrapper-4 {
    height: 260px;
  }

  .slider-5 {
    flex-direction: column;
    order: -1;
    height: auto;
    margin-top: 0;
    display: none;
  }

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

  .paragraph-20 {
    margin-left: 10px;
    padding-left: 0;
    font-size: 10px;
    line-height: 120%;
  }

  .paragraph-20.vm {
    padding-left: 0;
    font-size: 10px;
    line-height: 120%;
  }

  .brix---section-3 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---team-text-wrapper-5 {
    width: auto;
    height: auto;
    display: none;
  }

  .div-block-19 {
    height: 36px;
    padding-top: 10px;
  }

  .grid-28 {
    min-width: auto;
  }

  .image-36 {
    width: 80px;
    line-height: 24px;
  }

  .image-37 {
    min-width: auto;
    max-width: 60%;
    min-height: 80%;
    max-height: 80%;
  }

  .image-38 {
    width: 80px;
  }

  .cards-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    max-width: 100%;
    display: none;
  }

  .container-31 {
    min-width: 180px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-37 {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-20 {
    margin-left: 70px;
  }

  .h1-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 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: 110px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.smok-2 {
    max-width: 120px;
    padding: 2px 10px 6px;
  }

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

  .accel.under {
    max-width: 90px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .accel.market {
    max-width: 100px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.trind {
    max-width: 80px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .under {
    max-width: 70%;
  }

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

  .credo {
    max-width: 90%;
  }

  .smok-2 {
    max-width: 70%;
    max-height: 100%;
  }

  .market {
    max-width: 90%;
  }

  .acrobat {
    max-width: 80%;
    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: 20px;
    padding-bottom: 34px;
  }

  .brix---paragraph-default-2-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-2-copy {
    font-size: 14px;
    line-height: 10px;
  }

  .paragraph-23 {
    text-align: left;
    padding-right: 60px;
    font-size: 14px;
  }

  .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 {
    min-width: 90px;
    max-width: 80%;
  }

  .image-1003.snap {
    width: 120px;
    max-width: none;
  }

  .flex-block-28 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .flex-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .h1-copy-copy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .container-33 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-24-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .slide-12-copy {
    height: auto;
  }

  .paragraph-9-copy-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .list-14 {
    padding-left: 20px;
  }

  .section-38 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_3-copy, .div-block_3-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6d_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda9be_Maremio.webp");
    background-position: 100% 0;
    height: 150px;
  }

  .div-block_2_2-copy-copy {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abdaa6d_Maremio.png");
    background-position: 100% 0;
    height: 150px;
  }

  .text-block-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .success-message-2 {
    margin-bottom: 20px;
  }

  .form-3 {
    padding-bottom: 40px;
  }

  .div-block-22 {
    flex-flow: column;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-24 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .div-block-24.new-for {
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    height: 100%;
  }

  .div-block-26 {
    height: 34px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-26.trmnll {
    padding: 6px 12px;
  }

  .image-1005 {
    height: 26px;
  }

  .image-1005.endeavor {
    height: 10px;
  }

  .image-1005.game {
    height: 14px;
  }

  .image-1005.trmnl4 {
    height: 8px;
  }

  .div-block-27 {
    padding-top: 10px;
  }

  .grid-29 {
    min-width: auto;
  }

  .image-1006 {
    width: 80px;
  }

  .image-1007 {
    min-width: auto;
    max-width: 60%;
    min-height: 80%;
    max-height: 80%;
  }

  .image-1008 {
    width: 80px;
  }

  .div-block-28 {
    padding-top: 10px;
  }

  .grid-30 {
    min-width: auto;
  }

  .image-1009 {
    width: 90px;
  }

  .image-1009.trmnl4 {
    width: 100px;
  }

  .image-1010 {
    min-width: auto;
    max-width: 60%;
    min-height: 80%;
    max-height: 80%;
  }

  .image-1011 {
    width: 100px;
    padding-bottom: 10px;
  }

  .grid-31 {
    min-width: auto;
  }

  .grid-31.new-grid {
    grid-template-columns: 1fr .25fr 1fr;
    place-items: center;
  }

  .image-1012 {
    width: 80px;
  }

  .image-1012.trmnllogo {
    width: 80px;
    padding-left: 5px;
  }

  .image-1013 {
    min-width: auto;
    max-width: 60%;
    height: 20px;
    min-height: 60%;
    max-height: 60%;
  }

  .image-1014 {
    width: 80px;
  }

  .image-1014.meta-logo {
    width: 60px;
  }

  .new-card {
    max-width: none;
  }

  .text-block-17 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
    font-size: 12px;
  }

  .div-block-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .div-block-33 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph-26 {
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 120%;
  }

  .dasd {
    max-width: 40%;
  }

  .dfsw {
    max-width: 50%;
  }

  .image-1015 {
    max-width: 66%;
  }

  .text-block-19 {
    font-size: 12px;
  }

  .image-1016 {
    max-width: 32%;
  }

  .text-block-20 {
    color: var(--white);
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    font-family: Standerd, sans-serif;
  }

  .div-block-37 {
    border: 1px solid var(--white);
    margin-top: -1px;
  }

  .container-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-40 {
    background-image: url("https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda994_BG10.svg");
    background-position: 0 0;
    background-size: auto;
    overflow: visible;
  }

  .div-block-38 {
    display: block;
  }
}

#w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c1-1abda928 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c2-1abda928 {
  grid-area: Area;
}

#w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c3-1abda928 {
  grid-area: Area-3;
}

#w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c4-1abda928 {
  grid-area: Area;
  align-self: center;
}

#w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c5-1abda928 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-c9f19f10-ab48-a014-bc01-d717ee6823a0-1abda928 {
  grid-area: Area;
  align-self: center;
}

#w-node-c9f19f10-ab48-a014-bc01-d717ee6823a1-1abda928 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-fae846fa-b182-9007-5cc4-73a4f1fb75e9-1abda928 {
  grid-area: Area;
}

#w-node-_96017389-df3c-331a-7396-e5c6144fe93b-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94cac6b6-cd6b-1809-2bdc-85b674f54c4d-1abda928 {
  grid-area: Area-3;
}

#w-node-ea65954d-cc06-b23f-c41e-b7e6138f3a13-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea65954d-cc06-b23f-c41e-b7e6138f3a14-1abda928 {
  grid-area: Area-3;
}

#w-node-_1ad7ac4b-2663-70a8-f679-c65fe60052b6-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ad7ac4b-2663-70a8-f679-c65fe60052b7-1abda928 {
  grid-area: Area-3;
}

#w-node-_5fb34d7c-142f-43f9-871a-8fed327f1afb-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fb34d7c-142f-43f9-871a-8fed327f1afc-1abda928 {
  grid-area: Area-3;
}

#w-node-e0278435-9cf9-6166-2d55-faf187d16312-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0278435-9cf9-6166-2d55-faf187d16313-1abda928 {
  grid-area: Area-3;
}

#w-node-_2b1bfb98-f6d3-5ae8-7449-5b32120b56a0-1abda928, #w-node-c60b60fe-cb53-757a-3f28-15a976889d11-1abda928, #w-node-_272aa6c8-ead5-c8b7-5740-34b83f0eb1cd-1abda928, #w-node-_9f6a6f48-5d82-770e-5683-fc177296ecc3-1abda928, #w-node-_860d0a4a-af59-46fd-7fa2-4047bdc310da-1abda928, #w-node-_21d53658-1a6e-635b-4bc8-fddb3211941d-1abda928, #w-node-_4809ae8e-8733-f6a5-159b-ded2fb13157e-1abda928, #w-node-b6765a3a-cb94-caf0-3f60-2fd575d0c6e3-1abda928, #w-node-_999722fe-038f-78ec-3db6-e255b54a1aa2-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c233-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c235-1abda928 {
  grid-area: Area;
}

#w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c237-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c239-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c23b-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c23d-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c23f-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c241-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c243-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c245-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c247-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c249-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c24b-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c24d-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c24f-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c251-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c253-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c255-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c257-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c259-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c25b-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c25d-1abda928, #w-node-_6dcc1de3-22b6-8721-fd08-199a3ef9c25f-1abda928, #w-node-b5cd89ff-109c-7fdf-469e-ed9a4dafbed1-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b931563-c1c2-8b20-7c4f-9eec73b7e764-1abda928 {
  grid-area: Area;
}

#w-node-_9b566bf5-03e0-d91c-f085-5e3aea9bab13-1abda928, #w-node-_66a87362-3300-6953-ca65-9359f4d24ff9-1abda928, #w-node-_59efacdd-a284-6905-e96d-3cc88a2b69cc-1abda928, #w-node-_55f33998-cfd3-7892-c665-2ecb5428604d-1abda928, #w-node-_54fba721-b9fe-3605-51ab-ade721dffb9e-1abda928, #w-node-_539a28e6-c10c-9b73-89c6-f928ac02fbdb-1abda928, #w-node-_8ef00a16-93c8-78e0-f3d4-b76970055bfd-1abda928, #w-node-_9b083251-0876-02a6-810c-b8a16360ba6b-1abda928, #w-node-_1778965d-ca49-46f8-27e9-4ed38153ecf4-1abda928, #w-node-_1c190897-8221-b84f-59ba-f91c8c3b97ac-1abda928, #w-node-aece680e-35bf-5672-361a-d0448bfb6000-1abda928, #w-node-ce420d0c-345f-7905-e0be-91787a4da8a5-1abda928, #w-node-_776191d9-601f-c8e9-0a51-27525b73e78e-1abda928, #w-node-_052dfc7b-efdd-4eb7-6040-75c9785f766a-1abda928, #w-node-b25fe580-9aac-a8e0-741e-c4ed2f44591b-1abda928, #w-node-fea9e1dc-2b4d-c536-c4c1-0a83e1603978-1abda928, #w-node-_5c605dda-9f96-9983-a486-a6fff7491e98-1abda928, #w-node-c7eb5f5a-4333-fcc1-61b0-69bb746edf71-1abda928, #w-node-c07d2755-3b3f-3cfa-1764-c41cadd036d3-1abda928, #w-node-e6b6ff4f-f3ec-225f-459c-9a6defed6adc-1abda928, #w-node-b8318503-7af4-fbc2-2074-a0d25a6680f8-1abda928, #w-node-_76b70ab6-1ebb-3c47-86a6-acd6ed461f04-1abda928, #w-node-_96b8fe02-da67-0a09-b160-f91c691599aa-1abda928, #w-node-c580e8c6-532b-0a34-152c-d49a840d9cab-1abda928, #w-node-ccfe13f5-4fdf-87ec-579d-3fb960a9dff6-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724b3-1abda928, #w-node-be8b8676-9db6-3bcc-576b-d57d82dd7996-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724b7-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724b9-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724bb-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724bd-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724bf-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e347d-1abda928 {
  grid-area: Area;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e347e-1abda928 {
  grid-area: Area-3;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e3485-1abda928, #w-node-_9016fe1c-d251-1988-7552-1393662e3486-1abda928 {
  grid-area: Area-2;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e348b-1abda928 {
  grid-area: Area;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e348c-1abda928, #w-node-_9016fe1c-d251-1988-7552-1393662e348d-1abda928 {
  grid-area: Area-2;
}

#w-node-_9016fe1c-d251-1988-7552-1393662e3491-1abda928 {
  grid-area: Area-3;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dc2-1abda928 {
  grid-area: Area;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dc3-1abda928 {
  grid-area: Area-3;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dca-1abda928, #w-node-_1b596845-789a-c042-5907-08b0c0899dcb-1abda928 {
  grid-area: Area-2;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dd0-1abda928 {
  grid-area: Area;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dd1-1abda928, #w-node-_1b596845-789a-c042-5907-08b0c0899dd2-1abda928 {
  grid-area: Area-2;
}

#w-node-_1b596845-789a-c042-5907-08b0c0899dd6-1abda928 {
  grid-area: Area-3;
}

#w-node-_0e54f501-cc85-40c1-30c2-8fae248f83f6-1abda928 {
  grid-area: Area;
}

#w-node-_2a69934a-3828-c75f-fd46-a87ef17b44ef-1abda928 {
  grid-area: Area-3;
}

#w-node-_430f855f-5799-132c-5f94-6699680f0382-1abda928, #w-node-_88b763fa-1b7b-676b-b750-d535caa3aaf2-1abda928 {
  grid-area: Area-2;
}

#w-node-_14d7e0ad-85d0-4462-e054-c0000e5c4b17-1abda928 {
  grid-area: Area;
}

#w-node-_14d7e0ad-85d0-4462-e054-c0000e5c4b1f-1abda928, #w-node-d2fcc310-f1c0-162d-9d2f-9f4edb370233-1abda928 {
  grid-area: Area-2;
}

#w-node-_14d7e0ad-85d0-4462-e054-c0000e5c4b18-1abda928 {
  grid-area: Area-3;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e95a-1abda928 {
  grid-area: Area;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e95b-1abda928 {
  grid-area: Area-3;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e962-1abda928, #w-node-b62319ab-51f2-6e92-3133-d73ae915e963-1abda928 {
  grid-area: Area-2;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e968-1abda928 {
  grid-area: Area;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e969-1abda928, #w-node-b62319ab-51f2-6e92-3133-d73ae915e96a-1abda928 {
  grid-area: Area-2;
}

#w-node-b62319ab-51f2-6e92-3133-d73ae915e96e-1abda928 {
  grid-area: Area-3;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a270-1abda928 {
  grid-area: Area;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a271-1abda928 {
  grid-area: Area-3;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a278-1abda928, #w-node-_11b9ee71-106c-eacd-5123-d98eb132a279-1abda928 {
  grid-area: Area-2;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a27e-1abda928 {
  grid-area: Area;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a27f-1abda928, #w-node-_11b9ee71-106c-eacd-5123-d98eb132a280-1abda928 {
  grid-area: Area-2;
}

#w-node-_11b9ee71-106c-eacd-5123-d98eb132a284-1abda928 {
  grid-area: Area-3;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d635723b-1abda928 {
  grid-area: Area;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d635723c-1abda928 {
  grid-area: Area-3;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d6357243-1abda928, #w-node-a8197bc0-b1ff-ee75-1945-8ad2d6357244-1abda928 {
  grid-area: Area-2;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d6357249-1abda928 {
  grid-area: Area;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d635724a-1abda928, #w-node-a8197bc0-b1ff-ee75-1945-8ad2d635724b-1abda928 {
  grid-area: Area-2;
}

#w-node-a8197bc0-b1ff-ee75-1945-8ad2d635724f-1abda928 {
  grid-area: Area-3;
}

#w-node-_17e6f180-dbb0-c4c7-362a-a11f7e02cd4d-1abda928, #w-node-_559952df-e564-2384-c32b-d9df618b87d9-1abda928, #w-node-_5a35beb2-2696-50fc-e160-42210c5f1d07-1abda928, #w-node-_664793ca-f49e-dd60-8c3b-39d2bb2256f0-1abda928, #w-node-_0173fc44-28e3-c00a-488d-295d1b12dbb6-1abda928, #w-node-_90e80c8d-0083-3c9f-b431-78526d43afd8-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2324b90-2a62-4176-6fd4-ef79c4fd9852-1abda928 {
  grid-area: Area;
}

#w-node-ed17954a-4593-c6ec-4102-65f465145469-1abda928, #w-node-_3c6d3055-f3ff-ac09-1fb2-c3a40902a5e9-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e5c1e44-23a1-3fee-bcbb-b9410165b921-1abda928 {
  grid-area: Area-6;
}

#w-node-_6847f8dc-7097-9409-3bbe-f74ceb9f2d4e-1abda928, #w-node-_05c6733d-ea7a-5fea-506a-0b1a26a113d4-1abda928, #w-node-_850d64ed-2780-517f-061d-ad78c88ad651-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55117e11-fdd7-80f7-7516-77bf67cdc4c2-1abda928 {
  grid-area: Area-2;
}

#w-node-_1dcc00ba-c09c-3b30-eae6-449b79c44271-1abda928 {
  grid-area: Area-3;
}

#w-node-a9ab3b99-c861-91e1-dd13-cb20f06b136b-1abda928 {
  grid-area: Area-4;
}

#w-node-a6ab4a45-0e00-e5c8-681f-77b683f2beee-1abda928 {
  grid-area: Area-5;
}

#w-node-acd35bb6-9b52-81b9-1967-000a34f069be-1abda928, #w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e676-1abda928 {
  grid-area: Area-6;
}

#w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e678-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e67a-1abda928 {
  grid-area: Area-2;
}

#w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e67c-1abda928 {
  grid-area: Area-3;
}

#w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e67e-1abda928 {
  grid-area: Area-4;
}

#w-node-_04859ae9-f08b-0dc1-e4d7-9b291a17e680-1abda928 {
  grid-area: Area-5;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc96073113c-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc96073113e-1abda928 {
  grid-area: Area-2;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc960731140-1abda928 {
  grid-area: Area-3;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc960731142-1abda928 {
  grid-area: Area-4;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc960731144-1abda928 {
  grid-area: Area-5;
}

#w-node-_65a13b48-50e0-2c40-2ab2-dbc96073113a-1abda928 {
  grid-area: Area-6;
}

#w-node-_50bb34ec-10ea-81d7-95f1-c4ba00ec0c98-1abda928, #w-node-_54616971-b926-7817-b339-8c37b555d76e-1abda928, #w-node-f4cda91b-c949-7489-2d5b-8e2365683b46-1abda928, #w-node-f4cda91b-c949-7489-2d5b-8e2365683b5c-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c76356c-6369-585b-a79e-81bd597cbc32-1abda928 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_385c12f1-75c6-6381-8ca2-e7ea447bdaa4-1abda928 {
  grid-row: span 2 / span 2;
}

#w-node-cb4c8a80-ad5f-0ccb-d5c0-7a7fc226a85b-1abda928, #w-node-_84706ed8-0588-1254-35fe-dfe3e555a687-1abda928, #w-node-_94b0a42c-a22c-5348-502f-42b9b7a2ade1-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845a-1abda928 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845b-1abda928 {
  grid-area: Area;
}

#w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845c-1abda928 {
  grid-area: Area-3;
}

#w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845d-1abda928 {
  grid-area: Area;
  align-self: center;
}

#w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845e-1abda928 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-e4185d8c-222a-4318-3a83-32c539b77561-1abda928, #w-node-e4185d8c-222a-4318-3a83-32c539b7756a-1abda928, #w-node-e4185d8c-222a-4318-3a83-32c539b77575-1abda928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e52-1abda929 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e53-1abda929 {
  grid-area: Area;
}

#w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e54-1abda929 {
  grid-area: Area-3;
}

#w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e55-1abda929 {
  grid-area: Area;
  align-self: center;
}

#w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e56-1abda929 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821075-1abda929 {
  grid-area: Area;
  place-self: center;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821076-1abda929 {
  grid-area: Area;
}

#w-node-_257e680c-3fd4-a39f-3af5-3da1ac15115c-1abda929 {
  grid-area: Area-3;
}

#w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821077-1abda929, #w-node-dd28e0b0-d6ad-ad78-fcf7-9e957f821078-1abda929 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_00265b49-a722-7070-7a12-cf41c6cb0992-1abda929 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_00265b49-a722-7070-7a12-cf41c6cb0993-1abda929 {
  grid-area: Area;
}

#w-node-_00265b49-a722-7070-7a12-cf41c6cb0994-1abda929 {
  grid-area: Area-3;
}

#w-node-_00265b49-a722-7070-7a12-cf41c6cb0995-1abda929 {
  grid-area: Area;
  align-self: center;
}

#w-node-_00265b49-a722-7070-7a12-cf41c6cb0996-1abda929 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-e52e5d21-62ee-ec70-714b-7219018d4329-1abda929, #w-node-e52e5d21-62ee-ec70-714b-7219018d4330-1abda929, #w-node-e52e5d21-62ee-ec70-714b-7219018d4337-1abda929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4c76356c-6369-585b-a79e-81bd597cbc32-1abda928 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_860d0a4a-af59-46fd-7fa2-4047bdc310da-1abda928, #w-node-_4809ae8e-8733-f6a5-159b-ded2fb13157e-1abda928, #w-node-d396cec5-c990-07d9-b6ce-161c3b1724b9-1abda928 {
    align-self: center;
  }

  #w-node-_4c76356c-6369-585b-a79e-81bd597cbc32-1abda928 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ce46fc2-9e9d-dc93-e64b-0e13d9f578c3-1abda928 {
    align-self: center;
  }

  #w-node-fdd182a1-10f3-a987-b849-ef6e269d298c-1abda928 {
    align-self: end;
  }

  #w-node-_11a3ec3d-b1b3-24c4-c422-961478601777-1abda928 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66a87362-3300-6953-ca65-9359f4d24ff9-1abda928 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-be8b8676-9db6-3bcc-576b-d57d82dd7996-1abda928 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c76356c-6369-585b-a79e-81bd597cbc32-1abda928 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_385c12f1-75c6-6381-8ca2-e7ea447bdaa4-1abda928 {
    grid-row: span 2 / span 2;
  }

  #w-node-f1d3ec40-a0d3-c7d9-5889-d24cf46d845c-1abda928, #w-node-e20b31ff-71f0-1e0d-41ea-8b6d6b4e1e54-1abda929, #w-node-_00265b49-a722-7070-7a12-cf41c6cb0994-1abda929 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Standerd';
  src: url('https://cdn.prod.website-files.com/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda94e_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda94f_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/68d3b88165dc8aa91abda92b/68d3b88165dc8aa91abda950_Plateia%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}