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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.gradient-fill {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #71F971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 249 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 0%;
  --tw-gradient-to: rgb(115 249 164 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #73F9A4 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 45%;
  --tw-gradient-to: #71FA66 var(--tw-gradient-to-position);
  --tw-gradient-to-position: 100%;
}
.custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1272px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-\[127px\] {
  bottom: -127px;
}
.-left-\[100px\] {
  left: -100px;
}
.-right-\[100px\] {
  right: -100px;
}
.-top-\[20px\] {
  top: -20px;
}
.-top-\[27px\] {
  top: -27px;
}
.-top-\[3px\] {
  top: -3px;
}
.-top-\[440px\] {
  top: -440px;
}
.-top-\[600px\] {
  top: -600px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[207px\] {
  bottom: 207px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[145px\] {
  left: 145px;
}
.left-\[190px\] {
  left: 190px;
}
.left-\[25px\] {
  left: 25px;
}
.left-\[314px\] {
  left: 314px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-\[-8\%\] {
  right: -8%;
}
.right-\[145px\] {
  right: 145px;
}
.right-\[190px\] {
  right: 190px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-55\%\] {
  top: -55%;
}
.top-\[27px\] {
  top: 27px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[8px\] {
  top: 8px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[72px\] {
  margin-top: 72px;
  margin-bottom: 72px;
}
.my-\[96px\] {
  margin-top: 96px;
  margin-bottom: 96px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-\[5px\] {
  margin-left: -5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 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;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[116px\] {
  margin-bottom: 116px;
}
.mb-\[126px\] {
  margin-bottom: 126px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.mb-\[78px\] {
  margin-bottom: 78px;
}
.mb-\[83px\] {
  margin-bottom: 83px;
}
.mb-\[88px\] {
  margin-bottom: 88px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-80 {
  margin-top: 20rem;
}
.mt-\[0\.75px\] {
  margin-top: 0.75px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[168px\] {
  margin-top: 168px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[223px\] {
  margin-top: 223px;
}
.mt-\[260px\] {
  margin-top: 260px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-\[84px\] {
  margin-top: 84px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1000px\] {
  height: 1000px;
}
.h-\[1200px\] {
  height: 1200px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[216px\] {
  height: 216px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[228px\] {
  height: 228px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[254px\] {
  height: 254px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[297px\] {
  height: 297px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[427px\] {
  height: 427px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[885px\] {
  height: 885px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[933px\] {
  height: 933px;
}
.h-\[calc\(100\%-16px\)\] {
  height: calc(100% - 16px);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[376px\] {
  max-height: 376px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[108px\] {
  min-height: 108px;
}
.min-h-\[126px\] {
  min-height: 126px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[254px\] {
  width: 254px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[297px\] {
  width: 297px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[427px\] {
  width: 427px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[98px\] {
  width: 98px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[132px\] {
  min-width: 132px;
}
.min-w-\[145px\] {
  min-width: 145px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[159px\] {
  min-width: 159px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[287px\] {
  min-width: 287px;
}
.min-w-\[330px\] {
  min-width: 330px;
}
.min-w-\[340px\] {
  min-width: 340px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[116px\] {
  max-width: 116px;
}
.max-w-\[1180px\] {
  max-width: 1180px;
}
.max-w-\[1238px\] {
  max-width: 1238px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[1250px\] {
  max-width: 1250px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[484px\] {
  max-width: 484px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[68px\] {
  max-width: 68px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[74px\] {
  max-width: 74px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[88px\] {
  max-width: 88px;
}
.max-w-\[964px\] {
  max-width: 964px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-right {
  transform-origin: top right;
}
.-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));
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  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));
}
.-translate-y-1 {
  --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));
}
.-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));
}
.translate-y-\[-14px\] {
  --tw-translate-y: -14px;
  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));
}
.translate-y-\[-50\%\] {
  --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 pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 2s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-\[11px\] {
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-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));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[61px\] {
  border-radius: 61px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[1\.75px\] {
  border-bottom-width: 1.75px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#212C30\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 44 48 / var(--tw-border-opacity, 1));
}
.border-\[\#26262A\] {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 42 / var(--tw-border-opacity, 1));
}
.border-\[\#2A3C44\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 60 68 / var(--tw-border-opacity, 1));
}
.border-\[\#343D4173\] {
  border-color: #343D4173;
}
.border-\[\#343D4199\] {
  border-color: #343D4199;
}
.border-\[\#343D41\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 61 65 / var(--tw-border-opacity, 1));
}
.border-background {
  --tw-border-opacity: 1;
  border-color: rgb(4 19 25 / var(--tw-border-opacity, 1));
}
.border-border-input {
  --tw-border-opacity: 1;
  border-color: rgb(52 61 65 / var(--tw-border-opacity, 1));
}
.border-dsqgray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(136 139 146 / var(--tw-border-opacity, 1));
}
.border-dsqgray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(47 53 68 / var(--tw-border-opacity, 1));
}
.border-dsqgreen-100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 235 171 / var(--tw-border-opacity, 1));
}
.border-dsqgreen-50 {
  --tw-border-opacity: 1;
  border-color: rgb(102 243 205 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 235 171 / var(--tw-border-opacity, 1));
}
.border-text-main\/10 {
  border-color: rgb(240 244 243 / 0.1);
}
.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(251 180 81 / var(--tw-border-opacity, 1));
}
.border-warning\/10 {
  border-color: rgb(251 180 81 / 0.1);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.bg-\[\#00EBAB1F\] {
  background-color: #00EBAB1F;
}
.bg-\[\#02020240\] {
  background-color: #02020240;
}
.bg-\[\#021A24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 26 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#022E31\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 46 49 / var(--tw-bg-opacity, 1));
}
.bg-\[\#071E28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 30 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#091c26\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 28 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#091e28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 30 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0B5F49\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 95 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D2E32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 46 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0e2530\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 37 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f1d21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#132329\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 35 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#162A34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 42 52 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D3E41\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 62 65 / var(--tw-bg-opacity, 1));
}
.bg-\[\#303A3F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 58 63 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7FBFA05\] {
  background-color: #F7FBFA05;
}
.bg-\[\#FFFFFF0A\] {
  background-color: #FFFFFF0A;
}
.bg-\[\#FFFFFF0F\] {
  background-color: #FFFFFF0F;
}
.bg-\[\#FFFFFF14\] {
  background-color: #FFFFFF14;
}
.bg-\[\#FFFFFF1A\] {
  background-color: #FFFFFF1A;
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(4 19 25 / var(--tw-bg-opacity, 1));
}
.bg-background2 {
  background-color: #FFFFFF0A;
}
.bg-button {
  --tw-bg-opacity: 1;
  background-color: rgb(48 58 63 / var(--tw-bg-opacity, 1));
}
.bg-dsqblack-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 16 22 / var(--tw-bg-opacity, 1));
}
.bg-dsqblack-200\/60 {
  background-color: rgb(11 12 11 / 0.6);
}
.bg-dsqblack-400 {
  background-color: #F0F4F31A;
}
.bg-dsqgray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 139 146 / var(--tw-bg-opacity, 1));
}
.bg-dsqgray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 59 62 / var(--tw-bg-opacity, 1));
}
.bg-dsqgreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 235 171 / var(--tw-bg-opacity, 1));
}
.bg-dsqgreen-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 64 55 / var(--tw-bg-opacity, 1));
}
.bg-dsqgreen-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 45 43 / var(--tw-bg-opacity, 1));
}
.bg-dsqneutral-200 {
  background-color: #ffffff1a;
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 86 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 235 171 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(251 180 81 / var(--tw-bg-opacity, 1));
}
.bg-warning\/10 {
  background-color: rgb(251 180 81 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cardBorder {
  background-image: linear-gradient(151.26deg, rgba(255,255,255,0.55) 0%, rgba(0,235,171,0) 32.5%, rgba(255,255,255,0.18) 72%, rgba(0,235,171,0.45) 100%);
}
.bg-custom2 {
  background-image: linear-gradient(90deg, rgba(0, 235, 171, 0) 0%, rgba(32, 173, 95, 0) 0.01%, rgba(0, 235, 171, 0.1) 40%, rgba(0, 235, 171, 0.1) 63.99%, rgba(0, 235, 171, 0) 99.99%);;
}
.bg-earnTopBg {
  background-image: linear-gradient(90deg, #0c1c26 0%, #0c1c26 40%, #0c2228 55%, #0c2622 70%, #0b2e20 85%, #0a321e 98%, #081a10 100%);
}
.bg-ecosystemBg {
  background-image: url(/_next/static/media/ecosystemBg.d3f14e9c.png);
}
.bg-edaBg {
  background-image: url(/_next/static/media/edaBg.c0dcd65e.png);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-home_bottom {
  background-image: url(/_next/static/media/homepage_bottom.f381587f.png);
}
.bg-home_mobile_top {
  background-image: url(/_next/static/media/mobile_bg_top.a63c6064.svg);
}
.bg-mobile_shadow_bottom {
  background-image: url(/_next/static/media/shadow_bottom.32986f8f.svg);
}
.bg-shadow_bottom_content {
  background-image: url(/_next/static/media/ellipse.b7c2801a.svg);
}
.bg-strategiesBg {
  background-image: url(/_next/static/media/strategiesBg.105fb3f9.png);
}
.bg-vaultCardDetailTop {
  background-image: linear-gradient(151.26deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 235, 171, 0.02) 32.5%, rgba(0, 235, 171, 0.3) 100%);
}
.bg-vaultDetailBg {
  background-image: url(/_next/static/media/vaultDetailBg.481aaf72.png);
}
.from-\[\#6E8DF3\] {
  --tw-gradient-from: #6E8DF3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 141 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#71F971\] {
  --tw-gradient-from: #71F971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 249 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#73F9A4\] {
  --tw-gradient-to: rgb(115 249 164 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #73F9A4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#86F88D\] {
  --tw-gradient-to: rgb(134 248 141 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86F88D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#71FA66\] {
  --tw-gradient-to: #71FA66 var(--tw-gradient-to-position);
}
.to-\[\#D5F76B\] {
  --tw-gradient-to: #D5F76B var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-dsqgreen-100 {
  fill: #00EBAB;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.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-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-px {
  padding: 1px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[104px\] {
  padding-bottom: 104px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[87px\] {
  padding-bottom: 87px;
}
.pb-\[96px\] {
  padding-bottom: 96px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[9px\] {
  padding-right: 9px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pt-\[180px\] {
  padding-top: 180px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[58px\] {
  padding-top: 58px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[78px\] {
  padding-top: 78px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-aeonik {
  font-family: var(--font-aeonik);
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[80px\] {
  font-size: 80px;
}
.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-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-\[21\.6px\] {
  line-height: 21.6px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[33\.6px\] {
  line-height: 33.6px;
}
.leading-\[38\.4px\] {
  line-height: 38.4px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[96px\] {
  line-height: 96px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.0025em\] {
  letter-spacing: 0.0025em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#A8A8A9\] {
  --tw-text-opacity: 1;
  color: rgb(168 168 169 / var(--tw-text-opacity, 1));
}
.text-\[\#D5F76B\] {
  --tw-text-opacity: 1;
  color: rgb(213 247 107 / var(--tw-text-opacity, 1));
}
.text-\[\#F59E0B\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-\[\#FAFAFA\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-background {
  --tw-text-opacity: 1;
  color: rgb(4 19 25 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-dsqblack-100 {
  --tw-text-opacity: 1;
  color: rgb(14 16 22 / var(--tw-text-opacity, 1));
}
.text-dsqgray-100 {
  --tw-text-opacity: 1;
  color: rgb(136 139 146 / var(--tw-text-opacity, 1));
}
.text-dsqgray-200 {
  --tw-text-opacity: 1;
  color: rgb(193 193 195 / var(--tw-text-opacity, 1));
}
.text-dsqgray-300 {
  --tw-text-opacity: 1;
  color: rgb(38 40 41 / var(--tw-text-opacity, 1));
}
.text-dsqgreen-100 {
  --tw-text-opacity: 1;
  color: rgb(0 235 171 / var(--tw-text-opacity, 1));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(255 117 86 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 235 171 / var(--tw-text-opacity, 1));
}
.text-text-main {
  --tw-text-opacity: 1;
  color: rgb(240 244 243 / var(--tw-text-opacity, 1));
}
.text-text-main\/50 {
  color: rgb(240 244 243 / 0.5);
}
.text-text-sub {
  --tw-text-opacity: 1;
  color: rgb(206 218 215 / var(--tw-text-opacity, 1));
}
.text-text-sub\/60 {
  color: rgb(206 218 215 / 0.6);
}
.text-text-sub2 {
  --tw-text-opacity: 1;
  color: rgb(119 132 137 / var(--tw-text-opacity, 1));
}
.text-text-sub3 {
  --tw-text-opacity: 1;
  color: rgb(217 219 225 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(251 180 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.placeholder-text-sub2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(119 132 137 / var(--tw-placeholder-opacity, 1));
}
.placeholder-text-sub2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(119 132 137 / var(--tw-placeholder-opacity, 1));
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.2\] {
  opacity: 0.2;
}
.opacity-\[8\%\] {
  opacity: 8%;
}
.shadow-\[0_0_20px_\#00EBAB35\] {
  --tw-shadow: 0 0 20px #00EBAB35;
  --tw-shadow-colored: 0 0 20px 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_24px_\#00EBAB25\] {
  --tw-shadow: 0 0 24px #00EBAB25;
  --tw-shadow-colored: 0 0 24px 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_3px_3px_rgba\(251\2c 180\2c 81\2c 0\.6\)\] {
  --tw-shadow: 0 0 3px 3px rgba(251,180,81,0.6);
  --tw-shadow-colored: 0 0 3px 3px 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_4px_rgba\(251\2c 180\2c 81\2c 0\.6\)\] {
  --tw-shadow: 0 0 4px 4px rgba(251,180,81,0.6);
  --tw-shadow-colored: 0 0 4px 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-deposit {
  --tw-shadow: 0px 10px 100px 0px #0000001F;
  --tw-shadow-colored: 0px 10px 100px 0px 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-progressBar {
  --tw-shadow: 0px 3.42px 6.84px 0px #7B61FF4D;
  --tw-shadow-colored: 0px 3.42px 6.84px 0px 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-vaultCard {
  --tw-shadow: 0px 4px 24px -1px #00000033;
  --tw-shadow-colored: 0px 4px 24px -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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-white {
  outline-color: #fff;
}
.ring-1 {
  --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(1px + 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-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  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-md {
  --tw-blur: blur(12px);
  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);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 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-opacity {
  transition-property: opacity;
  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;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --max-width: 1100px;
  --border-radius: 12px;

  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;

  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(#00000080, #00000040, #00000030, #00000020, #00000010, #00000010, #00000080);

  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
  --primary-color: #00ebab;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;

    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(1, 65, 255, 0.3));

    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(#ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);

    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #021a24;
  overscroll-behavior: none;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #021a24;
  color: rgb(var(--foreground-rgb));
}

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

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #021a24;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #00ebab, #63f9b3);
  border-radius: 6px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #64e540, #f9f211);
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

.border-gradient {
  position: relative;
  z-index: 1;
}

.border-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.2) 72%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vault-card__bg {
  background: linear-gradient(154.17deg, rgba(18, 22, 17, 0.1) 1.3%, rgba(44, 50, 24, 0.1) 96.42%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
}

.vault-card__divider {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(115, 249, 148, 0) 0%,
    #73f994 53.54%,
    rgba(115, 249, 148, 0) 100.84%
  );
  opacity: 0.4;
}

.web3modal-modal-card {
  width: 400px !important;
  min-width: unset !important;
  max-width: unset !important;
}

.web3modal-provider-container {
  flex-direction: row !important;
}

.web3modal-provider-description {
  display: none;
}

.nav-link__active::after {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  bottom: -24px;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 10px 10px 0px 0px;
  left: -10px;
}

.edg-card__gradient {
  position: relative;
  z-index: 1;
}

.edg-card__gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;

  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.1) 72%,
    rgba(0, 235, 171, 0.25) 100%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.deposit-section {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    rgba(0, 235, 171, 0.3) 40%,
    rgba(0, 235, 171, 0.3) 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );
}

.ecosystem-card__gradient {
  position: relative;
  z-index: 1;
  background: #ffffff0d;
  border-radius: 24px;
}

.ecosystem-card__gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  z-index: -1;

  background: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    #00ebab 40%,
    #00ebab 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ecosystem-link::after {
  content: url(/_next/static/media/link_1.feb33ef8.svg);
  position: absolute;
  bottom: -45%;
  right: 15%;
}

.ecosystem-link-1::before {
  content: url(/_next/static/media/link_5.2cc3e223.svg);
  position: absolute;
  left: 100%;
  bottom: 1%;
}

.ecosystem-link-2::before {
  content: url(/_next/static/media/link_6.17bf9830.svg);
  position: absolute;
  right: 15%;
  bottom: 74%;
}

.ecosystem-link-3::after {
  content: url(/_next/static/media/link_4.cd53696c.svg);
  position: absolute;
  left: 70%;
  top: 30%;
}

.ecosystem-link-4::after {
  content: url(/_next/static/media/link_3.9ced0e2f.svg);
  position: absolute;
  left: 71%;
  top: 30%;
}

.ecosystem-link-5::before {
  content: url(/_next/static/media/link_7.7e4b52de.svg);
  position: absolute;
  left: 15%;
  bottom: 86%;
  z-index: -1;
}

.ecosystem-link-6::after {
  content: url(/_next/static/media/link_2.bf9bf8bd.svg);
  position: absolute;
  right: 25%;
  bottom: 70%;
}

.ecosystem-link-7::after {
  content: url(/_next/static/media/link_3.9ced0e2f.svg);
  position: absolute;
  right: 55%;
  bottom: 5%;
}

.vault-info-section {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    rgba(0, 235, 171, 0.3) 40%,
    rgba(0, 235, 171, 0.3) 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );
}

.disclaimer-section {
  position: relative;
  z-index: 1;
}

.disclaimer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    rgba(0, 235, 171, 0.3) 40%,
    rgba(0, 235, 171, 0.3) 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vault-border {
  position: relative;
  z-index: 1;
}

.vault-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.2) 72%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.token-border {
  border-top: 0.5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    #00ebab 40%,
    #00ebab 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );
}

.input-border {
  position: relative;
  z-index: 1;
}

.input-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;
  background: linear-gradient(
    92.07deg,
    rgba(255, 255, 255, 0.07) 1.83%,
    rgba(255, 255, 255, 0.336) 50.9%,
    rgba(255, 255, 255, 0.07) 99.04%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.overview-border {
  position: relative;
  z-index: 1;
}

.overview-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(124, 245, 212, 0.15) 29%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 768px) {
  .deposit-section {
    border: unset;
  }
}

.deposit-card-gradient {
  position: relative;
  z-index: 1;
}

.deposit-card-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;
  background: linear-gradient(
    92.07deg,
    rgba(255, 255, 255, 0.07) 1.83%,
    rgba(255, 255, 255, 0.336) 50.9%,
    rgba(255, 255, 255, 0.07) 99.04%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.border-top-gradient {
  position: relative;
  z-index: 1;
}

.border-top-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    #00ebab 40%,
    #00ebab 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );
}

.vault-card {
  position: relative;
  z-index: 1;
}

.vault-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(124, 245, 212, 0.15) 29%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vault-table-gradient {
  position: relative;
  z-index: 1;
}

.vault-table-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.2) 72%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.vault-table-head-gradient {
  position: relative;
  z-index: 1;
}

.vault-table-head-gradient::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  border-radius: 6px;
  padding: 2px;
  z-index: -1;
  height: 56px;
  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.2) 72%,
    rgba(0, 235, 171, 0.5) 100%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.card-border-gradient {
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0px 4px 24px -1px #00000033;
  background: linear-gradient(154.17deg, rgba(18, 22, 17, 0.1) 1.3%, rgba(44, 50, 24, 0.1) 96.42%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
}

.card-border-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(
    151.26deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 235, 171, 0) 32.5%,
    rgba(255, 255, 255, 0.2) 72%,
    rgba(0, 235, 171, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.strategy-card-gradient {
  position: relative;
  z-index: 1;
  background: #f7fbfa05;
  background-blend-mode: color-dodge;
  filter: none;
  border-radius: 16px;
}

.strategy-card-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  z-index: -1;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(124, 245, 212, 0.15) 29%,
    rgba(0, 235, 171, 0.5) 100%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.partners-card-gradient {
  position: relative;
  z-index: 1;
}

.partners-card-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px 0px 1px 0px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(0, 235, 171, 0) 0%,
    rgba(32, 173, 95, 0) 0.01%,
    #00ebab 40%,
    #00ebab 63.99%,
    rgba(0, 235, 171, 0) 99.99%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.security-card-gradient {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(110, 141, 243, 0) 0%,
    rgba(134, 248, 141, 0.03) 45%,
    rgba(213, 247, 107, 0.03) 100%
  );
}

.security-card-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0px 0px 64px 64px;
  padding: 0px 0px 2px 0px;
  z-index: -1;
  background: linear-gradient(145.61deg, #00ebab -1.25%, #73f9c0 39.86%, #73f9c0 62.88%, #00ebab 101.91%);

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Custom horizontal scrollbar */
.scrollbar__vault_list::-webkit-scrollbar {
  height: 8px; /* Scrollbar height */
}

.scrollbar__vault_list::-webkit-scrollbar-track {
  background: transparent; /* Track background */
  border-radius: 4px;
}

.scrollbar__vault_list::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 4px;
}

.scrollbar__vault_list::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker on hover */
}

/* Risk details (Earn page — rendered from BE HTML) */
.risk-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.risk-details .risk-title {
  color: #fafafa;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .risk-details .risk-title {
    font-size: 20px;
  }
}

.risk-details .risk-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #8a9ba8;
  font-size: 14px;
  line-height: 1.7;
}

.risk-details .risk-callout {
  background: #162423;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.risk-details .risk-callout-title {
  color: #f59e0b;
  font-weight: 700;
  font-size: 15px;
}

.risk-details .risk-callout ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.risk-details .risk-callout li {
  color: #8a9ba8;
  font-size: 14px;
  line-height: 1.65;
  padding-left: 16px;
  position: relative;
}

.risk-details .risk-callout li::before {
  content: '•';
  color: #f59e0b;
  position: absolute;
  left: 0;
}

.risk-details .risk-callout-note {
  color: #5a6b78;
  font-size: 14px;
}

.risk-details .risk-callout-note a {
  color: #00ebab;
}

.risk-details .risk-callout-note a:hover {
  text-decoration: underline;
}

.risk-details .risk-info {
  display: block;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
  border-radius: 12px;
  color: #8a9ba8;
  font-size: 14px;
  line-height: 1.7;
}

.risk-details .risk-info::before {
  content: 'i';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #00ebab;
  border-radius: 50%;
  color: #00ebab;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  margin-right: 8px;
}

.risk-details .risk-info > * {
  display: inline;
}

.risk-details .risk-info strong {
  color: #fafafa;
}

@media (min-width: 768px) {
  .md\:custom-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1272px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-\[\#9EDB05\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(158 219 5 / var(--tw-border-opacity, 1));
}

.hover\:border-dsqgreen-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 235 171 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 235 171 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0B0C0B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#9EDB05\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(158 219 5 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFFFFF05\]:hover {
  background-color: #FFFFFF05;
}

.hover\:bg-dsqgray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dsqgreen-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 235 171 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dsqgreen-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 64 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dsqgreen-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 243 205 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(0 235 171 / 0.1);
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:text-\[\#9EDB05\]:hover {
  --tw-text-opacity: 1;
  color: rgb(158 219 5 / var(--tw-text-opacity, 1));
}

.hover\:text-dsqblack-100:hover {
  --tw-text-opacity: 1;
  color: rgb(14 16 22 / var(--tw-text-opacity, 1));
}

.hover\:text-dsqgray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(136 139 146 / var(--tw-text-opacity, 1));
}

.hover\:text-dsqgreen-100:hover {
  --tw-text-opacity: 1;
  color: rgb(0 235 171 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 235 171 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}

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

.active\:brightness-95:active {
  --tw-brightness: brightness(.95);
  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);
}

@media (min-width: 640px) {

  .sm\:left-5 {
    left: 1.25rem;
  }

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

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

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:-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));
  }

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

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

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

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

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

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

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

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

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[126px\] {
    margin-bottom: 126px;
  }

  .md\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .md\:mb-\[132px\] {
    margin-bottom: 132px;
  }

  .md\:mb-\[68px\] {
    margin-bottom: 68px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mt-\[200px\] {
    margin-top: 200px;
  }

  .md\:mt-\[230px\] {
    margin-top: 230px;
  }

  .md\:mt-\[27px\] {
    margin-top: 27px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[200px\] {
    min-height: 200px;
  }

  .md\:w-24 {
    width: 6rem;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:min-w-\[190px\] {
    min-width: 190px;
  }

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

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

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

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

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

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-\[10px\] {
    row-gap: 10px;
  }

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

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

  .md\:border-dsqgray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(136 139 146 / var(--tw-border-opacity, 1));
  }

  .md\:bg-homepage {
    background-image: url(/_next/static/media/homepage.01bd7b29.png);
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-top {
    background-position: top;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[132px\] {
    padding-bottom: 132px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pr-\[65px\] {
    padding-right: 65px;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-\[104px\] {
    padding-top: 104px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[51px\] {
    padding-top: 51px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:text-dsqgray-100 {
    --tw-text-opacity: 1;
    color: rgb(136 139 146 / var(--tw-text-opacity, 1));
  }

  .md\:text-text-sub {
    --tw-text-opacity: 1;
    color: rgb(206 218 215 / var(--tw-text-opacity, 1));
  }

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

  .md\:hover\:border-dsqgreen-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 235 171 / var(--tw-border-opacity, 1));
  }

  .md\:hover\:bg-dsqblack-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 12 11 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:text-dsqgreen-100:hover {
    --tw-text-opacity: 1;
    color: rgb(0 235 171 / var(--tw-text-opacity, 1));
  }

  .group:hover .md\:group-hover\:text-dsqgreen-100 {
    --tw-text-opacity: 1;
    color: rgb(0 235 171 / var(--tw-text-opacity, 1));
  }

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

@media (min-width: 1024px) {

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

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

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

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

  .lg\:mx-\[25px\] {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-\[163px\] {
    margin-top: 163px;
    margin-bottom: 163px;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

  .lg\:mb-\[52px\] {
    margin-bottom: 52px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[101px\] {
    gap: 101px;
  }

  .lg\:gap-\[112px\] {
    gap: 112px;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:bg-\[\#FFFFFF0A\] {
    background-color: #FFFFFF0A;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

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

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

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

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

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

  .xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xl\:mt-\[72px\] {
    margin-top: 72px;
  }

  .xl\:block {
    display: block;
  }

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

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

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

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

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

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[56px\] {
    gap: 56px;
  }

  .xl\:gap-\[66px\] {
    gap: 66px;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-\[120px\] {
    padding-top: 120px;
  }

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

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

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

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

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }

  .xl\:leading-\[52px\] {
    line-height: 52px;
  }

  .xl\:leading-\[66px\] {
    line-height: 66px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:mx-\[68px\] {
    margin-left: 68px;
    margin-right: 68px;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

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

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

@media (prefers-color-scheme: dark) {

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.\[\&\>p\]\:inline>p {
  display: inline;
}

@media (min-width: 768px) {

  .md\:\[\&\>p\]\:block>p {
    display: block;
  }
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/3c35a761cde68477.p.otf) format('opentype');
font-display: swap;
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/756279f00e727685.p.otf) format('opentype');
font-display: swap;
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/4a08444d58bc239f.p.otf) format('opentype');
font-display: swap;
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/713833e55959d80a.p.otf) format('opentype');
font-display: swap;
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/36551b763e8a6bee.p.otf) format('opentype');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/a0e92ef361affe87.p.otf) format('opentype');
font-display: swap;
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/15215334e09586ca.p.otf) format('opentype');
font-display: swap;
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/506680ee1d53722d.p.otf) format('opentype');
font-display: swap;
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/849e413723d2640a.p.otf) format('opentype');
font-display: swap;
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/adfebfed67ff48ac.p.otf) format('opentype');
font-display: swap;
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/edaff1c02023d5fd.p.otf) format('opentype');
font-display: swap;
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: '__myFont_18e64e';
src: url(/_next/static/media/5ccee84fbe5fab90.p.otf) format('opentype');
font-display: swap;
font-weight: 900;
font-style: italic;
}@font-face {font-family: '__myFont_Fallback_18e64e';src: local("Arial");ascent-override: 98.63%;descent-override: 19.73%;line-gap-override: 0.00%;size-adjust: 101.39%
}.__className_18e64e {font-family: '__myFont_18e64e', '__myFont_Fallback_18e64e'
}.__variable_18e64e {--font-aeonik: '__myFont_18e64e', '__myFont_Fallback_18e64e'
}


/*# sourceMappingURL=d0ec25b1c01ad9f4.css.map*/