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

.section {
  min-height: 100vw;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 24px;
  padding-left: 24px;
  -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-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: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 3rem;
}

.logo-title {
  color: #4b5563;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-description {
  color: #4b5563;
  text-transform: uppercase;
}

.logo-font {
  width: 10rem;
  margin-left: 0.75rem;
}

.logo {
  height: 3rem;
}

.nav-link {
  color: #fecaca;
}

.button {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 #d2d2d2;
  color: #f59e0b;
  font-weight: 700;
  text-transform: uppercase;
}

.login-button {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px -1px #dedede;
  color: #f59e0b;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.main {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

.heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

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

.caption {
  color: #4a51fb;
  font-size: 12px;
}

.home-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0.25rem;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #111827;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.home-description {
  display: block;
  margin-top: 0.75rem;
  color: #6b7280;
  font-size: 14px;
}

.signup-button {
  margin-right: 2.5rem;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  background-color: #fbbf24;
  color: #111827;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-link {
  color: #1f2937;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-illustration {
  display: inline-block;
  width: 20rem;
}

.logo-webflow {
  height: 2rem;
  margin-right: 0.75rem;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-group {
  margin-top: 1.25rem;
}

.link {
  color: #2563eb;
}

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

.div-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.available-sdks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -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;
}

.cryptr-badge {
  height: 3rem;
  font-family: 'PT Serif', serif;
}

.text-block-2 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: #6b7280;
  font-size: 12px;
}

.technos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.techno-image {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.logout-button {
  display: none;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px -1px #dedede;
  color: #f7482d;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0.25rem;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #111827;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.profile-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -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-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-account-button {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px -1px #dedede;
  color: #0ba7f5;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: static;
  }

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

  .home-title {
    color: #111827;
    text-align: center;
  }

  .home-description {
    text-align: center;
  }

  .caption-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-group {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    display: none;
  }

  .profile-title {
    color: #111827;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
  }

  .logo-font {
    display: none;
  }

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

  .home-title {
    color: #111827;
    text-align: center;
  }

  .home-description {
    text-align: center;
  }

  .caption-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-group {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .available-sdks {
    margin-bottom: 2rem;
  }

  .profile-title {
    color: #111827;
    text-align: center;
  }
}

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

  .navbar {
    position: static;
  }

  .logo-font {
    display: none;
  }

  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-title {
    color: #111827;
    text-align: center;
  }

  .home-description {
    font-size: 12px;
    text-align: center;
  }

  .caption-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .available-sdks {
    margin-bottom: 2rem;
  }

  .profile-title {
    color: #111827;
    text-align: center;
  }
}

