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

.div-block {
  height: 100%;
  padding-right: 2em;
  padding-left: 2em;
  border-style: none;
  border-width: 0px 1px 1px;
  border-color: #000;
}

.body {
  border: 0px solid #000;
}

.mainhero {
  display: flex;
  height: 80vh;
  padding-right: 4em;
  padding-left: 4em;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-4 {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
}

.heading {
  font-size: 60px;
  font-weight: 500;
}

.why {
  height: 100%;
  padding: 4em;
  background-color: #f8fafc;
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  margin-right: 2em;
}

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

.heading-3 {
  font-size: 32px;
}

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

.subheadingtext {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.whycontainerrow {
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-6 {
  width: 25%;
  margin-right: 24px;
}

.div-block-7 {
  display: flex;
  width: 200px;
  height: 200px;
  padding: 2em 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(100, 56, 232, 0.2);
}

.ecosystem {
  padding: 6rem 4em;
  font-family: Montserrat, sans-serif;
}

.team2022 {
  padding: 4em;
  background-color: #f8fafc;
  font-family: Montserrat, sans-serif;
}

.contact {
  height: 100%;
  padding: 6rem 4em;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.grid {
  display: block;
  padding: 2em 4em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.teamheading {
  margin-bottom: 32px;
  font-weight: 600;
  text-align: left;
}

.heading-6 {
  color: #fff;
  font-weight: 500;
}

.heading-7 {
  display: none;
  width: 60%;
  color: #9b9b9b;
  font-weight: 400;
}

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

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

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.heading-10 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

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

.div-block-8 {
  display: flex;
  padding-right: 2em;
  padding-left: 2em;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-9 {
  display: flex;
  padding-right: 4em;
}

.div-block-10 {
  padding-right: 2em;
  text-decoration: none;
}

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

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.text-span {
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span-2 {
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span-3 {
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobileheader {
  display: none;
}

.heroimage {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
}

.heroimagemobile {
  display: none;
  width: 40%;
  justify-content: center;
  align-items: center;
}

.mobileblock1 {
  width: 25%;
  margin-right: 24px;
}

.mobileblock2 {
  width: 25%;
  margin-right: 24px;
}

.mobielblock3 {
  width: 25%;
  margin-right: 24px;
}

.mobielrowcard {
  display: none;
}

.navbar {
  display: none;
}

.row1mobileportfolio {
  display: none;
}

.mobilerowtean {
  display: none;
}

.desktopcontacttext {
  width: 60%;
  color: #fff;
  font-weight: 400;
}

.container-2 {
  display: none;
}

.socialblock {
  display: flex;
  margin-top: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 20px;
}

.image-3 {
  margin-right: 12px;
}

.linkedin {
  margin-right: 0px;
}

.div-block-11 {
  display: flex;
  margin-top: 8px;
  justify-content: flex-end;
  align-items: center;
}

.image-4 {
  margin-right: 16px;
}

.heading-12 {
  padding-left: 2em;
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  padding-left: 4.8em;
  color: #a8a8a8;
  font-size: 10px;
}

.div-block-12 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.heading-12-copy {
  padding-left: 0em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

.end {
  margin-right: 0px;
}

.column {
  padding-right: 6em;
}

.link {
  text-decoration: none;
}

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

.typed-text {
  display: flex;
  margin-top: 16px;
  margin-left: 12px;
  font-size: 60px;
  line-height: 44px;
  font-weight: 500;
}

.typed-cursor {
  display: none;
  margin-top: 16px;
  margin-left: 8px;
  font-size: 60px;
  line-height: 44px;
  font-weight: 600;
}

.gridmobile {
  display: none;
  padding: 2em 4em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.mobiletextteam {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.socialblockmobile {
  display: flex;
  margin-top: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.desktoptype {
  display: flex;
}

.mobiletype {
  display: none;
}

.typed-text-copy {
  margin-top: 16px;
  margin-left: 12px;
  font-size: 60px;
  line-height: 44px;
  font-weight: 500;
}

.typed-text-mobile {
  display: none;
  margin-top: 16px;
  margin-left: 12px;
  font-size: 60px;
  line-height: 44px;
  font-weight: 500;
}

.text-span-mob {
  display: none;
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.textpsapnmob {
  display: none;
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.extrajheigt {
  display: none;
}

.cardtextblock {
  height: 60px;
  text-align: center;
}

.text-span-4 {
  font-size: 16px;
  line-height: 1.5rem;
}

.text-block-6 {
  line-height: 1.5rem;
}

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

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

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

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

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

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

.companiesgrid {
  padding: 2em 4em;
  grid-column-gap: 102px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.peoplegrid {
  display: -ms-grid;
  display: grid;
  padding: 2em 0em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.logothongrid {
  display: none;
  padding: 2em 4em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.image-5 {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

.firstteamrow {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firstrowimage {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

.companiestab.w--current {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
  font-size: 18px;
  font-weight: 600;
}

.companiestab.w--current:focus {
  font-weight: 600;
}

.companiestab.lefttabunopen {
  display: flex;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.4);
  font-weight: 600;
}

.academictab.middletabs {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.4);
  font-weight: 600;
}

.academictab.middletabs:focus {
  font-weight: 600;
}

.academictab.middletabs.w--current {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.mediatab.middletabs {
  display: none;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.4);
  font-size: 16px;
}

.mediatab.middletabs:focus {
  font-weight: 600;
}

.mediatab.lasttab {
  display: none;
}

.fundstab.lasttab {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.4);
}

.fundstab.lasttab:focus {
  font-weight: 600;
}

.fundstab.lasttab.w--current {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.fundstab.middletabs {
  display: none;
}

.companiesrow1 {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}

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

.image-6 {
  width: 160px;
  height: 160px;
}

.secondteamrow {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.secondrowimage {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

.thirdrowteam {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thirdrowimage {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}

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

.image-7 {
  width: 200px;
  height: 200px;
  margin-right: 1rem;
  margin-left: 1rem;
}

.image-8 {
  width: 180px;
  height: 180px;
}

.companiesrow1-copy {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.companylogo {
  width: 180px;
  height: 180px;
  margin-right: 2em;
}

.companylogocenter {
  width: 180px;
  height: 180px;
  margin-right: 2rem;
  margin-left: 2rem;
}

.companyrow2 {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.text-block-7 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-8 {
  font-size: 16px;
  font-weight: 400;
}

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

.tabs {
  display: none;
}

.tabs-menu-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-link-tab-3.toplefttab {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.tab-link-tab-3.toplefttab.w--current {
  font-weight: 600;
}

.tab-link-tab-4 {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.tab-link-tab-4.w--current {
  background-color: #fff;
  font-weight: 600;
}

.service-providers {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.service-providers.w--current {
  background-color: #fff;
  font-weight: 600;
}

.tab-link-tab-6 {
  display: flex;
  height: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.tab-link-tab-6.w--current {
  background-color: #fff;
  font-weight: 600;
}

.mobilerow2 {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.acdemicrow2 {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.medrow3 {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.academic3 {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}

.image-10 {
  margin-right: 2em;
}

.image-11 {
  margin-right: 2em;
}

.image-12 {
  margin-right: 2em;
}

.image-13 {
  margin-right: 2em;
}

.image-14 {
  margin-right: 2em;
}

.bold-text {
  display: none;
}

.getintouchdesk {
  width: 60%;
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 400;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-14 {
  background-image: linear-gradient(180deg, #b16de3, #804ce6);
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-block-7 {
  text-decoration: none;
}

.whycontainertablet {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabletdescriptiontext {
  line-height: 1.5rem;
}

.investor {
  width: 25%;
  margin-right: 24px;
}

.entreprenuers {
  width: 25%;
  margin-right: 24px;
}

.commujnity {
  width: 25%;
  margin-right: 24px;
}

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

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

.body-2 {
  display: flex;
}

.button {
  width: 150px;
  margin-top: 16px;
  background-color: #000;
}

.image-16 {
  width: 88px;
  height: 120px;
}

.subq {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.cryptoneedle {
  margin-left: 2rem;
}

.secondteamrow-copy {
  display: none;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team {
  display: none;
  padding: 4em;
  background-color: #f8fafc;
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  display: none;
}

.communitiesmedia {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.communitiesmedia.w--current {
  background-color: #fff;
  font-weight: 600;
}

.tab-link-sproviders {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
}

.tab-link-sproviders.w--current {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
  font-weight: 600;
}

.image-4-copy {
  margin-right: 0px;
}

.peoplemobile {
  display: none;
  overflow: visible;
  padding: 2em 0em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.firstteamrow-copy {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firstteamrow-copy.tom-copy {
  display: none;
}

@media screen and (max-width: 991px) {
  .why {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  .whycontainerrow {
    display: none;
  }

  .div-block-7 {
    width: auto;
    height: 175px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .text-span {
    font-size: 40px;
  }

  .typed-text {
    padding-top: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
  }

  .mobiletype {
    display: none;
  }

  .image-5.firstrowimage {
    width: 100px;
    height: 100px;
  }

  .firstrowimage {
    width: 100px;
    height: 100px;
  }

  .secondrowimage {
    width: 100px;
    height: 100px;
  }

  .thirdrowimage {
    width: 100px;
    height: 100px;
  }

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

  .tabletdescriptiontext {
    padding-bottom: 16px;
  }

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

@media screen and (max-width: 767px) {
  .subheadingtext {
    text-align: center;
  }

  .div-block-7 {
    width: 125px;
    height: 150px;
  }

  .contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .heading-9 {
    font-size: 20px;
  }

  .div-block-8 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .div-block-9 {
    padding-right: 2em;
  }

  .text-span {
    font-size: 30px;
  }

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

  .heading-12 {
    padding-left: 0em;
  }

  .text-block-5 {
    padding-left: 0em;
  }

  .column {
    padding-right: 0em;
  }

  .typed-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
  }

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

  .cardtextblock {
    font-size: 10px;
    line-height: 14px;
  }

  .tabletdescriptiontext {
    text-align: center;
  }

  .image-16 {
    width: 70px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    border-style: solid;
    border-width: 0px;
  }

  .mainhero {
    height: 100%;
    padding: 2rem 2em 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 2em;
  }

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

  .header {
    display: none;
  }

  .why {
    display: block;
    padding-right: 2em;
    padding-left: 2em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    margin-right: 0em;
  }

  .subheadingtext {
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .div-block-7 {
    width: 100%;
    margin-bottom: 2em;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ecosystem {
    padding: 2em 2em 4rem;
  }

  .team2022 {
    padding-top: 3em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .contact {
    padding: 4rem 2em;
  }

  .heading-5 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid {
    display: none;
  }

  .teamheading {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-7 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-9 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-10.mobiletextteam {
    font-size: 10px;
  }

  .heading-10.mobiletextteam-copy {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-10.mobiletext {
    font-size: 10px;
  }

  .div-block-8 {
    padding-left: 0em;
  }

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

  .text-span-2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }

  .mobileheader {
    display: none;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-4.w--current {
    display: block;
  }

  .heroimage {
    display: none;
    width: 100%;
    padding-top: 2em;
  }

  .heroimagemobile {
    display: flex;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2rem;
  }

  .mobileblock1 {
    display: block;
    width: 75%;
    margin-right: 0px;
  }

  .mobileblock2 {
    display: block;
    width: 75%;
    margin-right: 0px;
  }

  .mobielblock3 {
    display: block;
    width: 75%;
    margin-right: 0px;
  }

  .mobielrowcard {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 55px;
    height: 70px;
    margin-left: 16px;
  }

  .icon {
    color: #000;
    font-size: 32px;
  }

  .container {
    background-color: #fff;
  }

  .navbar {
    display: block;
  }

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

  .mobileportfolioblock {
    margin-right: 16px;
  }

  .mobielblockright {
    margin-right: 0px;
  }

  .mobilerowtean {
    display: none;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    color: #000;
    font-size: 12px;
    text-decoration: none;
  }

  .link-block-5 {
    margin-right: 16px;
    text-decoration: none;
  }

  .mobileteamright {
    margin-right: 0px;
    text-decoration: none;
  }

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

  .link-block-6 {
    text-decoration: none;
  }

  .nav-menu {
    display: block;
    align-items: flex-start;
    background-color: #f7fafc;
  }

  .nav-link {
    width: 100%;
  }

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

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

  .container-2 {
    display: flex;
    margin-bottom: 0em;
    padding-top: 16px;
    padding-bottom: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .socialiconlink {
    margin-right: 12px;
  }

  .text-block-4 {
    margin-top: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .textccmobile {
    margin-top: 0px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .italic-text {
    width: 60%;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 8px;
  }

  .textccmobile-copy2 {
    margin-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .footerdesktop {
    display: none;
  }

  .typed-cursor {
    margin-top: 8px;
  }

  .gridmobile {
    display: block;
    padding: 12px 0px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    font-size: 10px;
  }

  .div-block-14 {
    display: flex;
    align-items: center;
  }

  .mobileteamind {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobiletextteam {
    font-size: 10px;
    line-height: 14px;
  }

  .mobileteamrow2 {
    display: flex;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .mobileteamend {
    display: flex;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .desktoptype {
    display: none;
  }

  .mobiletype {
    display: block;
  }

  .typed-text-copy {
    margin-top: 8px;
    margin-left: 0px;
  }

  .typed-text-mobile {
    display: block;
    margin-top: 8px;
    margin-left: 0px;
    font-size: 48px;
  }

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

  .div-block-16 {
    display: block;
    width: 1px;
    height: 50px;
  }

  .textpsapnmob {
    display: block;
  }

  .extrajheigt {
    display: block;
    width: 1px;
    height: 50px;
    margin-top: 4px;
    padding-bottom: 80px;
  }

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

  .mobileteamend-porfy {
    display: none;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobileteamind-fi {
    display: flex;
    margin-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    margin-top: 8px;
  }

  .denise {
    margin-bottom: 0px;
  }

  .text-span-4 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-6 {
    padding-bottom: 1rem;
  }

  .companiesgrid {
    display: none;
  }

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

  .logothongrid {
    display: none;
  }

  .companiesrow1 {
    display: flex;
  }

  .deepdao {
    width: 33%;
  }

  .dhedge {
    width: 33%;
    margin-right: 1em;
  }

  .companylogo {
    width: 100%;
    height: 90px;
    margin-right: 0em;
  }

  .companylogocenter {
    width: 100%;
    height: 80px;
  }

  .tabs {
    display: none;
  }

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

  .tabs-menu-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(100, 56, 232, 0.2);
    border-radius: 8px;
    text-align: center;
  }

  .tab-link-tab-1 {
    padding-left: 10px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10px;
  }

  .tab-link-tab-2 {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10px;
  }

  .tab-link-tab-3 {
    width: 125px;
    max-width: 125px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .tab-link-tab-3.w--current {
    font-weight: 600;
  }

  .tab-link-tab-3.toplefttab {
    border-radius: 4px 0px 0px;
    background-color: #fff;
  }

  .tab-link-tab-4 {
    width: 125px;
    max-width: 125px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    box-shadow: none;
  }

  .tab-link-tab-4.w--current {
    background-color: #fff;
    font-weight: 600;
  }

  .text-block-10 {
    font-size: 12px;
    text-align: center;
  }

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

  .service-providers {
    width: 125px;
    max-width: 125px;
    background-color: #fff;
    box-shadow: none;
  }

  .service-providers.w--current {
    background-color: #fff;
    font-weight: 600;
  }

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

  .tab-link-tab-6 {
    width: 125px;
    max-width: 125px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    font-size: 12px;
  }

  .tab-link-tab-6.w--current {
    background-color: #fff;
    font-weight: 600;
  }

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

  .mobilerow2 {
    margin-top: 2rem;
  }

  .acdemicrow2 {
    margin-top: 2rem;
  }

  .image-9 {
    margin-left: 0px;
  }

  .medrow3 {
    margin-top: 2rem;
  }

  .academic3 {
    margin-top: 2rem;
  }

  .shadowtabbox {
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0 rgba(100, 56, 232, 0.2);
  }

  .mobileteamind-copy {
    display: block;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-10 {
    width: 100%;
    height: 90px;
  }

  .image-15 {
    height: 100px;
  }

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

  .link-block-6-copy {
    text-decoration: none;
  }

  .bold-text-2 {
    display: none;
  }

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

  .tabletdescriptiontext {
    padding-bottom: 1rem;
  }

  .investor {
    display: none;
  }

  .entreprenuers {
    display: none;
  }

  .commujnity {
    display: none;
  }

  .image-17 {
    margin-left: 0px;
  }

  .unsw {
    width: 33%;
    height: 80px;
    margin-right: 0em;
  }

  .anu {
    width: 33%;
    height: 80px;
  }

  .mru {
    width: 33%;
  }

  .sevenx {
    width: 33%;
    margin-right: 1em;
  }

  .subq {
    width: 33%;
    height: 90px;
    margin-right: 0em;
  }

  .alpeh {
    width: 33%;
    margin-left: 1em;
  }

  .cryptosat {
    width: 33%;
    margin-left: 1em;
  }

  .dhedge2 {
    width: 33%;
    margin-right: 1em;
  }

  .deepda {
    width: 33%;
    margin-right: 1em;
  }

  .incalpha {
    width: 33%;
    margin-right: 1em;
  }

  .waterdrip {
    width: 33%;
    margin-right: 1em;
  }

  .colld {
    width: 33%;
    margin-right: 1em;
  }

  .apollo {
    width: 33%;
    margin-right: 1em;
  }

  .cryptoneedle {
    width: 33%;
  }

  .mobileteamindr {
    display: none;
    margin-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-18 {
    background-color: #fff;
    background-image: linear-gradient(180deg, #000, #5c5c5c 51%, #fff);
  }

  .div-block-26 {
    width: 92px;
    height: 92px;
    background-color: #f8fafc;
  }

  .team {
    padding-top: 3em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid-2 {
    display: none;
  }

  .communitiesmedia {
    width: 125px;
    max-width: 125px;
    background-color: #fff;
    box-shadow: none;
  }

  .communitiesmedia.w--current {
    background-color: #fff;
    font-weight: 600;
  }

  .tab-link-sproviders {
    box-shadow: none;
  }

  .tab-link-sproviders.w--current {
    box-shadow: none;
  }

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

  .deepda-copy {
    width: 33%;
    margin-right: 0em;
  }

  .socialiconlink-copy {
    margin-right: 0px;
  }

  .peoplemobile {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

