:root {
  --gray-1: whitesmoke;
  --gray-3: #9e9e9e;
  --white: white;
  --black: black;
  --gray-2: #d7d7d7;
  --gray-4: #636363;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


/* .w-inline-block {
  max-width: 100%;
  display: inline-block;
} */

.logo-img {
  width: 1920;
  height: 393;
  max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

body {
  background-color: var(--gray-1);
  color: #333;
  font-family: JetBrains Mono, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  background-color: var(--gray-1);
}

.logo-link {
  min-width: 300px;
}

.padding-global {
  max-width: 900px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social_link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

.social_link:hover {
  background-color: var(--white);
}

.image {
  width: 24px;
  height: 24px;
}

.about-wrapper {
  border: 1px solid var(--gray-3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.logo-wrapper {
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.textstyle-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

.textspan-h1-gray {
  color: var(--gray-3);
}

.about_us-paragraph {
  text-align: left;
  font-family: Nunito Variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.apps-wrapper {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.line {
  height: 2px;
  background-color: var(--gray-2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0px;
}

.app_logo {
  width: 32px;
  height: 32px;
}

.app_title {
  margin: 0 10px;
  font-family: JetBrains Mono, sans-serif;
}

.app_coming_soon {
  color: var(--gray-4);
  text-align: left;

  margin-left: auto;
  font-family: JetBrains Mono, sans-serif;
  font-size: 20px;
}

.app_link {
  height: 32px;
  border: 1px solid var(--gray-3);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.store_download_link {
  height: 32px;
  justify-content: center;
  align-items: center;
  /* margin-left: auto; */
  /* padding-left: 10px; */
  text-decoration: none;
  display: flex;
}

.app_store_link_badge {
  height: 32px;
}

.google_play_link_badge {
  height: 32px;
}

.text-block {
  color: var(--gray-4);
  margin: auto 10px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 20px;
}

.line-small {
  height: 1px;
  background-color: var(--gray-2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-wrapper {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.contact_item-wrapper {
  align-items: center;
  display: flex;
}

.contact_item_icon {
  width: 24px;
  height: 24px;
}

.contact_item_title {
  margin: 0 10px;
  font-family: JetBrains Mono, sans-serif;
}

.contact_item_text {
  color: var(--gray-4);
  text-align: left;
  font-family: JetBrains Mono, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.footer-wrapper {
  border: 1px solid var(--gray-3);
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.app-links {
    display: flex;
    gap: 8px;
}

.text-link {
  color: var(--black);
  font-family: JetBrains Mono, sans-serif;
  text-decoration: none;
}

.text-block-2 {
  font-family: JetBrains Mono, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._404-image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.badges-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.badge-wrapper {
  border: 1px solid var(--gray-2);
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.badge_icon {
  width: 16px;
  height: 16px;
}

.app_link_icon {
    width: 16px;
    height: 16px;
}

.badge_text {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.policy-wrapper {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.policy-text-block {
  font-family: Nunito Variable, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.policy-text-block h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.policy-text-block h2 {
  font-size: 20px;
  line-height: 20px;
}

.policy-text-block ul {
  word-break: normal;
  font-size: 16px;
  line-height: 1.2em;
}

.policy-text-block h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2em;
}

.policy-text-block a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.policy-text-block li {
  margin-bottom: 8px;
}

.contact_item-link {
  color: var(--gray-3);
  margin-left: auto;
  text-decoration: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  width: 50%;
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

@media screen and (max-width: 991px) {
  .textstyle-h1 {
    font-size: 36px;
  }

  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .textstyle-h1 {
    font-size: 32px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  ._404-image {
    max-width: none;
    min-width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .badges-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

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

  .nav-wrapper {
    flex-direction: column;
  }

  .textstyle-h1 {
    text-align: center;
    font-size: 32px;
  }

  .app-wrapper {
    flex-direction: column;
    padding-top: 0px;
  }

  .app-links {
    flex-direction: column;
  }

  .app_title {
    padding-bottom: 8px;
  }

  .app_coming_soon, .app_link {
    margin-left: 0;
  }

  .contact_item-wrapper {
    flex-direction: column;
  }

  .contact_item_title {
    font-size: 20px;
  }

  .contact_item_text {
    margin-left: 0;
    font-size: 18px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

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

  ._404-image {
    min-width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .badges-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .policy-wrapper {
    padding: 10px;
  }

  .policy-text-block ul {
    padding-left: 20px;
  }

  .contact_item-link {
    margin-left: 0;
  }

  .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

@font-face {
  font-family: 'Nunito Variable';
  src: url('assets/fonts/Nunito-Variable.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('assets/fonts/JetBrainsMono-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: block;
}