@font-face {
  font-family: Nb architekt webfont;
  src: url('../fonts/nb_architekt_regular-webfont.woff2') format("woff2"), url('../fonts/nb_architekt_regular-webfont.eot') format("embedded-opentype"), url('../fonts/nb_architekt_regular-webfont.woff') format("woff"), url('../fonts/nb_architekt_regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nb architekt webfont;
  src: url('../fonts/nb_architekt_light-webfont.woff2') format("woff2"), url('../fonts/nb_architekt_light-webfont.eot') format("embedded-opentype"), url('../fonts/nb_architekt_light-webfont.woff') format("woff"), url('../fonts/nb_architekt_light-webfont.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nb architekt webfont;
  src: url('../fonts/nb_architekt_bold-webfont.woff2') format("woff2"), url('../fonts/nb_architekt_bold-webfont.eot') format("embedded-opentype"), url('../fonts/nb_architekt_bold-webfont.woff') format("woff"), url('../fonts/nb_architekt_bold-webfont.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left.z-index-20 {
  width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.container.mb-30 {
  margin-bottom: 30px;
}

.container.mb-30.pt-80 {
  padding-top: 80px;
}

.container.pt-150 {
  max-width: none;
  padding-top: 150px;
}

.container.pt-180 {
  padding-top: 180px;
}

.container.pt-75 {
  padding-top: 75px;
}

.container.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.navbar-wrapper {
  border-bottom: 1px solid #616161;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-brand.w--current {
  flex: 0 auto;
}

.nav-menu-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  color: #fff;
  background-color: #2b2b2b;
  padding-bottom: 10px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.text-block {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.text-field {
  background-color: #3f3f3f;
  border: 1px solid #3f3f3f;
  flex: auto;
  order: -1;
  display: block;
}

.heading-h2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
}

.container-3 {
  object-fit: fill;
  max-width: 500px;
}

.text-block-2 {
  text-align: center;
  margin-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

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

.btn-white {
  color: #222;
  background-color: #fff;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-right: 21px;
  font-family: Nb architekt webfont, sans-serif;
  display: flex;
}

.btn-white.btn-white-input {
  margin-left: 15px;
}

.btn-white.mt-20 {
  margin-top: 20px;
}

.btn-white.btn-toggle {
  display: flex;
}

.btn-white.btn-toggle.btn-toggle-mobile {
  padding: 14px 7px;
}

.btn-white.d-none-mobile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.btn-white.d-none-mobile.btn-gradient {
  background-image: none;
}

.button {
  margin-top: 30px;
}

.section {
  margin-top: 130px;
}

.heading-3 {
  color: #7b7b7b;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
}

.heading-3.d-none {
  display: none;
}

.container-4 {
  max-width: 1320px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-4 {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
}

.container-5 {
  max-width: 1320px;
  margin-top: 70px;
  margin-bottom: 0;
  display: block;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.link {
  color: #fff;
  text-align: left;
  margin-top: auto;
  font-family: Nb architekt webfont, sans-serif;
  font-style: normal;
}

.card.card-product.h-100 {
  flex-direction: column;
  display: flex;
}

.card-img {
  color: #2e2e2e;
  background-color: #2e2e2e;
  margin-bottom: 20px;
}

.card-corner-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-corner-top-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-corner-bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-corner-bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-6 {
  color: #fff;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
}

.heading-6.card-number {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 15px auto auto 15px;
}

.container-6 {
  max-width: 1320px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.card-sign-up {
  background-color: #0000;
  background-image: linear-gradient(85deg, #f6ff8e 4%, #ffb5d9 50%, #1f36fe 83% 97%);
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 140px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.column {
  text-align: right;
}

.submit-button {
  color: #222;
  background-color: #fff;
  font-family: Nb architekt webfont, sans-serif;
}

.submit-button.btn-white {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 7px;
}

.div-block {
  background-color: #2b2b2b;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.footer-dark {
  background-color: #2b2b2b;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.section-2 {
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  line-height: 18px;
  display: flex;
}

.nav-footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  list-style-type: none;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Nb architekt webfont, sans-serif;
}

.nav-link:hover {
  color: #fff;
}

.list-item {
  margin-top: 0;
}

.nav-footer-02 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.column-2 {
  text-align: left;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.text-block-3 {
  margin-top: 20px;
}

.paragraph-2 {
  margin-top: auto;
  margin-bottom: 0;
}

.paragraph-2.mt-15 {
  margin-top: 15px;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.column-4 {
  flex-flow: row;
  place-content: space-around flex-start;
  display: flex;
}

.container-7 {
  max-width: 1320px;
}

.heading-h1 {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
}

.image {
  width: 100%;
  height: auto;
}

.image.hide-desktop {
  display: none;
}

.divider {
  width: 100%;
}

.divider.hide-mobile {
  padding-left: 0;
}

.divider.hide-desktop {
  display: none;
}

.image-3 {
  width: 100%;
}

.logos-without-title {
  color: #0000;
  background-color: #0000;
  border: 1px #000;
  max-width: 1320px;
  padding: 120px 0;
  position: relative;
}

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

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  height: auto;
  min-height: 0;
  display: flex;
  overflow: visible;
}

.columns {
  flex-direction: row;
  display: flex;
}

.columns.mb-50 {
  display: flex;
}

.columns-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.column-6 {
  flex-flow: column wrap;
  height: 100%;
  display: flex;
}

.image-4 {
  margin-top: auto;
  margin-left: 0;
}

.image-4.status-application.hidden-desktop {
  display: none;
}

.image-5 {
  height: auto;
  margin-top: auto;
  margin-left: 40px;
}

.image-5.status-website {
  margin-left: 0;
}

.image-5.status-website.hidden-desktop {
  display: none;
}

.div-block-2 {
  height: auto;
  margin-top: auto;
  margin-left: auto;
}

.div-block-3 {
  margin-top: auto;
}

.div-block-3.status-application.hide-mobile {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-3.hide-desktop {
  display: none;
}

.container-9 {
  max-width: 1320px;
}

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

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

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

.heading-8 {
  color: #fff;
  text-align: center;
  max-width: 320px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.div-block-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-txt-link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-modal {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.text-block-4 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.image-6 {
  width: 100%;
  height: auto;
}

.columns-3 {
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.html-embed {
  text-align: center;
  max-width: 500px;
}

.image-7 {
  width: 100%;
  height: auto;
}

.columns-4, .columns-5 {
  align-items: center;
  display: flex;
}

.page-wrapper {
  background-color: #2b2b2b;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  display: block;
}

.page-wrapper.z-index-20 {
  height: 100%;
}

.page-wrapper-inner {
  flex-direction: row;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: block;
}

.modal-wrapper {
  z-index: 999;
  opacity: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.modal-content {
  background-color: #0000;
  max-width: 600px;
}

.modal-header {
  background-color: #2f2f2f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.modal-body {
  background-color: #2a2a2a;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.paragraph-3 {
  background-color: #2a2a2a;
}

.modal {
  width: auto;
  min-width: auto;
  max-width: 500px;
}

.heading-9 {
  color: #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.heading-10 {
  margin-top: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h-100 {
  height: 100%;
}

.columns-6 {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.columns-6.mb-30 {
  margin-bottom: 30px;
  display: flex;
}

.columns-7 {
  display: flex;
}

.columns-7.mb-30 {
  margin-bottom: 30px;
}

.columns-8 {
  display: flex;
}

.section-title-center {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 20px 75px;
  display: block;
}

.section-title-center.section-title-padding-sm {
  padding-top: 50px;
}

.html-embed-2 {
  height: auto;
  display: block;
}

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

.card-info {
  height: 100%;
  margin-top: 0;
}

.card-info.mt-auto {
  margin-top: auto;
}

.card-info.card-active {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card-info.card-active.d-none {
  display: none;
}

.card-info-header {
  background-color: #373737;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.heading-11 {
  color: #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
}

.card-info-header-h5 {
  color: #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 12px;
}

.card-info-body {
  background-color: #2e2e2e;
  padding: 20px;
}

.card-info-body.h-100 {
  flex-direction: column;
  display: flex;
}

.card-info-body-h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-5 {
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.column-7 {
  object-fit: fill;
  flex-flow: column wrap;
  height: auto;
  display: flex;
  overflow: auto;
}

.columns-9 {
  flex-direction: row;
  display: none;
}

.column-8 {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.html-embed-3 {
  text-align: right;
  max-width: 88%;
}

.column-9 {
  justify-content: flex-end;
  display: flex;
}

.html-embed-4 {
  max-width: 100%;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
  display: flex;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 50px;
  padding: 0;
  display: flex;
}

.logo-image {
  width: auto;
  max-height: 50px;
  display: block;
}

.logo-image.logo-sm {
  max-height: 24px;
}

.logo-image.logo-xs {
  height: 30px;
}

.logo-image.logo-md {
  max-height: 40px;
}

.partner-logos {
  flex-direction: row;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.column-11, .column-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-21 {
  justify-content: center;
  display: flex;
}

.footer-divider {
  outline-offset: 0px;
  text-align: right;
  background-color: #0000;
  border: 0 #000;
  outline: 3px #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-close {
  outline-offset: 0px;
  background-color: #0000;
  background-image: url('../images/close-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: auto;
  display: flex;
}

.text-field-2 {
  outline-offset: 0px;
  background-color: #3f3f3f;
  border: 0 #000;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 0;
}

.text-field-2.input-text {
  object-fit: fill;
  font-family: Nb architekt webfont, sans-serif;
}

.text-field-2.input-text::placeholder {
  color: #ffffff4d;
}

.form-2 {
  flex-direction: row;
  margin-top: auto;
  display: flex;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: #0000;
  padding: 0;
}

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

.container-responsive.pt-150 {
  padding-top: 150px;
}

.container-responsive.pt-150.px-20.pb-150 {
  padding-bottom: 150px;
}

.container-responsive.pt-150.px-20.d-none {
  display: none;
}

.container-responsive.pt-75 {
  padding-top: 75px;
}

.container-responsive.pt-75.d-none, .container-responsive.px-20.d-none {
  display: none;
}

.container-responsive.px-20.mt-150 {
  margin-top: 150px;
}

.container-responsive.d-none {
  display: none;
}

.text-block-6, .intro-text {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.partner-logo {
  align-items: center;
  height: 50px;
  display: flex;
}

.partner-logo.mb-50 {
  margin-bottom: 50px;
}

.veax-signup {
  background-color: #303030;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
}

.veax-signup-corner-top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.veax-signup-corner-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.veax-signup-corner-bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.veax-signup-corner-bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.image-8 {
  z-index: 10;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.stat-title {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.stat-title.mb-30 {
  margin-bottom: 30px;
  line-height: 100%;
}

.stat-text {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
}

.stat-text.mb-30 {
  margin-bottom: 30px;
}

.text-20 {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-20.mb-50 {
  margin-bottom: 50px;
}

.text-20.mb-100 {
  margin-bottom: 75px;
}

.text-20.mb-100._w-60 {
  max-width: 60%;
  margin-bottom: 20px;
}

.text-block-7 {
  min-width: 45px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-7.text-yellow {
  color: #f1ff51;
}

.text-block-7.text-gray {
  color: #616161;
  min-width: 45px;
}

.number-list {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  display: flex;
}

.number-list.mb-30 {
  margin-bottom: 30px;
}

.number-list.mt-50 {
  align-items: flex-end;
}

.rectangle-divider {
  margin-bottom: 30px;
}

.rectangle-divider.mb-50 {
  margin-bottom: 50px;
}

.div-block-5 {
  grid-column-gap: 60px;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.columns-12 {
  flex-direction: row;
  display: flex;
}

.column-26 {
  display: block;
}

.div-block-6 {
  margin-left: 40px;
}

.columns-13 {
  height: 100%;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  height: 100%;
  display: flex;
}

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

.card-stat {
  width: 100%;
}

.text-block-8 {
  font-family: Nb architekt webfont, sans-serif;
}

.btn-read-more {
  color: #fff;
  margin-top: auto;
  font-family: Nb architekt webfont, sans-serif;
}

.btn-read-more.btn-read-more-left.mb-15 {
  margin-top: 15px;
}

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

.list {
  padding-left: 15px;
  line-height: 23px;
  list-style-type: disc;
}

.card-holder {
  min-height: 510px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  display: none;
}

.dropdown-toggle {
  padding: 7px 21px;
}

.dropdown-toggle.btn-white {
  justify-content: flex-start;
  align-items: center;
  padding-right: 21px;
  display: flex;
}

.icon {
  flex: 0 auto;
  margin: 0 0 0 auto;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.dropdown-list {
  color: #222;
  background-color: #fff;
  padding-right: 0;
  display: none;
  top: 40px;
  left: auto;
  right: 20px;
}

.dropdown-list.cut-corners {
  display: block;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  font-family: Manrope, sans-serif;
}

.footer-social-block-three-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-social-block-three-2.mb-25 {
  margin-bottom: 25px;
}

.footer-social-link-three-2 {
  margin-left: 0;
}

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

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  display: block;
}

.dropdown-2.dropdown-mobile {
  display: none;
}

.icon-2 {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.dropdown-list-2 {
  background-color: #fff;
  margin-top: 1px;
  display: none;
  right: 20px;
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  font-family: Manrope, sans-serif;
}

.navbar {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
}

.press-releases.d-none {
  display: none;
}

.press-releases-header {
  background-color: #353535;
  padding: 25px 20px;
}

.heading-12, .press-relases-header-text {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.press-relases-header-text.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.press-release {
  grid-column-gap: 30px;
  color: #fff;
  background-color: #2e2e2e;
  padding: 25px 20px;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.press-relase-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 100%;
}

.press-release-category {
  color: #7b7b7b;
  flex: none;
  order: 1;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  line-height: 100%;
}

.press-release-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
}

.press-release-arrow {
  margin-left: auto;
}

.text-block-9 {
  font-family: Nb architekt webfont, sans-serif;
  font-weight: 300;
}

.press-release-content {
  grid-column-gap: 30px;
  display: flex;
}

.card-team-title {
  font-family: Nb architekt webfont, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.card-team-sub-title {
  color: #7b7b7b;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 12px;
}

.card-media {
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.card-media.d-none {
  display: none;
}

.image-20 {
  position: relative;
  inset: auto 0% 0% auto;
}

.text-block-10 {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 130%;
}

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

.text-block-10.mt-30.mb-30 {
  margin-bottom: 30px;
}

.text-link-yellow {
  color: #2b2b2b;
  background-color: #f6ff8e;
  text-decoration: none;
}

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

.image-21 {
  text-align: left;
}

.justify-content-right {
  justify-content: flex-end;
  display: flex;
}

.image-22 {
  width: 100%;
}

.image-22.mb-60 {
  margin-bottom: 60px;
}

.columns-14 {
  display: flex;
}

.column-31 {
  align-self: flex-end;
}

.image-23 {
  height: 30px;
}

.image-24 {
  height: 70px;
}

.image-25 {
  width: 100%;
}

.blockchain-card {
  background-color: #0000;
}

.blockchain-card.card-blue {
  background-color: #1f36fe;
}

.blockchain-card.card-yellow {
  background-color: #f6ff8e;
}

.blockchain-card.card-yellow.mt-70 {
  background-color: #0000;
  margin-top: 70px;
}

.blockchain-card.card-pink {
  background-color: #ffb1e9;
}

.blockchain-card.card-grey {
  background-color: #3f3f3f;
}

.blockchain-card.card-grey.mt-70, .blockchain-card.mt-70 {
  margin-top: 70px;
}

.blockchain-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.blockchain-content.frame-blue {
  background-image: url('../images/frame-blue.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.blockchain-content.frame-yellow {
  background-image: url('../images/frame-yellow.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.blockchain-content.frame-pink {
  background-image: url('../images/frame-pink.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.blockchain-content.frame-grey {
  background-image: url('../images/frame-grey.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.blockchain-header {
  background-color: #373737;
  padding: 12px 20px;
}

.blockchain-text {
  color: #b7b7b7;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.blockchain-text.text-white {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.blockchain-text.text-dark {
  color: #272727;
}

.blockchain-card-data {
  margin-top: 0;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 36px;
  line-height: 110%;
}

.blockchain-card-data.text-dark {
  color: #272727;
}

.heading-13 {
  color: #b7b7b7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb architekt webfont, sans-serif;
  font-size: 13px;
}

.circle-line {
  text-align: center;
  flex-direction: row;
  order: 0;
  align-self: auto;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-small {
  font-size: 20px;
}

.link-2 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .container.pt-150, .container-responsive {
    max-width: 1140px;
  }

  .card-holder {
    min-height: 510px;
  }

  .blockchain-card-data {
    font-size: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .container.pt-150, .container-responsive {
    max-width: 1320px;
  }

  .card-holder {
    min-height: 440px;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-h2.mb-50 {
    max-width: 75%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .footer-social-block-three-2 {
    margin-top: 0;
  }

  .card-team-title {
    font-size: 18px;
  }

  .card-media {
    min-height: 160px;
  }

  .columns-15 {
    display: block;
  }

  .blockchain-card-data {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-preference-txt {
    display: none;
  }

  .footer-social-block-three-2 {
    margin-top: 0;
  }
}

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

  .container.mb-30.pt-80 {
    padding-top: 50px;
  }

  .container.mb-30.pt-80.container-no-gutters, .container.mb-30.container-no-gutters {
    padding-left: 0;
    padding-right: 0;
  }

  .container.pt-150 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.pt-180 {
    padding-top: 70px;
  }

  .container.py-75.no-gutters {
    padding: 25px 0;
  }

  .container.container-no-gutters {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .body {
    padding: 5px;
  }

  .text-block {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 19px;
  }

  .heading-h2 {
    text-align: center;
    max-width: 100%;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-h2.text-left-mobile {
    text-align: left;
    max-width: 90%;
  }

  .heading-h2.mb-50 {
    max-width: 100%;
  }

  .text-block-2 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .btn-white {
    text-align: left;
    margin-right: 0;
  }

  .btn-white.ml-auto {
    justify-items: stretch;
    margin-right: 0;
  }

  .btn-white.btn-white-input {
    margin-top: 10px;
    margin-left: 0;
  }

  .btn-white.btn-toggle {
    display: none;
  }

  .btn-white.btn-toggle.btn-toggle-mobile {
    height: 35px;
    margin-left: 20px;
    display: flex;
  }

  .btn-white.d-none-mobile {
    display: none;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .heading-3.text-left-mobile {
    text-align: left;
  }

  .heading-5.card-product-heading {
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph.card-product-text {
    font-size: 13px;
    line-height: 18px;
  }

  .heading-6.card-number {
    font-size: 13px;
    inset: 10px auto auto 10px;
  }

  .card-sign-up {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .nav-link {
    padding: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph-2, .paragraph-2.mt-15 {
    font-size: 13px;
    line-height: 16px;
  }

  .column-4 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .heading-h2-center {
    font-size: 20px;
    line-height: 20px;
  }

  .image.hide-desktop {
    display: block;
  }

  .image.hide-mobile {
    display: none;
  }

  .divider.hide-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .divider.hide-desktop {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-8 {
    max-width: none;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
  }

  .columns.mb-50 {
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
  }

  .image-4.status-application.hidden-desktop {
    display: block;
  }

  .image-4.status-application.hidden-mobile {
    display: none;
  }

  .image-5.status-website {
    margin-top: 40px;
    margin-left: 0;
  }

  .image-5.status-website.hidden-desktop {
    display: block;
  }

  .image-5.status-website.hidden-mobile {
    display: none;
  }

  .div-block-3.status-application.hide-mobile, .div-block-3.hide-desktop {
    display: block;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .columns-3 {
    display: block;
  }

  .columns-4 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
    display: flex;
  }

  .modal-wrapper {
    width: auto;
  }

  .modal {
    width: 80%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .columns-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .columns-6.mb-30 {
    padding-left: 10px;
    display: block;
  }

  .columns-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-title-center {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-copyright {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .card-info {
    margin-bottom: 10px;
  }

  .card-info-body-h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-9 {
    flex-direction: column;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    width: 100%;
    max-width: 100%;
  }

  .column-9 {
    justify-content: center;
    align-self: auto;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-10 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    text-align: center;
  }

  .column-12.hero-video-column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-center-mobile {
    text-align: center;
  }

  .column-13, .column-14, .column-15, .column-16 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .column-17, .column-18 {
    height: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-image-svg {
    max-height: 68px;
  }

  .column-19, .column-20 {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .column-21 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    width: 100%;
    margin-top: 60px;
  }

  .footer-divider {
    margin-bottom: 60px;
  }

  .hero-video {
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .column-22, .column-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .column-24, .column-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-responsive.pt-150 {
    padding-top: 75px;
  }

  .container-responsive.pt-150.px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-responsive.pt-75 {
    padding-top: 25px;
  }

  .container-responsive.pt-75.px-20, .container-responsive.px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-responsive.px-20.pt-150 {
    padding-top: 40px;
  }

  .container-responsive.px-20.mt-150 {
    margin-top: 75px;
  }

  .container-responsive.px-20.mt-mobile-75 {
    margin-top: 50px;
  }

  .container-responsive.d-none-mobile {
    display: none;
  }

  .container-responsive.px-10, .container-responsive.px-10-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-text {
    font-size: 20px;
    line-height: 20px;
  }

  .columns-10 {
    display: block;
  }

  .veax-signup {
    padding-top: 320px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: relative;
  }

  .image-8 {
    text-align: left;
    height: 300px;
    inset: 0 auto auto -100px;
  }

  .stat-title.mb-30 {
    font-size: 35px;
    line-height: 39px;
  }

  .stat-text.mb-30 {
    font-size: 13px;
    line-height: 16px;
  }

  .text-20.mb-100._w-60 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 18px;
  }

  .number-list {
    grid-column-gap: 10px;
  }

  .rectangle-divider {
    display: block;
  }

  .rectangle-divider.mb-50 {
    margin-bottom: 40px;
  }

  .rectangle-divider.hidden-mobile, .div-block-5 {
    display: none;
  }

  .columns-11 {
    display: block;
  }

  .columns-12 {
    flex-direction: column;
    display: flex;
  }

  .column-26 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .column-28 {
    display: none;
  }

  .card-stat {
    width: 50%;
  }

  .card-stat.pl-10-mobile, .card-stat.pl-10-monile {
    padding-left: 10px;
  }

  .card-stat.pd-10-mobile {
    padding-right: 10px;
  }

  .column-29 {
    display: flex;
  }

  .column-29.mt-40-mobile {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-holder {
    min-height: 380px;
    margin-bottom: 30px;
  }

  .footer-social-block-three-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-right: 0;
  }

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

  .dropdown-2 {
    padding-right: 0;
  }

  .dropdown-2.dropdown-mobile {
    display: block;
  }

  .dropdown-list-2.dropdown-list-mobile {
    right: 0;
  }

  .press-release-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .card-team-title {
    font-size: 14px;
  }

  .card-team-sub-title {
    min-height: 30px;
    line-height: 100%;
  }

  .text-block-10.mt-30.mb-30 {
    text-align: center;
  }

  .columns-14 {
    flex-direction: column;
  }

  .columns-16 {
    display: block;
  }

  .blockchain-card {
    margin-bottom: 10px;
    display: block;
  }

  .blockchain-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blockchain-card-data {
    padding-top: 50px;
  }

  .heading-13 {
    font-size: 10px;
  }

  .column-32 {
    margin-top: -60px;
  }
}


@font-face {
  font-family: 'Nb architekt webfont';
  src: url('../fonts/nb_architekt_regular-webfont.woff2') format('woff2'), url('../fonts/nb_architekt_regular-webfont.eot') format('embedded-opentype'), url('../fonts/nb_architekt_regular-webfont.woff') format('woff'), url('../fonts/nb_architekt_regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb architekt webfont';
  src: url('../fonts/nb_architekt_light-webfont.woff2') format('woff2'), url('../fonts/nb_architekt_light-webfont.eot') format('embedded-opentype'), url('../fonts/nb_architekt_light-webfont.woff') format('woff'), url('../fonts/nb_architekt_light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb architekt webfont';
  src: url('../fonts/nb_architekt_bold-webfont.woff2') format('woff2'), url('../fonts/nb_architekt_bold-webfont.eot') format('embedded-opentype'), url('../fonts/nb_architekt_bold-webfont.woff') format('woff'), url('../fonts/nb_architekt_bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}