:root {
  --green-l: #0fb8bd;
  --black: black;
  --white: white;
  --green: #014f52;
  --light-black: #2d2d2d;
  --rose: #e066ff;
  --blue: #438eff;
  --body-black: #141414;
}

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .9;
}

.body {
  color: #fff;
  background-color: #141414;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: var(--green-l);
}

.container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 20px;
}

.hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 65%;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  text-align: left;
  line-height: 1.1em;
}

.h1.center {
  text-align: center;
}

.h1.center.mrg-150 {
  margin-bottom: 150px;
}

.h1.black {
  color: var(--black);
}

.h1.black.no-mrg {
  margin-bottom: 0;
}

.text-span {
  color: var(--green-l);
}

.txt {
  color: var(--white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 1.5em;
}

.txt.center {
  text-align: center;
}

.txt.rose {
  color: var(--green-l);
}

.txt.large {
  font-size: 36px;
}

.txt.large.black {
  color: var(--black);
  font-size: 24px;
  line-height: 1.4;
}

.txt.black {
  color: var(--black);
}

.txt._80 {
  width: 80%;
}

.txt._80.center {
  margin-left: auto;
  margin-right: auto;
}

.txt._80.center.mrg-bt-60 {
  margin-bottom: 60px;
}

.txt.road {
  justify-content: space-between;
}

.txt.green {
  color: var(--green-l);
  line-height: 1.3em;
}

.button {
  background-color: var(--green);
  color: #000;
  border-radius: 20px;
  padding: 15px 44px;
}

.button.mrg {
  background-color: var(--green-l);
  margin-top: 40px;
}

.button.black {
  background-color: var(--light-black);
  color: #fff;
}

.button.black.large {
  padding: 25px 80px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 700;
}

.problems-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bento-div {
  background-color: var(--light-black);
  background-image: none;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  height: 400px;
  padding: 30px;
  display: flex;
}

.bento-div.main {
  background-image: none;
  height: auto;
  display: block;
}

.bento-div.gradient {
  background-color: var(--green-l);
  background-image: none;
}

.bento-div.gradient.green {
  background-image: linear-gradient(165deg, #cf6 23%, #06f);
}

.bento-div.gradient.green.center {
  background-color: var(--green-l);
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.bento-div.high {
  height: 800px;
}

.bento-div.high.bottom-flex {
  background-image: linear-gradient(360deg, #2d2d2d, rgba(15, 184, 189, .5));
  justify-content: flex-end;
  align-items: stretch;
}

.bento-div.high.bottom-flex.bg {
  background-image: linear-gradient(11deg, #000 15%, rgba(0, 0, 0, 0) 35%), url('../images/business-concept-with-graphic-holography-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bento-div.high.bottom-flex.logo {
  background-color: var(--green);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.bento-div.bottom-flex {
  background-image: none;
  justify-content: flex-end;
}

.bento-div.bottom-flex.green {
  background-color: var(--green-l);
  background-image: none;
}

.bento-div.bottom-flex.rose {
  border: 1px solid var(--green-l);
  background-color: var(--light-black);
  background-image: none;
}

.bento-div.bottom-flex.blue {
  background-color: var(--green);
  background-image: none;
}

.bento-div.rose {
  background-color: var(--rose);
}

.bento-div.blue {
  background-color: var(--blue);
}

.bento-div.high-auto {
  height: auto;
}

.bento-div.high-auto.green {
  background-color: var(--green-l);
}

.bento-div.bottom-flex-bg {
  background-color: var(--green);
  background-image: none;
  justify-content: flex-end;
}

.bento-div.bottom-flex-bg.green {
  background-color: var(--green);
}

.h2 {
  font-size: 46px;
  line-height: 46px;
}

.h2.rose {
  color: var(--green-l);
  margin-bottom: 20px;
}

.text-wrapper.auto {
  margin-top: auto;
}

.h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.h3.black {
  color: var(--black);
}

.h3.green {
  color: var(--green-l);
}

.icon {
  background-color: var(--body-black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.overview-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bento-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.bento-columns.mrg {
  margin-top: 100px;
}

.bento-columns.mrg-bt {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.bento-columns._40 {
  width: 40%;
}

.bento-columns._40.mrg-left {
  margin-right: 80px;
}

.bento-columns.y-top, .bento-columns.y-top-2 {
  align-items: flex-start;
}

.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.content-wrapper._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content-wrapper._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrapper._60 {
  width: 60%;
}

.content-wrapper._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrapper._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.heading {
  text-align: center;
}

.benefits-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image {
  border-radius: 40px;
}

.process-section, .tecnhology-section, .market-section, .about-us-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-section {
  padding-top: 100px;
}

.break-line {
  background-color: #424242;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--black);
  text-align: left;
  padding: 15px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--green);
}

.wrapper-bg {
  background-image: linear-gradient(13deg, #000, rgba(255, 255, 255, 0) 47%), url('../images/6849457_3452240.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 16px;
  width: 50%;
  height: 800px;
}

.wrapper-bg._50 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.wrapper-bg._50.pdng-0-40 {
  padding: 0 40px;
}

.wrapper-bg._60 {
  width: 60%;
}

.wrapper-bg._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.wrapper-bg._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
}

.container-2 {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-item-50 {
  max-width: 50%;
}

.wrapper-bg--1 {
  background-image: url('../images/glowing-molecular-structure-futuristic-galaxy-backdrop-generated-by-ai.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 50%;
  height: 800px;
}

.wrapper-bg--1._50 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.wrapper-bg--1._50.pdng-0-40 {
  padding: 0 40px;
}

.wrapper-bg--1._60 {
  width: 60%;
}

.wrapper-bg--1._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.wrapper-bg--1._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
}

.title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.title-wrapper.space-between {
  flex-flow: row;
  justify-content: space-between;
}

.title-wrapper._70 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.column._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.column._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.column._60 {
  width: 60%;
}

.column._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.column._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.h4 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.bento-columns-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bento-columns-copy.mrg {
  margin-top: 100px;
}

.bento-columns-copy.mrg-bt {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.bento-columns-copy._40 {
  width: 40%;
}

.bento-columns-copy._40.mrg-left {
  margin-right: 80px;
}

.bento-columns-copy.y-top {
  align-items: flex-start;
}

.bento-columns-copy.y-stretch {
  align-items: stretch;
}

.content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 456px;
  margin-top: auto;
  display: flex;
}

.content._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content._60 {
  width: 60%;
}

.content._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.img-bch {
  padding-bottom: 100px;
}

.div-block {
  background-image: url('../images/blockchain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.icon-img-bt {
  margin-bottom: 40px;
}

.div-bento-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bento-div-33 {
  background-color: var(--light-black);
  background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0) 52%), url('../images/standard-quality-control-collage-concept.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  height: 400px;
  padding: 30px;
  display: flex;
}

.bento-div-33.main {
  background-image: linear-gradient(#2d2d2d, rgba(224, 102, 255, .33));
  height: auto;
  display: block;
}

.bento-div-33.gradient {
  background-image: linear-gradient(151deg, #ff00d6 27%, #06f);
}

.bento-div-33.gradient.green {
  background-image: linear-gradient(165deg, #cf6 23%, #06f);
}

.bento-div-33.gradient.green.center {
  justify-content: center;
  align-items: center;
  height: 400px;
}

.bento-div-33.high {
  height: 800px;
}

.bento-div-33.high.bottom-flex {
  background-image: linear-gradient(360deg, #2d2d2d, rgba(37, 120, 240, .33));
  justify-content: flex-end;
  align-items: stretch;
}

.bento-div-33.high.bottom-flex.bg {
  background-image: linear-gradient(11deg, #000 15%, rgba(0, 0, 0, 0) 35%), url('../images/business-concept-with-graphic-holography-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bento-div-33.bottom-flex {
  background-image: none;
  justify-content: flex-end;
}

.bento-div-33.bottom-flex.green {
  background-color: var(--green);
  background-image: none;
}

.bento-div-33.bottom-flex.rose, .bento-div-33.bottom-flex.blue {
  background-image: none;
}

.bento-div-33.rose {
  background-color: var(--rose);
}

.bento-div-33.blue {
  background-color: var(--blue);
}

.bento-div-33.high-auto {
  height: auto;
}

.bento-div-33.high-auto.green {
  background-color: var(--green);
}

.bento-div-33.bottom-flex-bg {
  background-image: linear-gradient(360deg, #2d2d2d, rgba(37, 120, 240, .33));
}

.bento-div-33.bottom-flex-bg.green {
  background-color: var(--green);
}

.bento-div-33.h1 {
  background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0) 59%), url('../images/businessman-touching-tip-bar-chart.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bento-div-33._1 {
  background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0)), url('../images/business-concept-with-graphic-holography-2.jpg');
  background-position: 0 0, 50% 303%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 600px;
  border: 1px solid #9e9e9e;
}

.bento-div-33._2 {
  background-color: var(--green);
  background-image: none;
}

.bento-div-33._3 {
  background-position: 0 0, 55%;
  border: 1px solid #9e9e9e;
}

.image-2 {
  width: 186px;
  margin-left: 15px;
}

.nav-menu {
  margin-left: auto;
}

.txt-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.txt-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.link-block {
  padding-bottom: 20px;
}

.roadmap_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.roadmap-wrapper {
  display: flex;
}

.roadmap-item {
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  transition: all .25s;
  display: flex;
}

.roadmap-item.left {
  height: 121px;
  margin-bottom: 20px;
  margin-right: auto;
}

.roadmap-item.right {
  height: 121px;
  margin-top: 20px;
  margin-left: auto;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  display: flex;
}

.div-block-3 {
  background-color: var(--rose);
  height: 2px;
}

.div-block-4 {
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-link-sign-in {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-password-image {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: auto;
  right: 12px;
}

.udesly-text-field-password {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 48px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field-password:focus {
  border-color: #141414;
}

.udesly-text-field-password::placeholder {
  color: #a3a3a3;
}

.udesly-password {
  position: relative;
}

.udesly-udesly-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-udesly-text-field.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-form-sign-in {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-form-block.udesly-sign-in {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-page-image {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-span-2 {
  font-size: 19px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 66%;
  display: flex;
}

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

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.udesly-span-black {
  color: #171717;
}

.udesly-text-medium {
  font-weight: 500;
}

.list-item-privacy {
  color: #404040;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-list-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  font-weight: 500;
}

.udesly-information {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.udesly-container-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.udesly-content-image {
  min-width: auto;
  max-width: none;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large-2.udesly-max-width-480 {
  max-width: 480px;
  font-weight: 500;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

.udesly-container-3 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-section {
  padding: 50px 5%;
  position: relative;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  font-weight: 500;
}

.udesly-article-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.udesly-article-detail.udesly-n-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-article-detail.udesly-mb-24 {
  margin-bottom: 24px;
  padding-top: 0;
}

.udesly-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.udesly-image-wrapper.udesly-article {
  max-width: 176px;
}

.udesly-article-card-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.udesly-article-card-small.udesly-last {
  border-bottom-style: none;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.udesly-image {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.udesly-article-card {
  color: #442c2c;
  flex-direction: column;
  display: flex;
}

.udesly-article-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  padding-top: 40px;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 386px;
  height: 100%;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-cards-grid.udesly-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.content-wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.content-wrapper-grid._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.content-wrapper-grid._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrapper-grid._60 {
  width: 60%;
}

.content-wrapper-grid._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrapper-grid._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.content-wrap._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content-wrap._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrap._60 {
  width: 60%;
}

.content-wrap._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrap._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.bg_process_1 {
  border: 1px solid var(--green-l);
  background-image: linear-gradient(103deg, #000 38%, rgba(255, 255, 255, 0)), url('../images/representations-user-experience-interface-design.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 682px;
  border-radius: 16px;
  width: 100%;
  height: 400px;
  padding: 30px;
  display: flex;
}

.content-wrapper-process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-wrapper-process._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content-wrapper-process._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrapper-process._60 {
  width: 60%;
}

.content-wrapper-process._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrapper-process._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.bg_process_2 {
  border: 1px solid var(--green-l);
  background-color: var(--green-l);
  border-radius: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg_process_3 {
  border: 1px solid var(--green-l);
  background-image: linear-gradient(103deg, #000 46%, rgba(255, 255, 255, 0)), url('../images/cardano-blockchain-platform-with-smartphone.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 682px;
  border-radius: 16px;
  width: 100%;
  height: 400px;
  padding: 30px;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.scoll-wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  display: flex;
  position: absolute;
}

.scoll-wrap-hero.mbl {
  width: 6px;
  height: 600px;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-hero.mbl {
  flex-flow: row;
  width: 35%;
  height: 38.1em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.scroll-hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.scroll-hero.mbl {
  flex-flow: column;
  height: 100%;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 88%;
  height: 6px;
}

.scroll-base.mbl {
  width: 6px;
}

.dot-hero {
  z-index: 3;
  background-color: var(--green-l);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block-hero {
  text-align: left;
  align-self: center;
}

.step-block-hero._50 {
  height: 231.797px;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps {
  flex-direction: column;
  display: flex;
}

.steps.dots {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  position: absolute;
}

.steps.dots.mbl {
  flex-flow: column;
  width: 6px;
  height: 600px;
}

.time-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.hero-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.rm-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  background-color: var(--green-l);
  transform-origin: 0%;
  width: 90%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  background-color: var(--green-l);
}

.scroll-animate.mbl {
  width: 6px;
  height: 600px;
  right: 9px;
}

.step-hero {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 348px;
  height: 240px;
  padding: 20px;
  display: flex;
  position: relative;
}

.step-hero._4 {
  margin-left: 54px;
}

.step-hero._1 {
  width: 83%;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.dot-block._3.mbl {
  left: auto;
}

.dot-block._4 {
  left: -31px;
}

.dot-block._4.mbl {
  left: auto;
}

.dot-block._2 {
  left: -30px;
}

.dot-block._5.mbl {
  left: auto;
}

.scroll {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: stretch;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.scroll.mbl {
  flex-flow: column;
  height: 68%;
  padding-top: 0;
}

.image-3 {
  opacity: .1;
  position: absolute;
  top: -7%;
  bottom: 6%;
  left: -32%;
  right: 0%;
}

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

.bento-div-solution {
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 30px;
  display: flex;
}

.bento-div-solution.main {
  background-image: none;
  height: auto;
  display: block;
}

.bento-div-solution.gradient {
  background-color: var(--green-l);
  background-image: none;
}

.bento-div-solution.gradient.green {
  background-image: linear-gradient(165deg, #cf6 23%, #06f);
}

.bento-div-solution.gradient.green.center {
  background-color: var(--green-l);
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.bento-div-solution.high {
  height: 800px;
}

.bento-div-solution.high.bottom-flex {
  background-image: linear-gradient(360deg, #2d2d2d, rgba(15, 184, 189, .5));
  justify-content: flex-end;
  align-items: stretch;
}

.bento-div-solution.high.bottom-flex.bg {
  background-image: linear-gradient(11deg, #000 15%, rgba(0, 0, 0, 0) 35%), url('../images/business-concept-with-graphic-holography-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bento-div-solution.high.bottom-flex.logo {
  background-color: var(--green);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.bento-div-solution.bottom-flex {
  background-image: none;
  justify-content: flex-end;
}

.bento-div-solution.bottom-flex.green {
  background-color: var(--green-l);
  background-image: none;
}

.bento-div-solution.bottom-flex.rose {
  border: 1px solid var(--green-l);
  background-color: var(--light-black);
  background-image: none;
}

.bento-div-solution.bottom-flex.blue {
  background-color: var(--green);
  background-image: none;
}

.bento-div-solution.rose {
  background-color: var(--rose);
}

.bento-div-solution.blue {
  background-color: var(--blue);
}

.bento-div-solution.high-auto {
  height: auto;
}

.bento-div-solution.high-auto.green {
  background-color: var(--green-l);
}

.bento-div-solution.bottom-flex-bg {
  background-color: var(--green);
  background-image: none;
  justify-content: flex-end;
}

.bento-div-solution.bottom-flex-bg.green {
  background-color: var(--green);
}

.content-wrap-solution {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.content-wrap-solution._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content-wrap-solution._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrap-solution._60 {
  width: 60%;
}

.content-wrap-solution._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrap-solution._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.content-wrapper-grid-solution {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.content-wrapper-grid-solution._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.content-wrapper-grid-solution._50.pdng-0-40 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.content-wrapper-grid-solution._60 {
  width: 60%;
}

.content-wrapper-grid-solution._60.spc-btwn {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrapper-grid-solution._60.spc-btwn.pdng-60-40 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.solution-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-button {
  border: 2px solid var(--green-l);
  border-radius: 100px;
  margin-right: 5px;
  transition: all .25s;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    width: 53%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrapper {
    width: 42%;
  }

  .bento-div.gradient.green.center {
    background-color: var(--white);
    background-image: none;
  }

  .bento-div.high.bottom-flex {
    background-image: linear-gradient(360deg, #2d2d2d, #0fb8bd);
  }

  .bento-div-33._2 {
    background-image: linear-gradient(360deg, #2d2d2d, #0a6d70), linear-gradient(to bottom, null, null);
  }

  .bento-div-solution.gradient.green.center {
    background-color: var(--white);
    background-image: none;
  }

  .bento-div-solution.high.bottom-flex {
    background-image: linear-gradient(360deg, #2d2d2d, #0fb8bd);
  }
}

@media screen and (max-width: 991px) {
  .body {
    color: #fff;
    background-color: #141414;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-wrapper {
    width: 79%;
    margin-top: 100px;
  }

  .h1 {
    font-size: 60px;
  }

  .h1.center.mrg-150 {
    margin-bottom: 100px;
  }

  .txt {
    font-size: 16px;
  }

  .txt.roadmap {
    font-size: 14px;
  }

  .txt._60 {
    width: 60%;
  }

  .txt.green {
    font-size: 14px;
  }

  .problems-section {
    padding-bottom: 0;
  }

  .bento-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bento-div, .bento-div.gradient.green.center {
    height: 300px;
  }

  .bento-div.high.bottom-flex, .bento-div.high.bottom-flex.bg {
    height: 600px;
  }

  .bento-div.high.bottom-flex.logo {
    background-position: 206% 0, 0 0;
    background-size: 466px, auto;
  }

  .h3 {
    font-size: 30px;
  }

  .overview-section, .benefits-section, .process-section, .tecnhology-section, .market-section, .about-us-section {
    padding-bottom: 0;
  }

  .wrapper-bg--1 {
    height: 600px;
  }

  .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icon-img-bt {
    order: -1;
    width: 70px;
    height: 70px;
    margin-bottom: auto;
  }

  .bento-div-33._3 {
    background-position: 0 0, 55% 11%;
  }

  .image-2 {
    margin-left: 20px;
  }

  .nav-menu {
    background-color: var(--light-black);
    opacity: .96;
    width: 31%;
    top: 93.938px;
  }

  .div-block-4 {
    min-width: auto;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.2fr 1fr;
  }

  .menu-button {
    background-color: rgba(2, 2, 2, 0);
    margin-left: auto;
    font-size: 47px;
  }

  .menu-button.w--open {
    background-color: rgba(2, 2, 2, 0);
  }

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

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

  .udesly-content-image {
    min-width: auto;
    max-width: none;
    min-height: auto;
    position: static;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-image-wrapper {
    max-height: 400px;
  }

  .udesly-article-wrapper {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-right: 10px;
  }

  .bg_process_1 {
    background-image: linear-gradient(103deg, #000 12%, rgba(255, 255, 255, 0)), url('../images/representations-user-experience-interface-design.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 682px;
  }

  .bg_process_3 {
    background-image: linear-gradient(103deg, #000 12%, rgba(255, 255, 255, 0)), url('../images/cardano-blockchain-platform-with-smartphone.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 682px;
  }

  .scoll-wrap-hero {
    width: 97%;
  }

  .img-hero {
    width: 100%;
  }

  .scroll-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-block {
    flex-direction: column;
  }

  .rm-section {
    min-height: 90vh;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .step-hero {
    width: 225px;
    height: 235px;
    padding-top: 20px;
  }

  .dot-block {
    width: 24px;
  }

  .scroll {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bento-div-solution.gradient.green.center {
    height: 300px;
  }

  .bento-div-solution.high.bottom-flex, .bento-div-solution.high.bottom-flex.bg {
    height: 600px;
  }

  .bento-div-solution.high.bottom-flex.logo {
    background-position: 206% 0, 0 0;
    background-size: 466px, auto;
  }

  .content-wrap-solution {
    padding-right: 10px;
  }

  .content-wrapper-grid-solution {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .solution-section {
    padding-bottom: 0;
  }

  .div-block-7 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    margin-top: 60px;
  }

  .txt.roadmap, .txt.green {
    font-size: 11px;
  }

  .bento-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bento-div.main, .bento-div.high.bottom-flex, .bento-div.high.bottom-flex.bg {
    height: 300px;
  }

  .bento-div.high.bottom-flex.logo {
    background-position: 50% 184%, 0 0;
  }

  .bento-columns {
    flex-flow: column;
  }

  .bento-columns.mrg-bt {
    margin-bottom: 60px;
  }

  .bento-columns._40.mrg-left {
    flex-flow: row;
    width: 100%;
  }

  .bento-columns.y-top, .bento-columns.y-stretch {
    flex-flow: wrap-reverse;
  }

  .bento-columns.y-top-2 {
    flex-flow: wrap;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .content-wrapper._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrapper._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-section {
    padding-top: 60px;
  }

  .flex-item-50 {
    max-width: 100%;
  }

  .wrapper-bg--1 {
    width: 100%;
    height: 300px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .title-wrapper.space-between {
    flex-flow: column;
  }

  .column {
    width: 100%;
  }

  .bento-div-33._1 {
    padding-top: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.2fr 1fr;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-image-wrapper {
    max-height: 360px;
  }

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

  .content-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-wrapper-grid._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrapper-grid._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }

  .content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .content-wrap._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrap._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }

  .content-wrapper-process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .content-wrapper-process._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrapper-process._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }

  .scoll-wrap-hero {
    width: 95%;
  }

  .scroll-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: auto;
  }

  .scroll-base {
    position: relative;
  }

  .rm-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .step-hero {
    width: 168px;
    height: 182px;
    padding: 15px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .dot-block._3 {
    left: -26px;
  }

  .dot-block._2 {
    left: -15px;
  }

  .dot-block._5 {
    left: -35px;
  }

  .scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bento-div-solution.main, .bento-div-solution.high.bottom-flex, .bento-div-solution.high.bottom-flex.bg {
    height: 300px;
  }

  .bento-div-solution.high.bottom-flex.logo {
    background-position: 50% 184%, 0 0;
  }

  .content-wrap-solution {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-wrap-solution._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrap-solution._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }

  .content-wrapper-grid-solution {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-wrapper-grid-solution._50 {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .content-wrapper-grid-solution._50.pdng-0-40 {
    flex-flow: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    width: 97%;
    margin-top: 40px;
  }

  .h1 {
    font-size: 41px;
  }

  .h1.center {
    line-height: 46px;
  }

  .h1.center.mrg-150 {
    margin-bottom: 60px;
  }

  .txt.roadmap {
    font-size: 12px;
  }

  .txt._60 {
    width: 100%;
  }

  .txt.green {
    font-size: 12px;
  }

  .button.black.large {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bento-div {
    background-image: none;
    height: 300px;
    padding: 20px;
  }

  .bento-div.main {
    background-color: var(--light-black);
  }

  .bento-div.gradient.green.center {
    height: 300px;
  }

  .bento-div.high.bottom-flex {
    height: 400px;
  }

  .bento-div.high.bottom-flex.bg {
    border: 1px solid var(--green-l);
    background-image: linear-gradient(11deg, #000 29%, rgba(0, 0, 0, 0) 35%), url('../images/business-concept-with-graphic-holography-1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
  }

  .bento-div.high.bottom-flex.logo {
    background-color: var(--green);
    background-image: none;
    height: 300px;
  }

  .bento-div.bottom-flex.rose {
    padding: 20px;
  }

  .bento-div.bottom-flex-bg {
    background-color: var(--green);
    background-image: none;
  }

  .h2.rose {
    font-size: 36px;
    line-height: 37px;
  }

  .icon {
    width: 60px;
    height: 60px;
  }

  .bento-columns._40.mrg-left {
    flex-flow: column;
  }

  .content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-link {
    padding: 10px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .title-wrapper.space-between {
    margin-bottom: 40px;
  }

  .h4 {
    font-size: 16px;
  }

  .bento-div-33._1 {
    background-size: auto, 449px;
    height: 300px;
    padding: 20px;
  }

  .bento-div-33._2 {
    background-color: var(--green);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    height: 300px;
    padding: 20px;
  }

  .bento-div-33._3 {
    background-position: 0 0, 50% 0;
    height: 300px;
    padding: 20px;
  }

  .image-2 {
    width: 190px;
    padding-bottom: 10px;
  }

  .txt-block {
    width: 100%;
  }

  .txt-block-wrapper {
    flex-flow: column;
  }

  .roadmap_section {
    padding-bottom: 0;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-image-wrapper.udesly-article {
    max-width: none;
    max-height: 180px;
  }

  .udesly-article-card-small {
    flex-direction: column;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .content-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bg_process_1 {
    background-image: linear-gradient(353deg, #000 12%, rgba(255, 255, 255, 0)), url('../images/representations-user-experience-interface-design.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, 298px;
    height: 300px;
    padding: 20px;
  }

  .content-wrapper-process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bg_process_2 {
    height: 300px;
    padding: 20px;
  }

  .bg_process_3 {
    background-image: linear-gradient(8deg, #000 6%, rgba(255, 255, 255, 0)), url('../images/cardano-blockchain-platform-with-smartphone.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 352px;
    height: 300px;
    padding: 20px;
  }

  .icon-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .bg-shadow {
    display: none;
  }

  .scoll-wrap-hero {
    width: 93%;
  }

  .scoll-wrap-hero.mbl {
    height: 630px;
  }

  .img-hero {
    min-height: 30vh;
    display: none;
  }

  .img-hero.mbl {
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .scroll-hero {
    width: 100%;
    margin-top: 5%;
  }

  .scroll-hero.mbl {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-top: 0%;
  }

  .step-block-hero {
    width: 100%;
    position: static;
  }

  .steps.dots {
    width: 100%;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .steps.dots.mbl {
    height: 740px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .time-wrap.mbl {
    width: 6px;
    height: 100%;
    margin-top: 0;
    display: none;
  }

  .scroll-animate.mbl {
    height: 629px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .step-hero {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 16px;
    position: static;
  }

  .step-hero.step2 {
    height: 118px;
  }

  .dot-block {
    bottom: -12px;
  }

  .dot-block._4.mbl {
    bottom: 37px;
  }

  .dot-block._2 {
    left: 0;
  }

  .dot-block._5.mbl {
    bottom: 26px;
  }

  .dot-block.next {
    bottom: 8px;
  }

  .scroll {
    width: 100%;
    margin-top: 5%;
  }

  .scroll.mbl {
    width: 45%;
  }

  .image-4 {
    opacity: .14;
    left: -28%;
  }

  .bento-div-solution {
    background-image: none;
    padding: 20px 20px 20px 0;
  }

  .bento-div-solution.main {
    background-color: var(--light-black);
  }

  .bento-div-solution.gradient.green.center {
    height: 300px;
  }

  .bento-div-solution.high.bottom-flex {
    height: 400px;
  }

  .bento-div-solution.high.bottom-flex.bg {
    border: 1px solid var(--green-l);
    background-image: linear-gradient(11deg, #000 29%, rgba(0, 0, 0, 0) 35%), url('../images/business-concept-with-graphic-holography-1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 300px;
  }

  .bento-div-solution.high.bottom-flex.logo {
    background-color: var(--green);
    background-image: none;
    height: 300px;
  }

  .bento-div-solution.bottom-flex.rose {
    padding: 20px;
  }

  .bento-div-solution.bottom-flex-bg {
    background-color: var(--green);
    background-image: none;
  }

  .content-wrap-solution {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-wrapper-grid-solution {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text {
    font-size: 12px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .img-bt {
    width: auto;
    height: 29px;
  }
}

#w-node-e93c9258-baa5-50a9-3ec6-1578aba6b606-00a8fe81 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ae691f9-33d1-96c5-5d31-6f51ed4affa2-00a8fe81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc7165c8-25f9-a966-41ff-b1bc0337630d-00a8fe81 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc7165c8-25f9-a966-41ff-b1bc0337630d-00a8fe81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b10e3aab-ee02-1980-017f-4cd421e1027d-00a8fe81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_215f075d-4b2f-761f-5c03-af97a51f7ceb-00a8fe81 {
    order: -9999;
  }

  #w-node-_679c6672-3a53-9319-c2be-ac59389cd2bc-00a8fe81 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e93c9258-baa5-50a9-3ec6-1578aba6b606-00a8fe81, #w-node-_4ae691f9-33d1-96c5-5d31-6f51ed4affa2-00a8fe81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_215f075d-4b2f-761f-5c03-af97a51f7ceb-00a8fe81 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ae691f9-33d1-96c5-5d31-6f51ed4affa2-00a8fe81, #w-node-b10e3aab-ee02-1980-017f-4cd421e1027d-00a8fe81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


