@import "https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&amp;display=swap";
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
b {
  font-weight: bolder;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  line-height: 1.5;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1,
h2,
h3,
p,
hr {
  margin: 0;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
img {
  border-style: solid;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
small {
  font-size: 80%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bg-xummdark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:bg-xummneon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 255, 253, var(--tw-bg-opacity));
}
.hover\:bg-xummdark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-blue-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-xummblue,
.hover\:bg-xummblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 48, 206, var(--tw-bg-opacity));
}
.rounded-full {
  border-radius: 9999px;
}
.border\:1px {
  border-width: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.hidden {
  display: none;
}
.content-center {
  align-content: center;
}
.self-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.justify-items-center {
  justify-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-self-center {
  -ms-grid-column-align: center;
  justify-self: center;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-1xl {
  font-size: 1rem;
  line-height: 1;
}
.text-11px {
  font-size: 11px;
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-screen-md {
  max-height: 768px;
}
.max-w-200px {
  max-width: 200px;
}
.min-h-screen-sm {
  min-height: 640px;
}
.min-w-150px {
  min-width: 150px;
}
.p-5 {
  padding: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-15 {
  padding-top: 3.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-white,
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-xummblue {
  --tw-text-opacity: 1;
  color: rgba(0, 48, 206, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.content-top {
  content: "top";
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.w-full {
  width: 100%;
}
.w-sm {
  width: 24rem;
}
.w-24 {
  width: 6rem;
}
.gap-x-8 {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.grid-cols-\[1fr\,1fr\] {
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.grid-rows-\[1fr\,1fr\,1fr\,1fr\,1fr\] {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
.transition\:all {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:w-screen-sm {
    width: 640px;
  }
}
@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:max-w-500px {
    max-width: 500px;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:grid-cols-\[1fr\,1fr\,1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .md\:grid-cols-\[1fr\,1fr\,1fr\,1fr\] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .md\:grid-cols-\[50\%\,50\%\] {
    grid-template-columns: 50% 50%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:grid {
    display: -ms-grid;
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:leading-loose {
    line-height: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-screen-lg {
    width: 1024px;
  }
  .lg\:w-55\/100 {
    width: 55%;
  }
  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .lg\:grid-cols-\[1fr\,1fr\,1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1279.9px) {
  .\<xl\:hidden {
    display: none;
  }
  .\<xl\:gap-x-3 {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
}
@media (max-width: 639.9px) {
  .\<sm\:max-h-12 {
    max-height: 3rem;
  }
  .\<sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.hero[data-v-2340c136] {
  background: url(bg-hero6.179e91b7.png),
    linear-gradient(180deg, #0030ce 0%, #4160ff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 7rem);
}
.hero > *[data-v-2340c136] {
  z-index: 10;
}
.hero div.appstores a.appstorebutton[data-v-2340c136] {
  display: inline-block;
  width: 160px;
  margin: 0 1rem 10px;
  border: 3px solid #5c77ff;
  border-radius: 13px;
  transition: all 0.15s ease-out;
}
.hero div.appstores a.appstorebutton img[data-v-2340c136] {
  max-width: 100%;
}
.hero div.appstores a.appstorebutton[data-v-2340c136]:hover {
  transform: scale(1.03);
  border: 3px solid rgba(92, 119, 255, 0.3);
}
.hero div.appstores .getpro[data-v-2340c136] {
  margin-top: 2rem;
  background: rgba(250, 192, 35, 0.7);
}
.hero div.appstores .getpro[data-v-2340c136]:hover {
  background: rgba(255, 255, 255, 0.5);
}
.hero div.appstores .getpro img[data-v-2340c136] {
  display: inline-block;
  height: 1.2rem;
  vertical-align: -3px;
  margin-right: 0.2rem;
}
.hero div.stats[data-v-2340c136] {
  color: #fff;
}
.hero div.stats span[data-v-2340c136] {
  margin: 0 0.5rem;
}
.hero .scrollindicator[data-v-2340c136] {
  position: absolute;
  bottom: 8rem;
  font-size: 3rem;
  left: 50%;
  transform: translate(-50%);
  color: #e3e6f6;
  opacity: 0.5;
}
.hero h1[data-v-2340c136] {
  color: #fff;
}
.hero h2[data-v-2340c136] {
  color: #fff;
  color: #00fffc;
}
.hero h3[data-v-2340c136] {
  color: #0b1757;
  width: 60%;
}
.cta[data-v-2340c136] {
  background: url(bg-hero5.4112a946.png),
    linear-gradient(180deg, #0030ce 0%, #4160ff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  color: #fff;
}
.xumm[data-v-2340c136] {
  background-color: #10184a;
}
.xumm img.phones[data-v-2340c136] {
  display: inline-block;
}
.eco[data-v-2340c136] {
  position: relative;
  background: url(bg-eco.cab154c0.png) center left no-repeat;
  background-size: 25%;
}
.eco p[data-v-2340c136] {
  font-weight: 300;
}
.eco .icon[data-v-2340c136] {
  height: 4rem;
}
.about[data-v-2340c136] {
  padding-top: 5rem;
  height: calc(100vh - 7rem);
  background-color: #f0f3ff;
  position: relative;
}
.about > *[data-v-2340c136] {
  z-index: 10;
}
.about img[data-v-2340c136] {
  height: 30rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.about h1[data-v-2340c136] {
  color: #0030ce;
}
.about h2[data-v-2340c136] {
  color: #fff;
}
.about h3[data-v-2340c136] {
  color: #0b1757;
  width: 60%;
}
div.team[data-v-2340c136] {
  margin-bottom: 50px;
}
div.team h2[data-v-2340c136] {
  margin-bottom: px;
}
div.team div.person[data-v-2340c136] {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
  text-align: center;
}
div.team div.person img.picca[data-v-2340c136] {
  max-width: 80px;
  margin: 0 auto;
  border-radius: 54% 46% 60% 40%/48% 50% 50% 52%;
  transition: all 0.15s ease-in-out;
}
div.team div.person h5[data-v-2340c136] {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.5rem;
}
div.team div.person h5 p[data-v-2340c136] {
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
  margin-left: 91px;
}
div.team div.person a[data-v-2340c136] {
  display: inline-block;
  transform: translateY(-2px);
}
div.team div.person a i[data-v-2340c136] {
  width: 27px;
  text-align: center;
  opacity: 0.7;
}
div.team div.person a i.fa-twitter[data-v-2340c136] {
  color: #36b7ff;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person a i.fa-github[data-v-2340c136] {
  color: #000;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person a i.fa-dribbble[data-v-2340c136] {
  color: #cc1a65;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person a i.fa-link[data-v-2340c136] {
  color: #000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person a i.fa-youtube[data-v-2340c136] {
  color: #df0000;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person a:hover i[data-v-2340c136] {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.15s ease-in-out;
}
div.team div.person a[data-v-2340c136]:first-child {
  margin-left: 5px;
}
div.team div.person div.socials[data-v-2340c136] {
  margin-top: 15px;
  width: 80px;
  display: inline-block;
  margin-left: -90px;
  text-align: center;
  position: absolute;
}
div.team div.person div.socials a i[data-v-2340c136] {
  width: 24px;
  text-align: center;
  opacity: 0.7;
}
div.team div.person div.socials a i.fa-twitter[data-v-2340c136] {
  color: #36b7ff;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person div.socials a i.fa-github[data-v-2340c136] {
  color: #000;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person div.socials a i.fa-dribbble[data-v-2340c136] {
  color: #cc1a65;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person div.socials a i.fa-link[data-v-2340c136] {
  color: #000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
div.team div.person div.socials a:hover i[data-v-2340c136] {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.15s ease-in-out;
}
div.team div.person div.workingon[data-v-2340c136] {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.team div.person div.workingon i.fa-tools[data-v-2340c136] {
  font-size: 14px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  display: inline;
  margin-right: 5px;
}
div.team div.person div.workingon span[data-v-2340c136] {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.team div.person div.workingon span .fa[data-v-2340c136] {
  display: inline !important;
}
div.team div.person[data-v-2340c136]:hover {
  border-radius: 100px;
  color: var(--purple);
  cursor: default;
}
div.team div.person:hover img[data-v-2340c136] {
  transition: all 0.15s ease-in-out;
  animation: bounce-2340c136 0.7s,
    wobble-2340c136 3s ease-in-out alternate infinite;
  transform: scale(1) translateZ(0);
}
div.channels[data-v-2340c136] {
  background: #030b36;
  color: #fff;
}
div.channels .xrpl[data-v-2340c136],
div.channels .xummwallet[data-v-2340c136],
div.channels .mediakit[data-v-2340c136] {
  margin-bottom: 20px;
}
div.channels > div[data-v-2340c136] {
  white-space: nowrap;
}
div.channels img.picca[data-v-2340c136] {
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
div.channels div.socials[data-v-2340c136] {
  display: inline-block;
  vertical-align: middle;
}
div.channels div.socials a[data-v-2340c136] {
  display: inline-block;
  margin: 3px 10px 3px 0;
  color: #fff;
}
div.channels div.socials a.link i[data-v-2340c136] {
  width: 22px;
  text-align: center;
}
div.channels div.socials i.fa-twitter[data-v-2340c136] {
  color: #36b7ff;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  margin-top: -1px;
}
div.channels div.socials i.fa-github[data-v-2340c136] {
  color: #ccc;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.channels div.socials i.fa-dribbble[data-v-2340c136] {
  color: #cc1a65;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
div.channels div.socials i.fa-link[data-v-2340c136] {
  color: #ccc;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
div.channels div.socials a.link[data-v-2340c136]:hover {
  font-weight: 600;
  text-decoration: none;
}
@keyframes wobble-2340c136 {
  0% {
    border-radius: 54% 46% 60% 40%/48% 50% 50% 52%;
  }
  50% {
    border-radius: 47% 53% 51% 49%/51% 57% 43% 49%;
  }
  to {
    border-radius: 67% 33% 36% 64%/38% 52% 48% 62%;
  }
}
@keyframes bounce-2340c136 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  60% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
html,
body {
  font-family: Readex Pro, sans-serif !important;
  overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}
nav {
  height: 5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
nav .burger {
  position: fixed;
  top: 1.3rem;
  right: 1rem;
}
nav .logo {
  align-self: center;
}
nav li a.nav-link {
  white-space: nowrap;
}
nav.mobilemenu .logo,
nav.mobilemenu .action {
  z-index: 999;
}
nav.mobilemenu .logo {
  position: fixed;
  top: 1.79rem;
  left: 1.25rem;
}

nav ul li a {
  font-size: 0.95rem !important;
}
nav ul li a:hover {
  color: #000;
  cursor: pointer;
}
nav ul li a.router-link-active {
  color: #58d7ff;
}
nav a.tangem {
  white-space: nowrap;
}
nav.light {
  background: transparent;
}
nav.light ul li a {
  color: #333;
}
nav.light ul li a.router-link-active {
  color: #3052ff;
}
.appstores a.appstorebutton {
  display: inline-block;
  width: 160px;
  margin: 0 1rem 10px;
  border: 3px solid #5c77ff;
  border-radius: 12px;
  transition: all 0.15s ease-out;
}
.appstores a.appstorebutton img {
  max-width: 100%;
}
.appstores a.appstorebutton:hover {
  transform: scale(1.03);
  border: 3px solid rgba(92, 119, 255, 0.3);
}





body {
    overflow: visible; /* Avoid hiding parts of the nav */
}

