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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

a, a:hover {
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-left: 0;
}

.margin-medium {
  margin: 2rem;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 1.25%;
  left: auto;
  right: 1.25rem;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: rgba(236, 64, 103, .9);
  text-decoration: none;
  transform: scale(1.05);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  display: flex;
}

.button {
  width: 250px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.button:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.button.sign-up {
  background-color: #2e9df2;
}

.margin-small {
  margin: 1rem;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header_image-list-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  margin-top: -60%;
  display: grid;
}

.header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.button-row.left-button {
  margin-left: 5px;
  margin-right: 0;
}

.header_content-right {
  height: 100vh;
  grid-column-gap: 1rem;
  align-items: center;
  padding-right: 5vw;
  overflow: hidden;
}

.header_image-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header_images-layout {
  width: 100%;
  grid-column-gap: 1rem;
  display: flex;
}

.header_image-list-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  display: grid;
}

.section-header {
  color: #fff;
  background-color: #090b0c;
}

.header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 1rem;
}

.text-block {
  font-weight: 700;
}

.h1 {
  text-transform: capitalize;
  font-size: 3rem;
}

.h1.logo {
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.1;
  display: flex;
}

.text-block-2 {
  text-transform: capitalize;
  font-size: 1.2rem;
}

.how-work-number {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-2 {
  color: #000;
  background-color: #2e9df2;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 12px 32px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
}

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

.home-how-work_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.how-work-image {
  width: auto;
  position: relative;
}

.heading-2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.8rem;
  position: relative;
}

.how-work-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.underline-vector {
  margin-top: -10px;
  margin-bottom: 1rem;
  display: none;
}

.how-work-image-wrapper {
  width: 160px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.how-work-item {
  text-align: center;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom-2.margin-huge {
  color: #f8f7f4;
  margin-bottom: 6rem;
}

.margin-bottom-2.margin-medium {
  color: #f8f7f4;
  margin-bottom: 2rem;
}

.section-home-how-work {
  padding-bottom: 0;
}

.paragraph-normal {
  color: rgba(255, 255, 255, .64);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.paragraph-normal.hide {
  display: none;
}

.anim-wrap {
  align-items: center;
  display: block;
  overflow: hidden;
}

.anim-wrap.logo-community, .anim-wrap.numbers {
  display: flex;
}

.how-work-heading {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.how-work-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.padding-vertical.padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image-2 {
  z-index: 3;
  display: none;
  position: absolute;
  top: -64px;
  bottom: auto;
  left: -36px;
  right: auto;
}

.features2-right {
  position: relative;
}

.features2-image {
  display: none;
}

.features1-left {
  position: relative;
}

.features1-right-number {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #121212;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 85px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: flex;
}

.features1-right-number.bottom-numbers {
  margin-right: 0;
}

.heading-5 {
  color: rgba(255, 255, 255, .8);
  /* text-transform: capitalize; */
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.features1-image1 {
  z-index: 2;
  position: relative;
}

.section-home-features {
  padding-bottom: 0;
}

.image-4 {
  z-index: 3;
  display: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: -72px;
}

.features1-image2 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -38px;
  right: auto;
}

.features-gird1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.features1-right-content {
  margin-left: 24px;
}

.image-5 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -44px;
  left: auto;
  right: -72px;
}

.paragraph-default {
  color: rgba(255, 255, 255, .64);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: none;
}

.home-features_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.image-3 {
  z-index: 3;
  display: none;
  position: absolute;
  top: auto;
  bottom: 118px;
  left: auto;
  right: -46px;
}

.features1-image3 {
  z-index: 3;
  display: none;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 96px;
}

.heading-6 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.8rem;
  position: relative;
}

.features2-left {
  position: relative;
}

.features1-right-item {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.features1-right-item.mid {
  align-items: center;
}

.features-image {
  display: none;
}

.features2-right-item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.features1-image4 {
  z-index: 1;
  width: 260px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -72px;
  right: auto;
}

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

.home-cta_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #236bfe;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 1rem;
  display: block;
  position: static;
  margin-left: 2rem;
  margin-right: 2rem;
}

.cta-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  display: grid;
  justify-content: center;
  align-items: center;
}

.text-block-3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
}

.heading-7 {
  z-index: 1;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.8rem;
  position: relative;
  text-align: center;
}

.app-store-button {
  width: 256px;
  background-color: #92dbfc;
  border-radius: 80px;
  align-items: center;
  margin-right: 2px;
  padding: 14px 32px;
  text-decoration: none;
  display: flex;
}

.app-store-button.community {
  width: 256px;
  border-radius: 10px;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.app-store-button.community.marketplace-button {
  background-color: #fff;
}

.services-color {
  background-color: #D2EFF9;
}

.apple-icon {
  width: 50px;
  margin-right: 10px;
}

.section-home-cta {
  padding-bottom: 0;
}

.cta-item {
  display: flex;
}

.app-store-text {
  color: #2d2a31;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.body {
  background-color: #090b0c;
}

.p-16 {
  font-size: 16px;
  font-weight: 300;
}

.p-light {
  text-align: center;
  margin-bottom: 35px;
  font-weight: 300;
}

.swiper {
  position: relative;
}

.swiper-slide {
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.mb-20 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.swiper-buttons {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link {
  color: #141821;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.section {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-field {
  margin-bottom: 25px;
}

.span-link {
  color: #121929;
  font-weight: 600;
  text-decoration: none;
}

.p-18 {
  font-size: 18px;
  font-weight: 500;
}

.p-18.mb-10 {
  margin-bottom: 10px;
}

.swiper-button-prev {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.swiper-button-prev:hover {
  transform: scale(.9);
}

.stars-wrap {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.right {
  width: 50%;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
}

.container {
  min-height: 100vh;
  justify-content: space-between;
  display: flex;
}

.p-label {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.left {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.swiper-button-next {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.swiper-button-next:hover {
  transform: scale(.9);
}

.mb-40 {
  margin-bottom: 40px;
}

.label {
  color: #363f50;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
}

.right-wrap {
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 40px 23px 30px;
}

.field {
  height: 45px;
  border: 1.5px solid #d4d5d9;
  border-radius: 7px;
  margin-bottom: 0;
  padding: 8px 15px;
}

.slide-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.name {
  font-size: 35px;
  font-weight: 500;
}

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

.left-wrap {
  width: 100%;
  max-width: 360px;
}

.button-3 {
  width: 100%;
  height: 45px;
  background-color: #101727;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: rgba(16, 23, 39, .8);
}

.button-3.outline {
  grid-column-gap: 13px;
  color: #39404a;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #d3d4d8;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-3.outline:hover {
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}

.steps-cont {
  justify-content: center;
  display: flex;
  overflow: visible;
}

.step-content {
  width: 100%;
  min-height: 200px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 110px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: 0;
}

.button-4 {
  margin-top: 20px;
}

.left-content {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.steps-left {
  width: 50%;
  height: 100vw;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  padding-bottom: 154px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.steps-right {
  width: 50%;
  height: auto;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.steps-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.div-block {
  height: 20px;
  background-color: rgba(0, 0, 0, .18);
  border-radius: 10px;
}

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

.heading-8 {
  display: none;
}

.link-2 {
  color: #2e9df2;
  font-weight: 600;
}

.footer-bg {
  background: linear-gradient(315deg, #182b3a 0%, #236bfe 74%) !important;

}

.footer-links {
color: white;
text-align: center;
margin-top: 2rem;
font-size: small;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-how-work_component {
    margin-top: 0;
  }

  .paragraph-normal {
    text-align: center;
  }

  .anim-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    display: none;
  }

  .features2-image {
    display: block;
  }

  .features1-right-number {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features1-image1, .image-4, .features1-image2 {
    display: none;
  }

  .features-gird1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .features1-right-content {
    text-align: center;
  }

  .image-5 {
    display: none;
  }

  .paragraph-default {
    text-align: center;
  }

  .home-features_component {
    margin-top: 0;
  }

  .image-3, .features1-image3 {
    display: none;
  }

  .features1-right-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .features-image {
    display: block;
  }

  .features2-right-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .features1-right-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features1-image4 {
    display: none;
  }

  .features-gird2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .home-cta_component {
    margin-top: 0;
  }

  .cta-item {
    display: block;
  }

  .right {
    display: none;
  }

  .left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    display: flex;
  }

  .header_content-right {
    height: 30rem;
  }

  .header_component {
    padding-top: 4rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .paragraph-normal {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .features1-right, .features2-left, .features-image {
    text-align: center;
  }

  .features2-right-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    /* text-align: center; */
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    display: block;
  }

  .button.left-button.mobil, .button.sign-up {
    width: 100%;
  }

  .button-row.right-button.mobile {
    justify-content: center;
    margin-right: 0;
    padding-bottom: 5px;
    display: block;
  }

  .button-row.left-button.mobile {
    margin-left: 0;
    padding-top: 5px;
  }

  .button-row.left-button.mobile.hide {
    display: block;
  }

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

  .h1 {
    font-size: 3rem;
  }

  .how-work-number {
    width: 36px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-how-work_component {
    margin-top: 20px;
  }

  .how-work-image {
    width: 132px;
  }

  .heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .underline-vector {
    margin-top: -6px;
  }

  .paragraph-normal {
    font-weight: 400;
  }

  .features2-right-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .features1-right-content {
    margin-left: 0;
  }

  .paragraph-default {
    font-weight: 300;
  }

  .home-features_component {
    margin-top: 20px;
  }

  .heading-6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .features2-right-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-cta_component {
    background-color: #236bfe;
    margin-top: 0;
    padding: 40px 20px 38px;
  }

  .cta-grid-wrapper {
    justify-content: center;
    flex-direction: column;
  }

  .heading-7 {
    font-size: 2.25rem;
    line-height: 3rem;
    text-align: center;
  }

  .app-store-button {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .app-store-text {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#w-node-_3f5a4152-7307-959c-66d0-fdd4adf7801d-985392b6 {
  justify-self: end;
}

#w-node-_3f5a4152-7307-959c-66d0-fdd4adf7802c-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7802d-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7802e-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7802f-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78030-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78031-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78032-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78033-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78034-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78035-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78036-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78037-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78038-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78039-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7803b-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7803c-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7803d-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7803e-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7803f-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78040-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78041-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78042-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78043-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78044-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78045-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78046-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78047-985392b6, #w-node-_3f5a4152-7307-959c-66d0-fdd4adf78048-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a4418b-5f53-1819-199d-b047eb74e33d-985392b6, #w-node-b8a4418b-5f53-1819-199d-b047eb74e34b-985392b6, #w-node-b8a4418b-5f53-1819-199d-b047eb74e359-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_36526ff2-466a-1e82-8bf2-7ac0c8125443-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36526ff2-466a-1e82-8bf2-7ac0c812544a-985392b6, #w-node-_36526ff2-466a-1e82-8bf2-7ac0c812546f-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36526ff2-466a-1e82-8bf2-7ac0c8125494-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_36526ff2-466a-1e82-8bf2-7ac0c812549b-985392b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5edd442c-6961-bc8b-aed8-9a6d1da17e6b-985392b6 {
  align-self: center;
  justify-self: center;
}

#w-node-_5edd442c-6961-bc8b-aed8-9a6d1da17e6f-985392b6 {
  justify-self: end;
}

#w-node-a940fba8-4dd0-56e7-c6c2-310e3253a1d9-25c8363c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_91903390-b080-f0c0-e1ee-ff633c0f1f0f-25c8363c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3f5a4152-7307-959c-66d0-fdd4adf7801d-985392b6 {
    justify-self: start;
  }

  #w-node-_36526ff2-466a-1e82-8bf2-7ac0c8125494-985392b6 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36526ff2-466a-1e82-8bf2-7ac0c8125443-985392b6 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_5edd442c-6961-bc8b-aed8-9a6d1da17e6f-985392b6 {
    justify-self: center;
  }
}


