@font-face {
  font-family: "Helvetica Neueltw 0693 Blkextobl";
  src: url('../fonts/Helvetica-NeueLTW0693BlkExtObl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue W 01 87 Hv Cn Obl";
  src: url('../fonts/Helvetica-Neue-W01-87-Hv-Cn-Obl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue W 01 77 Bd Cn Obl";
  src: url('../fonts/Helvetica-Neue-W01-77-Bd-Cn-Obl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Medium Extended;
  src: url('../fonts/Helvetica-Neue-Medium-Extended.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Ltw 0697 Blkcnobl";
  src: url('../fonts/Helvetica-Neue-LTW0697BlkCnObl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Black;
  src: url('../fonts/Helvetica-Neue-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue 97 Black Condensed";
  src: url('../fonts/Helvetica-Neue-97-Black-Condensed.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontspring Demo 21 1";
  src: url('../fonts/Fontspring-DEMO-lightbox21-extrabold-1.otf') format("opentype"), url('../fonts/Fontspring-DEMO-lightbox21-medium-1.otf') format("opentype"), url('../fonts/Fontspring-DEMO-lightbox21-semibold-1.otf') format("opentype"), url('../fonts/Fontspring-DEMO-lightbox21-bold-1.otf') format("opentype"), url('../fonts/Fontspring-DEMO-lightbox21-regular-1.otf') format("opentype"), url('../fonts/Fontspring-DEMO-lightbox21-black-1.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --transparent: #2481f300;
  --black: black;
  --border-background-color: #ff2d2d00;
  --border-background-glow: #fff;
  --border-width: 100vw;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #19191b;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #696871;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.close-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.close-circle:hover {
  transform: scale(.85);
}

.navigation-side-plain {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--white);
  border: 1px #000;
  max-width: 100vw;
  height: auto;
  overflow: visible;
}

.sign_up_section {
  z-index: 0;
  background-color: #f1787800;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero_subtitle {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-self: flex-start;
  width: 40vw;
  margin: 0 0 25px 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.heading-32 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(133deg, #39ddff, #6ea2ff 26%, #b259f8 52%, #e24ac4 72%, #fc39e3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2.5vh;
  font-family: Poppins, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: relative;
}

.signup_container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  top: 0;
}

.paragraph-38 {
  color: #fff;
  text-align: center;
  width: 85vw;
  max-width: none;
  margin-bottom: 4.5vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.signup_box {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  bottom: 160px;
}

.signup_field {
  background-color: #0000;
  border: 1px solid #ffffff47;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 55px;
  margin: 0 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 6px #dcdcdc75;
}

.paragraph-39 {
  color: #fff;
  background-color: #0000;
  padding-top: 10px;
  padding-left: 30px;
}

.top_bar {
  z-index: 6;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 3vh;
}

.image-45 {
  flex: none;
  align-self: center;
  width: 2.3vw;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0 0 0% auto;
}

.image-46 {
  width: 2.3vw;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 1%;
  display: block;
  position: static;
  inset: 0 0% 0% auto;
}

.content-container {
  z-index: 1;
  box-sizing: border-box;
  object-fit: fill;
  background-color: #ffb9b900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 50px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.footer {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: none;
  height: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.copyright-1 {
  color: #d8d8da;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  font-size: .8rem;
}

.top_bar_rightmenu {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 6vh;
  margin-top: 0;
  margin-right: 4vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top_bar_colorbackground {
  z-index: 1;
  background-color: #040a39;
  flex: 0 auto;
  width: 100%;
  height: 65px;
  margin-top: -75px;
  display: none;
  position: relative;
  top: 0;
}

.div-block-73 {
  align-items: center;
  height: auto;
  font-size: .8rem;
  display: flex;
}

.term-of-use {
  color: #d8d8da;
  padding-right: 5px;
  font-size: .8rem;
  line-height: 1.5;
  text-decoration: none;
}

.privacy-policy {
  color: #d8d8da;
  font-size: .8rem;
  line-height: 1.5;
  text-decoration: none;
}

._1-left {
  background-color: #ffcdcd00;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  padding-left: 7.5vw;
  padding-right: 0;
  display: flex;
  position: static;
}

.section_1_image {
  z-index: 2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 8vw;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.feature_1_animation {
  background-color: #0000;
  border: 1.5px #bdbdbd80;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.section_1_title {
  text-align: left;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
  display: flex;
}

.section_1_para {
  color: #fff;
  text-align: left;
  width: 40vw;
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

.top_bar_rightsocial1 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 2%;
  padding-bottom: 0%;
  padding-right: 0;
  display: flex;
  position: static;
}

.top_bar_rightsocial2 {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.feature2_container {
  z-index: 1;
  background-color: #a4d0ff00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.feature_1_text {
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: static;
}

.feature_2_animation {
  background-color: #0000;
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.section_2_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  padding-left: 7vw;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_2_bottom_box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  padding-bottom: 0;
  padding-left: 1vw;
  padding-right: 0;
  display: none;
  position: static;
}

.feature_2_text {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.bold-text-27 {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.bold-text-28 {
  padding-right: 0;
  font-size: 2.9rem;
}

.bold-text-29 {
  font-size: 3rem;
}

.paragraph-49-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 4.5vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
}

.paragraph-49-4 {
  color: #fff;
  margin-bottom: 4.5vh;
  padding-left: 0;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.section_3_container {
  background-color: #edff6400;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 670px;
  margin: 100px auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.section_3_text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
  position: relative;
}

.heading-46-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #629ef5, #867afa 30%, #ab57f5 57%, #c05edd 83%, #d360c2);
  -webkit-background-clip: text;
  background-clip: text;
  width: 650px;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
}

.section_3_para {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.feature_3_animation {
  z-index: 0;
  background-color: #0000;
  border: 1.5px #bdbdbd80;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  min-height: 0;
  max-height: 400px;
  margin: 0 0 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.heading-46-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #629ef5, #867afa 30%, #ab57f5 57%, #c05edd 83%, #d360c2);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 25px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  line-height: 1.3;
  display: flex;
}

.section_3_title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
}

.hero_section {
  background-color: #e6818100;
  border: 10px #fff0;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 9vw;
  padding-right: 3vw;
  display: flex;
}

.hero-left-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.hero-right-container {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.earth-box {
  z-index: 0;
  background-color: #feb9b900;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: -300px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.lottie-animation-22 {
  z-index: 2;
  opacity: 1;
  filter: blur(1px);
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.welcome_container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
}

.scroll-robot-container-1 {
  z-index: 8;
  background-color: #f3adad40;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.lottie-animation-23 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 23%;
  min-width: 300px;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: visible;
}

.top_bar_rightbutton {
  align-items: flex-start;
  margin-left: 9vw;
  text-decoration: none;
  display: none;
  position: relative;
}

.top_bar_rightbutton.topbar {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50%;
  margin-left: 0;
  margin-right: 80px;
  padding-right: 0;
  left: 0;
}

.gradient-ball-animation {
  z-index: 1;
  border-radius: 12px;
  align-items: center;
  width: 200px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.gradient-ball-1-copy {
  opacity: 1;
  filter: blur(11px);
  mix-blend-mode: overlay;
  background-color: #ff2828;
  background-image: linear-gradient(111deg, #fd3846, #ffd000);
  border-radius: 50%;
  width: 150px;
  height: 90px;
  position: absolute;
  left: -28px;
}

.gradient-ball-2-copy {
  filter: blur(5px);
  mix-blend-mode: overlay;
  background-color: #bfff1d;
  background-image: linear-gradient(#a600ff, #2bff00);
  border-radius: 50%;
  width: 150px;
  height: 70px;
  position: absolute;
  left: 94px;
}

.robot_1_container {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.button-animation-2-top-bar {
  opacity: 1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 30px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 3px #818181;
}

.text-block-2-top-bar {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 3px #292929;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  position: relative;
  left: 10px;
}

.image-56-copy-top-bar {
  z-index: 2;
  width: 35px;
  max-width: 100%;
  height: 35px;
  margin-top: -20px;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 10px;
  left: 5px;
}

.top_bar_left_logo {
  align-items: center;
  width: 220px;
  max-width: none;
  height: auto;
  margin-left: 4.5vw;
  display: flex;
}

.section_3_box_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: none;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.welcome_section {
  -webkit-text-fill-color: inherit;
  background-color: #6982a000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  min-height: auto;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.feature_3a_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section_3a_container {
  background-color: #e49e9e00;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.section_3a_top_box {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding-left: 7vw;
  padding-right: 0;
  display: flex;
}

.section_3a_bottom_box {
  align-items: center;
  width: 50vw;
  padding-left: 1vw;
  padding-right: 0;
  display: none;
}

.feature_3a_animation {
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.feature_5_container {
  background-color: #f3d16b00;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section_5_bottom_box {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding-left: 7vw;
  display: flex;
}

.section_5_top_box {
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.heading-46-copy {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  width: 42vw;
  margin-top: 0;
  margin-bottom: 2.5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
  display: flex;
}

.feature_5_animation {
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.section_5_title {
  text-align: left;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6), linear-gradient(104deg, #14e81e 12%, #00ea8d 33%, #017ed5 68%, #b53dff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 2.5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  display: flex;
}

.section_5_para {
  color: #fff;
  text-align: left;
  width: 40vw;
  margin-bottom: 4.5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.feature_5_text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero_title {
  align-items: center;
  width: 55vw;
  height: auto;
  margin-bottom: 10px;
  margin-left: -1.5vw;
  display: flex;
  position: relative;
}

.image-72 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.lottie-animation-27 {
  z-index: auto;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: none;
  margin-left: 0;
  display: inline-flex;
  position: absolute;
}

.top_bar_mobile {
  z-index: 6;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: sticky;
  top: 0;
}

.hero_section_mobile {
  height: 750px;
  margin-top: -47px;
  display: none;
}

.welcome_section_mobile {
  background-color: #fff0;
  flex-direction: column;
  align-items: stretch;
  height: 1000px;
  display: none;
  position: relative;
}

.image-77 {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.lottie-animation-33 {
  width: 100.498%;
  height: auto;
  margin-bottom: -1.5%;
  margin-left: -.5%;
}

.feature1_container-copy {
  z-index: auto;
  object-fit: fill;
  background-color: #aeee9900;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-animation-36 {
  z-index: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-animation-37 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0%;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.main-button-n-copy {
  background-color: #5a5a5a;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: .8px 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-bg-3 {
  z-index: 1;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-size: 15rem;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.text-block-4 {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 3px #292929;
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .5rem 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.image-56-copy-3 {
  z-index: 2;
  width: auto;
  max-width: none;
  height: 2.3rem;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-103 {
  filter: blur(10px);
  background-image: linear-gradient(136deg, #fd3846 17%, #ffd000 63%);
  border-radius: 50%;
  width: 70%;
  height: 200%;
  margin-top: -10%;
  margin-left: -10%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-104 {
  filter: blur(10px);
  background-image: linear-gradient(336deg, #a600ff 15%, #2bff00 99%);
  border-radius: 50%;
  width: 100%;
  height: 300%;
  margin-top: -25%;
  margin-right: 0%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation-38 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-bottom: 0%;
  margin-left: -.5%;
  display: flex;
  position: static;
}

.background-video-9 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.section-5 {
  z-index: 0;
  background-color: #7e3f3f00;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: visible;
}

.lottie-animation-39 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

.lottie-animation-40 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  display: flex;
}

.feature_5_animation-glow {
  z-index: auto;
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  border: 1px solid #ffffffad;
  border-radius: 20px;
  outline: 3px #333;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 0 30px 15px #ffffff59;
}

.bottom-earth {
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.lottie-animation-41 {
  z-index: 0;
  opacity: 1;
  filter: blur(2px);
  width: 100%;
  max-width: 1100px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.code-embed {
  display: block;
}

.card-2 {
  background-color: #0000;
  border-radius: 4vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50svh;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_1_container_mobile {
  z-index: 1;
  object-fit: fill;
  background-color: #9be98100;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: 0;
  overflow: visible;
}

.section_2_container_mobile {
  background-color: #ef5e5e00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.section_3_container_mobile {
  background-color: #edff6400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  margin: 0 auto 0;
  display: none;
  position: static;
}

.section_3a_container_mobile {
  background-color: #eb5252;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
}

.section_5_container_mobile {
  background-color: #f3d16b00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.sign_up_section_mobile {
  background-color: #f1787800;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-84 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-2-copy {
  z-index: 6;
  color: #000;
  background-color: #0000;
  border: 3px #0a85d1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  transition: all .35s;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.button-2-copy-bottom-2 {
  color: #000;
  background-color: #0000;
  border: 3px #0a85d1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: visible;
}

.border-gradient-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30rem;
  display: flex;
  position: absolute;
  transform: rotate(-55deg);
}

.button-2-copy-hero-copy {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 3px #0a85d1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  transition: all .35s;
  display: flex;
  position: relative;
}

.image-85 {
  vertical-align: baseline;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: none;
  display: inline-flex;
  position: relative;
}

.section_3_box_1 {
  text-align: left;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-2-copy-footer {
  color: #000;
  background-color: #0000;
  border: 3px #0a85d1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  transition: all .35s;
  display: none;
  position: relative;
  overflow: visible;
}

.signup_box_portrait {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  height: auto;
  display: none;
}

.scroll-robot-container-1-copy {
  z-index: 3;
  background-color: #c2dbff00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.copyright-2 {
  color: #d8d8da;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  font-size: 13px;
  display: none;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

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

.section_3a_box_2, .section_5_box_2 {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.section_1_box_1 {
  z-index: auto;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.section_1_text {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  margin-top: 0;
  padding-left: 7.5vw;
  display: flex;
  position: relative;
}

.xsection_1_title {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
  display: none;
}

.xsection_1_para {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-bottom: 4.5vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  display: none;
}

.section_2_box_1 {
  z-index: auto;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  padding-top: 0;
  padding-left: 1.5vw;
  display: flex;
  position: static;
}

.section_2_text {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section_2_title {
  text-align: left;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
  display: flex;
}

.section_2_para {
  color: #fff;
  text-align: left;
  width: 40vw;
  margin-bottom: 45px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
}

.section_2_container {
  z-index: 1;
  background-color: #a4d0ff00;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.section_1_container {
  z-index: 0;
  object-fit: fill;
  background-color: #aeee9900;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 670px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section_2_box_2 {
  align-items: center;
  width: 50vw;
  display: flex;
}

.section_3a_box_1 {
  z-index: auto;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding-left: 0;
  display: flex;
  position: static;
}

.section_2_text-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section_3a_text {
  z-index: auto;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 7.5vw;
  display: flex;
  position: relative;
}

.section_3a_title {
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00f260, #0575e6);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: flex-start;
  width: 40vw;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  line-height: 1.2;
  display: flex;
}

.section_3a_para {
  color: #fff;
  text-align: left;
  min-width: 40vw;
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 5vw;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.section_3a_image {
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  padding-left: 0;
  padding-right: 8vw;
  display: flex;
}

.section_1_box_2 {
  z-index: 0;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.section_5_container {
  flex-flow: row-reverse;
  align-items: center;
  height: 670px;
  display: flex;
}

.section_5_box_1 {
  z-index: auto;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.section_5_text {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  margin-top: 0;
  padding-left: 1.5vw;
  display: flex;
  position: relative;
}

.section_5_image {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding-left: 7vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sign_up_section_box {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sign_up_section_text {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sign_up_section_title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(133deg, #39ddff, #6ea2ff 26%, #b259f8 52%, #e24ac4 72%, #fc39e3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2.5vh;
  font-family: Poppins, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: relative;
}

.sign_up_section_para {
  color: #fff;
  text-align: center;
  width: 60vw;
  max-width: none;
  margin-bottom: 4.5vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.section_1_top_box_mobile {
  z-index: 2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 7vw;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.section_1_bottom_box_mobile {
  background-color: #ffcdcd00;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  padding-left: 7.5vw;
  padding-right: 0;
  display: flex;
  position: static;
}

.button-2-copy-hero-copy-2 {
  color: #000;
  background-color: #0000;
  border: 3px #0a85d1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 0;
  font-family: Inter, sans-serif;
  font-size: 15rem;
  transition: all .35s;
  display: flex;
  position: relative;
}

.hero-left-container_portrait {
  display: none;
}

.welcome_container-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
  top: 0;
}

.lottie-animation-39-mobile {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.feature_1_animation-mobile {
  background-color: #0000;
  border: 1.5px #bdbdbd80;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.feature_2_animation-copy {
  background-color: #0000;
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.feature_3_animation-copy {
  z-index: 0;
  background-color: #0000;
  border: 1.5px #bdbdbd80;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  min-height: 0;
  max-height: 400px;
  margin: 0 0 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.feature_3a_animation-copy {
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.feature_5_animation-copy {
  border: 1.5px #bdbdbd;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40vw;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2rem .3rem #fff6;
}

.footer-copy {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: none;
  height: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.main-button-n-copy-copy {
  background-color: #5a5a5a;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: .8px 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-88 {
  display: none;
}

.text-block-4-footer {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 3px #292929;
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .5rem 0 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.image-56-copy-3-footer {
  z-index: 2;
  width: auto;
  max-width: none;
  height: 2.3rem;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .navigation-side-plain {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: none;
    display: flex;
  }

  .body {
    background-color: var(--white);
    max-width: none;
    height: 100vh;
  }

  .sign_up_section {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .hero_subtitle {
    color: var(--white);
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.6rem;
    position: relative;
  }

  .heading-32 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.7rem;
  }

  .signup_container {
    z-index: 0;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .paragraph-38 {
    width: 95%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .signup_box {
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    bottom: 0;
  }

  .signup_field {
    width: 510px;
    height: 65px;
    margin-right: 0;
    padding-left: 0;
  }

  .top_bar {
    display: flex;
    top: 20px;
  }

  .image-45 {
    width: auto;
    height: 100%;
  }

  .image-46 {
    width: auto;
    height: 100%;
    margin-top: 0;
  }

  .content-container {
    flex: none;
    justify-content: center;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .footer {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    position: static;
    inset: auto 0% 0%;
  }

  .copyright-1 {
    font-size: .8rem;
  }

  .top_bar_rightmenu {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-right: 4.5vw;
  }

  .div-block-73 {
    height: 100%;
  }

  .term-of-use, .privacy-policy {
    font-size: .8rem;
  }

  ._1-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section_1_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .feature_1_animation {
    z-index: 0;
    width: 60%;
    height: auto;
    margin-top: 0;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .section_1_title {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 65px;
    display: flex;
    position: relative;
  }

  .section_1_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    position: relative;
  }

  .top_bar_rightsocial1 {
    width: auto;
    height: 35px;
  }

  .top_bar_rightsocial2 {
    width: auto;
    height: 30px;
    margin-right: 0;
  }

  .feature2_container {
    display: none;
  }

  .feature_1_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .feature_2_animation {
    width: 60%;
    max-width: 480px;
    height: auto;
    max-height: 320px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .section_2_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_2_bottom_box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature_2_text {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .bold-text-27 {
    justify-content: center;
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .bold-text-28 {
    text-align: center;
    margin-right: 0;
    font-size: 2.3rem;
  }

  .bold-text-29 {
    font-size: 2.3rem;
  }

  .paragraph-49-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .paragraph-49-4 {
    text-align: center;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
  }

  .section_3_container {
    height: auto;
    margin-top: 0;
    margin-bottom: 100px;
    display: flex;
  }

  .section_3_text {
    justify-content: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .section_3_para {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .feature_3_animation {
    z-index: auto;
    width: 60%;
    max-width: 480px;
    height: auto;
    max-height: 320px;
    margin-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section_3_title {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .hero_section {
    justify-content: center;
    height: 450px;
    min-height: auto;
    margin-bottom: 100px;
    display: flex;
    overflow: hidden;
  }

  .hero-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-left: 10vw;
    padding-right: 4vw;
    display: flex;
  }

  .hero-left-container {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 55vw;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .hero-right-container {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .earth-box {
    background-color: #ffdada00;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-top: -100px;
    padding-top: 0%;
    display: flex;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .lottie-animation-22 {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .welcome_container {
    flex: none;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    display: flex;
    position: static;
    top: 0;
    overflow: visible;
  }

  .scroll-robot-container-1 {
    z-index: 6;
    background-color: #f3adad00;
    width: 100%;
    height: 500vh;
    display: none;
    position: static;
  }

  .lottie-animation-23 {
    width: 25%;
    min-width: 200px;
    margin-top: 0;
    display: flex;
  }

  .top_bar_rightbutton {
    margin-left: 30px;
  }

  .robot_1_container {
    z-index: 3;
    background-color: #0000;
    height: auto;
    position: static;
  }

  .top_bar_left_logo {
    width: 18vw;
    height: auto;
  }

  .section_3_box_2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .welcome_section {
    background-color: var(--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 80px;
    display: flex;
    overflow: visible;
  }

  .feature_3a_text {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    padding-left: 0;
  }

  .section_3a_container {
    background-color: #6beb5200;
    flex-flow: column-reverse;
    height: auto;
    margin-bottom: 100px;
    display: flex;
  }

  .section_3a_top_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_3a_bottom_box {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature_3a_animation {
    width: 60%;
    max-width: 480px;
    height: auto;
    max-height: 320px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .feature_5_container {
    display: none;
  }

  .section_5_bottom_box {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .section_5_top_box {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .heading-46-copy {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .feature_5_animation {
    width: 60%;
    max-width: 480px;
    height: auto;
    max-height: 320px;
    margin-top: 0;
    display: flex;
  }

  .section_5_title {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .section_5_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .feature_5_text {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero_title {
    justify-content: center;
    width: 60vw;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: -15px;
    display: flex;
    position: relative;
  }

  .image-72 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .lottie-animation-27 {
    flex: none;
    width: 31%;
    min-width: 250px;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .top_bar_mobile {
    display: none;
  }

  .hero_section_mobile {
    background-color: #8ac68c00;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 690px;
    margin-top: 0;
    margin-bottom: 120px;
    display: none;
  }

  .welcome_section_mobile {
    display: none;
  }

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

  .image-77 {
    width: 100%;
    min-height: 100%;
  }

  .hero_subtitle-2 {
    color: #fff;
    text-align: center;
    width: 70vw;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
  }

  .lottie-animation-33 {
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    display: flex;
  }

  .image-78 {
    margin-top: -8px;
  }

  .feature1_container-copy {
    width: 100%;
    display: none;
  }

  .lottie-animation-36 {
    width: 100%;
    display: flex;
  }

  .lottie-animation-37 {
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    display: flex;
  }

  .text-block-4 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    padding: 0 .5rem 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
    display: flex;
  }

  .image-56-copy-3 {
    width: auto;
    height: 2.3rem;
    margin-top: 0;
  }

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

  .lottie-animation-38 {
    margin-bottom: 0%;
    margin-left: 0%;
    display: flex;
  }

  .background-video-9 {
    display: flex;
  }

  .section-5 {
    background-color: #f2858500;
    display: flex;
    overflow: visible;
  }

  .lottie-animation-39 {
    align-items: center;
    width: 95%;
    max-width: 850px;
    height: auto;
    margin-top: 30px;
    display: flex;
    position: relative;
  }

  .lottie-animation-40 {
    height: 100%;
    margin-left: 0%;
    display: none;
  }

  .feature_5_animation-glow {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .bottom-earth {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  .lottie-animation-41 {
    width: 80%;
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .section_1_container_mobile {
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 680px;
    margin-bottom: 50px;
    display: none;
    position: static;
  }

  .section_2_container_mobile {
    background-color: var(--transparent);
    border: 5px #000;
    border-radius: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 680px;
    margin-bottom: 120px;
    display: none;
  }

  .section_3_container_mobile {
    background-color: var(--transparent);
    height: 680px;
    margin-bottom: 120px;
    display: none;
  }

  .section_3_top_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    position: relative;
  }

  .section_3a_container_mobile {
    background-color: var(--transparent);
    flex-flow: column;
    align-items: center;
    height: 680px;
    margin-bottom: 120px;
    display: none;
  }

  .section_5_container_mobile {
    background-color: var(--transparent);
    flex-flow: column;
    height: 680px;
    margin-bottom: 120px;
    display: none;
  }

  .sign_up_section_mobile {
    z-index: 0;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    background-color: var(--transparent);
    background-image: none;
    justify-content: flex-start;
    height: 500px;
    padding-top: 0;
    display: none;
    position: static;
    overflow: hidden;
  }

  .button-2-copy {
    z-index: 1;
    width: 190px;
    height: 50px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .button-2-copy-bottom-2 {
    width: 190px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .border-gradient-copy {
    display: flex;
  }

  .button-2-copy-hero-copy {
    width: 190px;
    height: 50px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .image-85 {
    width: 100%;
    min-width: 250px;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    display: inline-flex;
    position: relative;
    overflow: visible;
  }

  .section_3_box_1 {
    align-items: center;
  }

  .button-2-copy-footer {
    width: 180px;
    height: 45px;
    padding-right: 5px;
    display: flex;
    position: relative;
  }

  .signup_box_portrait {
    width: 100%;
    height: auto;
    display: none;
  }

  .scroll-robot-container-1-copy {
    z-index: 3;
    background-color: #b0b0b000;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .copyright-2 {
    font-size: .6rem;
    display: none;
  }

  .section_3a_box_2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
  }

  .section_5_box_2 {
    width: 100%;
    padding-bottom: 30px;
  }

  .section_1_text {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .xsection_1_title {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
  }

  .xsection_1_para {
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .section_2_box_1 {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .section_2_text {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .section_2_title {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 65px;
    display: flex;
  }

  .section_2_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .section_2_container {
    flex-flow: column-reverse;
    height: auto;
    margin-bottom: 100px;
    display: flex;
  }

  .section_1_container {
    flex-flow: column-reverse;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    display: flex;
  }

  .section_2_box_2 {
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
  }

  .section_3a_box_1 {
    width: 100%;
  }

  .section_2_text-copy {
    justify-content: center;
    width: 90%;
  }

  .section_3a_text {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .section_3a_title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .section_3a_para {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    position: relative;
  }

  .section_3a_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_1_box_2 {
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
  }

  .section_5_container {
    flex-flow: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
    display: flex;
  }

  .section_5_box_1 {
    justify-content: center;
  }

  .section_5_text {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
  }

  .section_5_image {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sign_up_section_box {
    justify-content: center;
    height: auto;
  }

  .sign_up_section_text {
    justify-content: center;
    width: 90%;
  }

  .sign_up_section_title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.3rem;
  }

  .sign_up_section_para {
    width: 80%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .section_1_top_box_mobile {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .section_1_bottom_box_mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2-copy-hero-copy-2 {
    width: 180px;
    height: 45px;
    display: flex;
    position: relative;
  }

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

  .div-block-127 {
    justify-content: center;
    display: flex;
  }

  .hero-left-container_portrait {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: none;
  }

  .welcome_container-copy {
    flex: none;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .lottie-animation-39-mobile {
    width: 95%;
    max-width: 850px;
    height: auto;
    margin-top: 0;
    display: none;
  }

  .feature_1_animation-mobile {
    z-index: 0;
    width: 60%;
    max-width: 480px;
    height: auto;
    max-height: 320px;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .feature_2_animation-copy {
    width: 60%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    overflow: hidden;
  }

  .feature_3_animation-copy {
    z-index: auto;
    width: 60%;
    height: auto;
    max-height: 400px;
    margin-bottom: 0;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .feature_3a_animation-copy {
    width: 60%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .feature_5_animation-copy {
    width: 60%;
    height: auto;
    margin-top: 0;
    display: none;
  }

  .footer-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .main-button-n-copy-copy {
    padding-bottom: .6px;
  }

  .text-block-4-footer {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    padding: 0 .5rem 0 0;
    font-size: 1.125rem;
    line-height: 1.5;
    display: flex;
  }

  .image-56-copy-3-footer {
    width: auto;
    height: 2.3rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation-side-plain {
    align-items: center;
    width: 95%;
    max-width: none;
    height: 6vh;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .body {
    background-color: #d13a3a00;
    height: auto;
    overflow: visible;
  }

  .sign_up_section {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .hero_subtitle {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
    display: block;
    position: static;
  }

  .heading-32 {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .signup_container {
    justify-content: center;
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-38 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .signup_box {
    flex-flow: row;
    width: 95%;
    max-width: none;
    height: 30%;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .signup_field {
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 55px;
    display: flex;
  }

  .paragraph-39 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4vw;
    font-family: Poppins, sans-serif;
    font-size: 1.0625rem;
  }

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

  .image-45 {
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    top: 0;
  }

  .image-46 {
    width: auto;
    height: 100%;
    margin-top: 3px;
    margin-right: 0;
    top: 0;
  }

  .content-container {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    position: relative;
  }

  .footer {
    height: 8%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .copyright-1 {
    font-size: .6rem;
  }

  .top_bar_rightmenu {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 18%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2vw;
    position: static;
  }

  .top_bar_colorbackground {
    width: 100%;
    height: 45px;
    margin-top: -30px;
    position: static;
  }

  .div-block-73 {
    height: auto;
    position: static;
  }

  .term-of-use, .privacy-policy {
    font-size: .6rem;
  }

  ._1-left {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .section_1_image {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_1_animation {
    width: 60%;
    height: 100%;
    margin-top: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .section_1_title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 60px;
  }

  .section_1_para {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .top_bar_rightsocial1 {
    width: auto;
    height: 22px;
    margin-right: 0;
    padding-top: 0%;
    padding-right: 2vw;
  }

  .top_bar_rightsocial2 {
    width: auto;
    height: 25px;
    margin-right: 0;
    padding-top: 0;
  }

  .feature2_container {
    display: none;
  }

  .feature_1_text {
    width: 85%;
    margin-bottom: 0;
    padding: 0 0;
  }

  .feature_2_animation {
    width: 60%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .section_2_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_2_bottom_box {
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding-bottom: 0;
  }

  .feature_2_text {
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bold-text-27 {
    text-align: center;
    letter-spacing: -.03em;
    font-size: 1.75rem;
  }

  .bold-text-28 {
    text-align: center;
    letter-spacing: -.03em;
    width: 100%;
    font-size: 1.75rem;
  }

  .bold-text-29 {
    letter-spacing: -.03em;
    font-size: 1.75rem;
  }

  .paragraph-49-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .paragraph-49-4 {
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .section_3_container {
    flex-flow: column-reverse;
    height: auto;
    margin-bottom: 80px;
    display: flex;
  }

  .section_3_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section_3_para {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 30px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .feature_3_animation {
    border: 1.5px #bdbdbd;
    border-radius: 20px;
    align-items: center;
    width: 60%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .section_3_title {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 40px;
  }

  .hero_section {
    background-color: #ff7a7a00;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .hero-container {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 50px 6vw 50px 10vw;
    display: flex;
    position: relative;
  }

  .hero-left-container {
    align-items: flex-start;
    width: 65vw;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .hero-right-container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .earth-box {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: -120px;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .lottie-animation-22 {
    display: flex;
  }

  .welcome_container {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    position: static;
    overflow: visible;
  }

  .scroll-robot-container-1 {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .lottie-animation-23 {
    z-index: 5;
    width: 20%;
    min-width: 120px;
    height: auto;
  }

  .top_bar_rightbutton {
    width: 30%;
    margin-left: 0;
  }

  .top_bar_rightbutton.topbar {
    width: 150px;
    margin-bottom: 0;
    margin-right: 78px;
    position: static;
  }

  .robot_1_container {
    width: 100%;
    height: 50px;
    display: flex;
  }

  .button-animation-2-top-bar {
    width: 180px;
    position: relative;
  }

  .text-block-2-top-bar {
    width: 150px;
    font-size: 10px;
    left: 15px;
  }

  .image-56-copy-top-bar {
    left: -10px;
  }

  .top_bar_left_logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .section_3_box_2 {
    width: 100%;
    margin-bottom: 0;
  }

  .welcome_section {
    height: auto;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .feature_3a_text {
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section_3a_container {
    flex-flow: column-reverse;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    display: flex;
  }

  .section_3a_top_box {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_3a_bottom_box {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_3a_animation {
    border-width: 1.5px;
    border-color: #bdbdbd80;
    width: 60%;
    max-width: 400px;
    height: auto;
    max-height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .feature_5_container {
    display: none;
  }

  .section_5_bottom_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .section_5_top_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-46-copy {
    width: 90%;
    margin: 0 0 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_5_animation {
    width: 60%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    margin-top: 0;
    display: flex;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .section_5_title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section_5_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 30px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .feature_5_text {
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_title {
    flex-flow: column;
    place-content: center flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -1vw;
    padding-left: 0;
    display: flex;
  }

  .image-72 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .lottie-animation-27 {
    width: 100%;
    min-width: 150px;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
  }

  .top_bar_mobile {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    display: flex;
    top: 10px;
  }

  .hero_section_mobile {
    width: 100%;
    height: 800px;
    margin-top: 0;
    display: none;
  }

  .welcome_section_mobile {
    height: 900px;
    display: none;
  }

  .lottie-animation-29 {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .image-77 {
    max-width: 75%;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 8px;
    padding-left: 0;
  }

  .hero_subtitle-2 {
    color: var(--white);
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 3vh;
    padding-left: 4vw;
    padding-right: 4vw;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
  }

  .lottie-animation-33 {
    width: 100%;
    height: auto;
  }

  .image-78 {
    width: 120px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature1_container-copy {
    flex-direction: column;
    display: none;
  }

  .text-block-4 {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .image-56-copy-3 {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .section-5 {
    background-color: #f2858500;
    display: flex;
  }

  .lottie-animation-39 {
    margin-top: 0;
    padding-top: 40px;
    display: flex;
    position: relative;
  }

  .feature_5_animation-glow {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .bottom-earth {
    justify-content: center;
    margin-top: 0;
  }

  .section_1_container_mobile {
    flex-direction: column;
    margin-bottom: 80px;
    display: none;
  }

  .section_2_container_mobile {
    border-color: #000;
    margin-bottom: 80px;
    display: none;
  }

  .section_3_container_mobile {
    justify-content: center;
    height: 680px;
    margin-bottom: 80px;
    display: none;
  }

  .section_3_top_box {
    height: auto;
    margin-bottom: 40px;
  }

  .section_3a_container_mobile {
    flex-flow: column;
    width: 100%;
    height: 680px;
    margin-bottom: 80px;
    display: none;
  }

  .section_5_container_mobile {
    margin-bottom: 120px;
    display: none;
  }

  .sign_up_section_mobile {
    justify-content: space-between;
    width: 100%;
    max-width: none;
    height: 380px;
    min-height: auto;
    margin-top: 0;
    display: none;
  }

  .button-2-copy {
    width: 160px;
    height: 45px;
    min-height: auto;
  }

  .button-2-copy-bottom-2 {
    width: 160px;
    height: 45px;
    min-height: auto;
    padding-right: 0;
  }

  .button-2-copy-hero-copy {
    width: 160px;
    height: 45px;
    min-height: auto;
    margin-left: 0;
  }

  .image-85 {
    width: 100%;
    min-width: 150px;
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .button-2-copy-footer {
    width: 150px;
    height: 38px;
    min-height: auto;
  }

  .signup_box_portrait {
    flex-flow: row;
    width: 95%;
    max-width: none;
    height: 30%;
    padding-top: 0;
    display: none;
  }

  .scroll-robot-container-1-copy {
    width: 100%;
    height: 200px;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .section_1_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .xsection_1_title {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .xsection_1_para {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .section_2_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section_2_title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 60px;
  }

  .section_2_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 30px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .section_2_container {
    flex-flow: column-reverse;
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .section_1_container {
    background-color: #81f75900;
    flex-flow: column-reverse;
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .section_2_box_2 {
    padding-bottom: 30px;
  }

  .section_2_text-copy, .section_3a_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section_3a_title {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_3a_para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .section_3a_image {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_1_box_2 {
    flex-flow: row;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section_5_container {
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .section_5_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section_5_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sign_up_section_text {
    text-align: center;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .sign_up_section_title {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.75rem;
  }

  .sign_up_section_para {
    width: 75%;
    max-width: none;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .section_1_top_box_mobile {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_1_bottom_box_mobile {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .button-2-copy-hero-copy-2 {
    width: 150px;
    height: auto;
    min-height: auto;
  }

  .hero-left-container_portrait {
    display: none;
  }

  .welcome_container-copy {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100svh;
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .lottie-animation-39-mobile {
    margin-top: 5vh;
    display: none;
  }

  .feature_1_animation-mobile {
    width: 60%;
    max-width: 400px;
    height: 100%;
    max-height: 250px;
    margin-top: 0;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .feature_2_animation-copy {
    width: 60%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .feature_3_animation-copy {
    border: 1.5px #bdbdbd;
    border-radius: 20px;
    align-items: center;
    width: 60%;
    height: 100%;
    max-height: 330px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .feature_3a_animation-copy {
    border-width: 1.5px;
    border-color: #bdbdbd80;
    width: 60%;
    height: auto;
    margin-bottom: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .feature_5_animation-copy {
    width: 60%;
    height: 100%;
    margin-top: 0;
    display: none;
    box-shadow: 0 0 1rem .1rem #fff6;
  }

  .footer-copy {
    height: 8%;
    margin-bottom: 0;
    display: none;
  }

  .text-block-4-footer {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .image-56-copy-3-footer {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }
}

@media screen and (max-width: 479px) {
  .navigation-side-plain {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .body {
    object-fit: fill;
    height: auto;
    overflow: visible;
  }

  .sign_up_section {
    display: flex;
  }

  .hero_subtitle {
    text-align: center;
    margin: 0 auto 25px;
    padding: 0 15px;
    font-size: 180%;
  }

  .heading-32 {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 35px;
  }

  .signup_container {
    justify-content: center;
    width: 90%;
    max-width: none;
    margin-top: 35px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .paragraph-38 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .signup_box {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 110px;
    padding-top: 0;
    display: none;
  }

  .signup_field {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    max-width: 300px;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .paragraph-39 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 17px;
    font-size: 1rem;
  }

  .top_bar {
    height: 60px;
    line-height: 20px;
    display: none;
  }

  .image-45 {
    height: 25px;
    display: inline-flex;
  }

  .image-46 {
    height: 28px;
    margin-top: .5vh;
    display: inline-flex;
  }

  .content-container {
    z-index: 2;
    background-color: #ffb9b900;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .copyright-1 {
    padding-right: 5px;
    font-size: 11px;
    display: none;
  }

  .top_bar_rightmenu {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    align-items: center;
    width: 120px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1vw;
    display: flex;
  }

  .top_bar_colorbackground {
    width: 100%;
    height: 100%;
    margin-top: -52px;
  }

  .div-block-73 {
    height: 20px;
    font-size: 11px;
  }

  .term-of-use, .privacy-policy {
    font-size: .65rem;
  }

  ._1-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
  }

  .section_1_image {
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature_1_animation {
    border-radius: 15px;
    width: 80%;
    height: auto;
    margin-top: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .section_1_title {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 60px;
  }

  .section_1_para {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .top_bar_rightsocial1 {
    width: auto;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .top_bar_rightsocial2 {
    width: auto;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .feature2_container {
    display: none;
  }

  .feature_1_text {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .feature_2_animation {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    max-height: 220px;
    margin-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .section_2_image {
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_2_bottom_box {
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .feature_2_text {
    align-items: center;
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bold-text-27 {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
  }

  .bold-text-28 {
    width: auto;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .bold-text-29 {
    font-size: 1.5rem;
  }

  .paragraph-49-2, .paragraph-49-4 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .section_3_container {
    margin-bottom: 80px;
    display: flex;
  }

  .section_3_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_3_para {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .feature_3_animation {
    border-radius: 15px;
    flex-flow: row;
    width: 80%;
    height: auto;
    max-height: 220px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

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

  .hero_section {
    height: auto;
    display: flex;
  }

  .hero-container {
    flex-flow: column-reverse;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-left-container {
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 35px;
    padding-left: 0;
    display: none;
  }

  .hero-right-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .earth-box {
    align-items: flex-start;
    height: auto;
    margin-top: -20px;
    padding-top: 0;
    font-size: 14px;
    display: flex;
    top: 0;
    overflow: hidden;
  }

  .lottie-animation-22 {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
  }

  .welcome_container {
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .scroll-robot-container-1 {
    background-color: #f3adad00;
    align-items: flex-start;
    height: 5300px;
    margin-top: 0;
    display: none;
    top: 0;
    overflow: hidden;
  }

  .lottie-animation-23 {
    width: 40%;
    min-width: auto;
    height: auto;
    display: flex;
    top: 0%;
  }

  .top_bar_rightbutton {
    width: 45%;
    height: auto;
    margin-left: 0;
  }

  .top_bar_rightbutton.topbar {
    width: 100%;
    margin-right: 0;
  }

  .robot_1_container {
    width: 100%;
    height: auto;
  }

  .button-animation-2-top-bar {
    margin-top: 0;
    font-size: 10px;
  }

  .text-block-2-top-bar {
    width: auto;
    margin-right: -12px;
    font-size: 8px;
    left: 0;
  }

  .image-56-copy-top-bar {
    left: 9px;
  }

  .top_bar_left_logo {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 1vw;
  }

  .section_3_box_2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .welcome_section {
    display: flex;
  }

  .feature_3a_text {
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section_3a_container {
    margin-bottom: 80px;
    display: flex;
  }

  .section_3a_top_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 5vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_3a_bottom_box {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_3a_animation {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    max-height: 220px;
    margin-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .feature_5_container {
    display: none;
  }

  .section_5_bottom_box {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .section_5_top_box {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-46-copy {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .feature_5_animation {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    max-height: 220px;
    margin-top: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .section_5_title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .section_5_para {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .feature_5_text {
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_title {
    width: 95vw;
    min-width: 230px;
    max-width: 400px;
    margin-left: 0;
  }

  .image-72 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .lottie-animation-27 {
    width: 61%;
    min-width: 150px;
    max-width: none;
    height: auto;
    margin: 0 0 0 0;
    display: flex;
    position: absolute;
  }

  .top_bar_mobile {
    justify-content: center;
    height: 45px;
    max-height: none;
    padding-top: 0;
    line-height: 20px;
    display: flex;
    top: 3svh;
  }

  .hero_section_mobile {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    height: 700px;
    margin-top: 3vh;
    padding-bottom: 0;
    display: none;
  }

  .welcome_section_mobile {
    background-color: #ffdbdb00;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    margin-bottom: 70px;
    display: none;
  }

  .lottie-animation-29 {
    width: auto;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    display: flex;
  }

  .hero_subtitle-2 {
    text-align: center;
    width: 70vw;
    max-width: none;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 5.8vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .lottie-animation-33 {
    display: flex;
  }

  .image-78 {
    width: 32vw;
    min-width: 80px;
  }

  .feature1_container-copy {
    display: none;
  }

  .lottie-animation-36, .lottie-animation-37 {
    display: flex;
  }

  .text-block-4 {
    margin-right: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1;
    left: 0;
  }

  .image-56-copy-3 {
    width: 35px;
    max-width: 80%;
    height: 40px;
    left: 5px;
  }

  .lottie-animation-38 {
    display: flex;
  }

  .background-video-9 {
    overflow: hidden;
  }

  .section-5 {
    background-color: #f0656500;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-39 {
    width: 100%;
    height: 830px;
    margin-top: 0;
    display: none;
  }

  .feature_5_animation-glow {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-top: 0;
    box-shadow: 2px 10px 20px -5px #0003;
  }

  .bottom-earth {
    justify-content: flex-end;
    margin-top: 0;
  }

  .lottie-animation-41 {
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .section_1_container_mobile {
    height: 660px;
    margin-bottom: 120px;
    display: none;
  }

  .section_2_container_mobile {
    height: 620px;
    margin-bottom: 120px;
    display: none;
  }

  .section_3_container_mobile {
    height: 590px;
    margin-bottom: 120px;
    display: none;
  }

  .section_3_top_box {
    margin-bottom: 40px;
  }

  .section_3a_container_mobile {
    align-items: center;
    height: 670px;
    margin-bottom: 120px;
    display: none;
  }

  .section_5_container_mobile {
    height: 690px;
    margin-bottom: 120px;
    display: none;
  }

  .sign_up_section_mobile {
    justify-content: space-between;
    height: 650px;
    display: none;
  }

  .button-2-copy {
    width: 160px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .button-2-copy-hero-copy {
    width: 160px;
    height: 40px;
  }

  .image-85 {
    width: 60%;
    min-width: 150px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .button-2-copy-footer {
    z-index: 0;
    width: 230px;
    height: 70px;
    padding-right: 0;
  }

  .image-87 {
    display: none;
  }

  .signup_box_portrait {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 110px;
    margin-bottom: 80px;
    padding-top: 0;
    display: flex;
  }

  .scroll-robot-container-1-copy {
    z-index: 5;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    display: flex;
    top: 0;
    overflow: visible;
  }

  .copyright-2 {
    padding-right: 0;
    font-size: .65rem;
    display: flex;
  }

  .section_3a_box_2, .section_5_box_2 {
    padding-bottom: 30px;
  }

  .section_1_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .xsection_1_para {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .section_2_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_2_title {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section_2_para {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section_2_container, .section_1_container {
    margin-bottom: 80px;
    display: flex;
  }

  .section_2_box_2 {
    padding-bottom: 30px;
  }

  .section_2_text-copy, .section_3a_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_3a_title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .section_3a_para {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section_3a_image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section_1_box_2 {
    padding-bottom: 30px;
  }

  .section_5_container {
    justify-content: center;
    margin-bottom: 80px;
  }

  .section_5_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_5_image {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sign_up_section_text {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sign_up_section_title {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .sign_up_section_para {
    width: 80%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section_1_top_box_mobile {
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_1_bottom_box_mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
  }

  .button-2-copy-hero-copy-2 {
    width: 160px;
  }

  .hero-left-container_portrait {
    display: flex;
  }

  .div-block-129 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .welcome_container-copy {
    min-height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .lottie-animation-39-mobile {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
  }

  .feature_1_animation-mobile {
    border-radius: 15px;
    width: 80%;
    height: auto;
    max-height: 220px;
    margin-top: 0;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .feature_2_animation-copy {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    margin-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .feature_3_animation-copy {
    border-radius: 15px;
    flex-flow: row;
    width: 80%;
    height: auto;
    max-height: 400px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .feature_3a_animation-copy {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    margin-bottom: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .feature_5_animation-copy {
    border-color: #bdbdbd80;
    border-radius: 15px;
    width: 80%;
    height: auto;
    margin-top: 0;
    box-shadow: 0 0 1rem .2rem #fff6;
  }

  .footer-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .main-button-n-copy-copy {
    padding-bottom: .8px;
  }

  .image-88 {
    z-index: 2;
    margin-top: 20px;
    display: none;
    position: static;
  }

  .text-block-4-footer {
    margin-right: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    left: 0;
  }

  .image-56-copy-3-footer {
    width: 45px;
    max-width: 80%;
    height: 50px;
    left: 5px;
  }
}


@font-face {
  font-family: 'Helvetica Neueltw 0693 Blkextobl';
  src: url('../fonts/Helvetica-NeueLTW0693BlkExtObl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue W 01 87 Hv Cn Obl';
  src: url('../fonts/Helvetica-Neue-W01-87-Hv-Cn-Obl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue W 01 77 Bd Cn Obl';
  src: url('../fonts/Helvetica-Neue-W01-77-Bd-Cn-Obl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium Extended';
  src: url('../fonts/Helvetica-Neue-Medium-Extended.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Ltw 0697 Blkcnobl';
  src: url('../fonts/Helvetica-Neue-LTW0697BlkCnObl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Black';
  src: url('../fonts/Helvetica-Neue-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue 97 Black Condensed';
  src: url('../fonts/Helvetica-Neue-97-Black-Condensed.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo 21 1';
  src: url('../fonts/Fontspring-DEMO-lightbox21-extrabold-1.otf') format('opentype'), url('../fonts/Fontspring-DEMO-lightbox21-medium-1.otf') format('opentype'), url('../fonts/Fontspring-DEMO-lightbox21-semibold-1.otf') format('opentype'), url('../fonts/Fontspring-DEMO-lightbox21-bold-1.otf') format('opentype'), url('../fonts/Fontspring-DEMO-lightbox21-regular-1.otf') format('opentype'), url('../fonts/Fontspring-DEMO-lightbox21-black-1.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}