*, ::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.19 | 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;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-\[15\%\] {
  left: 15%;
}

.left-\[75\%\] {
  left: 75%;
}

.top-\[-370px\] {
  top: -370px;
}

.top-\[250px\] {
  top: 250px;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

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

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

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

.mb-4 {
  margin-bottom: 1rem;
}

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

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

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

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

.mt-4 {
  margin-top: 1rem;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[800px\] {
  height: 800px;
}

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[800px\] {
  width: 800px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-\[radial-gradient\(circle\2c _rgba\(56\2c 189\2c 248\2c 0\.15\)_0\%\2c _rgba\(99\2c 102\2c 241\2c 0\.08\)_40\%\2c _transparent_70\%\)\] {
  background-image: radial-gradient(circle, rgba(56,189,248,0.15) 0%, rgba(99,102,241,0.08) 40%, transparent 70%);
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-\[32px\] {
  font-size: 32px;
}

.text-\[clamp\(2\.5rem\2c 6vw\2c 4\.5rem\)\] {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-relaxed {
  line-height: 1.625;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

/* https://www.mshr.app */

@keyframes ani-mesh-background {
  0% {
    --c-0: hsla(221, 46%, 10%, 1);
    --y-0: 93%;
    --s-start-0: 14.489998991212337%;
    --s-end-0: 72%;
    --x-0: 7%;
    --c-1: hsla(221, 46%, 10%, 1);
    --y-1: 9%;
    --s-start-1: 0%;
    --s-end-1: 45%;
    --x-1: 74%;
    --s-start-2: 2.9253667596993065%;
    --s-end-2: 22.388851682060018%;
    --x-2: 15%;
    --c-2: hsla(257, 91%, 27%, 0.15);
    --y-2: 21%;
    --y-3: -4%;
    --c-3: hsla(212, 100%, 50%, 0.07);
    --x-3: 40%;
    --s-start-3: 3.985353824694249%;
    --s-end-3: 47.580278608924694%;
    --y-4: 10%;
    --c-4: hsla(198, 93%, 59%, 0.3);
    --x-4: 26%;
    --s-start-4: 10%;
    --s-end-4: 47.58%;
    --x-5: 0%;
    --s-start-5: 2.391200382592061%;
    --s-end-5: 29.307684556768592%;
    --y-5: 40%;
    --c-5: hsla(224, 72%, 36%, 0.3);
    --y-6: 63%;
    --c-6: hsla(248, 52%, 24%, 0.5);
    --x-6: 92%;
    --s-start-6: 2.9253667596993065%;
    --s-end-6: 22.388851682060018%;
    --c-7: hsla(212, 100%, 50%, 0.19);
    --y-7: 84%;
    --s-start-7: 13.173642363290591%;
    --s-end-7: 31.747336520355095%;
    --x-7: 101%;
    --x-8: 90%;
    --s-start-8: 1%;
    --s-end-8: 31%;
    --y-8: 87%;
    --c-8: hsla(198, 93%, 59%, 0.25);
    --x-9: 104%;
    --s-start-9: 3.985353824694249%;
    --s-end-9: 13.103042116379756%;
    --y-9: 44%;
    --c-9: hsla(166, 71%, 60%, 0.27);
    --c-10: hsla(219, 83%, 23%, 0.18);
    --y-10: 81%;
    --s-start-10: 18.597054544690312%;
    --s-end-10: 31%;
    --x-10: 97%;
  }

  100% {
    --c-0: hsla(221, 46%, 10%, 1);
    --y-0: 9%;
    --s-start-0: 2.391200382592061%;
    --s-end-0: 43.902064173373226%;
    --x-0: 93%;
    --c-1: hsla(221, 46%, 10%, 1);
    --y-1: 93%;
    --s-start-1: 9%;
    --s-end-1: 54.805582404585024%;
    --x-1: 4%;
    --s-start-2: 3%;
    --s-end-2: 26.722813338714598%;
    --x-2: -2%;
    --c-2: hsla(166, 71%, 60%, 0.2);
    --y-2: -3%;
    --y-3: 18%;
    --c-3: hsla(180, 100%, 50%, 0.1);
    --x-3: 33%;
    --s-start-3: 2.391200382592061%;
    --s-end-3: 32.0689540200964%;
    --y-4: 14%;
    --c-4: hsla(198, 93%, 59%, 0.3);
    --x-4: 37%;
    --s-start-4: 10%;
    --s-end-4: 42.069%;
    --x-5: 37%;
    --s-start-5: 4.40642490323111%;
    --s-end-5: 37.23528104246256%;
    --y-5: 19%;
    --c-5: hsla(212, 88%, 26%, 0.2);
    --y-6: 1%;
    --c-6: hsla(271, 98%, 53%, 0.26);
    --x-6: 54%;
    --s-start-6: 3%;
    --s-end-6: 32.537089799783296%;
    --c-7: hsla(262, 100%, 50%, 0.15);
    --y-7: 57%;
    --s-start-7: 6%;
    --s-end-7: 42.501105312974815%;
    --x-7: 104%;
    --x-8: 104%;
    --s-start-8: 5%;
    --s-end-8: 13.10107024898374%;
    --y-8: 116%;
    --c-8: hsla(298, 35%, 23%, 0.3);
    --x-9: 97%;
    --s-start-9: 2.391200382592061%;
    --s-end-9: 27.141813016850573%;
    --y-9: 70%;
    --c-9: hsla(180, 100%, 50%, 0.11);
    --c-10: hsla(219, 83%, 23%, 0.39);
    --y-10: 96%;
    --s-start-10: 5%;
    --s-end-10: 21.32164536610654%;
    --x-10: 78%;
  }
}

@property --c-0 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(221, 46%, 10%, 1)
}

@property --y-0 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 93%
}

@property --s-start-0 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 14.489998991212337%
}

@property --s-end-0 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 72%
}

@property --x-0 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 7%
}

@property --c-1 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(221, 46%, 10%, 1)
}

@property --y-1 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 9%
}

@property --s-start-1 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 0%
}

@property --s-end-1 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 45%
}

@property --x-1 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 74%
}

@property --s-start-2 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 2.9253667596993065%
}

@property --s-end-2 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 22.388851682060018%
}

@property --x-2 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 15%
}

@property --c-2 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(257, 91%, 27%, 0.15)
}

@property --y-2 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 21%
}

@property --y-3 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: -4%
}

@property --c-3 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(212, 100%, 50%, 0.07)
}

@property --x-3 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 40%
}

@property --s-start-3 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 3.985353824694249%
}

@property --s-end-3 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 47.580278608924694%
}

@property --y-4 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 10%
}

@property --c-4 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(198, 93%, 59%, 0.3)
}

@property --x-4 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 26%
}

@property --s-start-4 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 10%
}

@property --s-end-4 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 47.58%
}

@property --x-5 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 0%
}

@property --s-start-5 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 2.391200382592061%
}

@property --s-end-5 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 29.307684556768592%
}

@property --y-5 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 40%
}

@property --c-5 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(224, 72%, 36%, 0.3)
}

@property --y-6 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 63%
}

@property --c-6 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(248, 52%, 24%, 0.5)
}

@property --x-6 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 92%
}

@property --s-start-6 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 2.9253667596993065%
}

@property --s-end-6 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 22.388851682060018%
}

@property --c-7 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(212, 100%, 50%, 0.19)
}

@property --y-7 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 84%
}

@property --s-start-7 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 13.173642363290591%
}

@property --s-end-7 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 31.747336520355095%
}

@property --x-7 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 101%
}

@property --x-8 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 90%
}

@property --s-start-8 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 1%
}

@property --s-end-8 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 31%
}

@property --y-8 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 87%
}

@property --c-8 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(198, 93%, 59%, 0.25)
}

@property --x-9 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 104%
}

@property --s-start-9 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 3.985353824694249%
}

@property --s-end-9 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 13.103042116379756%
}

@property --y-9 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 44%
}

@property --c-9 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(166, 71%, 60%, 0.27)
}

@property --c-10 {
  syntax: '<color>';

  inherits: false;

  initial-value: hsla(219, 83%, 23%, 0.18)
}

@property --y-10 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 81%
}

@property --s-start-10 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 18.597054544690312%
}

@property --s-end-10 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 31%
}

@property --x-10 {
  syntax: '<percentage>';

  inherits: false;

  initial-value: 97%
}

body {
  --c-0: hsla(221, 46%, 10%, 1);
  --y-0: 93%;
  --x-0: 7%;
  --c-1: hsla(221, 46%, 10%, 1);
  --y-1: 9%;
  --x-1: 74%;
  --x-2: 15%;
  --c-2: hsla(257, 91%, 27%, 0.15);
  --y-2: 21%;
  --y-3: -4%;
  --c-3: hsla(212, 100%, 50%, 0.07);
  --x-3: 40%;
  --y-4: 10%;
  --c-4: hsla(198, 93%, 59%, 0.3);
  --x-4: 26%;
  --x-5: 0%;
  --y-5: 40%;
  --c-5: hsla(224, 72%, 36%, 0.3);
  --y-6: 63%;
  --c-6: hsla(248, 52%, 24%, 0.5);
  --x-6: 92%;
  --c-7: hsla(212, 100%, 50%, 0.19);
  --y-7: 84%;
  --x-7: 101%;
  --x-8: 90%;
  --y-8: 87%;
  --c-8: hsla(198, 93%, 59%, 0.25);
  --x-9: 104%;
  --y-9: 44%;
  --c-9: hsla(166, 71%, 60%, 0.27);
  --c-10: hsla(219, 83%, 23%, 0.18);
  --y-10: 81%;
  --x-10: 97%;
  background-color: hsla(221, 46%, 10%, 1);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5)), radial-gradient(circle at var(--x-6) var(--y-6), var(--c-6) var(--s-start-6), transparent var(--s-end-6)), radial-gradient(circle at var(--x-7) var(--y-7), var(--c-7) var(--s-start-7), transparent var(--s-end-7)), radial-gradient(circle at var(--x-8) var(--y-8), var(--c-8) var(--s-start-8), transparent var(--s-end-8)), radial-gradient(circle at var(--x-9) var(--y-9), var(--c-9) var(--s-start-9), transparent var(--s-end-9)), radial-gradient(circle at var(--x-10) var(--y-10), var(--c-10) var(--s-start-10), transparent var(--s-end-10));
  animation: ani-mesh-background 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal;
  will-change: transform, opacity;
  contain: paint
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
  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));
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.focus\:bg-white\/\[0\.08\]:focus {
  background-color: rgb(255 255 255 / 0.08);
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-sky-300\/50:focus-visible {
  outline-color: rgb(125 211 252 / 0.5);
}

.active\:bg-sky-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {
  .max-sm\:mt-0 {
    margin-top: 0px;
  }

  .max-sm\:w-full {
    width: 100%;
  }

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
