/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  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"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1140px) {

  .container {
    max-width: 1140px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 2560px) {

  .container {
    max-width: 2560px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.relative {
  position: relative;
}
.m-\[-2px\] {
  margin: -2px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mt-auto {
  margin-top: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-24 {
  margin-top: 6rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.h-full {
  height: 100%;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[45px\] {
  height: 45px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[45px\] {
  width: 45px;
}
.w-20 {
  width: 5rem;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.basis-full {
  flex-basis: 100%;
}
.basis-auto {
  flex-basis: auto;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-28 {
  -webkit-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@font-face {
  font-family: "belfast";
  src: url(/static/belfast_grotesk_bold-webfont-f39ad87c52ed3e3d8a911796631dba52.woff2) format("woff2"), url(/static/belfast_grotesk_bold-webfont-946424884b948e5f82509a8c1ab8171e.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "belfast";
  src: url(/static/belfast_grotesk_semi_bold-webfont-45229714fad8120f9ce5ac3a0dd187f5.woff2) format("woff2"), url(/static/belfast_grotesk_semi_bold-webfont-6a37ea9a9b89519cae68b95187265d0c.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(/static/satoshi-black-webfont-97a0b5e6b7f8b5e39b27219e879f8a12.woff2) format("woff2"), url(/static/satoshi-black-webfont-5e378427ac2a581d680368a42c7c0d51.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(/static/satoshi-bold-webfont-fc4b830412b66c725d67d77846920cdc.woff2) format("woff2"), url(/static/satoshi-bold-webfont-a802a27ec02572d93d4ba7a6d7ca36dd.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "satoshi";
  src: url(/static/satoshi-medium-webfont-3ca2488a2d6cd88c7889b59ebb4bd2d5.woff2) format("woff2"), url(/static/satoshi-medium-webfont-ad5db05744ba2f2cb99408eb8cb5ec96.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
.h1 {
  font-family: "belfast";
  font-size: 92px;
  color: #FFFFFF;
  letter-spacing: -3.37px;
  line-height: 0.95em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .h1 {
    font-size: 64px;
    letter-spacing: -2px;
  }
}
@media (max-width: 640px) {
  .h1 {
    font-size: 42px;
    letter-spacing: -1.54px;
    line-height: 46px;
  }
}

.h2 {
  font-family: "belfast";
  font-size: 52px;
  color: #FFFFFF;
  letter-spacing: -1.9px;
  font-weight: bold;
  line-height: 1em;
}
@media (max-width: 640px) {
  .h2 {
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: -1.54px;
  }
}

.h3 {
  font-family: "belfast";
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: -0.95px;
  text-align: center;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .h3 {
    font-size: 26px;
    letter-spacing: -0.95px;
    line-height: 29px;
  }
}

.h4 {
  font-family: "satoshi";
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
}

.lead-text {
  font-family: "satoshi";
  font-size: 20px;
  color: #DEF0F1;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .lead-text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
@media (min-width: 2560px) {
  .lead-text {
    font-size: 32px;
    letter-spacing: -1.54px;
    line-height: 41px;
  }
}

.gradient-text {
  background-image: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, #44EAE5 50%, #9E62FF 100%);
  background-size: 250%;
  background-position: left 75% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  background: #111C35;
}

body {
  font-family: "satoshi";
  font-size: 16px;
  color: #DEF0F1;
}

main {
  overflow: hidden;
}

section {
  overflow: hidden;
  position: relative;
}
section .container {
  width: 100%;
  padding: 0 30px;
  max-width: 1200px;
}

.text-gradient {
  background: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, #44EAE5 50%, #9E62FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bg-dark-blue {
  background-color: #0C162C;
}

.merch-page > div {
  display: none;
}
.merch-page #___gatsby {
  display: block;
}
.merch-page #___gatsby + div {
  display: block;
}
@media (max-width: 768px) {
  .merch-page #merch-content {
    padding-top: 60px;
  }
}

.error-section {
  padding-top: 100px;
  min-height: calc(100vh - 680px);
}
.error-section h1 {
  font-family: "satoshi";
  font-weight: 900;
  font-size: 200px;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .error-section h1 {
    font-size: 100px;
  }
}
.error-section span {
  font-weight: bold;
  font-size: 32px;
  color: #DEF0F1;
  letter-spacing: 0;
  margin-top: 15px;
  line-height: 30px;
  display: block;
}
.error-section em {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #C1C1C1;
  letter-spacing: 0;
  line-height: 23px;
  margin-top: 15px;
  display: block;
}

.button {
  display: inline-flex;
  align-items: center;
  border: 1px solid #202b3f;
  border-radius: 50px;
  font-family: "satoshi";
  padding: 10px 20px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  transition: 600ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.button .label {
  font-size: 13px;
  line-height: 16px;
  color: #9dd2d5;
  letter-spacing: -0.41px;
  font-weight: bold;
  z-index: 2;
  transition: 600ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.button .icon {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-left: -5px;
  fill: #44EAE5;
  z-index: 2;
  transition: 600ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.button .filter {
  position: absolute;
  inset: 0;
  background-color: transparent;
  width: 100%;
  transition: 300ms all ease-in-out;
  background: linear-gradient(45deg, transparent 0% 45%, #ecfdfc 50% 20%, #b3def8, #909afa);
  background-size: 250%;
  background-position: left center;
}
.button:hover > .filter {
  background-position: left 100% center;
  opacity: 1;
}
.button:hover > .label {
  color: #000000;
  transition: 1000ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.button:hover > .icon {
  fill: #000000;
}
.button.secondary {
  padding: 14px 30px;
}
.button.secondary .filter {
  background: linear-gradient(45deg, transparent 0% 45%, #ecfdfc 50% 20%, #b3def8, #909afa);
  background-size: 350%;
  background-position: right center;
  transition: 300ms all ease-in-out;
}
.button.secondary .label {
  color: #000000;
}
.button.secondary .icon {
  fill: #000000;
}
.button.secondary:hover .filter {
  background-position: right 25% center;
}
.button.large {
  padding: 18px 40px;
}
.button.large .label {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.69px;
}

.charta-item {
  position: relative;
}
.charta-item .h3 {
  text-align: left;
  margin-bottom: 10px;
}
.charta-item .image {
  max-height: 66px;
  max-width: initial;
}
@media (max-width: 768px) {
  .charta-item .image {
    max-width: 80px;
  }
}

.blockchain-item {
  position: relative;
  overflow: hidden;
  padding: 35px;
  border: 2px solid #202B3F;
  margin: -1px;
}
@media (max-width: 768px) {
  .blockchain-item {
    padding: 35px 30px;
  }
}
.blockchain-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 50% 200%, #0E6881 0%, rgba(12, 22, 44, 0) 60%);
  transition: 800ms all ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  will-change: opacity, transform;
}
.blockchain-item:hover:before {
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.blockchain-item .image img {
  height: 54px;
  width: 54px;
}
.blockchain-item .token {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.blockchain-item .apr {
  display: block;
  font-size: 10px;
  color: #9E5FFE;
  letter-spacing: 0;
  line-height: 15px;
  font-weight: bold;
}
.blockchain-item .stats {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #DEF0F1;
  letter-spacing: -0.5px;
  line-height: 15px;
  font-weight: bold;
}

.nav ul li {
  font-family: "satoshi";
  font-weight: bold;
  font-size: 16px;
  padding: 0 15px;
  letter-spacing: 0;
  background-image: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, #44EAE5 50%, #9E62FF 100%);
  background-size: 250%;
  background-position: left 0 center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: 1000ms all cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav ul li:hover {
  background-position: left 75% center;
}
@media (max-width: 768px) {
  .nav {
    position: fixed;
    left: 30px;
    right: 30px;
    top: 100px;
    background: rgba(17, 28, 53, 0.9);
    box-shadow: 0 40px 100px 0 rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px 35px;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    transition: 500ms all ease-in-out;
    will-change: transform;
    opacity: 0;
  }
  .nav ul li {
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.34px;
    padding: 10px 0;
    width: 100%;
    background-size: 200%;
    transition: 1000ms all ease-in-out;
  }
  .nav ul li:hover {
    background-position: left 125% center;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  z-index: 10;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}
header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 22, 44, 0.8784313725), transparent), linear-gradient(180deg, rgba(12, 22, 44, 0.8784313725), transparent), linear-gradient(180deg, rgba(12, 22, 44, 0.8784313725), transparent);
  content: "";
  z-index: -1;
}
header .container {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
}
header .logo {
  height: 67px;
}
@media (max-width: 768px) {
  header .logo {
    height: 60px;
  }
}
@media (max-width: 640px) {
  header .logo {
    height: 47px;
  }
}
header .hamburger {
  border: 1px solid rgba(222, 240, 241, 0.11);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
}
header .hamburger .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgNDIgNDIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIENvcHkgMjwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cmFkaWFsR3JhZGllbnQgY3g9IjE2LjUwMzM2MjclIiBjeT0iMTI5LjY4NjUzMyUiIGZ4PSIxNi41MDMzNjI3JSIgZnk9IjEyOS42ODY1MzMlIiByPSI5MS44NzA3NjA0JSIgaWQ9InJhZGlhbEdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNDRFQUU1IiBzdG9wLW9wYWNpdHk9IjAuMSIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNDRFQUU1IiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNDRFQUU1IiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvcmFkaWFsR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSI3NS4xNTE3MDA3JSIgeTE9IjguMDQ3MDM1MjElIiB4Mj0iMjMuOTM5ODQ5OSUiIHkyPSIxMDAlIiBpZD0ibGluZWFyR3JhZGllbnQtMiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM5RTYyRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzQ0RUFFNSIgb2Zmc2V0PSI0OC4wNTg3OTA5JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjODE4RUY3IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTMiIHg9IjMxMCIgeT0iMTAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUEFHRSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNHMS0tLU0tTkFWIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTM5LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuMDAwMDAwLCAzMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDx1c2UgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMxMTFDMzUiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgPHVzZSBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtMikiIHN0cm9rZS13aWR0aD0iMSIgZmlsbC1vcGFjaXR5PSIwLjgiIGZpbGw9InVybCgjcmFkaWFsR3JhZGllbnQtMSkiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat scroll center center transparent;
  background-size: cover;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  transition: 500ms all cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
}
header .hamburger .rows {
  width: 14px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSI3NS4xNTE3MDA3JSIgeTE9IjE5LjE3NzQxMzYlIiB4Mj0iMjMuOTM5ODQ5OSUiIHkyPSI4Ni43MzQ2OTM5JSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjOUU2MkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM0NEVBRTUiIG9mZnNldD0iNDguMDU4NzkwOSUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzgxOEVGNyIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQQUdFIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICAgIDxnIGlkPSJTRzEtLS1NIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUyLjAwMDAwMCwgLTUzLjAwMDAwMCkiIHN0cm9rZT0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iSEVBREVSIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4wMDAwMDAsIDMwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTM0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMsMTQuNDYxNTM4NSBMMjcsMTQuNDYxNTM4NSBNMTMsMjAgTDI3LDIwIE0xMywyNS41Mzg0NjE1IEwyNywyNS41Mzg0NjE1IiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat scroll center center transparent;
  background-size: cover;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
  transition: 500ms all cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
}
header .hamburger .x {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTIgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSI3NS4xNTE3MDA3JSIgeTE9IjguMDQ3MDM1MjElIiB4Mj0iMjMuOTM5ODQ5OSUiIHkyPSIxMDAlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM5RTYyRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzQ0RUFFNSIgb2Zmc2V0PSI0OC4wNTg3OTA5JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjODE4RUY3IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlBBR0UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IlNHMS0tLU0tTkFWIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU0LjAwMDAwMCwgLTU0LjAwMDAwMCkiIHN0cm9rZT0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iSEVBREVSIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4wMDAwMDAsIDMwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMyNS4wNTAyNTMsMjUuNTExNzkxIEwzMzQuOTQ5NzQ3LDM1LjQxMTI4NTkgTTMyNS4wNTAyNTMsMzUuNDExMjg1OSBMMzM0Ljk0OTc0NywyNS41MTE3OTEiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat scroll center center transparent;
  background-size: cover;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(60deg) scale(0);
          transform: translateY(-50%) translateX(-50%) rotate(60deg) scale(0);
  transition: 500ms all cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
}
header .hamburger:hover .circle {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header.menu-opened .nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header.menu-opened .circle {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header.menu-opened .rows {
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
          transform: translateY(-50%) translateX(-50%) scale(0);
}
header.menu-opened .x {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
}

.hero-section {
  min-height: 900px;
  overflow: visible;
  z-index: 0;
  top: -100px;
}
.hero-section .hero-section-image {
  display: block;
}
@media (max-width: 1025px) {
  .hero-section .hero-section-image {
    display: none;
  }
  .hero-section {
    top: -60px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 700px;
  }
}
.hero-section .hero-section-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1680px;
}
@media (max-width: 1700px) {
  .hero-section .hero-section-bg {
    width: 2200px;
    max-width: unset;
  }
}
@media (max-width: 1400px) {
  .hero-section .hero-section-bg {
    width: 2000px;
    max-width: unset;
  }
}
@media (max-width: 1025px) {
  .hero-section .hero-section-bg {
    top: 0;
    width: 100%;
    height: 850px;
    background: url(/static/sg-1-hero-image-62eb9a24e4e92a303adbc637d374265c.png) no-repeat scroll bottom center transparent;
    background-size: 1800px;
  }
}
@media (max-width: 640px) {
  .hero-section .hero-section-bg {
    height: 700px;
    background-position: left 60% center;
    background-size: 1400px;
  }
}
@media (min-width: 1700px) {
  .hero-section .hero-section-bg {
    width: 2600px;
    max-width: unset;
  }
}
.hero-section .container {
  z-index: 2;
}
.hero-section .container h1 {
  margin-top: -90px;
}

.charta-section {
  padding-top: 100px;
  overflow: visible;
  margin-top: -300px;
}
@media (max-width: 2560px) {
  .charta-section {
    margin-top: -100px;
  }
}
@media (max-width: 1700px) {
  .charta-section {
    margin-top: -220px;
  }
}
@media (min-width: 1700px) {
  .charta-section {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .charta-section {
    margin-top: 40px;
    padding-top: 0;
  }
  .charta-section h2 {
    margin-bottom: 50px;
  }
}
.charta-section:before {
  background: url(/static/bg-after-0d0a4c016505885ea62e95e104f1fe24.png) no-repeat scroll center top transparent;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0px;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4000px;
  height: 150%;
}
@media (max-width: 768px) {
  .charta-section:before {
    background-size: 4000px;
    top: -35%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    height: 200%;
    width: 4000px;
  }
}

.blockchain-section {
  padding-top: 144px;
  overflow: visible;
}
@media (max-width: 768px) {
  .blockchain-section {
    padding-top: 120px;
  }
  .blockchain-section .h2 {
    margin-bottom: 15px;
  }
}
.blockchain-section .sub-title {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .blockchain-section .sub-title {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}
.blockchain-section .blockchain-wrapper {
  border: 2px solid #202B3F;
  border-radius: 20px;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blockchain-section .blockchain-wrapper {
    border: none;
    border-radius: 0px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.blockchain-section .blockchain-wrapper .collapse-border {
  margin: -2px;
}
.blockchain-section .blockchain-wrapper .info-link {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.57px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 640px) {
  .blockchain-section .blockchain-wrapper .info-link {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.blockchain-section .blockchain-wrapper .info-link .arrow {
  color: #9E62FF;
  width: 62px;
}

.services-section {
  padding-top: 120px;
  position: relative;
  overflow: visible;
}
.services-section:before {
  background: url(/static/bg-before-3b9bd003b01a8e95c1108545e1359a89.png) no-repeat scroll center top transparent;
  background-size: 3000px;
  content: "";
  position: absolute;
  top: -500px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3000px;
  height: 100%;
}
.services-section:after {
  background: url(/static/bg-after-87e2a6664ba63393ed16501e123dbb65.png) no-repeat scroll center bottom transparent;
  content: "";
  position: absolute;
  bottom: -1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3000px;
  height: 120%;
}
@media (max-width: 640px) {
  .services-section {
    padding-top: 0px;
    margin-top: 80px;
  }
}
.services-section .services-grid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .services-section .services-grid {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .services-section .services-grid {
    padding: 0;
  }
  .services-section .title-wrapper {
    margin-bottom: 50px;
  }
}
.services-section .title-wrapper .title {
  text-align: left;
}
@media (max-width: 640px) {
  .services-section .title-wrapper .title {
    text-align: center;
  }
}
.services-section .title-wrapper .transform-item {
  margin-top: 20px;
  padding: 0 90px;
}
@media (max-width: 1025px) {
  .services-section .title-wrapper .transform-item {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .services-section .title-wrapper .transform-item {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .services-section .title-wrapper .transform-item {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.services-section .title-wrapper .services-lead {
  -webkit-transform: translateY(160%);
          transform: translateY(160%);
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
}
.services-section .title-wrapper .services-lead.gradient {
  background-image: linear-gradient(30deg, #9E62FF 0% 45%, #44EAE5 70% 100%);
  background-size: 250%;
  background-position: left 75% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1025px) {
  .services-section .title-wrapper .services-lead {
    -webkit-transform: translateY(140%);
            transform: translateY(140%);
  }
}
@media (max-width: 768px) {
  .services-section .title-wrapper .services-lead {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .services-section .title-wrapper .services-lead {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.55px;
    text-align: center;
    -webkit-transform: unset;
            transform: unset;
  }
}
.services-section .section-wrapper {
  text-align: center;
}
.services-section .section-wrapper .section-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .services-section .section-wrapper .section-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.services-section .section-wrapper .section-item .text-wrapper {
  padding-top: 35px;
  padding-left: 60px;
  padding-right: 60px;
}
.services-section .section-wrapper .section-item .text-wrapper p.decription {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 20px;
}
@media (max-width: 1025px) {
  .services-section .section-wrapper .section-item .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) {
  .services-section .section-wrapper .section-item:nth-of-type(even) {
    -webkit-transform: translateY(280px);
            transform: translateY(280px);
    padding-left: 30px;
  }
  .services-section .section-wrapper .section-item:nth-of-type(odd) {
    padding-right: 50px;
  }
}

.setup-section {
  padding-top: 170px;
}
@media (max-width: 640px) {
  .setup-section {
    padding-top: 100px;
  }
}
.setup-section .bg-boundary {
  position: relative;
  z-index: 1;
}
.setup-section .title {
  margin-bottom: 30px;
}
.setup-section .description {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .setup-section .description {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}
.setup-section a.button {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .setup-section a.button {
    margin-top: 30px;
  }
}
.setup-section .subtitle {
  font-family: "satoshi";
  background-image: linear-gradient(30deg, #44EAE5, #9E62FF);
  background-size: 250%;
  background-position: left 75% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 37px;
}
.setup-section .box-grid {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .setup-section .box-grid {
    margin-top: 60px;
  }
}
.setup-section .box-grid .box {
  position: relative;
}
.setup-section .box-grid .box .box-base {
  background-color: #0F1A32;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 640px) {
  .setup-section .box-grid .box .box-base {
    padding: 25px 30px;
  }
}
.setup-section .box-grid .box .box-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
}
.setup-section .box-grid .box .box-text {
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: bold;
}
.setup-section .background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
  bottom: 153px;
}
@media (max-width: 1025px) {
  .setup-section .background-image {
    width: 125%;
    right: -25%;
    bottom: 335px;
  }
}
@media (max-width: 768px) {
  .setup-section .background-image {
    position: relative;
    right: 60%;
    margin-bottom: 40px;
    width: 210%;
    bottom: 0px;
  }
}

.architecture-section {
  padding-top: 170px;
  overflow: visible;
}
@media (max-width: 640px) {
  .architecture-section {
    padding-top: 100px;
  }
}
.architecture-section .bg-boundary {
  position: relative;
  z-index: 1;
}
.architecture-section .bg-boundary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: radial-gradient(circle at 50% 200%, #0E6881 0%, rgba(12, 22, 44, 0) 55%);
  z-index: -1;
  left: 10%;
}
@media (max-width: 640px) {
  .architecture-section .bg-boundary:after {
    left: 0;
    background-image: radial-gradient(circle at 50% 120%, #0E6881 0%, rgba(12, 22, 44, 0) 45%);
    background-position: 0px 0px;
  }
}
.architecture-section .content-wrapper {
  margin-bottom: 67px;
  max-width: 490px;
}
.architecture-section .content-wrapper .title {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .architecture-section .content-wrapper .title {
    margin-bottom: 20px;
  }
}
.architecture-section .content-wrapper .description {
  font-size: 18px;
  letter-spacing: -0.45px;
  margin-bottom: 30px;
}
.architecture-section .content-wrapper a.button {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .architecture-section .content-wrapper a.button {
    margin-top: 30px;
  }
}
.architecture-section .content-wrapper .subtitle {
  font-family: "satoshi";
  background-image: linear-gradient(30deg, #44EAE5, #9E62FF);
  background-size: 250%;
  background-position: left 75% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 37px;
}
.architecture-section .image-wrapper {
  height: 300px;
  position: relative;
}
.architecture-section .image-wrapper .background-image {
  position: absolute;
  z-index: 3;
  width: 110%;
  top: -10%;
  left: -10%;
}
@media (max-width: 1025px) {
  .architecture-section .image-wrapper .background-image {
    width: 650px;
    left: unset;
  }
}
@media (max-width: 768px) {
  .architecture-section .image-wrapper .background-image {
    width: 600px;
    right: -100px;
  }
}
@media (max-width: 640px) {
  .architecture-section .image-wrapper .background-image {
    width: 470px;
    right: -140px;
  }
}

.contact-section {
  padding-top: 200px;
}
@media (max-width: 640px) {
  .contact-section {
    padding-top: 50px;
  }
}
.contact-section .h1 {
  font-size: 88px;
  letter-spacing: -2.3px;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .h1 {
    text-align: left;
    font-size: 42px;
    letter-spacing: -1.05px;
    line-height: 45px;
  }
}
.contact-section .contact-form {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .contact-section .contact-form {
    margin-top: 30px;
  }
}
.contact-section .contact-form .form-group {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-section .contact-form .form-group {
    margin-bottom: 40px;
  }
}
.contact-section .contact-form .form-group .bg {
  background-color: transparent;
}
.contact-section .contact-form .form-group label {
  display: block;
  font-weight: bold;
}
.contact-section .contact-form .form-group input,
.contact-section .contact-form .form-group select {
  border-radius: 4px;
  background-color: transparent;
  border-bottom: 2px solid #232e42;
  width: 100%;
  padding: 20px 0px;
  height: 55px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact-section .contact-form .form-group input,
  .contact-section .contact-form .form-group select {
    height: 50px;
  }
}
.contact-section .contact-form .form-group input:focus,
.contact-section .contact-form .form-group select:focus {
  outline: none;
}
.contact-section .contact-form .form-group textarea {
  border-radius: 4px;
  background-color: transparent;
  border-bottom: 2px solid #232e42;
  width: 100%;
  font-weight: normal;
  padding: 10px 0px;
  height: 120px;
  resize: none;
  font-size: 16px;
}
.contact-section .contact-form .form-group textarea:focus {
  outline: none;
}

.footer {
  padding-top: 115px;
  padding-bottom: 35px;
  overflow: visible;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 70px;
  }
}
.footer::before {
  content: "";
}
.footer .footer-text {
  z-index: 1;
}
.footer .navigation-title {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.footer .copy-right {
  font-size: 12px;
  color: #cafcff;
  letter-spacing: 0;
  font-weight: 500;
}
.footer .footer-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/static/sg-1-footer-image-5195a533f3efae59528476813b77fcab.png) no-repeat scroll bottom right;
  background-size: 1800px;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1860px) {
  .footer .footer-bg {
    max-width: 1760px;
  }
}
@media (max-width: 1460px) {
  .footer .footer-bg {
    background-position: bottom right;
    max-width: 1560px;
    background-size: 1500px;
  }
}
@media (max-width: 1025px) {
  .footer .footer-bg {
    background-position: bottom left -10vw;
    background-size: 150vw;
  }
}
@media (max-width: 768px) {
  .footer .footer-bg {
    background-position: bottom left -25vw;
    background-size: 200vw;
  }
}
@media (max-width: 640px) {
  .footer .footer-bg {
    background-position: bottom left -55vw;
    background-size: 250vw;
  }
}
.footer .nav-footer ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #DEF0F1;
  letter-spacing: 0;
}

#content-page .contact-section {
  padding-top: 120px;
}
@media (max-width: 768px) {
  #content-page .contact-section {
    padding-top: 80px;
  }
}
@media (max-width: 640px) {
  #content-page .contact-section {
    padding-top: 50px;
  }
}
#content-page .setup-section {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #content-page .setup-section {
    padding-top: 150px;
  }
}
@media (max-width: 640px) {
  #content-page .setup-section {
    padding-top: 80px;
  }
}

.content-section {
  overflow: visible;
}
.content-section .title {
  margin-bottom: 80px;
}
.content-section p {
  margin-bottom: 20px;
}
.content-section .h4 {
  margin-bottom: 50px;
}
.content-section .description {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .content-section {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  .content-section {
    padding-top: 50px;
  }
}
.content-section .h1 {
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: -2.63px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .content-section .h1 {
    font-size: 64px;
    letter-spacing: -2px;
  }
}
@media (max-width: 640px) {
  .content-section .h1 {
    font-size: 42px;
    letter-spacing: -1.54px;
    line-height: 46px;
  }
}
.content-section .subtitle {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 25px;
  padding-right: 140px;
}
@media (max-width: 768px) {
  .content-section .subtitle {
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  .content-section .subtitle {
    padding-right: 0;
  }
}
.content-section .hero-text {
  font-weight: 500;
  font-size: 18px;
  color: #DEF0F1;
  letter-spacing: 0;
  line-height: 23px;
  margin-top: 10px;
  padding-right: 160px;
}
@media (max-width: 768px) {
  .content-section .hero-text {
    padding-right: 50px;
  }
}
@media (max-width: 640px) {
  .content-section .hero-text {
    padding-right: 0;
  }
}
.content-section hr {
  background: #3A4E79;
  width: 170px;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.content-section .content-text {
  font-weight: normal;
  font-size: 16px;
  color: #CCE3E9;
  letter-spacing: 0;
  line-height: 23px;
}
.content-section .content-text span {
  color: #44EAE5;
}
.content-section .content-text p {
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .content-section .content-image.scalable {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media (max-width: 768px) {
  .content-section .content-image.scalable {
    margin-top: 100px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 640px) {
  .content-section .content-image.scalable {
    margin-top: 50px;
  }
}
.content-section .content-image.bigger {
  width: 100vw;
  max-width: 1000px;
  position: absolute;
  right: 0;
  bottom: -220px;
}
@media (max-width: 1025px) {
  .content-section .content-image.bigger {
    position: relative;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .content-section .content-image.bigger {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 640px) {

  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-\[370px\] {
    max-width: 370px;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-3\/12 {
    flex-basis: 25%;
  }

  .md\:basis-9\/12 {
    flex-basis: 75%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-x-10 {
    -webkit-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1025px) {

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-x-16 {
    -webkit-column-gap: 4rem;
         column-gap: 4rem;
  }
}

