p {
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: block;
  height: auto;
  margin: auto;
  padding: 14px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 20px -1px rgba(0, 0, 0, 0.18);
}

.logo {
  width: 150px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.step-info-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 38px 38px 38px 0px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
}

.step-info-2._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-2 {
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #201d34;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-2:hover {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #d49f3e;
}

.text-block-2.j {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 42px;
  max-width: 100vw;
  margin-right: 12px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #f6f6f6;
  border-radius: 4px;
  background-color: #fefefe;
  box-shadow: 2px 2px 9px -1px #b7b7b7;
  font-family: Lufga, sans-serif;
  color: #f7931e;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.early-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-left: auto;
  padding: 0px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffc466;
  background-image: linear-gradient(210deg, #f7931e, #ffc466);
  font-family: Lufga, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: normal;
  text-decoration: none;
}

.hero {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.hero__container {
  position: static;
  bottom: auto;
  z-index: -1;
  display: block;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  position: absolute;
  left: -25%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 150%;
  max-width: none;
}

.hero__container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 160vh;
  margin-top: -1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero__transform-target {
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #2b2a35;
  font-weight: 400;
}

.hero__intro {
  position: absolute;
  left: 50%;
  top: 35.2vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 80vw;
  max-width: 45ch;
  margin: 16vw auto 0px;
  padding: 2rem 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Lufga, sans-serif;
  color: #4c4c4c;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column-2 {
  padding-left: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu___links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: lowercase;
}

.cta__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero__headline {
  position: absolute;
  left: 0px;
  top: 30.2vh;
  right: 0px;
  display: block;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.heading {
  position: static;
  top: 25vh;
  display: block;
  margin: 0px;
  font-family: Lufga, sans-serif;
  color: #282828;
  font-size: 8vw;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.hero__hand {
  position: absolute;
  left: 0em;
  top: -11.02em;
  right: 0em;
  z-index: -1;
  display: block;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: auto;
  min-width: 100vw;
  margin: 0em;
}

.image-7 {
  position: absolute;
}

.hero__ui {
  position: absolute;
  left: 72.8%;
  top: 0em;
  right: auto;
  bottom: auto;
  z-index: -3;
  display: block;
  width: 140vw;
  height: auto;
  max-height: none;
  max-width: 140vw;
  min-height: auto;
  min-width: 100vw;
  margin: -14.6em auto 0em -91%;
}

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

.man__1 {
  position: static;
  left: auto;
  top: -10.3em;
  right: -13.5em;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: auto;
}

.man__2 {
  position: static;
  top: -1.4em;
  right: -13.5em;
  width: 100%;
  max-width: 100%;
}

.callers {
  position: absolute;
  left: auto;
  top: -10em;
  right: -12vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0);
}

.man {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 0px;
}

.cta__sign-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-top: 0em;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.cta__sign-up._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  margin: 0.125em auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lufga, sans-serif;
  color: #2b2a35;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.h2.l {
  margin-bottom: 30px;
  color: #fff;
}

.h2.l.footer {
  width: auto;
  margin-bottom: 53px;
  font-size: 38px;
  line-height: 100%;
}

.h2.p {
  opacity: 1;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: inline-block;
  margin: 0px auto 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button {
  height: 40px;
  margin-bottom: 0px;
  padding: 8px 28px;
  border-radius: 0px 5px 5px 0px;
  background-color: #a6c1d3;
  font-family: Lufga, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.submit-button._2 {
  background-color: #fff;
  color: #6d0187;
}

.text-field {
  width: 250px;
  height: 40px;
  margin-right: 6px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px 0px 0px 5px;
  background-color: transparent;
  font-family: Lufga, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-field.l {
  border-color: #cfcfcf;
  color: #2d2626;
}

.nav__mobile {
  display: none;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-3 {
  display: block;
  height: auto;
  max-width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  display: block;
  max-width: none;
  margin: 0px auto 50px;
  opacity: 1;
  font-family: Lufga, sans-serif;
  color: #2b2a35;
  font-size: 3em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.h1.a {
  margin-top: 20px;
  font-size: 2.3em;
}

.h1.b {
  margin-top: -74px;
}

.h1._2 {
  margin-bottom: auto;
  font-size: 2.5em;
}

.h1.price {
  font-size: 2.5em;
}

.h1.price.h {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.h1.flexible {
  margin-bottom: 50px;
  opacity: 1;
  font-size: 3em;
  line-height: 1.2em;
}

.paragraph {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #5c5c5f;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

.paragraph._3 {
  max-width: 90%;
  color: #383d48;
  font-weight: 300;
  text-align: left;
}

.folatingshape-1 {
  position: absolute;
  left: auto;
  top: 220px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 18%;
  max-width: none;
}

.folatingshape-1.section-3 {
  position: absolute;
  left: 17%;
  right: auto;
  bottom: -16%;
  height: auto;
}

.floatingshape-2 {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: -6%;
  z-index: 10;
  overflow: hidden;
  width: 14%;
}

.floatingshape-2.section-3 {
  position: absolute;
  left: auto;
  top: 12%;
  right: 7%;
  bottom: auto;
  display: block;
  width: 4.5%;
  height: auto;
}

.floatingshape-3 {
  position: absolute;
  left: 275.062px;
  top: auto;
  bottom: -25%;
  display: none;
  overflow: hidden;
  width: 5%;
  max-width: 4%;
}

.floatingshape-3.section-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 27%;
  z-index: 0;
  width: 3%;
  height: auto;
  max-width: none;
}

.floatingshape-4 {
  position: absolute;
  left: auto;
  top: 199px;
  right: 7%;
  bottom: auto;
  overflow: hidden;
  width: 7%;
}

.floatingshape-4.section-3 {
  position: absolute;
  left: -10%;
  top: 10%;
  right: auto;
  bottom: auto;
  display: block;
  width: 20%;
  height: auto;
}

.video-call-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 89%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  display: inline;
  width: auto;
  opacity: 1;
  font-family: Lufga, sans-serif;
  color: #2b2a35;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.columns-2 {
  height: 80vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-12 {
  display: block;
  width: 472px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4px;
  padding-left: 46px;
}

.paragraph__sections {
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #5c5c5f;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: normal;
  white-space: normal;
}

.column-3 {
  display: block;
  height: 100%;
  padding-top: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-paralax {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 110vh;
  padding-top: 184px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.text__wrapper {
  position: relative;
  display: block;
  width: 530px;
  height: auto;
  max-width: none;
  margin: 0px auto 200px;
  padding: 0px 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.image-13 {
  position: absolute;
}

.title__text {
  display: block;
  width: 598px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: -164px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid__imges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -2px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid__imges._2 {
  margin-left: 0px;
}

.grid__imges.m {
  margin-left: -6px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid__imges.l {
  margin-right: -8px;
  margin-left: -10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  width: 100%;
  max-width: none;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
  padding-top: 5px;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 199px;
  height: auto;
  padding-top: 6px;
}

.image-19 {
  width: 95%;
  max-width: none;
}

.image-20 {
  width: 95%;
  max-width: none;
}

.image-21 {
  width: 100%;
  max-width: none;
}

.image-22 {
  width: 100%;
  max-width: none;
}

.image-23 {
  width: 100%;
}

.image-24 {
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: none;
  height: 0px;
  margin-bottom: auto;
  padding-left: 0px;
}

.hand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 85vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 9vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.columns-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-26 {
  position: static;
  left: 9%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 345px;
  height: auto;
  max-width: none;
  margin: auto auto 0px;
  padding-top: 0px;
  padding-right: 22px;
  padding-left: 0px;
}

.column-4 {
  height: 100%;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  display: inline-block;
  margin: auto 0px;
  padding-left: 10px;
}

.div-block-6.b {
  padding-left: 0px;
}

.video-invation {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.container-6 {
  display: block;
  height: auto;
  max-width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100vh;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-6 {
  display: block;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: block;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-4 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ipad {
  position: relative;
  display: block;
  overflow: hidden;
  height: 205vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.column-7 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.tablet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1400px;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0vh 0vh 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-605.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.text-block-4 {
  display: inline-block;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lufga, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.paragraph-2 {
  width: auto;
  max-width: none;
  opacity: 1;
  font-family: Lufga, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.7em;
  font-weight: 300;
}

.grey__line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: hsla(0, 0%, 91.5%, 0);
}

.grey__line._1 {
  height: 25vh;
}

.grey__line._3 {
  height: 25vh;
}

.grey__line._2 {
  height: 22vh;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-6 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2.4px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lufga, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.pricing {
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding: 100px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-6 {
  display: block;
  margin-top: 0px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #434343;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2px;
  border-color: #dbdbdb;
  border-radius: 6px;
}

.text-block-7 {
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #878787;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.button-4 {
  display: none;
  width: 70%;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #736d6d;
  border-radius: 5px;
  background-color: transparent;
  font-family: Lufga, sans-serif;
  color: #000;
  font-size: 1em;
}

.div-block-8 {
  width: 100%;
  height: 7px;
  margin-top: 5px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #2903ff;
}

.div-block-8.a {
  height: 7px;
  padding-top: 0px;
  background-color: #ffc466;
}

.div-block-8.b {
  height: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e4e4e4;
}

.div-block-8._1 {
  background-color: #ffc466;
}

.column-12 {
  height: 60vh;
  border: 1px solid #000;
  border-radius: 6px;
}

.column-13 {
  height: 60vh;
  border: 0.2px solid #000;
  border-radius: 6px;
}

.pricing__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 55%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dddfe5;
  border-radius: 6px;
  background-color: transparent;
  opacity: 1;
}

.pricing__card._1 {
  margin-right: 0px;
  border-style: solid;
  background-color: transparent;
}

.pricing__card.b {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  background-color: transparent;
}

.pricing__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90vh;
  max-width: 100em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
}

.div-block-11 {
  display: block;
  width: 100%;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  text-align: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cd00ff;
}

.text-block-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lufga, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span {
  font-weight: 500;
}

.section-6 {
  display: block;
  overflow: hidden;
  height: 45vh;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.timeline__wrapper {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 69px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.containner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process__wrapper {
  display: block;
  width: auto;
}

.formatting__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videocall__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.videocall__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.videocall_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 179px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contrainer {
  display: block;
  height: auto;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hand__wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hadn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grey-line {
  position: static;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  width: 4px;
  height: 240px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.41);
}

.grey-line._2 {
  height: 210px;
}

.div-block-12 {
  position: absolute;
  width: 4px;
  height: 72px;
  background-color: #df10ff;
}

.white__line {
  width: 4px;
  height: 100%;
  background-color: #fff;
}

.step-info-1 {
  width: 100%;
  padding: 38px 38px 38px 0px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
}

.step-info-3 {
  width: 100%;
  padding: 38px 38px 38px 0px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
}

.setp-info-4 {
  width: 100%;
  padding: 38px 38px 38px 0px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
  opacity: 1;
}

.dot-1 {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
}

.dot2 {
  width: 40px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
}

.dot3 {
  width: 40px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
}

.dot4 {
  width: 40px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 35%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(77%, hsla(0, 0%, 84.3%, 0)));
  background-image: linear-gradient(180deg, #f6f6f6, hsla(0, 0%, 84.3%, 0) 77%);
}

.pricing__card2 {
  display: none;
  width: 200vw;
  margin-right: 30px;
  margin-left: 30px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddfe5;
  opacity: 1;
}

.pricing__card3 {
  display: none;
  width: 200vw;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddfe5;
  opacity: 1;
}

.price {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Lufga, sans-serif;
  font-size: 3em;
  line-height: 100%;
  font-weight: 600;
}

.price._2 {
  margin-top: 0px;
  margin-bottom: auto;
}

.price._3 {
  margin-top: 0px;
  margin-bottom: auto;
}

.open-menu {
  display: none;
}

.link {
  text-decoration: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-bottom: 0px;
  padding-top: 5%;
  padding-bottom: 6%;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-28 {
  width: 120px;
}

.image-29 {
  width: 55px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 100px;
  margin-bottom: 16px;
  padding-top: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-30 {
  width: 55px;
}

.text-block-10 {
  display: block;
  margin: 10px 0px 7px 10px;
  padding-left: 0px;
  font-family: Lufga, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.text-block-10.d {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 0px;
  font-weight: 600;
}

.text-block-10.l {
  margin-top: 10px;
  margin-left: 14px;
  font-size: 14px;
}

.div-block-17 {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-18.k {
  margin-right: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-31 {
  width: 40px;
  margin-right: 10px;
  padding-left: 10px;
  opacity: 0.6;
  font-size: 22px;
}

.image-32 {
  display: none;
  width: 30px;
  opacity: 0.6;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  padding-top: 0px;
  padding-left: 3px;
  font-family: Lufga, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.text-block-11._2 {
  margin-left: 4px;
  padding-top: 0px;
  padding-left: 0px;
  font-weight: 500;
  text-decoration: none;
}

.link-2 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Lufga, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-decoration: none;
}

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

@media screen and (min-width: 1280px) {
  .step-info-2 {
    width: 628px;
  }

  .text-block-2 {
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    padding-right: 37px;
    padding-left: 37px;
  }

  .login {
    height: 40px;
  }

  .hero {
    background-color: transparent;
  }

  .hero__container {
    position: static;
    height: auto;
    margin-top: 0px;
  }

  .hero__scroll-container {
    height: 150vh;
    margin-top: -9.7rem;
  }

  .hero__intro {
    top: 41.3vh;
    margin-top: 24vw;
    color: #5f5f5f;
  }

  .menu___links {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__headline {
    top: 40.1vh;
  }

  .heading {
    margin-top: 56px;
    font-family: Lufga, sans-serif;
    color: #212025;
    font-weight: 700;
  }

  .hero__hand {
    left: 0em;
    top: -7.1em;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: 0em;
    margin-left: 0em;
  }

  .hero__ui {
    left: auto;
    top: -11.5em;
    right: -22%;
    width: 140%;
    height: auto;
    max-width: 140%;
    margin-top: 0em;
    margin-right: auto;
    margin-left: -66.6em;
  }

  .man__1 {
    position: absolute;
    left: auto;
    top: 0em;
    right: 0%;
    bottom: auto;
  }

  .callers {
    right: -11.9vw;
    height: 380px;
  }

  .cta__sign-up {
    margin-top: 0px;
  }

  .cta__sign-up._1 {
    height: 30vh;
    margin-top: 28px;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .h2 {
    width: auto;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .form-block {
    display: block;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro {
    height: 100vh;
    background-color: #fff;
    background-image: none;
  }

  .container-3 {
    height: auto;
  }

  .h1 {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 46px;
    padding-top: 0px;
    border: 1px none #000;
    opacity: 1;
  }

  .h1._2 {
    font-size: 3em;
  }

  .h1.price {
    font-size: 3em;
  }

  .h1.flexible {
    margin-bottom: 46px;
  }

  .paragraph {
    max-width: none;
    color: #5c5c5f;
    font-size: 18px;
    font-weight: 400;
  }

  .folatingshape-1 {
    right: -12%;
    width: 20%;
  }

  .folatingshape-1.section-3 {
    bottom: 29%;
    height: auto;
  }

  .floatingshape-2 {
    left: 4%;
    top: 0px;
    bottom: auto;
    width: 15%;
  }

  .floatingshape-2.section-3 {
    right: 16%;
    width: 7%;
    height: auto;
  }

  .floatingshape-3 {
    width: 7%;
    max-width: none;
  }

  .floatingshape-3.section-3 {
    right: 10%;
    bottom: 51%;
    width: 5%;
    height: auto;
  }

  .floatingshape-4 {
    top: auto;
    right: 4%;
    width: 8%;
  }

  .floatingshape-4.section-3 {
    left: -8%;
    top: 19%;
    z-index: 3;
    display: block;
    width: 20%;
    height: auto;
  }

  .video-call-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-3 {
    width: auto;
    opacity: 1;
  }

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    width: 500px;
  }

  .paragraph__sections {
    opacity: 1;
    font-size: 18px;
  }

  .grid-paralax {
    height: 110vh;
    padding-top: 140px;
    padding-left: 0vw;
  }

  .text__wrapper {
    margin-bottom: 100px;
  }

  .title__text {
    width: 565px;
    margin-bottom: 45px;
  }

  .grid__wrapper {
    margin-top: -70px;
  }

  .hand {
    height: 70vh;
    padding-right: 9vw;
    padding-left: 7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f7f7f7;
  }

  .image-26 {
    width: 400px;
    max-width: none;
    margin-left: 0vw;
  }

  .column-6 {
    padding-right: 53px;
    padding-left: 53px;
  }

  .ipad {
    display: block;
    height: 200vh;
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .column-7 {
    padding-right: 47px;
    padding-left: 47px;
  }

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

  .tablet {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 19vh;
    padding-bottom: 26vh;
    background-size: 1100px;
  }

  .paragraph-2 {
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .grey__line._1 {
    height: 190px;
  }

  .grey__line._3 {
    height: 200px;
  }

  .grey__line._2 {
    height: 200px;
  }

  .column-8 {
    height: 780px;
    margin-top: 59px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-6 {
    display: block;
    width: 50%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .pricing {
    height: auto;
    margin-bottom: 0px;
    padding-top: 125px;
  }

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

  .pricing__card {
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing__wrapper {
    height: 90vh;
  }

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

  .section-5 {
    margin-top: auto;
  }

  .timeline__wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 71px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .containner {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .videocall__text {
    width: 500px;
  }

  .videocall_image {
    padding-top: 0px;
    padding-bottom: 62px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contrainer {
    max-width: none;
  }

  .hand__wrapper {
    width: auto;
  }

  .hadn__wrapper {
    width: 525px;
    margin-right: auto;
  }

  .step__wrapper {
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .step-info-1 {
    width: auto;
  }

  .step-info-3 {
    width: 628px;
  }

  .setp-info-4 {
    width: 628px;
  }

  .gradient-overlay {
    height: 400px;
  }

  .pricing__card2 {
    height: 60vh;
  }

  .pricing__card3 {
    height: 60vh;
  }

  .price {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .container-9 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-10.d {
    margin-bottom: 10px;
  }

  .text-block-10.l {
    margin-top: 6px;
  }

  .div-block-18 {
    margin-right: 100px;
  }

  .div-block-19 {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    overflow: hidden;
    max-width: none;
    padding: 16px 9%;
  }

  .step-info-2 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .step-info-2._1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .step-info-2._2 {
    margin-top: 94px;
  }

  .link-block {
    padding-right: 29px;
    padding-left: 29px;
  }

  .login {
    height: 40px;
  }

  .early-access {
    color: #fff;
  }

  .hero {
    width: auto;
    background-color: transparent;
  }

  .hero__container {
    position: static;
    height: auto;
  }

  .hero__container-inner {
    overflow: visible;
    height: auto;
  }

  .hero__scroll-container {
    height: 170vh;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu___links {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__hand {
    top: -7.5em;
    right: 0em;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-right: 0em;
    margin-left: 0em;
  }

  .hero__ui {
    left: auto;
    top: -20.9em;
    right: -22%;
    width: 140%;
    height: 443.898357922518%;
    max-height: 443.898357922518%;
    max-width: 145%;
    margin: 0em auto auto -88.3em;
  }

  .man__1 {
    right: -18.6em;
  }

  .man__2 {
    top: -13em;
    right: -18.6em;
  }

  .callers {
    right: -12vw;
    height: 450px;
  }

  .man {
    width: 200px;
    max-width: 200px;
  }

  .cta__sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0em;
  }

  .cta__sign-up._1 {
    height: 25vh;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2 {
    width: auto;
    margin-bottom: 17px;
    font-size: 27px;
    line-height: 41px;
  }

  .h2.l {
    width: auto;
  }

  .h2.p {
    margin-bottom: 35px;
  }

  .form-block {
    margin-bottom: 22px;
  }

  .submit-button._2 {
    color: #770bdc;
  }

  .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 120vh;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .container-3 {
    display: block;
  }

  .h1 {
    max-width: none;
    margin-top: auto;
    margin-bottom: 40px;
    font-size: 3em;
  }

  .h1._1 {
    margin-top: auto;
  }

  .h1._2 {
    margin-top: 0px;
    margin-bottom: auto;
    font-size: 3em;
  }

  .h1.price {
    font-size: 3em;
  }

  .h1.price.h {
    line-height: 1.1em;
  }

  .h1.flexible {
    margin-bottom: 60px;
  }

  .paragraph {
    max-width: none;
  }

  .folatingshape-1 {
    position: absolute;
    right: 0%;
    bottom: 3%;
    z-index: 0;
  }

  .floatingshape-2 {
    position: absolute;
    left: 3%;
    width: 15%;
  }

  .floatingshape-2.section-3 {
    top: 4%;
    right: 12%;
    width: 7%;
  }

  .floatingshape-3 {
    position: absolute;
    bottom: -39%;
    z-index: 3;
  }

  .floatingshape-3.section-3 {
    right: 9%;
    bottom: 54%;
  }

  .floatingshape-4 {
    width: 7%;
  }

  .floatingshape-4.section-3 {
    left: -9%;
    top: 13%;
    width: 20%;
  }

  .video-call-intro {
    overflow: hidden;
    padding: 120px 6vw;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-12 {
    width: 550px;
  }

  .grid-paralax {
    height: 120vh;
    padding-top: 193px;
    padding-bottom: 0px;
    padding-left: 0vw;
  }

  .text__wrapper {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .title__text {
    margin-bottom: 40px;
  }

  .grid__wrapper {
    overflow: visible;
    height: auto;
    margin-top: -103px;
  }

  .hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
  }

  .image-26 {
    width: 380px;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
  }

  .container-5 {
    margin-left: auto;
  }

  .div-block-6.b {
    padding-left: 0px;
  }

  .video-invation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-color: #fff;
  }

  .columns-4 {
    height: 80vh;
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ipad {
    overflow: visible;
    height: auto;
    margin-bottom: 9px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .column-7 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns-5 {
    width: 90%;
    height: 80vh;
    max-width: 90%;
  }

  .tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1500px;
    padding-top: 5vh;
    padding-bottom: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 1000px 1420px;
  }

  .paragraph-2 {
    width: auto;
    max-width: none;
    font-size: 18px;
  }

  .grey__line {
    height: 82%;
  }

  .grey__line._1 {
    height: 20px;
  }

  .grey__line._3 {
    height: 200px;
  }

  .grey__line._2 {
    height: 200px;
  }

  .column-8 {
    height: 750px;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 27px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-9 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dot {
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: transparent;
  }

  .pricing {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

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

  .button-4 {
    margin-top: 20px;
    margin-bottom: auto;
    font-size: 1.2em;
  }

  .pricing__card {
    width: 40%;
    height: 80vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38px;
    padding-bottom: 38px;
    border-style: solid;
    border-width: 0.2px;
    background-color: transparent;
  }

  .pricing__card._1 {
    height: 550px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .pricing__card.b {
    height: 550px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .pricing__wrapper {
    width: auto;
  }

  .section-5 {
    background-color: #cd00ff;
  }

  .containner {
    width: 48%;
    padding-left: 98px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .process__wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .videocall_image {
    padding-top: 0px;
    padding-bottom: 67px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contrainer {
    margin-bottom: 130px;
  }

  .hadn__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .step__wrapper {
    width: 100%;
  }

  .step-info-1 {
    padding-left: 0px;
  }

  .step-info-3 {
    padding-left: 0px;
  }

  .setp-info-4 {
    padding-left: 0px;
  }

  .gradient-overlay {
    bottom: 0vh;
    display: none;
    height: 116px;
  }

  .price {
    font-size: 3em;
  }

  .container-9 {
    max-width: 75%;
    padding-bottom: 1%;
  }

  .div-block-16 {
    height: 92.10276218054977%;
  }

  .text-block-10.l {
    margin-top: 10px;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    position: fixed;
    z-index: 500;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 4%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0 0 20px 0 silver;
  }

  .logo {
    width: 170px;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
  }

  .step-info-2 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .text-block-2 {
    border-bottom: 3px none #b4a850;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none;
  }

  .text-block-2:focus {
    border-bottom: 3px none #dbba25;
  }

  .link-block {
    width: auto;
    height: 23px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
  }

  .link-block:focus {
    border: 1px none #000;
  }

  .container {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 42px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .early-access {
    width: 180px;
    height: 42px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f7931e;
    background-image: linear-gradient(205deg, #f7931e, #ffc466);
    color: #fff;
    font-size: 18px;
  }

  .hero {
    height: auto;
  }

  .hero__container {
    position: static;
    z-index: -1;
    display: block;
    height: 145vh;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    position: absolute;
    left: -24%;
    top: -33%;
    right: auto;
    bottom: auto;
    width: 200%;
    height: auto;
    max-width: 500%;
  }

  .image-3 {
    width: 100%;
    margin-top: 0px;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: auto;
    max-width: none;
  }

  .image-6 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero__container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .hero__scroll-container {
    overflow: hidden;
    height: 150vh;
  }

  .hero__transform-target {
    width: auto;
  }

  .hero__intro {
    left: 50%;
    top: 24.8vh;
    right: auto;
    width: 80vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
    color: #5f5f5f;
    font-size: 2.7em;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .menu___links {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Lufga, sans-serif;
    color: #141414;
    font-size: 15px;
    font-weight: 400;
  }

  .hero__headline {
    top: 34.9vh;
  }

  .heading {
    margin-top: 0em;
    font-size: 7.5vw;
  }

  .hero__hand {
    position: absolute;
    left: 0px;
    top: -28.6vh;
    right: 0em;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero__ui {
    left: auto;
    top: -35.8vh;
    right: -22.09%;
    width: 140%;
    height: 508.232863053032%;
    max-height: 508.232863053032%;
    max-width: 155%;
    min-height: auto;
    min-width: auto;
    margin: 0.9em auto auto 50em;
  }

  .body {
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .callers {
    right: -12.1vw;
    height: 700px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .man {
    width: 288px;
    max-width: none;
  }

  .cta__sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .cta__sign-up._1 {
    z-index: 0;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h2 {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 32px;
  }

  .h2.l {
    font-size: 38px;
  }

  .h2.l.footer {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .h2.p {
    margin-top: 40px;
    margin-bottom: 64px;
    font-size: 32px;
    font-weight: 600;
  }

  .form.bottom {
    color: #fff;
  }

  .form-block {
    margin-top: 54px;
    margin-bottom: 43px;
  }

  .submit-button {
    width: auto;
    height: 50px;
    padding: 5px 39px;
    background-color: #a6c1d3;
    color: #000;
    font-size: 22px;
  }

  .submit-button._2 {
    background-color: #fff;
    color: #6d0187;
  }

  .text-field {
    width: 300px;
    height: 50px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 18px;
  }

  .text-field.l {
    color: #2d2626;
  }

  .text-field.h {
    color: #fff;
  }

  .intro {
    position: relative;
    z-index: 5;
    overflow: visible;
    height: 90vh;
    background-color: transparent;
    background-image: none;
    letter-spacing: 0.007em;
  }

  .container-3 {
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1 {
    width: auto;
    max-width: none;
    margin: auto auto 60px;
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .h1.a {
    font-size: 3.2em;
  }

  .h1._2 {
    font-size: 3.2em;
  }

  .h1.price {
    font-size: 3.2em;
  }

  .h1.price.h {
    font-weight: 700;
  }

  .paragraph {
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #545465;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .image-10 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .folatingshape-1 {
    position: absolute;
    left: auto;
    top: auto;
    right: -14%;
    bottom: -2.6vh;
    z-index: 10;
    width: 20%;
    max-width: none;
  }

  .folatingshape-1.section-3 {
    left: 25%;
    bottom: -9%;
    display: block;
    width: 4%;
  }

  .floatingshape-2 {
    position: absolute;
    left: 2%;
    top: 10px;
    right: auto;
    bottom: auto;
    width: 10%;
    max-width: none;
  }

  .floatingshape-2.section-3 {
    top: -20%;
    right: -22%;
    width: 12%;
    max-width: none;
    background-color: transparent;
  }

  .image-11 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .floatingshape-3 {
    position: absolute;
    left: 707.088px;
    top: auto;
    right: auto;
    bottom: -120.963px;
    width: 2.7%;
    max-width: 2.7%;
  }

  .floatingshape-3.section-3 {
    right: -11%;
    bottom: 12%;
    display: none;
    width: 7%;
  }

  .floatingshape-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 0px;
    width: 7%;
    max-width: none;
  }

  .floatingshape-4.section-3 {
    left: -51%;
    top: 10%;
    right: auto;
    bottom: auto;
    width: 30%;
    max-width: none;
  }

  .video-call-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 205px 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fbfbfb;
  }

  .container-4 {
    max-width: 74%;
  }

  .heading-3 {
    display: block;
    width: auto;
    max-width: 500px;
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    width: auto;
    margin: auto 0% auto auto;
    padding-left: 0px;
  }

  .paragraph__sections {
    width: auto;
    max-width: none;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    text-align: left;
  }

  .column-3 {
    padding-top: 0px;
  }

  .grid-paralax {
    position: static;
    display: block;
    height: 120vh;
    padding-top: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7f7f7;
  }

  .text__wrapper {
    display: block;
    width: 620px;
    max-width: none;
    margin-right: auto;
    margin-bottom: 200px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .title__text {
    display: block;
    width: 620px;
    max-width: none;
    margin: 0px auto 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: -114px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid__imges {
    width: auto;
    margin-left: -5px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid__imges.m {
    width: 70%;
    margin-left: -11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid__imges.l {
    margin-left: -9px;
  }

  .image-14 {
    width: auto;
  }

  .image-15 {
    width: 85%;
    max-width: none;
  }

  .image-16 {
    width: auto;
    max-width: none;
  }

  .image-17 {
    width: auto;
    max-width: none;
  }

  .image-19 {
    width: 100%;
    max-width: none;
  }

  .image-20 {
    width: auto;
    max-width: none;
  }

  .image-21 {
    width: auto;
    max-width: none;
  }

  .image-22 {
    width: auto;
    max-width: none;
  }

  .image-23 {
    width: 100%;
    max-width: none;
  }

  .image-24 {
    width: 100%;
    max-width: none;
  }

  .overlay {
    width: 115vw;
    max-width: none;
  }

  .hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65vh;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7f7f7;
  }

  .image-26 {
    width: 500px;
    margin: auto auto 0px 0px;
    padding-right: 0px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 141px;
    padding-bottom: 0px;
  }

  .div-block-6 {
    display: block;
    margin: 0px;
  }

  .video-invation {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .columns-4 {
    height: 100%;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 109px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ipad {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 43px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .column-7 {
    display: block;
    padding-left: 216px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns-5 {
    width: 85%;
    background-color: transparent;
  }

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

  .tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0vh 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-position: 50% 0%;
    background-size: 1100px;
  }

  .text-block-4 {
    font-family: Lufga, sans-serif;
    font-size: 30px;
    line-height: 50px;
  }

  .heading-5 {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .paragraph-2 {
    width: auto;
    max-width: none;
    margin-bottom: 0px;
    font-family: Lufga, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: none;
  }

  .grey__line._1 {
    height: 200px;
  }

  .grey__line._3 {
    height: 200px;
  }

  .grey__line._2 {
    height: 200px;
  }

  .column-8 {
    height: 820px;
    padding-top: 0vh;
    padding-bottom: 39px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    line-height: 100%;
  }

  .pricing {
    padding-top: 125px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing__intro {
    margin-bottom: 109px;
  }

  .text-block-6 {
    margin-bottom: auto;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
  }

  .text-block-7 {
    margin-bottom: 68px;
    font-family: Montserrat, sans-serif;
    color: #2b2a35;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    font-weight: 300;
  }

  .button-4 {
    margin-bottom: auto;
  }

  .div-block-8 {
    height: 7px;
  }

  .div-block-8.a {
    height: 10px;
  }

  .div-block-8.b {
    height: 10px;
  }

  .div-block-8._1 {
    width: 80%;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffc466;
  }

  .pricing__card {
    overflow: visible;
    width: 60%;
    height: 75vh;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 44px;
    border-width: 1px;
    opacity: 1;
  }

  .pricing__card._1 {
    height: 700px;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .pricing__card.b {
    height: 700px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .pricing__wrapper {
    width: 50vw;
    height: 95vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .section-5 {
    background-color: #cd00ff;
    color: #fff;
    text-align: left;
  }

  .text-block-8 {
    font-family: Montserrat, sans-serif;
    color: #cfd7e8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
  }

  .text-span {
    color: #cfd7e8;
    font-weight: 600;
  }

  .section-6 {
    margin-bottom: 32px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .timeline__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 900px;
    margin-top: -76px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .containner {
    width: 35%;
    margin-top: 140px;
    margin-bottom: auto;
    padding-left: 60px;
  }

  .process__wrapper {
    margin: auto;
  }

  .videocall__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .videocall__text {
    width: 520px;
    margin-right: 61px;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .videocall_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contrainer {
    position: relative;
    display: block;
    height: auto;
    max-width: 60%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hand__wrapper {
    max-width: 85em;
    margin-right: auto;
    margin-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hadn__wrapper {
    width: 550px;
    margin: 0px auto auto 0px;
    padding-bottom: 117px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .step-info-1 {
    padding-left: 0px;
  }

  .step-info-3 {
    padding-left: 0px;
  }

  .setp-info-4 {
    padding-left: 0px;
  }

  .gradient-overlay {
    height: 116px;
  }

  .pricing__card2 {
    display: none;
    overflow: hidden;
    width: 300vw;
    height: 700px;
    margin-right: 2em;
    margin-left: 2em;
    padding: 50px 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    opacity: 1;
  }

  .pricing__card3 {
    display: none;
    overflow: hidden;
    width: 300vw;
    height: 700px;
    margin-right: 0px;
    margin-left: 2em;
    padding: 50px 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    opacity: 1;
  }

  .price {
    margin-top: 0px;
    margin-bottom: 100px;
    font-family: Lufga, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .div-block-15 {
    max-width: 80%;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-28 {
    width: 150px;
    font-size: 0px;
  }

  .image-29 {
    width: 60px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 49px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-30 {
    width: 60px;
  }

  .text-block-10.d {
    margin-bottom: 40px;
  }

  .div-block-17 {
    margin: 49px 0px auto auto;
  }

  .text-block-11._2 {
    font-size: 14px;
  }

  .link-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 510;
    height: 80px;
    padding: 20px 46px;
    border-bottom: 0.02px solid #e9e9e9;
    box-shadow: none;
  }

  .logo {
    width: 160px;
  }

  .step-info-2 {
    width: 474.3999938964844px;
    margin-bottom: 30px;
  }

  .step-info-2._1 {
    margin-bottom: 39px;
  }

  .step-info-2._2 {
    margin-bottom: 17px;
  }

  .login.mobile {
    width: 90px;
    height: 38px;
    font-size: 14px;
  }

  .early-access.mobile {
    width: 150px;
    height: 38px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 8px 17px 8px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }

  .hero {
    overflow: visible;
    margin-bottom: 79px;
  }

  .hero__container {
    height: 150vh;
  }

  .hero__scroll-container {
    height: 100vh;
  }

  .hero__intro {
    margin-top: 15vw;
    color: #454545;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .container-2 {
    display: none;
  }

  .heading {
    margin-top: -24px;
  }

  .hero__hand {
    top: -9.92em;
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .hero__ui {
    left: 21em;
    top: -11.8em;
    width: 140%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: auto;
    margin-top: -1.1em;
    margin-left: -31em;
  }

  .callers {
    right: -16.4vw;
    height: auto;
  }

  .man {
    padding-top: 21px;
  }

  .cta__sign-up {
    width: 80%;
    height: auto;
    max-width: 80%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .cta__sign-up._1 {
    margin-top: 0em;
  }

  .h2 {
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    font-size: 27px;
    font-weight: 600;
  }

  .h2.l {
    margin-bottom: 27px;
  }

  .h2.l.footer {
    width: 80%;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 105%;
  }

  .form {
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block.footer {
    height: auto;
    margin-bottom: 65px;
  }

  .submit-button {
    width: 125px;
    border-radius: 5px;
    background-color: #a6c1d3;
  }

  .submit-button._2 {
    width: 350px;
    padding-right: 135px;
    padding-left: 135px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .text-field {
    width: 350px;
    margin-right: 0px;
    margin-bottom: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    color: #fff;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-transform: none;
  }

  .nav__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-8 {
    width: 200px;
  }

  .sandwich__menu {
    position: absolute;
    right: 30px;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-4 {
    width: 18px;
    height: 4px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #4f4f4f;
    border-radius: 100px;
    background-color: #4f4f4f;
    color: #767676;
  }

  .div-block-4.m {
    width: 25px;
    margin-bottom: 4px;
  }

  .div-block-4._1 {
    width: 25px;
    height: 4px;
    margin-bottom: 4px;
    border-radius: 20px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-3 {
    margin-left: 21px;
  }

  .image-9 {
    display: none;
  }

  .intro {
    background-color: #f5f5f5;
    background-image: none;
  }

  .h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #000;
    font-size: 2.5em;
    text-align: center;
  }

  .h1.price.h {
    color: #fff;
  }

  .h1.flexible {
    margin-bottom: 40px;
  }

  .paragraph {
    width: auto;
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 17px;
  }

  .folatingshape-1 {
    bottom: -1%;
    z-index: 5;
  }

  .floatingshape-2 {
    bottom: -78%;
  }

  .floatingshape-3 {
    left: auto;
    right: 70px;
    bottom: -24%;
  }

  .container-4 {
    display: block;
    max-width: none;
  }

  .heading-3 {
    display: block;
    width: auto;
    max-width: none;
    font-size: 2.5em;
    line-height: 1.3em;
    text-align: center;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-12 {
    display: block;
    width: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .paragraph__sections {
    display: block;
    width: auto;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
  }

  .grid-paralax {
    display: block;
    width: 100vw;
    height: 110vh;
  }

  .text__wrapper {
    width: 540px;
    max-width: 88%;
    margin: 49px auto 137px;
    padding: 0vw;
  }

  .title__text {
    display: block;
    width: auto;
    margin-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-26 {
    margin-bottom: 0px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6.b {
    padding-right: 0px;
  }

  .video-invation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 60px auto 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ipad {
    display: block;
    height: 1500px;
    background-color: #c400eb;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 1208.2625732421875px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 14vh;
    padding-bottom: 0vh;
    background-color: #c400eb;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-5 {
    margin-bottom: 19px;
    font-size: 30px;
  }

  .grey__line {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grey__line._1 {
    height: 20vh;
  }

  .grey__line._2 {
    height: 20vh;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 620px;
    padding-right: 0px;
    padding-left: 15%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-9 {
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .columns-6 {
    width: 70%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing {
    height: auto;
    margin-bottom: 101px;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing__intro {
    width: auto;
    padding-right: 9vw;
    padding-left: 9px;
  }

  .button-4 {
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }

  .pricing__card {
    width: 60vw;
    height: 90vh;
    margin-bottom: 50px;
    padding: 31px 46px;
  }

  .pricing__wrapper {
    width: 60vw;
    max-width: 60em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-8 {
    margin-top: 10px;
  }

  .section-6 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 31px;
  }

  .timeline__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 40px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .containner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process__wrapper {
    width: auto;
    height: auto;
    margin-left: 0px;
  }

  .videocall__wrapper {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videocall__text {
    width: auto;
    max-width: 100.0000021829455%;
    margin-bottom: 66px;
  }

  .videocall_image {
    width: auto;
  }

  .contrainer {
    max-width: 60%;
  }

  .hand__wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hadn__wrapper {
    margin-right: auto;
    margin-bottom: 73px;
    margin-left: auto;
  }

  .step__wrapper {
    width: 100.000003973643%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grey-line {
    height: 240px;
  }

  .step-info-1 {
    width: 474.3999938964844px;
  }

  .step-info-3 {
    width: 474.3999938964844px;
  }

  .setp-info-4 {
    width: 474.3999938964844px;
  }

  .pricing__card2 {
    width: 60vw;
    height: 60vh;
    margin-bottom: 50px;
  }

  .pricing__card3 {
    width: 60vw;
    height: 60vh;
  }

  .open-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 501;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 49px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0.02px none #e9e9e9;
    border-bottom: 0.02px solid #e9e9e9;
  }

  .div-block-14.l {
    display: none;
  }

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

  .link-block-2.w--current {
    display: none;
  }

  .text-block-9 {
    font-family: Lufga, sans-serif;
    color: #4f4f53;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

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

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

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-9 {
    max-width: 100%;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-16 {
    width: 65%;
    margin: 26px auto 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-10.l {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .div-block-17 {
    margin: 23px auto 23px 0px;
  }

  .div-block-18 {
    margin-right: 60px;
  }

  .div-block-18.k {
    margin-right: 0px;
  }

  .div-block-19 {
    margin-right: 28px;
  }

  .text-block-11 {
    margin-top: 10px;
  }

  .link-2 {
    font-size: 16px;
  }

  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-33 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    display: none;
    width: 32%;
  }

  .step-info-2 {
    width: auto;
    margin-bottom: 20px;
  }

  .step-info-2._1 {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .step-info-2._2 {
    margin-bottom: 20px;
  }

  .login.mobile {
    width: 31%;
    height: 37px;
    margin-right: 9px;
  }

  .early-access.mobile {
    width: 150px;
    height: 37px;
    margin-right: 12px;
  }

  .hero__intro {
    top: 22.4vh;
    width: 85vw;
    max-width: 50ch;
    color: #4c4c4c;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .heading {
    margin-top: -69px;
    margin-bottom: auto;
  }

  .hero__hand {
    top: -10.62em;
  }

  .hero__ui {
    margin-top: -0.6em;
    margin-left: -28.4em;
  }

  .callers {
    height: auto;
  }

  .man {
    padding-top: 8px;
  }

  .cta__sign-up {
    height: auto;
  }

  .cta__sign-up._1 {
    height: auto;
    margin-top: 0em;
    margin-bottom: 58px;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.l.footer {
    margin-bottom: 40px;
    line-height: 105%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 73px;
    margin-left: auto;
  }

  .submit-button {
    margin-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #a6c1d3;
  }

  .submit-button._2 {
    padding-right: 127px;
    padding-left: 127px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .text-field {
    width: 400px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav__mobile {
    width: 100%;
    min-width: auto;
  }

  .div-block-4 {
    width: 25px;
    border-style: solid;
    border-radius: 20px;
  }

  .div-block-5 {
    width: auto;
  }

  .image-9 {
    display: block;
    width: 50px;
    margin-right: auto;
  }

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

  .h1 {
    width: auto;
    margin-bottom: 40px;
  }

  .paragraph {
    width: auto;
    max-width: none;
    padding-right: 7px;
    padding-left: 7px;
  }

  .floatingshape-3.section-3 {
    bottom: 28%;
  }

  .floatingshape-4.section-3 {
    top: 6%;
  }

  .video-call-intro {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .heading-3 {
    width: auto;
  }

  .columns-2 {
    height: auto;
  }

  .image-12 {
    width: 100%;
    margin-left: 0px;
  }

  .paragraph__sections {
    width: auto;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-paralax {
    height: auto;
  }

  .text__wrapper {
    width: auto;
    max-width: none;
    margin-top: 1px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .grid__wrapper {
    margin-top: auto;
    margin-bottom: -66px;
  }

  .hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 100px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-26 {
    width: 300px;
    margin-top: 91px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .video-invation {
    height: 120vh;
  }

  .columns-4 {
    width: 80%;
    max-width: none;
  }

  .ipad {
    height: auto;
  }

  .tablet {
    width: 100%;
    height: auto;
    padding-top: 18vh;
    padding-bottom: 18vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .heading-5 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .paragraph-2 {
    width: auto;
    max-width: 270px;
    margin-bottom: 33px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .grey__line._1 {
    height: 14vh;
  }

  .grey__line._3 {
    height: 14vh;
  }

  .grey__line._2 {
    height: 14vh;
  }

  .column-8 {
    display: block;
    height: 450px;
    margin-bottom: 51px;
    padding-right: 0px;
    padding-left: 0%;
  }

  .column-9 {
    padding-left: 0px;
  }

  .columns-6 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing {
    margin-bottom: 100px;
  }

  .pricing__card {
    width: 60vw;
    height: 65vh;
  }

  .section-5 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline__wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: auto;
    padding-top: 66px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .containner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process__wrapper {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: auto;
  }

  .videocall__wrapper {
    width: auto;
  }

  .contrainer {
    max-width: none;
    padding-top: 100px;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .hand__wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hadn__wrapper {
    width: auto;
    margin-left: 0px;
  }

  .step__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 357px;
  }

  .step {
    min-width: auto;
  }

  .grey-line {
    height: 240px;
  }

  .grey-line._2 {
    height: 200px;
  }

  .white__line {
    height: 100%;
  }

  .step-info-1 {
    width: auto;
    padding-right: 38px;
  }

  .step-info-3 {
    width: auto;
  }

  .setp-info-4 {
    width: auto;
  }

  .pricing__card2 {
    width: 60vw;
  }

  .pricing__card3 {
    width: 60vw;
  }

  .price {
    font-size: 3em;
  }

  .container-9 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-16 {
    margin-top: 20px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    margin-bottom: 10px;
  }

  .div-block-19 {
    margin-left: 0px;
  }

  .image-33 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    overflow: hidden;
    padding-right: 11px;
    padding-left: 11px;
  }

  .logo {
    display: none;
    width: 150px;
  }

  .step-info-2 {
    width: auto;
    padding-right: 0px;
  }

  .login.mobile {
    width: 45%;
    height: 30px;
    margin-right: 7px;
    padding: 0px;
    font-size: 12px;
  }

  .early-access.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 30px;
    margin-right: 9px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .hero__container {
    height: 150vh;
    margin-top: 20px;
  }

  .hero__intro {
    top: 22.3vh;
    margin-top: 8vw;
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #4a4a4a;
    font-size: 0.9em;
    line-height: 1.4em;
  }

  .heading {
    margin-top: -109px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5em;
  }

  .hero__ui {
    top: -11em;
    margin-left: -25.4em;
  }

  .callers {
    height: auto;
    margin-top: 32px;
  }

  .man {
    padding-top: 5px;
  }

  .cta__sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta__sign-up._1 {
    width: auto;
    max-width: none;
    margin-top: -7.9em;
    margin-bottom: 102px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .h2 {
    font-size: 25px;
    line-height: 1.1em;
    font-weight: 600;
  }

  .h2.l.footer {
    width: 100%;
    margin-bottom: 40px;
  }

  .h2.p {
    font-size: 20px;
  }

  .form {
    height: auto;
    margin-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    height: auto;
    max-width: none;
  }

  .submit-button {
    padding-right: 0px;
    padding-left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #a6c1d3;
  }

  .submit-button._2 {
    width: auto;
    padding-right: 97px;
    padding-left: 97px;
  }

  .text-field {
    width: auto;
    margin-bottom: 12px;
    padding-right: 30px;
    padding-left: 20px;
  }

  .nav__mobile {
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sandwich__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    width: 20px;
    height: 1.5px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 2px;
  }

  .div-block-4.m {
    height: 1px;
    margin-bottom: 3px;
  }

  .div-block-4._1 {
    height: 2px;
    margin-bottom: 3px;
  }

  .div-block-5 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-9 {
    display: block;
    width: 12%;
    height: 100%;
    max-width: none;
    margin-left: 12px;
  }

  .intro {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-3 {
    display: block;
    max-width: none;
  }

  .h1 {
    display: block;
    width: auto;
    max-width: none;
    margin: 0px auto 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .h1._1 {
    margin-top: 19px;
  }

  .h1.price {
    margin-right: auto;
    margin-left: auto;
    color: #000;
  }

  .h1.price.h {
    color: #fff;
    font-size: 2.5em;
  }

  .h1.flexible {
    color: #000;
    font-size: 2.5em;
  }

  .paragraph {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-3 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 2.2em;
    line-height: 1.1em;
    text-align: center;
  }

  .columns-2 {
    height: auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .paragraph__sections {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 30px;
  }

  .column-3 {
    padding-top: 0px;
  }

  .grid-paralax {
    height: auto;
    padding-top: 100px;
  }

  .text__wrapper {
    display: block;
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .title__text {
    margin-right: 0px;
    margin-bottom: 13vh;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hand {
    height: auto;
  }

  .image-26 {
    overflow: visible;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-6 {
    padding-top: 42px;
  }

  .video-invation {
    height: 120vh;
  }

  .columns-4 {
    height: auto;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-5 {
    height: auto;
  }

  .ipad {
    height: auto;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .columns-5 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tablet {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: auto;
    padding-top: 14vh;
    padding-bottom: 14vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
    border-radius: 1px;
    background-position: 50% 50%;
    background-size: 1500%;
  }

  .heading-5 {
    width: auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-2 {
    width: auto;
    max-width: none;
    min-width: auto;
    font-size: 16px;
  }

  .grey__line {
    position: static;
    width: 3px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .grey__line._1 {
    width: 3px;
    height: 25vh;
  }

  .grey__line._3 {
    width: 3px;
    height: 25vh;
  }

  .grey__line._2 {
    width: 3px;
    height: 25vh;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
    margin-top: -54px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-9 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-6 {
    position: static;
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -23px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing {
    height: auto;
    margin-bottom: 0px;
    padding-top: 25vw;
  }

  .pricing__intro {
    margin-bottom: 0px;
  }

  .pricing__card {
    margin-right: auto;
    margin-left: auto;
    padding-right: 27px;
    padding-left: 27px;
  }

  .pricing__card.b {
    margin-right: auto;
    margin-left: auto;
  }

  .section-5 {
    height: auto;
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .section-6 {
    height: 30vh;
  }

  .timeline__wrapper {
    display: block;
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-left: -9px;
    padding-top: 48px;
    padding-left: 0%;
  }

  .containner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .process__wrapper {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contrainer {
    padding-top: 0px;
  }

  .hand__wrapper {
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .step__wrapper {
    width: auto;
    margin-left: auto;
  }

  .grey-line {
    height: 300px;
  }

  .grey-line._2 {
    height: 240px;
  }

  .step-info-1 {
    width: auto;
    padding-right: 0px;
  }

  .step-info-3 {
    padding-right: 0px;
  }

  .setp-info-4 {
    padding-right: 0px;
  }

  .price {
    font-size: 2.2em;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-28 {
    margin-bottom: 32px;
  }

  .image-29 {
    margin-bottom: 32px;
  }

  .div-block-16 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-10.d {
    margin-left: 0px;
  }

  .text-block-10.l {
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-17 {
    margin-top: 36px;
  }

  .div-block-18 {
    margin-right: 60px;
    margin-bottom: 10px;
  }

  .div-block-19 {
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .image-31 {
    width: 30px;
    padding-left: 0px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-11._2 {
    margin-top: 0px;
  }

  .link-2 {
    padding-left: 0px;
  }

  .link-2 {
    padding-left: 0px;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}