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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
}

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

.body {
  background-color: #080808;
}

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

.button-primary:hover {
  color: #080808;
  background-color: #fff;
}

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

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

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

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ecd400;
  -webkit-text-stroke-color: #fffc00;
}

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

.nav-link:visited {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.navbar-no-shadow {
  z-index: 2200;
  background-color: #000;
  margin-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  max-width: 100vw !important;
}

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

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

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

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

.quick-stack {
  grid-column-gap: 23px;
  grid-row-gap: 10px;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-bottom: 0;
  display: block;
}

.container {
  flex-flow: column;
  max-width: 1040px;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
  display: block;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 110px;
  line-height: 100%;
}

.heading-2._2 {
  text-align: right;
}

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

.image-2 {
  object-fit: fill;
  z-index: 99;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 50%;
  min-width: 100px;
  max-width: 55%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  color: #fff;
  text-align: left;
  padding: 30px 100px 20px 0;
  font-family: Standerd, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.paragraph.small {
  padding: 0 30px 0 0;
  font-size: 18px;
}

.paragraph.small._2 {
  padding-right: 0;
}

.paragraph.small._3 {
  padding-right: 50px;
}

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

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

.link-block-3.learn-more._3 {
  margin-left: 0;
}

.link-block-3._2 {
  z-index: 1;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.div-block {
  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:hover {
  background-color: #fff;
}

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

.div-block._2.learn-more {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  width: 250px;
  margin-top: -25px;
  margin-left: 215px;
  padding: 15px 20px;
}

.div-block._4 {
  z-index: 1;
  border: 1px solid #000;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
}

.div-block._4.button5 {
  display: none;
}

.text-block {
  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._2, .text-block.learn-more {
  font-size: 18px;
}

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

.image-3._2 {
  width: 50px;
}

.body-2, .body-3 {
  background-color: #080808;
}

.container-2 {
  max-width: 1040px;
}

.section-2 {
  margin-top: 60px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
  margin: -170px 0 -170px -170px;
  padding: 0;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.image-4 {
  max-width: 38%;
  margin-bottom: -20px;
  margin-left: 0;
  display: block;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 46px;
}

.cell {
  padding-left: 150px;
}

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

.container-3 {
  max-width: 1040px;
  padding-left: 15px;
}

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

.submit-button {
  color: #000;
  text-align: center;
  background-color: #fffc00;
  border: 1px solid #000;
  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 {
  color: #fff;
  background-color: #080808;
}

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

.text-span-26 {
  color: #ecd400;
}

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

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

.checkbox-field-4 {
  margin-left: 10px;
}

.select-field {
  color: #999;
  background-color: #fff;
  border: 1px solid #000;
  height: 60px;
  padding-right: 12px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.select-field:hover {
  border: 1px solid #ecd400;
}

.select-field._2 {
  height: 60px;
}

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

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

.success-message {
  background-color: #fffc00;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-block {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1040px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-field-2 {
  color: #080808;
  background-color: #fff;
  border: 1px solid #000;
  height: 60px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.text-field-2:hover {
  border: 1px solid #ecd400;
}

.column-28, .column-26 {
  padding-right: 0;
}

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

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

.column-25 {
  padding-right: 0;
}

.columns-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 20px 0;
  display: flex;
}

.text-span-17 {
  color: #ecd400;
  -webkit-text-stroke-color: #fffc00;
  text-decoration: underline;
}

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

.text-field {
  color: #080808;
  background-color: #fff;
  border: 1px solid #000;
  height: 60px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.text-field:hover {
  border: 1px solid #fffc00;
}

.text-field:focus {
  border: 1px solid #ecd400;
}

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

.checkbox:hover {
  border-color: #ecd400;
}

.checkbox.w--redirected-checked {
  background-color: #ecd400;
  background-image: url("https://cdn.prod.website-files.com/66bb5053dd3c3524fb0f4d77/66bbdb675ed3044ef4224d1b_check.svg");
  border-color: #ecd400;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

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

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

.column-27 {
  padding-right: 0;
}

.textarea {
  border: 1px solid #000;
}

.link {
  color: #fefc00;
}

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

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

.section-4 {
  background-color: #fff;
}

.container-4 {
  max-width: 1040px;
  padding-top: 70px;
}

.heading-4 {
  color: #080808;
  padding: 30px 0 100px 30px;
  font-family: Standerd, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

.heading-4._2 {
  padding-bottom: 0;
}

.heading-4._6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
}

.heading-4._6._4 {
  width: 40%;
  font-size: 32px;
}

.heading-4.selection {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 38px;
}

.heading-4.selection._2 {
  padding-left: 30px;
  padding-right: 0;
}

.heading-4.selection._2._5 {
  padding-left: 30px;
}

.heading-4.number {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-15 {
  color: #fff;
  align-self: center;
  padding: 15px 25px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-15.black {
  color: #000;
  font-size: 16px;
}

.text-block-15.white {
  color: #fff;
  font-size: 16px;
}

.flex-block-19 {
  z-index: 2000;
  background-color: #080808;
  border-radius: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -25px;
  margin-left: 25px;
  position: relative;
}

.flex-block-19._2 {
  width: 230px;
  margin-left: 362px;
}

.flex-block-19.white {
  background-color: #fff;
  border: 1px solid #000;
}

.flex-block-19.black {
  border: 1px solid #fff;
}

.list-text {
  color: #080808;
  padding-bottom: 15px;
  padding-right: 20px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.flex-block-20 {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 260px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.flex-block-20._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 260px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.flex-block-20._2._1 {
  height: 220px;
  padding-bottom: 0;
}

.flex-block-20._2.white {
  background-color: #fff;
  height: 230px;
}

.flex-block-20._3 {
  height: 270px;
  padding-right: 25px;
}

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

.text-span-27, .text-span-28 {
  padding-right: 6px;
  font-weight: 600;
}

.quick-stack-5 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-29, .text-span-30 {
  font-weight: 600;
}

.text-span-31 {
  padding-right: 20px;
  font-weight: 600;
}

.text-span-32, .text-span-33 {
  font-weight: 600;
}

.image-5 {
  z-index: 0;
  max-width: 55%;
  margin-top: -52px;
  margin-left: -42px;
  position: relative;
}

.image-5._2 {
  max-width: 200%;
  margin-top: 0;
  margin-left: 0;
}

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

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.container-5._2 {
  z-index: 1;
  margin-bottom: 60px;
  padding-top: 0;
  position: relative;
}

.heading-5 {
  color: #080808;
  padding-right: 0;
  font-family: Standerd, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  display: none;
}

.section-6 {
  background-color: #fff;
  display: block;
}

.container-6 {
  max-width: 1040px;
  padding-top: 100px;
  padding-bottom: 120px;
  display: none;
}

.heading-6 {
  z-index: 1;
  color: #080808;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Plateia, sans-serif;
  position: relative;
}

.heading-6.left {
  text-align: left;
  padding-right: 400px;
}

.heading-6.left.white {
  color: #fff;
  margin-top: 0;
  padding-right: 0;
  line-height: 120%;
}

.quick-stack-6 {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-7 {
  max-width: 1040px;
  margin-bottom: 40px;
}

.flex-block-21 {
  border: 1px solid #000;
  max-height: 220px;
}

.list {
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: -25px;
  padding-left: 25px;
  display: none;
}

.image-6 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  width: 120px;
  max-width: 100%;
  padding: 17px 20px;
}

.image-6:hover {
  background-color: #fefc00;
}

.image-6.snap {
  border-radius: 30px;
  width: 115px;
  padding-top: 15px;
  padding-bottom: 12px;
}

.image-6.f1v {
  border-radius: 40px;
  width: 120px;
  padding: 10px 25px;
}

.image-6.f1v._2 {
  width: 140px;
  padding-left: 28px;
  padding-right: 28px;
}

.image-6.inovo {
  padding: 17px 22px 15px;
}

.flex-block-22 {
  color: #080808;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 30px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

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

.list-2, .list-3, .list-4, .list-5 {
  padding-left: 30px;
}

.section-7 {
  margin-top: 220px;
  padding-top: 0;
  overflow: hidden;
}

.heading-7 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
}

.heading-7.experts {
  color: var(--white);
  margin-top: 160px;
  margin-bottom: 60px;
}

.container-8 {
  max-width: 1040px;
  margin-top: 100px;
  margin-bottom: 40px;
  display: none;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 0;
  overflow: visible !important;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  display: flex;
}

.heading-8 {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Plateia, sans-serif;
  font-size: 52px;
  line-height: 120%;
  position: relative;
}

.text-block-17 {
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.flex-block-23 {
  justify-content: center;
  align-items: center;
}

.workshop {
  z-index: 1;
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  width: auto;
  margin-top: -63px;
  margin-left: -337px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  position: relative;
}

.founder {
  z-index: 1;
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-top: -310px;
  margin-left: -486px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: block;
  position: relative;
}

.knowledge {
  z-index: 1;
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  width: auto;
  margin-top: -135px;
  margin-left: -772px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  position: relative;
}

.case-study {
  z-index: 1;
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-left: 513px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  position: relative;
}

.pitch {
  z-index: 1;
  color: #fff;
  background-color: #080808;
  border: 1px solid #fff;
  border-radius: 60px;
  margin-top: 45px;
  margin-bottom: 17px;
  margin-left: 793px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.pitch._2 {
  z-index: 1;
  margin-top: -31px;
  margin-left: 676px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-10 {
  max-width: 1040px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.container-10.new {
  display: block;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.slide {
  background-color: #08080800;
}

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

.image-7 {
  max-width: 50%;
  height: 100%;
}

.flex-block-24 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-24:hover {
  color: #000;
  background-color: #fffc00;
  font-family: Standerd, sans-serif;
}

.flex-block-24.expert-flex-block {
  align-items: flex-start;
  height: 220px;
}

.text-block-18 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-family: Standerd, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.text-block-18.small {
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-18.small._2 {
  padding-bottom: 48px;
}

.text-block-18.small._2.expert_text {
  padding-right: 0;
  line-height: 120%;
}

.text-block-18.small._2.expert_text._3 {
  padding-bottom: 25px;
  padding-right: 10px;
}

.flex-block-25 {
  justify-content: flex-start;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-25.expert-flex-block {
  justify-content: flex-start;
  width: 100%;
  padding-right: 20px;
}

.text-block-19 {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 12px 11px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
}

.flex-block-26 {
  padding-bottom: 0;
}

.flex-block-27 {
  padding-bottom: 10px;
}

.section-9 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 220px;
}

.section-10 {
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.icon-2, .icon-3 {
  display: none;
}

.right-arrow {
  margin-top: -80px;
}

.left-arrow {
  margin-top: -80px;
  position: absolute;
}

.text-span-34, .text-span-35 {
  font-weight: 600;
}

.container-11 {
  z-index: 1;
  max-width: 1040px;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}

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

.image-8 {
  max-width: 100%;
  height: 15px;
}

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

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

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

.paragraph-17._5 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.image-9 {
  max-width: 90%;
  margin-top: -29px;
}

.section-11 {
  padding-top: 100px;
  display: none;
}

.container-12 {
  max-width: 1040px;
}

.quick-stack-8 {
  padding-left: 30px;
  padding-right: 0;
}

.flex-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-29._1 {
  position: relative;
}

.cell-8 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.image-10 {
  max-width: 110%;
  margin-top: -42px;
  margin-left: -60px;
}

.image-11 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-item-18 {
  color: #000;
  padding-bottom: 10px;
}

.list-item-18._2 {
  color: #000;
}

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

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

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

.image-26.reply {
  width: 140px;
  min-width: auto;
  max-width: 50%;
}

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

.image-26.deel {
  min-width: 90px;
}

.image-26.apps {
  width: 160px;
  min-width: 40px;
  max-width: 50%;
}

.image-26.awesomic {
  width: 140px;
  max-width: 50%;
}

.buttom_1 {
  color: #fff;
  border: 1px solid #000;
  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 {
  color: #080808;
  background-color: #fffc00;
}

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

.list-item-17 {
  color: #000;
  padding-bottom: 10px;
}

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

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

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

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

.link-block-9:hover {
  color: #080808;
  background-color: #fffc00;
}

.flex-block-3-copy {
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 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;
}

.link-block-6-copy:hover {
  background-color: #ecd400;
}

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

.container-13 {
  max-width: 1040px;
  margin-top: 30px;
}

.link-block-9-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  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 {
  color: #080808;
  background-color: #fffc00;
}

.top_1 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  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 {
  color: #080808;
  background-color: #fffc00;
}

.link-block-6-copy-2 {
  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-2:hover {
  background-color: #ecd400;
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  color: #000;
}

.container-14 {
  max-width: 1040px;
}

.section-13 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.quick-stack-9 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  padding: 0;
}

.cell-12 {
  justify-content: flex-start;
  align-items: flex-end;
}

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

.container-15 {
  max-width: 1040px;
  margin-top: 120px;
  padding-right: 0;
}

.button-t4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #080808;
  cursor: pointer;
  background-color: #06f;
  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: #fff;
}

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

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

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

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

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

.paragraph-t4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 120px;
  padding-right: 260px;
  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 200px;
}

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

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

.quick-stack-10 {
  padding: 0;
}

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

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

.cell-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.link-2 {
  color: #fffc00;
  -webkit-text-stroke-color: #fffc00;
}

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

.brix---accordion-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

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

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

.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---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-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  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---inner-container-1012px-center {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.brix---accordion-btn-horizontal-line-v2 {
  color: #ecd400;
  -webkit-text-stroke-color: #fffc00;
  background-color: #fffc00;
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2:hover {
  background-color: #ecd400;
}

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

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

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

.brix---accordion-btn-vertical-line-v2 {
  color: #fffc00;
  -webkit-text-stroke-color: #fffc00;
  background-color: #fffc00;
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2:hover {
  background-color: #ecd400;
}

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

.link-3 {
  color: #fffc00;
}

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

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

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

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

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

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

.title-small-2 {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -200px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
}

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

.footer-link-2:hover {
  color: #ecd400;
}

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

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

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

.flex-block-20-copy._2._1 {
  padding-bottom: 0;
}

.flex-block-20-copy._2.white {
  background-color: #fff;
}

.program {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  height: 230px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.program._2 {
  align-items: stretch;
  height: 200px;
  padding-right: 25px;
}

.program._2._1 {
  height: 220px;
  padding-bottom: 0;
}

.program._2.white {
  background-color: #fff;
  height: 230px;
}

.program._3 {
  height: 270px;
  padding-right: 25px;
}

.flex-block-20-copy {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.flex-block-20-copy._2 {
  align-items: stretch;
  height: 200px;
  padding-right: 25px;
}

.flex-block-20-copy._2._1 {
  height: 220px;
  padding-bottom: 0;
}

.flex-block-20-copy._2.white {
  background-color: #fff;
  height: 230px;
}

.flex-block-20-copy._3 {
  height: 270px;
  padding-right: 25px;
}

.galaxy {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  margin-top: -300px;
  margin-bottom: 0;
  margin-left: 90px;
  display: flex;
  position: relative;
}

.galaxy.galaxy-1 {
  z-index: -1;
  position: absolute;
}

.galaxy.galaxy-2 {
  z-index: 0;
  margin-top: 40px;
  margin-left: 20px;
}

.link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.flex-block-20-copy-copy {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  height: 280px;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 130px;
}

.flex-block-20-copy-copy._2 {
  align-items: stretch;
  height: 200px;
  padding-right: 25px;
}

.flex-block-20-copy-copy._2._1 {
  padding-bottom: 0;
}

.flex-block-20-copy-copy._2.white {
  background-color: #fff;
}

.flex-block-20-copy-copy._3 {
  height: 270px;
  padding-right: 25px;
}

.flex-block-30 {
  margin-top: -43px;
  position: static;
}

.text-span-36, .text-span-37, .text-span-38 {
  font-weight: 600;
}

.text-span-39 {
  padding-right: 6px;
  font-weight: 600;
}

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

.image-999 {
  z-index: 500;
  width: auto;
  min-width: auto;
  max-width: 55%;
  margin-top: -485px;
  margin-left: -57px;
  position: relative;
}

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

.div-block-2, .div-block-2-copy {
  margin-left: 235px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-2-copy.galaxy {
  z-index: -50;
  margin-top: 350px;
  margin-bottom: 170px;
  margin-left: 350px;
}

.counter {
  vertical-align: baseline;
}

.counter-2 {
  color: #fff;
  font-family: Standerd, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.link-4 {
  color: #fefc00;
  text-decoration: underline;
}

.text-span-40 {
  opacity: 1;
  font-size: 22px;
  font-weight: 600;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-left: 360px;
  padding-top: 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  display: none;
}

.text-block-22 {
  display: block;
  overflow: visible;
}

.container-16 {
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-left: 0;
  display: flex;
}

.container-17 {
  width: 400px;
}

.container-18 {
  width: 400px;
  height: 210px;
  margin-top: -250px;
  margin-left: 22px;
  display: flex;
}

.container-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 220px;
  margin-top: -150px;
  margin-bottom: 200px;
  margin-left: 0;
  display: flex;
  position: relative;
}

._30k {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 60px;
  margin-left: 140px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._6-weeks {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 60px;
  margin-left: -113px;
  padding: 13px 25px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
}

.container-20 {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.b2c {
  color: var(--black);
  text-transform: uppercase;
  font-family: Plateia, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.image-1000 {
  margin-top: 24px;
  padding-right: 24px;
}

.div-block-18 {
  width: 100vw;
  overflow: hidden;
}

.link-block-4 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-4:hover {
  background-color: #fffc00;
}

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

.link-block-4.fonds {
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-4.fonds:hover {
  background-color: #8d885b;
}

.section-14 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  margin-top: -40px;
  padding-top: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.grid-18 {
  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;
  width: 2300px;
  max-width: none;
  height: auto;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

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

.image-1001.wix {
  min-width: 50px;
  max-width: 45%;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-1001.respeecher {
  min-width: 120px;
  max-width: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-1001.down {
  min-width: 80px;
  max-width: 40%;
}

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

.image-1001.down.aws {
  min-width: 60px;
  max-width: 30%;
  min-height: 62px;
}

.image-1001.down.temu {
  min-width: 16px;
  max-width: 35%;
  min-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-1001.trmnl {
  min-width: 90px;
  max-width: 45%;
  min-height: 100%;
}

.image-1001.wise {
  min-width: 70px;
  max-width: 40%;
}

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

.image-1001.apps {
  max-width: 50%;
  min-height: auto;
}

.image-1001.amazon {
  max-width: 35%;
}

.image-1001.uber {
  min-width: 50px;
  max-width: 35%;
  min-height: auto;
}

.image-1001.stanford {
  min-width: 75px;
  max-width: 75%;
  min-height: auto;
}

.image-1001.oxford {
  max-width: 55%;
  min-height: auto;
}

.image-1001.berkeley {
  min-height: auto;
}

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

.list-15 {
  width: 80%;
  margin-top: 50px;
}

.new-logo {
  display: none;
}

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

.overflow-visible {
  height: 220px;
  margin-bottom: 0;
}

.tab-menu-underline-link-copy {
  color: #ecd400;
  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 {
  color: #ecd400;
  border: 1px solid #ecd400;
  border-left-width: 0;
}

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

.tab-menu-underline-link {
  color: #fffc00;
  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 {
  color: #ecd400;
  border-top: 0 #ecd400;
  border-bottom: 1px solid #ecd400;
  border-left: 0 solid #ecd400;
  border-right: 0 #ecd400;
}

.tab-menu-underline-link.w--current {
  color: #fffc00;
  background-color: #0000;
  border: 1px #ecd400;
  border-bottom-style: solid;
  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;
}

.column {
  padding-top: 10px;
}

.tabs-2 {
  display: none;
}

.section-15 {
  background-color: #080808;
  margin-bottom: 0;
  padding-top: 0;
}

.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: #ecd400;
  font-weight: 400;
}

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

.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: #fff;
  font-weight: 400;
}

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

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

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

.section-16 {
  z-index: 1;
  background-color: #080808;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Standerd, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: none;
  position: static;
}

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

.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._2 {
  margin-bottom: 20px;
}

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

.bold-text-9 {
  max-width: 100%;
  font-size: 36px;
  display: flex;
}

.bold-text-10 {
  vertical-align: baseline;
}

.cell-17 {
  justify-content: flex-end;
  align-items: center;
}

.list-17 {
  flex-flow: column;
  width: auto;
  display: flex;
}

.image-1002 {
  box-sizing: border-box;
  width: 300px;
  max-width: 300px;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.snap-texts {
  margin-bottom: 60px;
  font-family: Standerd, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.flex-block-40 {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  margin-left: 20px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 220px;
  display: flex;
}

.heading-9 {
  color: var(--white);
  min-width: 100%;
  margin-top: 0;
  font-family: Standerd, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.heading-9.alumni {
  font-size: 36px;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--white);
  background-color: var(--black);
  max-width: 100%;
  min-height: 220px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.div-block-20.alumni {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "Area . Area-3"
                 "Area-2 . ."
                 / 1fr;
}

.text-block-23 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  min-width: 80px;
  padding: 5px;
  font-family: Standerd, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-24 {
  color: var(--white);
  text-align: center;
  font-family: Standerd, sans-serif;
}

.text-block-25 {
  color: var(--white);
  line-height: 120%;
}

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

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  display: flex;
}

.div-block-22.alumni {
  width: 60%;
  height: 300px;
  padding-left: 24px;
}

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

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

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

.image-1004 {
  min-width: 0%;
  max-width: 100%;
  display: block;
}

.image-1004.betterme {
  max-width: 90%;
}

.div-block-25 {
  min-width: 120px;
  max-width: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-25.alumni {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--white);
  border-radius: 1px;
  width: 40%;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
}

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

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

.image-1005.khiels {
  max-width: 75%;
}

.image-1006 {
  vertical-align: middle;
  max-width: none;
}

.image-1007 {
  max-height: 100%;
}

.div-block-27 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #000;
  border-radius: 1px;
  height: 220px;
  min-height: 0;
  max-height: none;
  display: flex;
}

.image-1008 {
  width: 260px;
  max-width: 100%;
  display: block;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.paragraph-18 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.image-1009 {
  height: auto;
}

.div-block-29 {
  width: 100vw;
  height: 120px;
}

.link-block-14 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-14:hover {
  background-color: #ecd400;
}

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

.section-17 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  padding-top: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.grid-20 {
  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;
  width: 3200px;
  max-width: none;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

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

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

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

.image-1010.down {
  min-width: 80px;
  max-width: 45%;
}

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

.image-1010.down.aws {
  min-width: 70px;
  max-width: 30%;
}

.image-1010.down.more {
  max-width: 35%;
}

.image-1010.logo {
  min-width: 80px;
  max-width: 70%;
}

.image-1010.mazon {
  max-width: 35%;
}

.div-block-30 {
  width: 100vw;
}

.link-block-15 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-15:hover {
  background-color: #ecd400;
}

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

.grid-21 {
  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;
  width: 3200px;
  max-width: none;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

.image-1011 {
  min-width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.image-1011.respeecher {
  min-width: 120px;
  max-width: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.taimi {
  max-width: 70%;
}

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

.container-22 {
  max-width: 1040px;
}

.container-22.alumni {
  margin-bottom: 20px;
}

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

.section-18 {
  width: 100%;
  margin-top: 400px;
  display: none;
  overflow: hidden;
}

.why-snap {
  color: var(--white);
  text-align: center;
  margin-top: 140px;
  margin-bottom: 60px;
  font-family: Plateia, sans-serif;
}

.div-block-31 {
  width: 100vw;
}

.link-block-16 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-16:hover {
  background-color: #ecd400;
}

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

.section-19 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  padding-top: 20px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.grid-23 {
  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;
  width: 3200px;
  max-width: none;
  margin-left: 0;
  position: absolute;
  overflow: visible;
}

.image-1012 {
  min-width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.image-1012.respeecher {
  min-width: 120px;
  max-width: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.div-block-32 {
  width: 100vw;
}

.link-block-17 {
  background-color: #080808;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-17:hover {
  background-color: #ecd400;
}

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

.section-20 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 200px;
  padding-top: 20px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.grid-24 {
  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;
  width: 3200px;
  max-width: none;
  margin-left: 0;
  display: none;
  position: absolute;
  overflow: visible;
}

.image-1013 {
  min-width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.image-1013.respeecher {
  min-width: 120px;
  max-width: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.code-embed {
  display: block;
}

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

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.accel {
  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.inovo {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flyer {
  max-width: 80%;
}

.inovo {
  max-width: 90%;
}

.inovo.dmg {
  max-width: 100%;
  min-height: 0%;
}

.dmg {
  overflow: clip;
}

.paragraph-19 {
  color: var(--white);
  width: 450px;
  margin-bottom: 4px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.bold-text-12 {
  font-weight: 400;
}

.flex-block-2 {
  background-color: #080808;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.flex-block-1 {
  border: 1px solid var(--white);
  background-color: #080808;
  border-radius: 1px;
  margin-top: 40px;
}

.flex-block-1.interview {
  border-color: #fff;
}

.paragraph-2-copy-copy-copy {
  color: #fff;
  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: #ecd400;
}

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

.flex-block-43 {
  border: 1px solid var(--white);
  background-color: #080808;
  justify-content: space-between;
  align-items: flex-start;
  height: 160px;
  margin-bottom: 30px;
}

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

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

.container-24 {
  max-width: 1040px;
  margin-bottom: 20px;
}

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

.plashka {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 300px;
  margin-top: -27px;
  margin-left: 15px;
  padding: 12px 20px 16px 15px;
  font-family: Standerd, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.flexss {
  border: 1px solid var(--white);
  height: 160px;
  margin-top: 40px;
}

.grid-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.paragraph-20 {
  color: var(--white);
  font-family: Standerd, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-28 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  padding: 10px 20px;
  font-family: Standerd, sans-serif;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.flex-block-44 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-block-44.down {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
  }

  .icon {
    -webkit-text-stroke-color: #ecd400;
  }

  .menu-button {
    color: #ecd400;
    max-width: 14%;
    padding: 12px;
  }

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

  .nav-link {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    background-image: url("https://cdn.prod.website-files.com/66bb5053dd3c3524fb0f4d77/66bb545dcb947f74bd9e88ea_jeremy-perkins-uhjiu8FjnsQ-unsplash-7_11zon.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: 95%;
    padding-bottom: 100px;
  }

  .heading-2 {
    font-size: 90px;
  }

  .image-2 {
    max-width: 60%;
    margin-top: -371px;
    margin-left: -60px;
  }

  .paragraph {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .paragraph.small {
    padding-right: 10px;
    font-size: 16px;
  }

  .link-block-3 {
    margin-left: 384px;
  }

  .form_label, .checkbox-label {
    font-size: 16px;
  }

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

  .heading-4 {
    font-size: 36px;
  }

  .heading-4.selection, .heading-4.selection._2 {
    font-size: 30px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .text-block-15.black {
    padding: 10px 15px;
    font-size: 12px;
  }

  .flex-block-19._2 {
    width: 210px;
  }

  .list-text {
    font-size: 16px;
  }

  .flex-block-20 {
    height: 220px;
    padding-right: 80px;
  }

  .flex-block-20._2 {
    height: 220px;
  }

  .flex-block-20._2._1 {
    height: 240px;
  }

  .flex-block-20._2.white {
    height: auto;
    padding-right: 10px;
  }

  .image-5 {
    margin-top: -38px;
    margin-left: -50px;
  }

  .image-5._2 {
    max-width: 200%;
    margin-top: -71px;
    margin-left: -126px;
  }

  .container-5 {
    padding-top: 30px;
  }

  .heading-5 {
    font-size: 36px;
    display: none;
  }

  .heading-6.left {
    padding-right: 200px;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .list {
    margin-left: 80px;
    padding-left: 50px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-6, .image-6.snap, .image-6.f1v {
    width: 100px;
  }

  .flex-block-22 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -77px;
    padding-left: 25px;
    padding-right: 0;
  }

  .cell-5, .cell-6, .cell-7 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-16 {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
  }

  .heading-8 {
    font-size: 44px;
  }

  .workshop {
    margin-top: -52px;
    margin-left: -270px;
  }

  .founder {
    margin-top: -378px;
    margin-left: -298px;
  }

  .knowledge {
    margin-top: -131px;
    margin-left: -545px;
  }

  .case-study {
    margin-top: 55px;
    margin-left: 341px;
  }

  .pitch {
    margin-top: 137px;
    margin-left: 559px;
  }

  .pitch._2 {
    margin-top: -8px;
    margin-left: 444px;
  }

  .slider {
    height: 450px;
  }

  .text-block-18 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .text-block-18.small._2 {
    padding-bottom: 22px;
    font-size: 16px;
  }

  .text-block-19 {
    padding: 4px 8px 5px;
    font-size: 10px;
  }

  .paragraph-17 {
    padding-left: 50px;
  }

  .top_1 {
    margin-bottom: 40px;
  }

  .button-t4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-t4 {
    padding-bottom: 119px;
    padding-right: 100px;
  }

  .paragraph-t4.v2, .paragraph-t4.v3 {
    padding-left: 0;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 10px;
  }

  .h1-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .cell-15 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .h1 {
    padding-left: 120px;
    padding-right: 120px;
    line-height: 45px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block-20-copy {
    padding-right: 80px;
  }

  .program {
    height: 240px;
    padding-right: 10px;
  }

  .program._2 {
    height: 220px;
  }

  .program._2._1 {
    height: 240px;
  }

  .program._2.white {
    height: auto;
    padding-right: 10px;
  }

  .flex-block-20-copy {
    height: 220px;
    padding-right: 80px;
  }

  .flex-block-20-copy._2 {
    height: 220px;
  }

  .flex-block-20-copy._2._1 {
    height: 240px;
  }

  .flex-block-20-copy._2.white {
    height: auto;
    padding-right: 10px;
  }

  .flex-block-20-copy-copy {
    padding-right: 80px;
  }

  .flex-block-20-copy-copy._2 {
    height: 260px;
  }

  .flex-block-20-copy-copy._2.white {
    height: auto;
    padding-right: 10px;
  }

  .image-999 {
    margin-top: -104px;
    margin-left: -100px;
  }

  .flex-block-32 {
    margin-top: -349px;
  }

  .text-block-21 {
    margin-left: 330px;
  }

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

  .section-15 {
    padding-top: 100px;
  }

  .body-text-2 {
    font-size: 14px;
  }

  .animation._2, .animation._1 {
    font-size: 12px;
  }

  .image-1010, .image-1011, .image-1012, .image-1013 {
    max-width: 60%;
  }

  .paragraph-2-copy-copy-copy {
    padding-left: 60px;
  }

  .paragraph-2-copy {
    padding-right: 10px;
  }

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

  .paragraph-2-copy-copy, .paragraph-2-copy-copy-copy-copy {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    color: #fff;
    justify-content: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #080808;
    background-image: url("https://cdn.prod.website-files.com/66bb5053dd3c3524fb0f4d77/66bb545dcb947f74bd9e88ea_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;
  }

  .heading-2 {
    font-size: 65px;
  }

  .image-2 {
    align-self: auto;
    max-width: 65%;
    margin-top: 0;
  }

  .paragraph {
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 0;
    font-size: 20px;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 217px;
    display: flex;
  }

  .link-block-3.learn-more {
    margin-left: 30px;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    margin: 0;
    padding: 15px 40px;
  }

  .div-block._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block._2.learn-more {
    margin-left: 20px;
  }

  .text-block {
    padding-right: 20px;
    font-size: 18px;
  }

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

  .flex-block {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .checkbox-label {
    padding-right: 0;
  }

  .form-block, .form-2 {
    max-width: 100%;
  }

  .checkbox {
    margin-left: -10px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .heading-4.selection {
    padding-right: 120px;
  }

  .heading-4.selection._2 {
    padding-right: 30px;
  }

  .flex-block-20 {
    height: 180px;
  }

  .flex-block-20._2 {
    height: 200px;
  }

  .flex-block-20._2.white {
    align-items: flex-start;
  }

  .image-5 {
    max-width: 50%;
    margin-top: 34px;
    margin-left: -35px;
  }

  .image-5._2 {
    max-width: 50%;
    margin-top: -829px;
    margin-left: 244px;
  }

  .container-5 {
    padding-top: 0;
  }

  .container-5._2 {
    padding-top: 20px;
  }

  .heading-5 {
    font-size: 28px;
    display: none;
  }

  .heading-6.left {
    text-align: center;
    padding-right: 0;
  }

  .cell-4 {
    align-items: flex-start;
  }

  .list {
    margin-left: 0;
  }

  .image-6.f1v._2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .flex-block-22 {
    margin-top: 9px;
  }

  .workshop {
    margin-top: -10px;
    margin-left: -179px;
  }

  .founder {
    margin-top: -435px;
    margin-left: -222px;
  }

  .knowledge {
    margin-top: -137px;
    margin-left: -366px;
  }

  .case-study {
    margin-top: 83px;
    margin-left: 277px;
  }

  .pitch {
    margin-top: 189px;
    margin-left: 361px;
  }

  .pitch._2 {
    margin-top: -45px;
    margin-left: 328px;
  }

  .slider {
    height: 1150px;
  }

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

  .text-block-18.small._2 {
    padding-bottom: 100px;
  }

  .flex-block-28 {
    flex-flow: column;
  }

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

  .paragraph-17._5 {
    padding-right: 0;
  }

  .quick-stack-8, .image-10 {
    margin-top: 0;
  }

  .image-12 {
    min-width: 60px;
    max-width: 100%;
  }

  .buttom_1, .link-block-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .container-13 {
    margin-top: 79px;
  }

  .link-block-9-copy, .top_1 {
    font-size: 14px;
    line-height: 18px;
  }

  .quick-stack-9 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .cell-12 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .paragraph-t4 {
    padding-top: 10px;
    padding-bottom: 100px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-t4.v2, .paragraph-t4.v3 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .button_2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .h1-4 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

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

  .image-27 {
    max-width: 50px;
  }

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

  .h1 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

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

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

  .image-14 {
    display: inline-block;
  }

  .footer-block-2 {
    align-items: center;
  }

  .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-wrapper-2 {
    background-color: #080808;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .program {
    height: 180px;
  }

  .program._2 {
    height: 200px;
  }

  .program._2.white {
    align-items: flex-start;
  }

  .flex-block-20-copy {
    height: 180px;
  }

  .flex-block-20-copy._2 {
    height: 200px;
  }

  .flex-block-20-copy._2.white, .flex-block-20-copy-copy._2.white {
    align-items: flex-start;
  }

  .image-999 {
    max-width: 50%;
    margin-top: -907px;
    margin-left: 267px;
  }

  .flex-block-32 {
    margin-top: -279px;
  }

  .counter-2 {
    font-size: 50px;
  }

  .text-block-21 {
    margin-left: 100px;
  }

  .link-block-4 {
    flex-direction: row;
  }

  .section-14 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-18 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .tab-menu-underline-link-copy, .tab-menu-underline-link {
    padding-bottom: 20px;
  }

  .h1-2 {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .column-2 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .body-text {
    font-size: 14px;
  }

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .animation._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-14 {
    flex-direction: row;
  }

  .section-17 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-20 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .link-block-15 {
    flex-direction: row;
  }

  .grid-21 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .link-block-16 {
    flex-direction: row;
  }

  .section-19 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-23 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .link-block-17 {
    flex-direction: row;
  }

  .section-20 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-24 {
    grid-row-gap: 10px;
    width: 4000px;
    display: flex;
  }

  .paragraph-2-copy-copy-copy {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2-copy {
    font-size: 18px;
  }

  .grid-5 {
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
  }

  .paragraph-2-copy-copy {
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2-copy-copy-copy-copy {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 70%;
  }

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

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

  .nav-menu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

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

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

  .section {
    padding-bottom: 0;
  }

  .container {
    padding: 100px 15px 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .heading-2._2 {
    margin-top: 12px;
    margin-bottom: 20px;
    line-height: 120%;
  }

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

  .image-2 {
    max-width: 90%;
    margin-top: -84px;
    margin-left: 51px;
    position: relative;
  }

  .paragraph {
    padding: 0;
    font-size: 18px;
  }

  .paragraph.small._3, .paragraph.small._6 {
    padding-right: 0;
  }

  .link-block-3 {
    z-index: 500;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 36px;
    margin-left: 0;
    position: relative;
  }

  .link-block-3.learn-more {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: -38px;
    margin-left: 0;
  }

  .link-block-3.learn-more._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    margin-top: -20px;
    display: flex;
  }

  .link-block-3._2 {
    margin-top: 20px;
  }

  .div-block {
    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._2 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .div-block._4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block {
    color: #080808;
    font-size: 14px;
  }

  .quick-stack-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -79px;
  }

  .flex-block {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .container-3 {
    padding-left: 0;
  }

  .checkbox-label {
    padding-right: 15px;
    font-size: 14px;
  }

  .column-23, .column-28, .column-26 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .column-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-10 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .paragraph-16 {
    margin-top: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .column-24 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .column-27 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .textarea {
    display: block;
  }

  .container-4 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4 {
    font-size: 22px;
    display: none;
  }

  .heading-4._6 {
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 32px;
    display: block;
  }

  .heading-4._6._4 {
    align-items: stretch;
    width: 100%;
    padding-top: 40px;
    padding-right: 15px;
    font-size: 26px;
    display: flex;
  }

  .heading-4.selection {
    padding-left: 15px;
    padding-right: 50px;
    font-size: 26px;
    display: block;
  }

  .heading-4.selection._2 {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 26px;
    display: block;
  }

  .heading-4.selection._2._5 {
    padding-left: 15px;
  }

  .heading-4.number {
    font-size: 36px;
    display: flex;
  }

  .quick-stack-4 {
    padding-top: 20px;
    position: static;
  }

  .text-block-15 {
    width: auto;
  }

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

  .text-block-15.white {
    padding: 10px 15px;
    font-size: 14px;
  }

  .flex-block-19 {
    margin-left: 10px;
    position: relative;
  }

  .flex-block-19._1 {
    width: 155px;
  }

  .flex-block-19._2 {
    width: 120px;
    margin-left: 10px;
  }

  .flex-block-19.white {
    margin-left: 12px;
  }

  .list-text {
    flex-flow: column;
    padding-bottom: 4px;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .flex-block-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-bottom: 10px;
    padding-right: 30px;
    display: flex;
  }

  .flex-block-20._2 {
    align-items: stretch;
    height: auto;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .flex-block-20._2._1 {
    height: 260px;
    padding-right: 20px;
  }

  .flex-block-20._3 {
    height: 320px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-5 {
    max-width: 90%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .container-5 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .container-5._2 {
    margin-top: 0;
    padding-top: 10px;
  }

  .cell-3 {
    display: none;
  }

  .heading-5 {
    font-size: 24px;
    display: block;
  }

  .container-6 {
    padding: 0 15px 60px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .heading-6.left.white {
    text-align: left;
    margin-bottom: 40px;
    font-size: 26px;
  }

  .heading-6.vc {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 120%;
  }

  .quick-stack-6 {
    padding-bottom: 0;
  }

  .flex-block-21 {
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 30px;
  }

  .list {
    margin-top: 18px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 20px;
  }

  .grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-6.snap {
    padding: 15px 15px 13px 17px;
  }

  .image-6.f1v {
    max-width: 100%;
    padding: 12px 17px;
  }

  .image-6.f1v._2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-6.inovo {
    padding: 12px 15px 12px 16px;
  }

  .flex-block-22 {
    padding-left: 0;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 30px;
  }

  .section-7 {
    background-image: none;
    margin-top: 60px;
    padding-top: 0;
  }

  .heading-7 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }

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

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-8 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .heading-8 {
    font-size: 26px;
  }

  .workshop {
    margin-top: -54px;
    margin-left: -160px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .founder {
    margin-top: -394px;
    margin-left: -36px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .knowledge {
    margin-top: -279px;
    margin-left: -180px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .case-study {
    margin-top: 214px;
    margin-left: 200px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .pitch {
    margin-top: 286px;
    margin-left: 42px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .pitch._2 {
    margin-top: 22px;
    margin-left: 180px;
    padding: 10px 15px 11px;
    font-size: 14px;
  }

  .container-10 {
    width: 100vw;
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .slider {
    height: auto;
    overflow: hidden;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .image-7 {
    max-width: 40%;
  }

  .flex-block-24 {
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-24.expert-flex-block {
    height: auto;
  }

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

  .text-block-18.small._2 {
    padding-bottom: 20px;
  }

  .text-block-18.small._2.expert_text {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 120%;
  }

  .text-block-18.small._2.expert_text._3 {
    padding-bottom: 10px;
  }

  .flex-block-25 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-19 {
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 8.5px;
  }

  .flex-block-27 {
    padding-bottom: 8px;
  }

  .section-9 {
    margin-bottom: 140px;
    padding-top: 10px;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -30px;
    display: flex;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -30px;
    display: flex;
  }

  .container-11 {
    max-width: none;
    padding: 40px 15px 50px;
  }

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

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

  .paragraph-17 {
    padding-right: 20px;
  }

  .container-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-8 {
    padding-left: 0;
  }

  .flex-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-29._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: static;
  }

  .flex-block-29._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-10 {
    max-width: 80%;
    margin-left: 0;
  }

  .cell-11 {
    display: none;
  }

  .image-11 {
    display: block;
  }

  .flex-block-3 {
    margin-bottom: 0;
    margin-left: 60px;
  }

  .grid-17 {
    flex-direction: column;
    display: flex;
  }

  .image-12 {
    padding-top: 20px;
  }

  .image-12.appsflyer {
    min-width: 90px;
    margin-right: 20px;
  }

  .image-12.deel {
    min-width: 70px;
    padding-top: 10px;
  }

  .image-12.reply {
    min-width: 100px;
    margin-right: 20px;
    padding-top: 0;
  }

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

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

  .list-item-15 {
    padding-bottom: 5px;
  }

  .list-11 {
    align-self: flex-start;
  }

  .flex-block-5, .flex-block-6 {
    margin-top: 0;
    margin-right: 60px;
  }

  .list-9, .list-7 {
    align-self: flex-start;
  }

  .list-6-copy {
    margin-top: 0;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-18 {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .list-item-18._2 {
    font-size: 16px;
  }

  .grid-7 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .image-26 {
    width: 70px;
    min-width: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-26.notion {
    width: 100px;
    min-width: 80px;
    padding-top: 20px;
  }

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

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

  .image-26.deel {
    min-width: 70px;
  }

  .image-26.apps {
    width: 120px;
    min-width: auto;
    max-width: none;
  }

  .image-26.awesomic {
    min-width: auto;
  }

  .list-10 {
    align-self: flex-start;
  }

  .buttom_1 {
    margin-top: 0;
    margin-right: 60px;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .list-item-13 {
    padding-bottom: 5px;
  }

  .list-13 {
    align-self: flex-start;
  }

  .list-item-17 {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .list-12 {
    align-self: flex-start;
  }

  .list-6 {
    margin-top: 0;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .flex-block-4 {
    margin-bottom: 0;
    margin-left: 60px;
  }

  .list-item-12 {
    padding-bottom: 5px;
  }

  .link-block-9 {
    margin-top: 0;
    margin-right: 60px;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .flex-block-3-copy {
    margin-top: 0;
    margin-right: 60px;
  }

  .link-block-6-copy {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-item-14 {
    padding-bottom: 5px;
  }

  .container-13 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-9-copy {
    margin-bottom: 0;
    margin-left: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .top_1 {
    margin-bottom: 0;
    margin-left: 60px;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .link-block-6-copy-2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
    font-size: 16px;
  }

  .container-14 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-13 {
    padding-top: 70px;
  }

  .quick-stack-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .container-15 {
    margin-top: 80px;
  }

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

  .text-block-20 {
    color: #080808;
  }

  .paragraph-t4 {
    text-align: center;
    padding: 0 0 40px;
    font-size: 16px;
  }

  .paragraph-t4.v2 {
    text-align: center;
    margin-left: 0;
    padding: 0 20px 30px;
  }

  .paragraph-t4.v3 {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-10 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .button_2 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
  }

  .h1-4 {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 28px;
    line-height: 35px;
  }

  .h1-4.phone {
    text-align: left;
    align-self: center;
    padding-top: 10px;
    font-size: 28px;
  }

  .cell-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---accordion-title {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 60px;
    font-size: 26px;
    line-height: 120%;
  }

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

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

  .brix---accordion-btn-horizontal-line-v2 {
    width: 20px;
  }

  .brix---accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .brix---accordion-btn-vertical-line-v2 {
    height: 20px;
  }

  .brix---container-default-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-2 {
    margin-top: 60px;
  }

  .title-small-2 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 12px;
    display: block;
  }

  .title-small-2.new-class {
    margin-bottom: 0;
    margin-left: -99px;
  }

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

  .footer-link-2:hover {
    color: #fffc00;
  }

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

  .flex-block-20-copy._2._1 {
    padding-right: 20px;
  }

  .program {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 230px;
    padding-top: 40px;
    padding-right: 10px;
    display: flex;
  }

  .program._2 {
    height: 260px;
  }

  .program._2._1 {
    height: 260px;
    padding-right: 20px;
  }

  .program._3 {
    height: 320px;
  }

  .flex-block-20-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 180px;
    padding-right: 30px;
    display: flex;
  }

  .flex-block-20-copy._2 {
    height: 260px;
  }

  .flex-block-20-copy._2._1 {
    height: 260px;
    padding-right: 20px;
  }

  .flex-block-20-copy._3 {
    height: 320px;
  }

  .galaxy {
    margin-top: -500px;
    margin-left: -7px;
  }

  .galaxy.galaxy-2 {
    height: 20px;
    margin-top: -100px;
    margin-bottom: 60px;
  }

  .link-block-10 {
    align-self: auto;
  }

  .flex-block-20-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-right: 30px;
    display: flex;
  }

  .flex-block-20-copy-copy._2 {
    height: 230px;
  }

  .flex-block-20-copy-copy._2._1 {
    padding-right: 20px;
  }

  .flex-block-20-copy-copy._3 {
    height: 320px;
  }

  .flex-block-30 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 140px;
    display: flex;
  }

  .flex-block-32 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -400px;
    padding-right: 0;
  }

  .div-block-2-copy.galaxy {
    margin-top: 200px;
    margin-left: 0;
    padding-left: 200px;
  }

  .counter-2 {
    font-size: 50px;
  }

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

  .text-span-40 {
    line-height: 120%;
  }

  .text-block-21 {
    align-self: flex-start;
    margin-left: 0;
    padding-top: 10px;
    font-size: 12px;
  }

  .container-19 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 400px;
  }

  ._30k {
    margin-left: 22px;
    font-size: 16px;
    line-height: 14px;
  }

  ._6-weeks {
    font-size: 16px;
    line-height: 14px;
  }

  .b2c {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-18 {
    width: 100vw;
    height: 120px;
    margin-top: 0;
    overflow: hidden;
  }

  .link-block-4 {
    min-width: 90px;
    max-height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-4._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .section-14 {
    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: -20px;
    display: block;
  }

  .grid-18 {
    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;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100vw;
    height: 50px;
    margin-left: 0;
    display: grid;
    position: static;
  }

  .image-1001 {
    min-width: 80%;
    max-width: 40%;
    min-height: auto;
    padding: 0 10px;
  }

  .image-1001.wix {
    min-width: 80%;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1001.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1001.down {
    min-width: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-1001.down.jiji {
    min-width: 50px;
  }

  .image-1001.down.aws {
    min-width: 80%;
    max-width: 80%;
    min-height: auto;
  }

  .image-1001.trmnl {
    max-width: 80%;
  }

  .image-1001.headvay {
    min-width: 100%;
    max-width: 30%;
  }

  .image-1001.headvay.ds {
    min-width: 80%;
  }

  .image-1001.speed {
    max-width: 80px;
  }

  .list-15 {
    width: 100%;
    padding-left: 32px;
  }

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

  .tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

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

  .tab-menu-underline-link {
    padding-bottom: 8px;
  }

  .tab-menu-underline-link.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .column {
    padding-top: 0;
  }

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

  .list-16 {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .section-15 {
    padding-top: 20px;
  }

  .body-text-2 {
    text-align: center;
    max-width: 120px;
  }

  .h1-2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 120%;
  }

  .column-2 {
    margin-top: -24px;
  }

  .body-text {
    font-size: 14px;
    font-weight: 600;
  }

  .card.pd-32px---24px {
    height: 350px;
    padding: 60px 20px 0;
  }

  .container-21 {
    padding-bottom: 0;
  }

  .section-16 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
  }

  .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._2 {
    width: 150px;
    margin: 0 0 20px;
    padding: 15px 0 10px;
    font-size: 12px;
  }

  .animation._1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .list-17 {
    padding-left: 32px;
  }

  .image-1002 {
    width: 4rem;
    height: 3rem;
    display: none;
  }

  .heading-9 {
    font-size: 18px;
  }

  .heading-9.alumni {
    width: 100%;
    font-size: 24px;
  }

  .div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-20.alumni {
    flex-flow: column;
  }

  .text-block-23 {
    min-width: 50px;
    font-size: 16px;
  }

  .div-block-22 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
  }

  .div-block-22.alumni {
    width: 100%;
    height: 45%;
  }

  .text-block-26 {
    font-size: 11px;
  }

  .div-block-25.alumni {
    border-top-width: 1px;
    border-left-width: 0;
    width: 100%;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-height: none;
  }

  .image-1008 {
    max-width: 120px;
    display: none;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  .list-18, .list-19, .list-20, .list-21, .list-22 {
    padding-left: 20px;
  }

  .bold-text-11 {
    font-size: 20px;
  }

  .div-block-29 {
    height: 120px;
  }

  .link-block-14 {
    width: 100px;
    height: 50px;
    margin-left: 0;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-14._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .section-17 {
    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-20 {
    box-sizing: border-box;
    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 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100vw;
    height: 50px;
    margin-left: 0;
    display: grid;
    position: static;
  }

  .image-1010 {
    min-width: 80px;
    max-width: 40%;
    padding: 0 10px;
  }

  .image-1010.wix {
    min-width: 70px;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1010.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-1010.down.jiji {
    min-width: 50px;
  }

  .image-1010.down.aws {
    min-width: 70px;
  }

  .div-block-30 {
    height: 120px;
  }

  .link-block-15 {
    margin-left: 0;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-15._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .grid-21 {
    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;
  }

  .image-1011 {
    min-width: 80px;
    max-width: 40%;
    padding: 0 10px;
  }

  .image-1011.wix {
    min-width: 70px;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1011.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-1011.down.jiji {
    min-width: 50px;
  }

  .image-1011.down.aws {
    min-width: 70px;
  }

  .new-image {
    display: none;
  }

  .grid-22 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-22.alumni {
    margin: 15px;
  }

  .section-18 {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .why-snap {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 120%;
  }

  .div-block-31 {
    height: 120px;
  }

  .link-block-16 {
    margin-left: 0;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-16._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .section-19 {
    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-23 {
    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;
  }

  .image-1012 {
    min-width: 80px;
    max-width: 40%;
    padding: 0 10px;
  }

  .image-1012.wix {
    min-width: 70px;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1012.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-1012.down.jiji {
    min-width: 50px;
  }

  .image-1012.down.aws {
    min-width: 70px;
  }

  .div-block-32 {
    height: 120px;
  }

  .link-block-17 {
    margin-left: 0;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-17._2 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .section-20 {
    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: 0;
    display: none;
  }

  .grid-24 {
    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;
  }

  .image-1013 {
    min-width: 80px;
    max-width: 40%;
    padding: 0 10px;
  }

  .image-1013.wix {
    min-width: 70px;
    max-width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-1013.respeecher {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-1013.down.jiji {
    min-width: 50px;
  }

  .image-1013.down.aws {
    min-width: 70px;
  }

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

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

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

  .accel.inovo {
    max-width: 70px;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .accel.speed {
    max-width: 120px;
    height: 40px;
  }

  .accel.dmg, .accel.silicon {
    max-width: 120px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

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

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

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

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

  .accel.acrobat {
    padding: 6px 20px;
  }

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

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

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

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

  .accel.smok {
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .inovo {
    max-width: 100%;
  }

  .acrobat, .smok {
    max-height: 100%;
  }

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

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

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

  .paragraph-2-copy {
    max-width: 60%;
    margin: 0 0 0 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 18px;
  }

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

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    order: 0;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

  .container-24 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .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-25 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-20 {
    font-size: 18px;
  }

  .text-block-28 {
    margin-top: -20px;
  }

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

  .flex-block-44.down {
    margin-top: 0;
  }

  .paragraph-21 {
    color: var(--white);
    margin-top: 10px;
    font-family: Standerd, sans-serif;
    font-weight: 600;
  }

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

#w-node-_2dec4f6c-f0b7-47b3-1f6e-1756fc58d5f0-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedb-fb0f4d7d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
}

#w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedd-fb0f4d7d {
  grid-column: span 2 / span 2;
}

#w-node-b7caddf3-fab5-f594-7709-31923fdbc0fc-fb0f4d7d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7ce831cf-1f54-b0ec-9120-457b537bf32d-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf32f-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf331-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf333-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf335-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf337-fb0f4d7d, #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf339-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dd8-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dda-fb0f4d7d {
  grid-area: Area;
}

#w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8ddc-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dde-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8de0-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8de2-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8de4-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8de6-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8de8-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dea-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dec-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8dee-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8df0-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8df2-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8df4-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8df6-fb0f4d7d, #w-node-c7d2c5dd-a978-98c6-3bd0-113f0a6f8df8-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e190-fb0f4d7d {
  grid-area: Area;
}

#w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e18e-fb0f4d7d, #w-node-e6a7dab8-e79a-2731-309f-9e7ff78ff74a-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e192-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e194-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e196-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e198-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e19a-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e19c-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e19e-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1a0-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1a2-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1a4-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1a6-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1a8-fb0f4d7d, #w-node-_2893c8f1-442d-0daa-9a7d-af7c37b4e1aa-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d22-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d24-fb0f4d7d {
  grid-area: Area;
}

#w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d26-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d28-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d2a-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d2c-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d2e-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d30-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d32-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d34-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d36-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d38-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d3a-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d3c-fb0f4d7d, #w-node-_098c4d10-9fa1-a101-8ae1-bd438b641d3e-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fbda5a8-8216-1f13-c52d-d123fdcc83d5-fb0f4d7d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_96181e27-a83b-babf-6ecc-dca0a39d72d9-fb0f4d7d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96181e27-a83b-babf-6ecc-dca0a39d72da-fb0f4d7d, #w-node-_0f8faf48-8ee2-782a-98dd-d235b24cbb18-fb0f4d7d {
  grid-column: span 2 / span 2;
}

#w-node-dc10591f-4d4c-7b94-c877-624bd1d72b3a-fb0f4d7d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-dc10591f-4d4c-7b94-c877-624bd1d72b3c-fb0f4d7d {
  grid-row: span 3 / span 3;
}

#w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf00f8-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf00fe-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0106-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf010e-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0116-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0122-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf012b-fb0f4d7d {
  grid-area: Area;
}

#w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0130-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0137-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf013e-fb0f4d7d {
  grid-area: Area-6;
}

#w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0145-fb0f4d7d, #w-node-d1fb5a0d-c75a-546b-c46f-0446d7bf0150-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a2e827-d395-90af-b4cf-a5093e63ccff-fb0f4d7d {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

#w-node-c9a2e827-d395-90af-b4cf-a5093e63cd00-fb0f4d7d, #w-node-_5a894ba0-35a6-615f-b8c3-79e1d7a50b23-fb0f4d7d {
  grid-column: span 2 / span 2;
}

#w-node-ddbe2a99-b4f4-e2d2-2133-410c493c8ac1-fb0f4d7d, #w-node-ddbe2a99-b4f4-e2d2-2133-410c493c8ac8-fb0f4d7d, #w-node-ddbe2a99-b4f4-e2d2-2133-410c493c8acf-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91230-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89f9f02d-085a-6304-dfae-9824ffd91232-fb0f4d7d {
  grid-area: Area;
}

#w-node-_89f9f02d-085a-6304-dfae-9824ffd91234-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91236-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91238-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9123a-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9123c-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9123e-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91240-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91242-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91244-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91246-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91248-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9124a-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9124c-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9124e-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91250-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91252-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91254-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91256-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd91258-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9125a-fb0f4d7d, #w-node-_89f9f02d-085a-6304-dfae-9824ffd9125c-fb0f4d7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652629d7-89d3-72b0-e99a-3804a7b7fd18-e1c32ac4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_652629d7-89d3-72b0-e99a-3804a7b7fd19-e1c32ac4, #w-node-_3d9b2b78-fe23-b4be-aab7-478985015ef0-e1c32ac4 {
  grid-column: span 2 / span 2;
}

#w-node-_41da63f7-b4a7-570e-67f2-f0e2a7fea8eb-e1c32ac4, #w-node-_41da63f7-b4a7-570e-67f2-f0e2a7fea8f2-e1c32ac4, #w-node-_41da63f7-b4a7-570e-67f2-f0e2a7fea8f9-e1c32ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedb-fb0f4d7d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2dec4f6c-f0b7-47b3-1f6e-1756fc58d5f0-fb0f4d7d {
    align-self: center;
  }

  #w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedb-fb0f4d7d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedd-fb0f4d7d {
    grid-column: span 2 / span 2;
  }

  #w-node-b7caddf3-fab5-f594-7709-31923fdbc0fc-fb0f4d7d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7ce831cf-1f54-b0ec-9120-457b537bf333-fb0f4d7d {
    align-self: center;
  }

  #w-node-_3fbda5a8-8216-1f13-c52d-d123fdcc83d5-fb0f4d7d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c9a2e827-d395-90af-b4cf-a5093e63ccff-fb0f4d7d {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-c9a2e827-d395-90af-b4cf-a5093e63cd00-fb0f4d7d {
    grid-column: span 2 / span 2;
  }

  #w-node-_5a894ba0-35a6-615f-b8c3-79e1d7a50b23-fb0f4d7d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedb-fb0f4d7d {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-ecf36925-3e12-cc46-0d27-ff66fed9dedc-fb0f4d7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96181e27-a83b-babf-6ecc-dca0a39d72d9-fb0f4d7d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc10591f-4d4c-7b94-c877-624bd1d72b3a-fb0f4d7d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-dc10591f-4d4c-7b94-c877-624bd1d72b3c-fb0f4d7d {
    grid-row: span 3 / span 3;
  }

  #w-node-c9a2e827-d395-90af-b4cf-a5093e63ccff-fb0f4d7d {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_652629d7-89d3-72b0-e99a-3804a7b7fd18-e1c32ac4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, .25fr) 1.5fr;
  }
}


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