/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Space+Grotesk:wght@400;500;600;700&display=swap");

*, ::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: Space Grotesk, Inter, SF Pro Display, system-ui, sans-serif; /* 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;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-1{
  inset: 0.25rem;
}
.inset-3{
  inset: 0.75rem;
}
.inset-\[-10px\]{
  inset: -10px;
}
.inset-\[-4px\]{
  inset: -4px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-left-2{
  left: -0.5rem;
}
.-right-10{
  right: -2.5rem;
}
.-right-2{
  right: -0.5rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-16{
  left: 4rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[70\]{
  z-index: 70;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-\[260px\]{
  max-height: 260px;
}
.max-h-\[280px\]{
  max-height: 280px;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-\[110px\]{
  min-height: 110px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[130px\]{
  min-height: 130px;
}
.min-h-\[140px\]{
  min-height: 140px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[88px\]{
  min-height: 88px;
}
.min-h-\[96px\]{
  min-height: 96px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.table-auto{
  table-layout: auto;
}
.-translate-y-1\/2{
  --tw-translate-y: -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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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{
  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));
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c 1fr\)\2c 80px\]{
  grid-template-columns: minmax(0,1fr) 80px;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-daisy-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 229 251 / var(--tw-divide-opacity, 1));
}
.divide-white\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.7);
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[22px\]{
  border-radius: 22px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[26px\]{
  border-radius: 26px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[36px\]{
  border-radius: 36px;
}
.rounded-\[38px\]{
  border-radius: 38px;
}
.rounded-\[42px\]{
  border-radius: 42px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-\[36px\]{
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#08112c\]{
  --tw-border-opacity: 1;
  border-color: rgb(8 17 44 / var(--tw-border-opacity, 1));
}
.border-\[\#08122f\]{
  --tw-border-opacity: 1;
  border-color: rgb(8 18 47 / var(--tw-border-opacity, 1));
}
.border-\[\#08203f\]{
  --tw-border-opacity: 1;
  border-color: rgb(8 32 63 / var(--tw-border-opacity, 1));
}
.border-\[\#0a301e\]{
  --tw-border-opacity: 1;
  border-color: rgb(10 48 30 / var(--tw-border-opacity, 1));
}
.border-\[\#0b1230\]{
  --tw-border-opacity: 1;
  border-color: rgb(11 18 48 / var(--tw-border-opacity, 1));
}
.border-\[\#0b1a35\]{
  --tw-border-opacity: 1;
  border-color: rgb(11 26 53 / var(--tw-border-opacity, 1));
}
.border-\[\#101a3b\]\/10{
  border-color: rgb(16 26 59 / 0.1);
}
.border-\[\#11204e\]\/20{
  border-color: rgb(17 32 78 / 0.2);
}
.border-\[\#9fe7ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(159 231 255 / var(--tw-border-opacity, 1));
}
.border-\[\#f96a7d\]{
  --tw-border-opacity: 1;
  border-color: rgb(249 106 125 / var(--tw-border-opacity, 1));
}
.border-\[\#ff95b2\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 149 178 / var(--tw-border-opacity, 1));
}
.border-\[\#ffd1e8\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 209 232 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-daisy-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 229 251 / var(--tw-border-opacity, 1));
}
.border-daisy-200{
  --tw-border-opacity: 1;
  border-color: rgb(255 199 243 / var(--tw-border-opacity, 1));
}
.border-daisy-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 158 220 / var(--tw-border-opacity, 1));
}
.border-daisy-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 117 189 / var(--tw-border-opacity, 1));
}
.border-daisy-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 245 255 / var(--tw-border-opacity, 1));
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}
.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}
.border-transparent{
  border-color: transparent;
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}
.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.bg-\[\#04142b\]\/95{
  background-color: rgb(4 20 43 / 0.95);
}
.bg-\[\#050a1f\]\/60{
  background-color: rgb(5 10 31 / 0.6);
}
.bg-\[\#050a1f\]\/70{
  background-color: rgb(5 10 31 / 0.7);
}
.bg-\[\#081838\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 24 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f1d4d\]\/65{
  background-color: rgb(15 29 77 / 0.65);
}
.bg-\[\#10204f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 32 79 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8fe9ff\]\/70{
  background-color: rgb(143 233 255 / 0.7);
}
.bg-\[\#9fe7ff\]\/20{
  background-color: rgb(159 231 255 / 0.2);
}
.bg-\[\#c4d4f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ddebff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 235 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef4ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff9edc\]\/40{
  background-color: rgb(255 158 220 / 0.4);
}
.bg-\[\#ffe4ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffe5f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffe8fb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff0f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff5f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 249 / var(--tw-bg-opacity, 1));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-daisy-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 251 / var(--tw-bg-opacity, 1));
}
.bg-daisy-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 243 / var(--tw-bg-opacity, 1));
}
.bg-daisy-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 255 / var(--tw-bg-opacity, 1));
}
.bg-daisy-50\/40{
  background-color: rgb(255 245 255 / 0.4);
}
.bg-daisy-50\/50{
  background-color: rgb(255 245 255 / 0.5);
}
.bg-daisy-50\/60{
  background-color: rgb(255 245 255 / 0.6);
}
.bg-daisy-50\/70{
  background-color: rgb(255 245 255 / 0.7);
}
.bg-daisy-50\/80{
  background-color: rgb(255 245 255 / 0.8);
}
.bg-daisy-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 79 146 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}
.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(to_bottom\2c \#f1f5f9_1px\2c transparent_1px\)\]{
  background-image: linear-gradient(to bottom,#f1f5f9 1px,transparent 1px);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#131f47\]\/95{
  --tw-gradient-from: rgb(19 31 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 31 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#142a66\]\/90{
  --tw-gradient-from: rgb(20 42 102 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 42 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#142c6c\]\/80{
  --tw-gradient-from: rgb(20 44 108 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 44 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#18205a\]\/95{
  --tw-gradient-from: rgb(24 32 90 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 32 90 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#273fa1\]{
  --tw-gradient-from: #273fa1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 63 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7ef2ff\]{
  --tw-gradient-from: #7ef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#80dfff\]\/60{
  --tw-gradient-from: rgb(128 223 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 223 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#bfe4ff\]{
  --tw-gradient-from: #bfe4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 228 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c2f5ff\]{
  --tw-gradient-from: #c2f5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c7ffd6\]{
  --tw-gradient-from: #c7ffd6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 255 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d5f2ff\]{
  --tw-gradient-from: #d5f2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(213 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d6f6ff\]\/60{
  --tw-gradient-from: rgb(214 246 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d6f8ff\]{
  --tw-gradient-from: #d6f8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d7ffe6\]{
  --tw-gradient-from: #d7ffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 255 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d8ffeb\]{
  --tw-gradient-from: #d8ffeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 255 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d9f3ff\]{
  --tw-gradient-from: #d9f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#dbf8ff\]{
  --tw-gradient-from: #dbf8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8e4ff\]{
  --tw-gradient-from: #e8e4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 228 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ede6ff\]\/60{
  --tw-gradient-from: rgb(237 230 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 230 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fce0ff\]{
  --tw-gradient-from: #fce0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff9edc\]{
  --tw-gradient-from: #ff9edc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 158 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffbed3\]{
  --tw-gradient-from: #ffbed3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 190 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffdf8f\]{
  --tw-gradient-from: #ffdf8f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 223 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffe0f1\]{
  --tw-gradient-from: #ffe0f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 224 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffe39e\]{
  --tw-gradient-from: #ffe39e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 227 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffe7c4\]{
  --tw-gradient-from: #ffe7c4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 231 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffe7cf\]{
  --tw-gradient-from: #ffe7cf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 231 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffe8f4\]\/60{
  --tw-gradient-from: rgb(255 232 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 232 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffeab7\]\/90{
  --tw-gradient-from: rgb(255 234 183 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 234 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffebb3\]{
  --tw-gradient-from: #ffebb3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 235 179 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fff0c9\]{
  --tw-gradient-from: #fff0c9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 240 201 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fff8de\]{
  --tw-gradient-from: #fff8de var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 248 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fffad7\]{
  --tw-gradient-from: #fffad7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 250 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-daisy-100{
  --tw-gradient-from: #ffe5fb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 229 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-daisy-200{
  --tw-gradient-from: #ffc7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 199 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-daisy-300{
  --tw-gradient-from: #ff9edc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 158 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-daisy-400{
  --tw-gradient-from: #ff75bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 117 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lagoon-200\/40{
  --tw-gradient-from: rgb(156 229 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 229 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/50{
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#273b9a\]\/85{
  --tw-gradient-to: rgb(39 59 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 59 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2b44a3\]\/85{
  --tw-gradient-to: rgb(43 68 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(43 68 163 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2c3f9a\]\/90{
  --tw-gradient-to: rgb(44 63 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(44 63 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2e3fa3\]\/85{
  --tw-gradient-to: rgb(46 63 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 63 163 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#54cbff\]{
  --tw-gradient-to: rgb(84 203 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #54cbff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#6fea89\]{
  --tw-gradient-to: rgb(111 234 137 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6fea89 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#7d5cc6\]{
  --tw-gradient-to: rgb(125 92 198 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7d5cc6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#f8fdd0\]{
  --tw-gradient-to: rgb(248 253 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fdd0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ff9edc\]{
  --tw-gradient-to: rgb(255 158 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ff9edc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffb9df\]\/90{
  --tw-gradient-to: rgb(255 185 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 185 223 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffd1f3\]{
  --tw-gradient-to: rgb(255 209 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffd1f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffd4f4\]{
  --tw-gradient-to: rgb(255 212 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffd4f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffd78d\]{
  --tw-gradient-to: rgb(255 215 141 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffd78d var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffe5f8\]\/70{
  --tw-gradient-to: rgb(255 229 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 229 248 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffe695\]{
  --tw-gradient-to: rgb(255 230 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe695 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#22c56b\]{
  --tw-gradient-to: #22c56b var(--tw-gradient-to-position);
}
.to-\[\#3292ff\]{
  --tw-gradient-to: #3292ff var(--tw-gradient-to-position);
}
.to-\[\#5d9bff\]{
  --tw-gradient-to: #5d9bff var(--tw-gradient-to-position);
}
.to-\[\#5f74d7\]\/80{
  --tw-gradient-to: rgb(95 116 215 / 0.8) var(--tw-gradient-to-position);
}
.to-\[\#6157d5\]\/80{
  --tw-gradient-to: rgb(97 87 213 / 0.8) var(--tw-gradient-to-position);
}
.to-\[\#6ad7ff\]{
  --tw-gradient-to: #6ad7ff var(--tw-gradient-to-position);
}
.to-\[\#6bd8ff\]{
  --tw-gradient-to: #6bd8ff var(--tw-gradient-to-position);
}
.to-\[\#6bf2a0\]{
  --tw-gradient-to: #6bf2a0 var(--tw-gradient-to-position);
}
.to-\[\#6d5ce0\]\/90{
  --tw-gradient-to: rgb(109 92 224 / 0.9) var(--tw-gradient-to-position);
}
.to-\[\#6d7fff\]\/85{
  --tw-gradient-to: rgb(109 127 255 / 0.85) var(--tw-gradient-to-position);
}
.to-\[\#72e4ff\]{
  --tw-gradient-to: #72e4ff var(--tw-gradient-to-position);
}
.to-\[\#8fe9ff\]{
  --tw-gradient-to: #8fe9ff var(--tw-gradient-to-position);
}
.to-\[\#9ad7ff\]{
  --tw-gradient-to: #9ad7ff var(--tw-gradient-to-position);
}
.to-\[\#a5ddff\]\/90{
  --tw-gradient-to: rgb(165 221 255 / 0.9) var(--tw-gradient-to-position);
}
.to-\[\#b2a3ff\]{
  --tw-gradient-to: #b2a3ff var(--tw-gradient-to-position);
}
.to-\[\#b7e9ff\]{
  --tw-gradient-to: #b7e9ff var(--tw-gradient-to-position);
}
.to-\[\#c5f5ff\]{
  --tw-gradient-to: #c5f5ff var(--tw-gradient-to-position);
}
.to-\[\#dafbe6\]\/80{
  --tw-gradient-to: rgb(218 251 230 / 0.8) var(--tw-gradient-to-position);
}
.to-\[\#dcf6ff\]\/80{
  --tw-gradient-to: rgb(220 246 255 / 0.8) var(--tw-gradient-to-position);
}
.to-\[\#ff8498\]{
  --tw-gradient-to: #ff8498 var(--tw-gradient-to-position);
}
.to-\[\#ff9ad1\]{
  --tw-gradient-to: #ff9ad1 var(--tw-gradient-to-position);
}
.to-\[\#ff9edc\]{
  --tw-gradient-to: #ff9edc var(--tw-gradient-to-position);
}
.to-\[\#ffb347\]{
  --tw-gradient-to: #ffb347 var(--tw-gradient-to-position);
}
.to-\[\#ffb36b\]{
  --tw-gradient-to: #ffb36b var(--tw-gradient-to-position);
}
.to-\[\#ffb460\]{
  --tw-gradient-to: #ffb460 var(--tw-gradient-to-position);
}
.to-\[\#ffb77f\]{
  --tw-gradient-to: #ffb77f var(--tw-gradient-to-position);
}
.to-\[\#ffd1f4\]{
  --tw-gradient-to: #ffd1f4 var(--tw-gradient-to-position);
}
.to-\[\#ffd48e\]\/70{
  --tw-gradient-to: rgb(255 212 142 / 0.7) var(--tw-gradient-to-position);
}
.to-\[\#ffd5fb\]{
  --tw-gradient-to: #ffd5fb var(--tw-gradient-to-position);
}
.to-\[\#ffd65c\]{
  --tw-gradient-to: #ffd65c var(--tw-gradient-to-position);
}
.to-\[\#ffe5cd\]\/80{
  --tw-gradient-to: rgb(255 229 205 / 0.8) var(--tw-gradient-to-position);
}
.to-daisy-100\/60{
  --tw-gradient-to: rgb(255 229 251 / 0.6) var(--tw-gradient-to-position);
}
.to-daisy-200{
  --tw-gradient-to: #ffc7f3 var(--tw-gradient-to-position);
}
.to-daisy-400{
  --tw-gradient-to: #ff75bd var(--tw-gradient-to-position);
}
.to-daisy-400\/60{
  --tw-gradient-to: rgb(255 117 189 / 0.6) var(--tw-gradient-to-position);
}
.to-daisy-50\/60{
  --tw-gradient-to: rgb(255 245 255 / 0.6) var(--tw-gradient-to-position);
}
.to-daisy-500{
  --tw-gradient-to: #ff4f92 var(--tw-gradient-to-position);
}
.to-daisy-600{
  --tw-gradient-to: #e73a7e var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-purple-400{
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-white\/30{
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.bg-\[size\:100\%_60px\]{
  background-size: 100% 60px;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-arcade{
  font-family: 'Press Start 2P', Space Grotesk, sans-serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: Space Grotesk, Inter, SF Pro Display, system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[0\.35em\]{
  letter-spacing: 0.35em;
}
.tracking-\[0\.3em\]{
  letter-spacing: 0.3em;
}
.tracking-\[0\.45em\]{
  letter-spacing: 0.45em;
}
.tracking-\[0\.4em\]{
  letter-spacing: 0.4em;
}
.tracking-\[0\.5em\]{
  letter-spacing: 0.5em;
}
.tracking-\[0\.6em\]{
  letter-spacing: 0.6em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#04142b\]{
  --tw-text-opacity: 1;
  color: rgb(4 20 43 / var(--tw-text-opacity, 1));
}
.text-\[\#042a1a\]{
  --tw-text-opacity: 1;
  color: rgb(4 42 26 / var(--tw-text-opacity, 1));
}
.text-\[\#05122c\]{
  --tw-text-opacity: 1;
  color: rgb(5 18 44 / var(--tw-text-opacity, 1));
}
.text-\[\#05152b\]{
  --tw-text-opacity: 1;
  color: rgb(5 21 43 / var(--tw-text-opacity, 1));
}
.text-\[\#052047\]{
  --tw-text-opacity: 1;
  color: rgb(5 32 71 / var(--tw-text-opacity, 1));
}
.text-\[\#061330\]{
  --tw-text-opacity: 1;
  color: rgb(6 19 48 / var(--tw-text-opacity, 1));
}
.text-\[\#070f2c\]{
  --tw-text-opacity: 1;
  color: rgb(7 15 44 / var(--tw-text-opacity, 1));
}
.text-\[\#08102b\]{
  --tw-text-opacity: 1;
  color: rgb(8 16 43 / var(--tw-text-opacity, 1));
}
.text-\[\#08122f\]{
  --tw-text-opacity: 1;
  color: rgb(8 18 47 / var(--tw-text-opacity, 1));
}
.text-\[\#08143f\]{
  --tw-text-opacity: 1;
  color: rgb(8 20 63 / var(--tw-text-opacity, 1));
}
.text-\[\#091437\]{
  --tw-text-opacity: 1;
  color: rgb(9 20 55 / var(--tw-text-opacity, 1));
}
.text-\[\#09163d\]{
  --tw-text-opacity: 1;
  color: rgb(9 22 61 / var(--tw-text-opacity, 1));
}
.text-\[\#0a1230\]{
  --tw-text-opacity: 1;
  color: rgb(10 18 48 / var(--tw-text-opacity, 1));
}
.text-\[\#0a1435\]{
  --tw-text-opacity: 1;
  color: rgb(10 20 53 / var(--tw-text-opacity, 1));
}
.text-\[\#0a1735\]{
  --tw-text-opacity: 1;
  color: rgb(10 23 53 / var(--tw-text-opacity, 1));
}
.text-\[\#0a1c32\]{
  --tw-text-opacity: 1;
  color: rgb(10 28 50 / var(--tw-text-opacity, 1));
}
.text-\[\#0b1230\]{
  --tw-text-opacity: 1;
  color: rgb(11 18 48 / var(--tw-text-opacity, 1));
}
.text-\[\#0c1d3a\]{
  --tw-text-opacity: 1;
  color: rgb(12 29 58 / var(--tw-text-opacity, 1));
}
.text-\[\#101838\]{
  --tw-text-opacity: 1;
  color: rgb(16 24 56 / var(--tw-text-opacity, 1));
}
.text-\[\#111a3e\]{
  --tw-text-opacity: 1;
  color: rgb(17 26 62 / var(--tw-text-opacity, 1));
}
.text-\[\#18a06b\]{
  --tw-text-opacity: 1;
  color: rgb(24 160 107 / var(--tw-text-opacity, 1));
}
.text-\[\#24a985\]{
  --tw-text-opacity: 1;
  color: rgb(36 169 133 / var(--tw-text-opacity, 1));
}
.text-\[\#2746b9\]{
  --tw-text-opacity: 1;
  color: rgb(39 70 185 / var(--tw-text-opacity, 1));
}
.text-\[\#2a3353\]\/80{
  color: rgb(42 51 83 / 0.8);
}
.text-\[\#2b3661\]{
  --tw-text-opacity: 1;
  color: rgb(43 54 97 / var(--tw-text-opacity, 1));
}
.text-\[\#2f1031\]{
  --tw-text-opacity: 1;
  color: rgb(47 16 49 / var(--tw-text-opacity, 1));
}
.text-\[\#2f3763\]{
  --tw-text-opacity: 1;
  color: rgb(47 55 99 / var(--tw-text-opacity, 1));
}
.text-\[\#31407a\]{
  --tw-text-opacity: 1;
  color: rgb(49 64 122 / var(--tw-text-opacity, 1));
}
.text-\[\#36528f\]{
  --tw-text-opacity: 1;
  color: rgb(54 82 143 / var(--tw-text-opacity, 1));
}
.text-\[\#381c00\]{
  --tw-text-opacity: 1;
  color: rgb(56 28 0 / var(--tw-text-opacity, 1));
}
.text-\[\#3a466d\]{
  --tw-text-opacity: 1;
  color: rgb(58 70 109 / var(--tw-text-opacity, 1));
}
.text-\[\#3b1d00\]{
  --tw-text-opacity: 1;
  color: rgb(59 29 0 / var(--tw-text-opacity, 1));
}
.text-\[\#3d0c2a\]{
  --tw-text-opacity: 1;
  color: rgb(61 12 42 / var(--tw-text-opacity, 1));
}
.text-\[\#3f4e7d\]{
  --tw-text-opacity: 1;
  color: rgb(63 78 125 / var(--tw-text-opacity, 1));
}
.text-\[\#465583\]{
  --tw-text-opacity: 1;
  color: rgb(70 85 131 / var(--tw-text-opacity, 1));
}
.text-\[\#4a547f\]{
  --tw-text-opacity: 1;
  color: rgb(74 84 127 / var(--tw-text-opacity, 1));
}
.text-\[\#4a557f\]{
  --tw-text-opacity: 1;
  color: rgb(74 85 127 / var(--tw-text-opacity, 1));
}
.text-\[\#4b567c\]{
  --tw-text-opacity: 1;
  color: rgb(75 86 124 / var(--tw-text-opacity, 1));
}
.text-\[\#4b5685\]{
  --tw-text-opacity: 1;
  color: rgb(75 86 133 / var(--tw-text-opacity, 1));
}
.text-\[\#4c5680\]{
  --tw-text-opacity: 1;
  color: rgb(76 86 128 / var(--tw-text-opacity, 1));
}
.text-\[\#4d5785\]{
  --tw-text-opacity: 1;
  color: rgb(77 87 133 / var(--tw-text-opacity, 1));
}
.text-\[\#4d5a8a\]{
  --tw-text-opacity: 1;
  color: rgb(77 90 138 / var(--tw-text-opacity, 1));
}
.text-\[\#4f5a87\]{
  --tw-text-opacity: 1;
  color: rgb(79 90 135 / var(--tw-text-opacity, 1));
}
.text-\[\#552310\]{
  --tw-text-opacity: 1;
  color: rgb(85 35 16 / var(--tw-text-opacity, 1));
}
.text-\[\#5a0516\]{
  --tw-text-opacity: 1;
  color: rgb(90 5 22 / var(--tw-text-opacity, 1));
}
.text-\[\#5b648f\]{
  --tw-text-opacity: 1;
  color: rgb(91 100 143 / var(--tw-text-opacity, 1));
}
.text-\[\#5b668f\]{
  --tw-text-opacity: 1;
  color: rgb(91 102 143 / var(--tw-text-opacity, 1));
}
.text-\[\#5d0b1a\]{
  --tw-text-opacity: 1;
  color: rgb(93 11 26 / var(--tw-text-opacity, 1));
}
.text-\[\#6874a8\]{
  --tw-text-opacity: 1;
  color: rgb(104 116 168 / var(--tw-text-opacity, 1));
}
.text-\[\#6a739f\]{
  --tw-text-opacity: 1;
  color: rgb(106 115 159 / var(--tw-text-opacity, 1));
}
.text-\[\#6b74a7\]{
  --tw-text-opacity: 1;
  color: rgb(107 116 167 / var(--tw-text-opacity, 1));
}
.text-\[\#6b78a7\]{
  --tw-text-opacity: 1;
  color: rgb(107 120 167 / var(--tw-text-opacity, 1));
}
.text-\[\#6d74a8\]{
  --tw-text-opacity: 1;
  color: rgb(109 116 168 / var(--tw-text-opacity, 1));
}
.text-\[\#6f2a73\]{
  --tw-text-opacity: 1;
  color: rgb(111 42 115 / var(--tw-text-opacity, 1));
}
.text-\[\#6f78aa\]{
  --tw-text-opacity: 1;
  color: rgb(111 120 170 / var(--tw-text-opacity, 1));
}
.text-\[\#7480c1\]{
  --tw-text-opacity: 1;
  color: rgb(116 128 193 / var(--tw-text-opacity, 1));
}
.text-\[\#7682ba\]{
  --tw-text-opacity: 1;
  color: rgb(118 130 186 / var(--tw-text-opacity, 1));
}
.text-\[\#7a132c\]{
  --tw-text-opacity: 1;
  color: rgb(122 19 44 / var(--tw-text-opacity, 1));
}
.text-\[\#7a264e\]{
  --tw-text-opacity: 1;
  color: rgb(122 38 78 / var(--tw-text-opacity, 1));
}
.text-\[\#7a83b5\]{
  --tw-text-opacity: 1;
  color: rgb(122 131 181 / var(--tw-text-opacity, 1));
}
.text-\[\#821650\]{
  --tw-text-opacity: 1;
  color: rgb(130 22 80 / var(--tw-text-opacity, 1));
}
.text-\[\#9fe7ff\]{
  --tw-text-opacity: 1;
  color: rgb(159 231 255 / var(--tw-text-opacity, 1));
}
.text-\[\#b4e9ff\]{
  --tw-text-opacity: 1;
  color: rgb(180 233 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f15997\]{
  --tw-text-opacity: 1;
  color: rgb(241 89 151 / var(--tw-text-opacity, 1));
}
.text-\[\#f8df7b\]{
  --tw-text-opacity: 1;
  color: rgb(248 223 123 / var(--tw-text-opacity, 1));
}
.text-\[\#ff3361\]{
  --tw-text-opacity: 1;
  color: rgb(255 51 97 / var(--tw-text-opacity, 1));
}
.text-\[\#ff517b\]{
  --tw-text-opacity: 1;
  color: rgb(255 81 123 / var(--tw-text-opacity, 1));
}
.text-\[\#ff5474\]{
  --tw-text-opacity: 1;
  color: rgb(255 84 116 / var(--tw-text-opacity, 1));
}
.text-\[\#ff5499\]{
  --tw-text-opacity: 1;
  color: rgb(255 84 153 / var(--tw-text-opacity, 1));
}
.text-\[\#ff5fa8\]{
  --tw-text-opacity: 1;
  color: rgb(255 95 168 / var(--tw-text-opacity, 1));
}
.text-\[\#ff679e\]{
  --tw-text-opacity: 1;
  color: rgb(255 103 158 / var(--tw-text-opacity, 1));
}
.text-\[\#ff76b9\]{
  --tw-text-opacity: 1;
  color: rgb(255 118 185 / var(--tw-text-opacity, 1));
}
.text-\[\#ffb7c5\]{
  --tw-text-opacity: 1;
  color: rgb(255 183 197 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd879\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 121 / var(--tw-text-opacity, 1));
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-daisy-400{
  --tw-text-opacity: 1;
  color: rgb(255 117 189 / var(--tw-text-opacity, 1));
}
.text-daisy-500{
  --tw-text-opacity: 1;
  color: rgb(255 79 146 / var(--tw-text-opacity, 1));
}
.text-daisy-600{
  --tw-text-opacity: 1;
  color: rgb(231 58 126 / var(--tw-text-opacity, 1));
}
.text-daisy-700{
  --tw-text-opacity: 1;
  color: rgb(193 40 100 / var(--tw-text-opacity, 1));
}
.text-daisy-800{
  --tw-text-opacity: 1;
  color: rgb(143 29 76 / var(--tw-text-opacity, 1));
}
.text-daisy-900{
  --tw-text-opacity: 1;
  color: rgb(105 20 55 / var(--tw-text-opacity, 1));
}
.text-daisy-900\/80{
  color: rgb(105 20 55 / 0.8);
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.line-through{
  text-decoration-line: line-through;
}
.accent-\[\#7de0ff\]{
  accent-color: #7de0ff;
}
.accent-\[\#ff5fa8\]{
  accent-color: #ff5fa8;
}
.accent-daisy-500{
  accent-color: #ff4f92;
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_4px_rgba\(239\2c 68\2c 68\2c 0\.3\)\]{
  --tw-shadow: 0 0 4px rgba(239,68,68,0.3);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(239\2c 68\2c 68\2c 0\.6\)\]{
  --tw-shadow: 0 0 8px rgba(239,68,68,0.6);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.8\)\]{
  --tw-shadow: 0 0 8px rgba(255,255,255,0.8);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(234\2c 196\2c 94\2c 0\.35\)\]{
  --tw-shadow: 0 10px 30px rgba(234,196,94,0.35);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_30px_rgba\(249\2c 106\2c 125\2c 0\.25\)\]{
  --tw-shadow: 0 12px 30px rgba(249,106,125,0.25);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_30px_rgba\(44\2c 64\2c 130\2c 0\.25\)\]{
  --tw-shadow: 0 12px 30px rgba(44,64,130,0.25);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_15px_40px_rgba\(5\2c 18\2c 46\2c 0\.15\)\]{
  --tw-shadow: 0 15px 40px rgba(5,18,46,0.15);
  --tw-shadow-colored: 0 15px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_30px_rgba\(7\2c 24\2c 56\2c 0\.16\)\]{
  --tw-shadow: 0 16px 30px rgba(7,24,56,0.16);
  --tw-shadow-colored: 0 16px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_45px_rgba\(5\2c 18\2c 46\2c 0\.2\)\]{
  --tw-shadow: 0 20px 45px rgba(5,18,46,0.2);
  --tw-shadow-colored: 0 20px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_60px_rgba\(5\2c 20\2c 52\2c 0\.35\)\]{
  --tw-shadow: 0 30px 60px rgba(5,20,52,0.35);
  --tw-shadow-colored: 0 30px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_0_\#040c24\]{
  --tw-shadow: 0 4px 0 #040c24;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_\#168a4b\]{
  --tw-shadow: 0 6px 0 #168a4b;
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_\#1d58a7\]{
  --tw-shadow: 0 6px 0 #1d58a7;
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_\#ba752a\]{
  --tw-shadow: 0 6px 0 #ba752a;
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 6px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_rgba\(63\2c 12\2c 42\2c 0\.35\)\]{
  --tw-shadow: 0 6px 0 rgba(63,12,42,0.35);
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_0_rgba\(8\2c 16\2c 43\2c 0\.3\)\]{
  --tw-shadow: 0 6px 0 rgba(8,16,43,0.3);
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 8px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(8\2c 19\2c 44\2c 0\.35\)\]{
  --tw-shadow: 0 8px 18px rgba(8,19,44,0.35);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-arcade{
  --tw-shadow: 0 25px 50px rgba(18, 27, 64, 0.55);
  --tw-shadow-colored: 0 25px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card{
  --tw-shadow: 0 14px 35px rgba(56, 92, 157, 0.25);
  --tw-shadow-colored: 0 14px 35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#ff9edc\]\/40{
  --tw-shadow-color: rgb(255 158 220 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-daisy-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 229 251 / var(--tw-ring-opacity, 1));
}
.blur-2xl{
  --tw-blur: blur(40px);
  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);
}
.blur-3xl{
  --tw-blur: blur(64px);
  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);
}
.drop-shadow-\[0_6px_0_rgba\(5\2c 21\2c 43\2c 0\.2\)\]{
  --tw-drop-shadow: drop-shadow(0 6px 0 rgba(5,21,43,0.2));
  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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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{
  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);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200{
  animation-duration: 200ms;
}

:root {
  --sky: #7fd4ff;
  --horizon: #ffd1e8;
  --glow: rgba(255, 255, 255, 0.4);
  --text: #051226;
}

html,
body {
  font-family: "Space Grotesk", "Inter", "SF Pro Display", system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: transparent;
  color: var(--text);
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 3px);
  mix-blend-mode: soft-light;
  pointer-events: none;
  opacity: 0.6;
}

.background-video {
  position: fixed;
  top: -10vh;
  left: -10vw;
  width: 120vw;
  height: 120vh;
  z-index: -3;
  overflow: hidden;
  background-color: #051226;
  pointer-events: none;
}

.background-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.background-video__media--active {
  opacity: 1;
}

.arcade-shell {
  backdrop-filter: blur(22px);
  border-radius: 36px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  background: rgba(15, 23, 42, 0.15);
  box-shadow: 0 20px 50px rgba(7, 9, 36, 0.45);
  position: relative;
  overflow: hidden;
}

.arcade-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center,
      rgba(255, 255, 255, 0.25),
      transparent 55%);
  pointer-events: none;
}

.crt-noise {
  position: relative;
}

.crt-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 3px),
    repeating-linear-gradient(0deg,
      rgba(4, 2, 32, 0.08),
      rgba(4, 2, 32, 0.08) 2px,
      transparent 2px,
      transparent 4px);
  mix-blend-mode: soft-light;
}

.pixel-card {
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(9, 21, 59, 0.2);
  position: relative;
}

.pixel-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 2px dashed rgba(16, 24, 64, 0.08);
  pointer-events: none;
}

.pixel-panel {
  border-radius: 24px;
  border: 3px solid #0a1a38;
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #0b1f47, #214c9a);
  color: white;
}

.pixel-button {
  border-radius: 16px;
  border: 3px solid #0b132d;
  background: linear-gradient(180deg, #fffdc7 0%, #ffd77f 65%, #fcb045 100%);
  box-shadow: 0 6px 0 #b86a1f, inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  color: #311300;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.retro-input {
  border-radius: 18px;
  border: 3px solid rgba(5, 18, 38, 0.3);
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  box-shadow: inset 0 -4px 0 rgba(9, 21, 59, 0.1);
  width: 100%;
}

.menu-token {
  border-radius: 22px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, #fff0d1, #ffd080, #ff9edc);
  color: #412514;
  box-shadow: 0 12px 25px rgba(18, 6, 43, 0.25);
}

.coin-wrapper {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: "Press Start 2P", cursive;
  text-transform: uppercase;
}

.insert-coin-box {
  width: 120px;
  padding: 0.65rem 0.75rem;
  text-align: center;
  border: 3px solid #fce38a;
  background: rgba(29, 36, 53, 0.96);
  color: #fce38a;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.6);
}

.coin-slot {
  width: 46px;
  height: 90px;
  border: 4px solid #111319;
  background: linear-gradient(180deg, #dfe4ec 0%, #a8b0bd 100%);
  position: relative;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.4);
}

.coin-hole {
  position: absolute;
  inset: 20px 18px;
  border: 2px solid #050608;
  background: linear-gradient(180deg, #050608 0%, #2e364b 100%);
}

.coin-note {
  margin-top: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.5em;
  color: #263148;
}

.sparkle {
  position: relative;
  isolation: isolate;
}

.sparkle::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 70%);
  filter: blur(6px);
  opacity: 0;
  animation: sparkle 2s ease-in-out infinite;
  z-index: -1;
}

.retro-panel {
  border-radius: 30px;
  border: 4px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(5, 18, 46, 0.25);
}

.retro-chip {
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  font-family: "Press Start 2P", cursive;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }
}

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

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

.placeholder\:text-xs::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-xs::placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-normal::placeholder{
  font-weight: 400;
}

.placeholder\:text-\[\#8b94bb\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(139 148 187 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#8b94bb\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(139 148 187 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white\/60::-moz-placeholder{
  color: rgb(255 255 255 / 0.6);
}

.placeholder\:text-white\/60::placeholder{
  color: rgb(255 255 255 / 0.6);
}

.placeholder\:text-white\/70::-moz-placeholder{
  color: rgb(255 255 255 / 0.7);
}

.placeholder\:text-white\/70::placeholder{
  color: rgb(255 255 255 / 0.7);
}

.focus-within\:border-\[\#ffd879\]:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(255 216 121 / var(--tw-border-opacity, 1));
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
  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\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
  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\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:scale-\[1\.03\]:hover{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:border-daisy-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 199 243 / var(--tw-border-opacity, 1));
}

.hover\:bg-daisy-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-daisy-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover{
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}

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

.hover\:pl-4:hover{
  padding-left: 1rem;
}

.hover\:text-daisy-800:hover{
  --tw-text-opacity: 1;
  color: rgb(143 29 76 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:shadow-\[0_20px_38px_rgba\(7\2c 24\2c 56\2c 0\.22\)\]:hover{
  --tw-shadow: 0 20px 38px rgba(7,24,56,0.22);
  --tw-shadow-colored: 0 20px 38px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-arcade:hover{
  --tw-shadow: 0 25px 50px rgba(18, 27, 64, 0.55);
  --tw-shadow-colored: 0 25px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#ff9edc\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 158 220 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-daisy-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 117 189 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-daisy-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 117 189 / var(--tw-ring-opacity, 1));
}

.focus\:ring-daisy-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 79 146 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-daisy-200:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 199 243 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.peer:checked ~ .peer-checked\:translate-x-5{
  --tw-translate-x: 1.25rem;
  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));
}

.peer:checked ~ .peer-checked\:bg-\[\#ff5fa8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 168 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px){

  .sm\:inline{
    display: inline;
  }

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

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

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

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

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

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

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

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

@media (min-width: 768px){

  .md\:left-6{
    left: 1.5rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

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

  .md\:h-8{
    height: 2rem;
  }

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

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

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

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

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

  .md\:grid-cols-\[120px\2c 1fr\2c 1fr\2c auto\]{
    grid-template-columns: 120px 1fr 1fr auto;
  }

  .md\:grid-cols-\[240px\2c 1fr\]{
    grid-template-columns: 240px 1fr;
  }

  .md\:grid-cols-\[2fr\2c auto\]{
    grid-template-columns: 2fr auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_120px\]{
    grid-template-columns: minmax(0,1fr) 120px;
  }

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

  .md\:items-start{
    align-items: flex-start;
  }

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

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

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

@media (min-width: 1024px){

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

@media (min-width: 1280px){

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

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

  .xl\:grid-cols-\[1fr\2c 1\.3fr\]{
    grid-template-columns: 1fr 1.3fr;
  }

  .xl\:grid-cols-\[320px\2c 1fr\]{
    grid-template-columns: 320px 1fr;
  }
}
