@font-face {
  font-family: Hegelpro;
  src: url('../fonts/HegelPro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --texttop: #92b26c;
  --textbottom: var(--texttop);
}

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

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

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.nav {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 10vh;
  margin-top: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.link-2 {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 4vh;
  padding: 0 1.4vw;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.body {
  background-color: #27384c;
  min-width: 100%;
  height: 100vh;
  overflow: auto;
}

.spline-scene {
  width: 70%;
  height: 200%;
  margin: 0% 4vw;
  position: static;
  top: auto;
  left: 2%;
  right: 3%;
  overflow: hidden;
}

.image {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  overflow: visible;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  backface-visibility: visible;
  perspective: 532px;
  perspective-origin: 100%;
  transform-origin: 50%;
  color: #c1c1c1;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  margin-top: 40vh;
  display: flex;
  position: absolute;
  bottom: auto;
  overflow: visible;
  transform: none;
}

.heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100%;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 80%;
  transform: none;
}

.subheading {
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100%;
  margin: 2% auto auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 100%;
  transform: none;
}

.code-embed {
  z-index: auto;
  position: relative;
  top: auto;
}

.subsubheading {
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #933f87;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 100%;
  transform: none;
}

.container {
  width: 3vw;
  margin-left: auto;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  margin: auto auto auto 4vw;
  display: flex;
  overflow: visible;
}

.container-2 {
  width: 3vw;
  height: auto;
}

.socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 250px;
  margin-top: 6%;
  display: flex;
}

.aboutandfeatures {
  -webkit-text-fill-color: inherit;
  background-color: #92b26c00;
  background-clip: border-box;
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 5vh;
  position: static;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: none;
  margin-bottom: 10vh;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  min-width: 5vw;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 100%;
}

.bold-text {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 100%;
  display: block;
}

.div-block-3 {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template: "Area-3 Area-2 Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: .2rem 0;
  display: grid;
  position: relative;
}

.container-11 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  text-align: center;
  background-color: #98989800;
  background-image: linear-gradient(144deg, #00fffb1a, #ff00ff40 49%, #00000040);
  border: .1em solid #fff;
  border-radius: 1.6em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 50vh;
  min-height: auto;
  max-height: none;
  margin: 10% 0%;
  padding: 10% 1em 1em;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  transition: all .4s ease-in;
  display: flex;
  box-shadow: 5px 7px 5px #0000004a;
}

.container-11:hover {
  filter: none;
  transform: translate(10px, 10px);
  box-shadow: inset -2px -2px #fff;
}

.text-block-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: .06vw;
  -webkit-text-stroke-color: #000;
  width: 80%;
  margin-bottom: 3%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.7rem;
  display: block;
}

.text-block-2-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0vw;
  -webkit-text-stroke-color: #000;
  white-space: normal;
  word-break: normal;
  width: 96%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: none;
  padding-top: 15vh;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-2-copy-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0vw;
  -webkit-text-stroke-color: #000;
  white-space: normal;
  word-break: normal;
  width: 96%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: #fff;
  -webkit-text-stroke-width: 0vw;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  line-height: 110%;
  display: block;
}

.roadmap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.spline-scene-2 {
  z-index: 10;
  width: 50%;
  height: 55vh;
  position: relative;
}

.roadmapcards {
  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: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  padding: 1px;
  display: grid;
}

.spline-scene-3 {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.tree {
  z-index: 0;
  width: 25%;
  height: 50%;
  position: absolute;
  right: auto;
  transform: translate(0);
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2% 2vw 1%;
  display: flex;
}

.text-block-3 {
  font-size: 1.2vw;
}

.text-block-4 {
  color: #fff;
  margin-top: 2vh;
  margin-bottom: .5vh;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.socials-copy, .socials-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 250px;
  margin-top: 4%;
  display: flex;
}

.socials-footer {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: auto;
  display: flex;
}

.lower-heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100%;
  margin: 4vh auto;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 80%;
  position: relative;
  transform: none;
}

.lower-bottom-heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-height: 100%;
  margin: 4vh auto;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 80%;
  transform: none;
}

.link-3 {
  color: #f700ff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #f0e, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1.5px solid #00e1ff;
  border-radius: 20rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6%;
  padding: 1.5% 4%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2vw;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.section {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  bottom: 0%;
}

.code-embed-2 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.blue {
  z-index: -1;
  opacity: .14;
  filter: blur(7.4rem);
  background-color: #0fc;
  border-radius: 100svw;
  width: 600px;
  max-width: none;
  height: 600px;
  transition: opacity .2s;
  position: fixed;
  top: 0%;
  transform: skew(13deg, -29deg);
}

.purple {
  z-index: -1;
  opacity: 1;
  filter: blur(10rem);
  background-color: #ff00c3;
  border-radius: 8rem;
  width: 600px;
  max-width: none;
  height: 600px;
  transition: opacity .2s;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: skew(50deg, -29deg);
}

.section_hero_digitalmatters {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-13 {
  background-color: #7f007f00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 140vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  overflow: auto;
}

.rive {
  filter: drop-shadow(0 2px 5px #82fdffb3);
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  margin: 37px 0 auto;
  transition: all .2s;
  position: static;
  bottom: -1vh;
}

.rive:hover {
  filter: drop-shadow(0 2px 20px #82fdff);
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.wrapper {
  background-color: #ddd3b900;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  overflow: visible;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  outline-offset: 0px;
  background-color: #8b00a1;
  background-image: radial-gradient(circle, #8b00a1, #82fff3);
  border-radius: 20px;
  outline: 4px solid #80dbff;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 30rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 140vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.cry_hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 95vh;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-2 {
  filter: drop-shadow(1px 9px 7px #ffd000b3);
  outline-offset: 0px;
  outline: 5px solid #000;
  height: 100%;
}

.heading-2 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  outline-offset: 0px;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#620002 29%, red 52%, #410001 80%);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  outline: 3px solid #000;
  padding: .2rem 1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 6rem;
  line-height: 100%;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 20px;
  outline: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: .3rem .5rem;
  font-size: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-4 {
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  letter-spacing: -5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#46b700 40%, #c8ff00 60%, #46b700 82%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  padding: .1rem .2rem;
  font-family: Hegelpro, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  text-decoration: none;
  transition: all .2s;
}

.link-5:hover {
  transform: translate(0, -.4rem);
}

.link-6 {
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}

.heading3 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  outline-offset: 0px;
  color: red;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px solid #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding: .2rem 1rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  line-height: 100%;
}

.section-2 {
  cursor: default;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.image-3 {
  pointer-events: none;
  cursor: auto;
  width: 100%;
  min-width: 1440px;
  max-width: none;
  height: auto;
  min-height: 1080px;
  position: absolute;
}

.code-embed-3 {
  outline-offset: 0px;
  cursor: default;
  border-radius: 4px;
  outline: 10px solid #333;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 100%;
  position: relative;
  transform: rotate(4deg);
}

.div-block-9 {
  z-index: 1;
  width: 55%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: auto;
  left: 10rem;
}

.backgroundtablet {
  pointer-events: none;
  cursor: auto;
  width: 100%;
  min-width: 1440px;
  max-width: none;
  height: 100%;
  display: none;
}

.bgmobile {
  pointer-events: none;
  cursor: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 1500px;
  display: none;
}

.div-block-10 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: .1px;
  display: flex;
  position: relative;
}

.image-5, .image-6 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
  transform: rotate(-7deg);
}

.div-block-12 {
  position: relative;
}

.glow {
  z-index: -1;
  object-fit: contain;
  width: 150%;
  max-width: none;
  height: auto;
  position: absolute;
}

.div-block-13, .div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.redglow, .purpleglow {
  z-index: -1;
  object-fit: contain;
  width: 150%;
  max-width: none;
  height: auto;
  position: absolute;
}

.link-block {
  width: 75px;
  height: 75px;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.1);
}

.link-block-2 {
  width: 75px;
  height: 75px;
  transition: all .2s;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.link-block-3 {
  width: 75px;
  height: 75px;
  transition: all .2s;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.cry_section2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.cry_section2bg {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.image-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  right: 0;
}

.bannerstaic {
  z-index: 1;
  outline-offset: 0px;
  background-color: #fff;
  outline: 5px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.link-7 {
  color: #000;
  text-align: center;
  font-family: Hegelpro, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  text-decoration: none;
}

.section2_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.div-block-16 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.nanoleafsocials {
  position: relative;
  top: 4rem;
  left: -9.8rem;
}

.text-block-5 {
  color: #46b700;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#46b700, #fbff00 54%, #46b700);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Hegelpro, Arial, sans-serif;
  font-size: 2rem;
  line-height: 120%;
  position: relative;
}

.bodytext {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  outline: 3px solid #000;
  margin-top: 2rem;
  padding: .5rem;
  font-family: Hegelpro, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
}

.div-block-17 {
  position: relative;
  top: 2rem;
  bottom: 0;
}

.div-block-18 {
  width: 100px;
  position: relative;
  left: -16.9vw;
}

.xsocial {
  transition: all .2s;
}

.xsocial:hover {
  transform: rotate(9deg);
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 9vw;
  }

  .subheading, .text-block {
    font-size: 3vw;
  }

  .bold-text {
    font-size: 6vw;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    width: auto;
    max-width: none;
    height: 30vh;
    min-height: auto;
    max-height: none;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 1rem;
  }

  .text-block-2-copy, .text-block-2-copy-copy {
    margin-bottom: auto;
    font-size: 1vw;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 1.7vw;
  }

  .spline-scene-2 {
    height: 60vh;
  }

  .tree {
    width: 50%;
  }

  .text-block-4 {
    text-align: center;
    font-size: 1vw;
  }

  .link-3 {
    font-size: 3vw;
  }

  .flex-block {
    margin-top: 4rem;
  }

  .heading3 {
    text-align: center;
  }

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

  .image-3 {
    width: 100%;
    min-width: auto;
    height: auto;
    display: none;
  }

  .code-embed-3 {
    width: 70%;
  }

  .div-block-9 {
    left: 23.2vw;
  }

  .backgroundtablet {
    width: 100%;
    min-width: auto;
    height: 100%;
    display: flex;
  }

  .bgmobile {
    width: auto;
    min-width: auto;
    height: 100%;
    display: none;
  }

  .div-block-18 {
    left: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
    top: 0;
    bottom: auto;
  }

  .body {
    height: auto;
  }

  .spline-scene {
    width: 80%;
    height: 50vh;
    margin-top: auto;
    margin-bottom: 4vh;
  }

  .div-block {
    flex-flow: column;
    height: 100vh;
    margin-top: 0;
    position: static;
  }

  .heading {
    min-height: auto;
    margin-top: 0;
    font-size: 13vw;
  }

  .subheading {
    filter: drop-shadow(0 2px 5px #000000b3);
    min-height: auto;
    font-size: 6vw;
  }

  .container {
    width: 8vw;
  }

  .div-block-2 {
    width: 90vw;
    max-width: none;
    margin-top: 10vh;
  }

  .container-2 {
    width: 8vw;
  }

  .socials {
    width: 40%;
  }

  .container-3 {
    width: 90vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .bold-text {
    font-size: 10vw;
  }

  .div-block-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-11 {
    width: 90%;
    height: auto;
    min-height: auto;
    margin: 3% auto;
    padding-bottom: 10%;
  }

  .text-block-2-copy {
    height: 110%;
    font-size: 3vw;
    line-height: 110%;
  }

  .text-block-2-copy-copy {
    font-size: 3vw;
    line-height: 110%;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 4vw;
  }

  .spline-scene-2 {
    width: 90%;
  }

  .roadmapcards {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tree {
    width: 70vw;
    margin-top: 23vh;
    margin-left: 15vw;
    margin-right: 15vw;
  }

  .lower-heading {
    font-size: 10vw;
  }

  .lower-bottom-heading {
    font-size: 12vw;
  }

  .link-3 {
    font-size: 4vw;
  }

  .mainwrapper {
    height: 100vh;
  }

  .wrapper {
    height: 100%;
  }

  .cry_hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .flex-block {
    order: 1;
    margin: 0 auto auto;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .link-5 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .code-embed-3 {
    width: 80%;
  }

  .div-block-9 {
    order: -1;
    width: 80%;
    left: auto;
  }

  .div-block-10 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-11 {
    margin-left: auto;
    left: auto;
  }

  .div-block-18 {
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .webwrapper {
    height: auto;
    overflow: hidden;
  }

  .hero {
    height: 100svh;
  }

  .nav {
    height: 10svh;
    display: none;
  }

  .body {
    max-width: 100vw;
    height: auto;
    overflow: visible;
  }

  .spline-scene {
    width: 70%;
    height: 100vh;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    bottom: auto;
  }

  .heading {
    text-align: center;
    min-height: auto;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    font-size: 15vw;
  }

  .subheading {
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 5vw;
  }

  .subsubheading {
    min-height: auto;
    margin-top: auto;
    margin-bottom: 15vh;
  }

  .container {
    width: 9vw;
  }

  .div-block-2 {
    width: 90vw;
    max-width: none;
    margin-top: 10vh;
    margin-left: auto;
  }

  .container-2 {
    width: 9vw;
  }

  .aboutandfeatures {
    height: auto;
  }

  .container-3 {
    width: 100vw;
  }

  .text-block {
    width: 85vw;
    min-width: 7vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
  }

  .bold-text {
    font-size: 13vw;
  }

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

  .container-11 {
    width: 85vw;
    height: 35vh;
  }

  .text-block-2-copy, .text-block-2-copy-copy {
    font-size: 4vw;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 5vw;
  }

  .roadmap {
    padding-top: 3vh;
  }

  .spline-scene-2 {
    pointer-events: none;
    width: 100%;
    height: 50vh;
  }

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

  .tree {
    width: 90vw;
    margin-top: 17vh;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .lower-heading {
    min-height: auto;
    margin-top: 3%;
    font-size: 14vw;
  }

  .lower-bottom-heading {
    min-height: auto;
    margin-top: 5%;
    font-size: 13vw;
  }

  .link-3 {
    color: #9afe8b;
    font-size: 7vw;
  }

  .section_hero_digitalmatters {
    height: 100svh;
  }

  .mainwrapper, .wrapper {
    height: auto;
  }

  .cry_hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .flex-block {
    order: 1;
    margin-top: 2rem;
    margin-bottom: 6.3rem;
  }

  .div-block-8 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    order: 0;
    margin: 2rem auto;
    padding: .2rem .8rem;
  }

  .link-5 {
    text-align: center;
    background-image: linear-gradient(#46b700, #c8ff00 60%, #46b700 82%);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2.5rem;
    line-height: 150%;
    display: flex;
    overflow: visible;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .code-embed-3 {
    width: 80%;
    min-width: 328px;
  }

  .div-block-9 {
    width: 100%;
    margin-bottom: auto;
  }

  .backgroundtablet {
    width: auto;
    height: auto;
    display: none;
  }

  .bgmobile {
    width: 100%;
    height: 100%;
    min-height: 800px;
    display: flex;
  }

  .div-block-10 {
    margin-bottom: 0;
  }

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

  .link-7 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .div-block-18 {
    order: 1;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
  }
}


@font-face {
  font-family: 'Hegelpro';
  src: url('../fonts/HegelPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}