:root {
  --greyz: #1e1e1e;
  --white: #fff;
  --trans: #0000;
  --none: 0vh;
}

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

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

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

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

h1 {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 108%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

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

.topbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
  position: static;
  top: auto;
  bottom: 10px;
}

.sitewrapper {
  background-color: var(--greyz);
}

._90 {
  background-color: var(--greyz);
  max-width: 90%;
}

._90.navvar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navwrapper {
  z-index: 69;
  background-color: var(--greyz);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: sticky;
  top: -50px;
}

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

.hamburger {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.bun {
  background-color: var(--white);
  border-radius: 20px;
  width: 30px;
  height: 5px;
}

.bun._1, .bun._2, .bun._3 {
  width: 40px;
  height: 3px;
}

.herowrapper {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.herop1 {
  color: #fff;
  margin-bottom: 39px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-2 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 117%;
}

.heading-2.hero {
  line-height: 130%;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.keybenifitswrapper {
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
}

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

.benifit {
  background-color: var(--trans);
  border-radius: 0;
}

.benifit._01 {
  background-color: var(--white);
  border: 2px dotted #b9b9b9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}

.benifit._04:hover {
  border: 3px red;
}

.testimonials {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  display: none;
}

.testimonialwrapper {
  border: 1px solid #fff;
  border-radius: 100px;
  height: 500px;
}

.ourapproach {
  flex-flow: column;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.heading-4 {
  color: #fff;
  text-align: left;
  padding-left: 49px;
  padding-right: 49px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.betainvite {
  background-image: none;
  height: 300px;
  margin-top: 59px;
}

.heading-5 {
  text-transform: uppercase;
}

.bottombar {
  z-index: 187;
  margin-top: var(--none);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block {
  border: 1px solid var(--white);
  border-radius: 300px;
  width: 100%;
  max-width: 800px;
  height: 300px;
}

.floater {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--white);
  background-color: var(--trans);
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.heading-6 {
  color: #fff;
  font-size: 19px;
}

.slider {
  background-color: var(--trans);
  width: 100%;
  height: 300px;
}

.icon, .icon-2 {
  font-size: 14px;
}

.nodeheading {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
}

.paragraph {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Inter, sans-serif;
}

.div-block-2 {
  height: 10px;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 177px;
  padding-right: 177px;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
}

.bighero {
  z-index: -1;
  background-image: url('../images/Asset-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: fixed;
  inset: 0% 0% auto;
}

.bighero.hide {
  display: none;
}

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

.div-block-5 {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 40px;
}

.circle-the-drain {
  white-space: normal;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-6 {
  z-index: -1;
  background-image: url('../images/Asset-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.demowrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 80%;
  margin: 137px auto 200px;
  padding: 0;
  display: grid;
}

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

.grad {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.decorationbar {
  background-image: linear-gradient(90deg, red, #00f 50%, green 100%, #fff);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text {
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.image {
  display: inline;
}

.flexheader {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  display: block;
}

.hide {
  display: none;
}

.questionmark {
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.hiddenblock {
  background-color: #ffffff4d;
  border-radius: 30px;
  width: 500px;
  height: 300px;
  display: none;
}

.div-block-7 {
  opacity: .03;
  filter: invert();
  background-image: url('../images/Asset-6.svg');
  background-position: -6%;
  background-repeat: no-repeat;
  background-size: 2000px;
  height: 500px;
  position: absolute;
  inset: 20% 0% 0%;
}

.image-3 {
  width: 250px;
}

.div-block-8 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

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

.heading-8 {
  color: #fff;
  margin-top: 110px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.image-4 {
  height: 500px;
}

.heading-9 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: overline;
}

.slide-nav {
  font-size: 11px;
}

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

.div-block-10 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 49px;
  padding-right: 49px;
  display: grid;
}

.heading-10 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 300;
  text-decoration: underline;
}

.pad {
  padding-right: 20px;
}

.bold-text-7, .bold-text-8 {
  font-weight: 300;
  text-decoration: underline;
}

.hiddenmenu {
  z-index: 69;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 60px;
  display: none;
  position: absolute;
  inset: 11% 11% auto auto;
}

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

.div-block-11 {
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  margin-bottom: 28px;
  padding-top: 30px;
  display: flex;
}

.beta {
  color: #fff;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.join {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-span {
  font-style: italic;
  font-weight: 300;
  text-decoration: underline;
}

.copywrite {
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  font-size: 10px;
}

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

.clickhere {
  color: #fff;
}

.key-benifits {
  margin-top: 132px;
  padding-left: 13px;
}

.key {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .sitewrapper {
    overflow: hidden;
  }

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

  .ourapproach {
    margin-top: 50px;
  }

  .heading-4 {
    color: var(--white);
    padding-left: 1px;
    padding-right: 1px;
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .heading-5 {
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  .bottombar {
    margin-top: auto;
  }

  .div-block-3 {
    padding-left: 74px;
    padding-right: 74px;
  }

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

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

  .beta {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .ourapproach {
    padding-left: 4px;
    padding-right: 4px;
  }

  .heading-4 {
    padding-left: 0;
  }

  .slider {
    height: 360px;
  }

  .div-block-8 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .div-block-11 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .beta {
    font-size: 19px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    transform: rotate(90deg);
  }

  .bun._1, .bun._2, .bun._3 {
    width: 3px;
    height: 30px;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .keybenifitswrapper {
    margin-left: 12px;
    margin-right: 12px;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 25px;
  }

  .betainvite {
    height: 100%;
  }

  .bottombar {
    margin-top: auto;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-9 {
    text-decoration: none;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .beta {
    margin-bottom: 36px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 24px;
  }

  .join {
    font-size: 24px;
  }

  .copywrite {
    position: static;
    inset: auto 0% 0%;
  }

  .bold-text-9 {
    font-size: 38px;
  }
}


