*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::-moz-placeholder, textarea::-moz-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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-0 {
  right: -0px;
}

.-top-2\/4 {
  top: -50%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.resize {
  resize: both;
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

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

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.self-center {
  align-self: center;
}

.rounded-md {
  border-radius: 0.375rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

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

.font-body {
  font-family: "Inter", sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.opacity-50 {
  opacity: 0.5;
}

:root {
  --body-bgcolor: #0A051F;
  --display-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;
}

body {
  background-color: var(--body-bgcolor);
  color: #fff;
}

/* Section: Start */

.ax-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ax-section .ax-section__container {
  width: 100%;
}

@media (min-width: 640px) {
  .ax-section .ax-section__container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .ax-section .ax-section__container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .ax-section .ax-section__container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .ax-section .ax-section__container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .ax-section .ax-section__container {
    max-width: 1536px;
  }
}

.ax-section .ax-section__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .ax-section .ax-section__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ax-section .ax-section__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (min-width: 768px) {
  .ax-section .ax-section__title {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .ax-section .ax-section__title {
    font-size: 56px;
    line-height: 64px;
  }
}

.ax-section .ax-section__subtitle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  /* What we do */
  font-family: 'Inter';
  /* font-size: 14px;
line-height: 20px; */
  /* identical to box height, or 143% */
  background: var(--body-bgcolor);
  box-shadow: inset 0px -7px 11px rgba(164, 143, 255, 0.12);
}

.ax-section .ax-section__subtitle:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 9999px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(63.92deg, #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  z-index: -1;
  transition: background-image 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Section: End */

/* Header: Start */

.ax-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

.ax-header .ax-header__container {
  margin: 2rem;
  display: flex;
  align-items: center;
}

.ax-header .ax-header__nav {
  display: none;
  border-radius: 9999px;
  padding: 0.375rem;
  background: rgba(16, 11, 32, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media (min-width: 1024px) {
  .ax-header .ax-header__nav {
    display: flex;
  }
}

.ax-header .ax-header__nav .ax-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.24s ease-in-out;
}

@media (min-width: 1024px)  {
  .ax-header .ax-header__nav .ax-header__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ax-header .ax-header__nav .ax-header__link:hover:before,
.ax-header .ax-header__nav .ax-header__link--active:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 9999px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(63.92deg, #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  z-index: -1;
  transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ax-header .ax-header__nav .ax-header__link:hover,
.ax-header .ax-header__nav .ax-header__link.ax-header__link--active {
  background: #3F3175;
}

.ax-header .ax-header__btn {
  position: relative;
  padding: 16px 32px;
  /* height: 38px; */
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3F3175;
}

.ax-header .ax-header__btn:before {
  --ax-btn-grad-deg: 64deg;
  content: '';
  position: absolute;
  border-radius: 9999px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(var(--ax-btn-grad-deg), #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  z-index: -1;
  transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ax-header .ax-header__btn:hover:before  {
  --ax-btn-grad-deg: 134deg;
}

/* Header: End */

/* Footer: Star */

.ax-footer {
  --ax-footer-bg: #161028;
  --ax-footer-border-color: #2F2E32;
  background-color: var(--ax-footer-bg);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-color: var(--ax-footer-border-color);
}

@media (min-width: 768px) {
  .ax-footer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ax-footer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.ax-footer .ax-footer__container {
  width: 100%;
}

@media (min-width: 640px) {
  .ax-footer .ax-footer__container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .ax-footer .ax-footer__container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .ax-footer .ax-footer__container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .ax-footer .ax-footer__container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .ax-footer .ax-footer__container {
    max-width: 1536px;
  }
}

.ax-footer .ax-footer__container {
  display: flex;
  flex-direction: column;
}

.ax-footer h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  /* font-size: 48px; */
  /* line-height: 72px; */
  color: #F4F0FF;
}

@media (min-width: 1024px) {
  .ax-footer h2 {
    /* font-size: 48px; */
  }
}

/* Footer: End */

/* Hero: Start */

.ax-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.ax-hero .ax-hero__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.ax-hero .ax-hero__desc {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .ax-hero .ax-hero__title {
    font-size: 3.75rem;
    line-height: 1;
  }

  .ax-hero .ax-hero__desc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Hero: End */

/* Button: Start */

.ax-btn {
  --ax-btn-grad-deg: 64deg;
  font-family: 'Poppins';
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 16px 32px;
  /* height: 38px; */
  border-radius: 32px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(var(--ax-btn-grad-deg), #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  transition: all 0.24s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.ax-btn:before {
  --ax-btn-grad-deg: calc(134deg * 1.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: linear-gradient(var(--ax-btn-grad-deg), #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.ax-btn:hover:before  {
  opacity: 1;
}

/* Button: End */

/* Sections: Start */

.ax-section--home-hero {
  background: url("../images/home/hero/hero-top.png") top center no-repeat;
  background-size: 100%;
}

.ax-section--home-hero:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../images/home/hero/dna.png") top center no-repeat;
  background-size: 100%;
}

.ax-section--home-hero {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ax-section--home-mission:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  --ax-section-mission-bg: #0F0C1D;
  background-color: var(--ax-section-mission-bg);
}

.ax-section--home-partners {
}

.ax-section--home-what-we-do {
  background: url("../images/home/future/future-bg.png") center center no-repeat;
  background-size: 100%;
}

.ax-section--home-stand-apart  {
  position: relative;
}

.ax-section--home-stand-apart:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  background: url("../images/home/future/future-bg.png") center center no-repeat;
  background-size: 150%;
  z-index: -1;
}

.ax-section--home-what-we-do .ax-glasscards {
  background: url("../images/home/future/grid-bg.png") center center no-repeat;
  background-size: 100%;
}

.ax-section--home-know-more:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../images/home/know-more/know-more.png") 0 0 no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

@media (min-width: 1024px) {
  .ax-section--home-know-more:before {
    background-position: top center;
  }
}

.ax-section--home-innovations .ax-glasscard:first-child .ax-glasscard__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  background: linear-gradient(92.3deg, #53AEEA 8.08%, #7820FB 50.25%, #5418E3 100%);
  background: -webkit-linear-gradient(92.3deg, #53AEEA 8.08%, #7820FB 50.25%, #5418E3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ax-section--home-stand-apart {
}

/* Sections: End */

/* Mission: Start */

.ax-mission {
  --ax-mission-height: 594px;
}

.ax-mission .ax-mission__content {
  align-items: center;
  height: var(--ax-mission-height);
}

.ax-mission .ax-mission__item {
  text-align: center;
}

.ax-mission .ax-mission__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #F4F0FF;
}

.ax-mission .ax-mission__desc {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color: rgba(239, 237, 253, 0.7);
}

@media (min-width: 1024px) {
  .ax-mission .ax-mission__desc {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

/* Mission: End */

/* glasscards: Start */

.ax-glasscards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #0F052A;
  border: 1px solid #383079;
  border-radius: 32px;
}

@media (min-width: 1024px) {
  .ax-glasscards {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.ax-glasscard {
  height: 100%;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgba(22, 16, 40, 0.8);
  border: 1px solid #2F2E32;
}

.ax-glasscard .ax-glasscard__media {
  margin-bottom: 1.5rem;
}

.ax-glasscard .ax-glasscard__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 1rem;
}

.ax-glasscard .ax-glasscard__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(239, 237, 253, 0.7);
}

/* glasscards: End */

/* Tile: Start */

.ax-tile {
  position: relative;
  display: inline-flex;
  height: 7rem;
  width: 9rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(115.89deg, rgba(255, 255, 255, 0.576) -9.24%, rgba(255, 255, 255, 0.256) 103.95%);
  background: white;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 24px;
}

@media (min-width: 1024px) {
  .ax-tile {
    width: 12rem;
  }
}

.ax-tile:before {
  content: '';
  --ax-btn-grad-deg: 64deg;
  position: absolute;
  border-radius: 24px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(90deg, #FFFFFF 9.57%, rgba(255, 255, 255, 0) 56.98%, rgba(255, 255, 255, 0.77) 97.79%);
}

/* Tile: End */

.ax-separator {
  --ax-separator-grad-deg: 90deg;
  width: 100%;
  /* height: 1px; */
  background-image: linear-gradient(var(--ax-separator-grad-deg), #140732 0%, #5D1AFE 30.89%, #7D21FB 69.51%, #150834 100%);
  /* box-shadow: inset 0px -7px 11px rgba(164, 143, 255, 0.12); */
}

.ax-separator.ax-separator--vertical {
  --ax-separator-grad-deg: 180deg;
  width: 1px;
  /* min-height: 100%; */
}

.ax-slidelinks {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.ax-slidelinks .ax-slidelink {
  position: relative;
  display: flex;
  height: 4rem;
  width: 100%;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: 'Inter';
}

.ax-slidelinks .ax-slidelink:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 9999px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  opacity: 0;
  transform: scale(1.01);
  background-image: linear-gradient(63.92deg, #3DECE4 -2.21%, #8222FB 46.32%, #5418FF 99.83%);
  transition: opacity 0.24s cubic-bezier(.44,.41,.6,.98),
  transform 0.24s cubic-bezier(.44,.41,.6,.98);
}

.ax-slidelinks .ax-slidelink.ax-slidelink--active {
  background-color: var(--body-bgcolor);
  box-shadow: inset 0px -7px 11px rgba(164, 143, 255, 0.12);
  transition: background-color 0.24s cubic-bezier(.44,.41,.6,.98),
  box-shadow 0.24s cubic-bezier(.44,.41,.6,.98);
}

.ax-slidelinks .ax-slidelink.ax-slidelink--active:before {
  opacity: 1;
  transform: scale(1);
}

.ax-slidecards {
  position: relative;
  height: 100%;
  min-height: 20rem;
}

.ax-slidecards .ax-glasscard {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 20rem;
}

.ax-slidecards .ax-glasscard .ax-glasscard__title {
  font-size: 3rem;
  line-height: 110%;
}

.ax-slidespagination span {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background: url('../images/home/stand-apart/pagination.png') 0 0 no-repeat;
}

.ax-slidespagination span:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0;
  background: url('../images/home/stand-apart/pagination-active.png') 0 0 no-repeat;
  transform: scale(1.04);
  transition: opacity 0.24s cubic-bezier(.44,.41,.6,.98),
  transform 0.24s cubic-bezier(.44,.41,.6,.98);
}

.ax-slidespagination span.active:before {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:pe-16 {
    padding-inline-end: 4rem;
  }

  .lg\:ps-16 {
    padding-inline-start: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}