@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&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: Outfit, 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: JetBrains Mono, 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;
}

html {
  scroll-behavior: smooth;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Outfit, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.btn-primary: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));
}

.btn-outline{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.btn-outline: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));
}

.section-label{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.card-glass{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(226 232 240 / 0.6);
  background-color: rgb(255 255 255 / 0.8);
  --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);
  --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);
}

.reveal{
  --tw-translate-y: 1.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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal.visible{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-left-4{
  left: -1rem;
}

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

.bottom-1\/4{
  bottom: 25%;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

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

.left-1\/4{
  left: 25%;
}

.right-0{
  right: 0px;
}

.right-1\/4{
  right: 25%;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-1\/4{
  top: 25%;
}

.top-10{
  top: 2.5rem;
}

.-z-10{
  z-index: -10;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

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

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

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

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.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-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;
}

.ml-8{
  margin-left: 2rem;
}

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

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

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

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

.mt-12{
  margin-top: 3rem;
}

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

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

.mt-3{
  margin-top: 0.75rem;
}

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

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

.-mt-5{
  margin-top: -1.25rem;
}

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

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

.-mt-9{
  margin-top: -2.25rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.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-96{
  height: 24rem;
}

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

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-32{
  height: 8rem;
}

.h-52{
  height: 13rem;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-\[60vh\]{
  min-height: 60vh;
}

.w-1\.5{
  width: 0.375rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.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-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

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

.w-full{
  width: 100%;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto{
  width: auto;
}

.w-52{
  width: 13rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

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

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

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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 bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes fadeUp{
  0%{
    opacity: 0;
    transform: translateY(24px);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up{
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes float{
  0%, 100%{
    transform: translateY(0px);
  }

  50%{
    transform: translateY(-12px);
  }
}

.animate-float{
  animation: float 6s ease-in-out infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse-slow{
  animation: pulse 3s ease-in-out infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, 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));
}

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.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;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-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));
}

.overflow-hidden{
  overflow: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

.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-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

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

.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-emerald-600\/20{
  border-color: rgb(5 150 105 / 0.2);
}

.border-emerald-600\/40{
  border-color: rgb(5 150 105 / 0.4);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-primary-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}

.border-primary-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}

.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-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\/80{
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-600\/30{
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-600\/40{
  border-color: rgb(71 85 105 / 0.4);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}

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

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

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

.bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-accent-500\/15{
  background-color: rgb(249 115 22 / 0.15);
}

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.bg-dark\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.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-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-primary-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-primary-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-primary-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

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

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-transparent{
  background-color: transparent;
}

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

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

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

.bg-grid-pattern{
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.from-dark{
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900{
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/0{
  --tw-gradient-from: rgb(219 234 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/10{
  --tw-gradient-from: rgb(219 234 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/100{
  --tw-gradient-from: rgb(219 234 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/15{
  --tw-gradient-from: rgb(219 234 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/20{
  --tw-gradient-from: rgb(219 234 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/25{
  --tw-gradient-from: rgb(219 234 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/30{
  --tw-gradient-from: rgb(219 234 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/35{
  --tw-gradient-from: rgb(219 234 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/40{
  --tw-gradient-from: rgb(219 234 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/45{
  --tw-gradient-from: rgb(219 234 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/5{
  --tw-gradient-from: rgb(219 234 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/50{
  --tw-gradient-from: rgb(219 234 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/55{
  --tw-gradient-from: rgb(219 234 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/60{
  --tw-gradient-from: rgb(219 234 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/65{
  --tw-gradient-from: rgb(219 234 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/70{
  --tw-gradient-from: rgb(219 234 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/75{
  --tw-gradient-from: rgb(219 234 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/80{
  --tw-gradient-from: rgb(219 234 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/85{
  --tw-gradient-from: rgb(219 234 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/90{
  --tw-gradient-from: rgb(219 234 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/95{
  --tw-gradient-from: rgb(219 234 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200{
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/0{
  --tw-gradient-from: rgb(191 219 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/10{
  --tw-gradient-from: rgb(191 219 254 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/100{
  --tw-gradient-from: rgb(191 219 254 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/15{
  --tw-gradient-from: rgb(191 219 254 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/20{
  --tw-gradient-from: rgb(191 219 254 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/25{
  --tw-gradient-from: rgb(191 219 254 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/30{
  --tw-gradient-from: rgb(191 219 254 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/35{
  --tw-gradient-from: rgb(191 219 254 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/40{
  --tw-gradient-from: rgb(191 219 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/45{
  --tw-gradient-from: rgb(191 219 254 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/5{
  --tw-gradient-from: rgb(191 219 254 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/50{
  --tw-gradient-from: rgb(191 219 254 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/55{
  --tw-gradient-from: rgb(191 219 254 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/60{
  --tw-gradient-from: rgb(191 219 254 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/65{
  --tw-gradient-from: rgb(191 219 254 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/70{
  --tw-gradient-from: rgb(191 219 254 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/75{
  --tw-gradient-from: rgb(191 219 254 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/80{
  --tw-gradient-from: rgb(191 219 254 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/85{
  --tw-gradient-from: rgb(191 219 254 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/90{
  --tw-gradient-from: rgb(191 219 254 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/95{
  --tw-gradient-from: rgb(191 219 254 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300{
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/0{
  --tw-gradient-from: rgb(147 197 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/10{
  --tw-gradient-from: rgb(147 197 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/100{
  --tw-gradient-from: rgb(147 197 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/15{
  --tw-gradient-from: rgb(147 197 253 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/20{
  --tw-gradient-from: rgb(147 197 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/25{
  --tw-gradient-from: rgb(147 197 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/30{
  --tw-gradient-from: rgb(147 197 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/35{
  --tw-gradient-from: rgb(147 197 253 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/40{
  --tw-gradient-from: rgb(147 197 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/45{
  --tw-gradient-from: rgb(147 197 253 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/5{
  --tw-gradient-from: rgb(147 197 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/50{
  --tw-gradient-from: rgb(147 197 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/55{
  --tw-gradient-from: rgb(147 197 253 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/60{
  --tw-gradient-from: rgb(147 197 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/65{
  --tw-gradient-from: rgb(147 197 253 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/70{
  --tw-gradient-from: rgb(147 197 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/75{
  --tw-gradient-from: rgb(147 197 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/80{
  --tw-gradient-from: rgb(147 197 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/85{
  --tw-gradient-from: rgb(147 197 253 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/90{
  --tw-gradient-from: rgb(147 197 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/95{
  --tw-gradient-from: rgb(147 197 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-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-primary-400\/0{
  --tw-gradient-from: rgb(96 165 250 / 0) 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-primary-400\/10{
  --tw-gradient-from: rgb(96 165 250 / 0.1) 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-primary-400\/100{
  --tw-gradient-from: rgb(96 165 250 / 1) 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-primary-400\/15{
  --tw-gradient-from: rgb(96 165 250 / 0.15) 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-primary-400\/20{
  --tw-gradient-from: rgb(96 165 250 / 0.2) 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-primary-400\/25{
  --tw-gradient-from: rgb(96 165 250 / 0.25) 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-primary-400\/30{
  --tw-gradient-from: rgb(96 165 250 / 0.3) 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-primary-400\/35{
  --tw-gradient-from: rgb(96 165 250 / 0.35) 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-primary-400\/40{
  --tw-gradient-from: rgb(96 165 250 / 0.4) 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-primary-400\/45{
  --tw-gradient-from: rgb(96 165 250 / 0.45) 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-primary-400\/5{
  --tw-gradient-from: rgb(96 165 250 / 0.05) 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-primary-400\/50{
  --tw-gradient-from: rgb(96 165 250 / 0.5) 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-primary-400\/55{
  --tw-gradient-from: rgb(96 165 250 / 0.55) 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-primary-400\/60{
  --tw-gradient-from: rgb(96 165 250 / 0.6) 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-primary-400\/65{
  --tw-gradient-from: rgb(96 165 250 / 0.65) 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-primary-400\/70{
  --tw-gradient-from: rgb(96 165 250 / 0.7) 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-primary-400\/75{
  --tw-gradient-from: rgb(96 165 250 / 0.75) 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-primary-400\/80{
  --tw-gradient-from: rgb(96 165 250 / 0.8) 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-primary-400\/85{
  --tw-gradient-from: rgb(96 165 250 / 0.85) 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-primary-400\/90{
  --tw-gradient-from: rgb(96 165 250 / 0.9) 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-primary-400\/95{
  --tw-gradient-from: rgb(96 165 250 / 0.95) 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-primary-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/0{
  --tw-gradient-from: rgb(239 246 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/10{
  --tw-gradient-from: rgb(239 246 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/100{
  --tw-gradient-from: rgb(239 246 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/15{
  --tw-gradient-from: rgb(239 246 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/20{
  --tw-gradient-from: rgb(239 246 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/25{
  --tw-gradient-from: rgb(239 246 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/30{
  --tw-gradient-from: rgb(239 246 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/35{
  --tw-gradient-from: rgb(239 246 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/40{
  --tw-gradient-from: rgb(239 246 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/45{
  --tw-gradient-from: rgb(239 246 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/5{
  --tw-gradient-from: rgb(239 246 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/50{
  --tw-gradient-from: rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/55{
  --tw-gradient-from: rgb(239 246 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/60{
  --tw-gradient-from: rgb(239 246 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/65{
  --tw-gradient-from: rgb(239 246 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/70{
  --tw-gradient-from: rgb(239 246 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/75{
  --tw-gradient-from: rgb(239 246 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/80{
  --tw-gradient-from: rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/85{
  --tw-gradient-from: rgb(239 246 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/90{
  --tw-gradient-from: rgb(239 246 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/95{
  --tw-gradient-from: rgb(239 246 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-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-primary-500\/0{
  --tw-gradient-from: rgb(59 130 246 / 0) 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-primary-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) 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-primary-500\/100{
  --tw-gradient-from: rgb(59 130 246 / 1) 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-primary-500\/15{
  --tw-gradient-from: rgb(59 130 246 / 0.15) 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-primary-500\/20{
  --tw-gradient-from: rgb(59 130 246 / 0.2) 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-primary-500\/25{
  --tw-gradient-from: rgb(59 130 246 / 0.25) 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-primary-500\/30{
  --tw-gradient-from: rgb(59 130 246 / 0.3) 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-primary-500\/35{
  --tw-gradient-from: rgb(59 130 246 / 0.35) 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-primary-500\/40{
  --tw-gradient-from: rgb(59 130 246 / 0.4) 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-primary-500\/45{
  --tw-gradient-from: rgb(59 130 246 / 0.45) 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-primary-500\/5{
  --tw-gradient-from: rgb(59 130 246 / 0.05) 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-primary-500\/50{
  --tw-gradient-from: rgb(59 130 246 / 0.5) 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-primary-500\/55{
  --tw-gradient-from: rgb(59 130 246 / 0.55) 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-primary-500\/60{
  --tw-gradient-from: rgb(59 130 246 / 0.6) 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-primary-500\/65{
  --tw-gradient-from: rgb(59 130 246 / 0.65) 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-primary-500\/70{
  --tw-gradient-from: rgb(59 130 246 / 0.7) 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-primary-500\/75{
  --tw-gradient-from: rgb(59 130 246 / 0.75) 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-primary-500\/80{
  --tw-gradient-from: rgb(59 130 246 / 0.8) 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-primary-500\/85{
  --tw-gradient-from: rgb(59 130 246 / 0.85) 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-primary-500\/90{
  --tw-gradient-from: rgb(59 130 246 / 0.9) 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-primary-500\/95{
  --tw-gradient-from: rgb(59 130 246 / 0.95) 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-primary-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/0{
  --tw-gradient-from: rgb(37 99 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/10{
  --tw-gradient-from: rgb(37 99 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/100{
  --tw-gradient-from: rgb(37 99 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/15{
  --tw-gradient-from: rgb(37 99 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/20{
  --tw-gradient-from: rgb(37 99 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/25{
  --tw-gradient-from: rgb(37 99 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/30{
  --tw-gradient-from: rgb(37 99 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/35{
  --tw-gradient-from: rgb(37 99 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/40{
  --tw-gradient-from: rgb(37 99 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/45{
  --tw-gradient-from: rgb(37 99 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/5{
  --tw-gradient-from: rgb(37 99 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/50{
  --tw-gradient-from: rgb(37 99 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/55{
  --tw-gradient-from: rgb(37 99 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/60{
  --tw-gradient-from: rgb(37 99 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/65{
  --tw-gradient-from: rgb(37 99 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/70{
  --tw-gradient-from: rgb(37 99 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/75{
  --tw-gradient-from: rgb(37 99 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/80{
  --tw-gradient-from: rgb(37 99 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/85{
  --tw-gradient-from: rgb(37 99 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/90{
  --tw-gradient-from: rgb(37 99 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/95{
  --tw-gradient-from: rgb(37 99 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/0{
  --tw-gradient-from: rgb(29 78 216 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/10{
  --tw-gradient-from: rgb(29 78 216 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/100{
  --tw-gradient-from: rgb(29 78 216 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/15{
  --tw-gradient-from: rgb(29 78 216 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/20{
  --tw-gradient-from: rgb(29 78 216 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/25{
  --tw-gradient-from: rgb(29 78 216 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/30{
  --tw-gradient-from: rgb(29 78 216 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/35{
  --tw-gradient-from: rgb(29 78 216 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/40{
  --tw-gradient-from: rgb(29 78 216 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/45{
  --tw-gradient-from: rgb(29 78 216 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/5{
  --tw-gradient-from: rgb(29 78 216 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/50{
  --tw-gradient-from: rgb(29 78 216 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/55{
  --tw-gradient-from: rgb(29 78 216 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/60{
  --tw-gradient-from: rgb(29 78 216 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/65{
  --tw-gradient-from: rgb(29 78 216 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/70{
  --tw-gradient-from: rgb(29 78 216 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/75{
  --tw-gradient-from: rgb(29 78 216 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/80{
  --tw-gradient-from: rgb(29 78 216 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/85{
  --tw-gradient-from: rgb(29 78 216 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/90{
  --tw-gradient-from: rgb(29 78 216 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/95{
  --tw-gradient-from: rgb(29 78 216 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800{
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/0{
  --tw-gradient-from: rgb(30 64 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/10{
  --tw-gradient-from: rgb(30 64 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/100{
  --tw-gradient-from: rgb(30 64 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/15{
  --tw-gradient-from: rgb(30 64 175 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/20{
  --tw-gradient-from: rgb(30 64 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/25{
  --tw-gradient-from: rgb(30 64 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/30{
  --tw-gradient-from: rgb(30 64 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/35{
  --tw-gradient-from: rgb(30 64 175 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/40{
  --tw-gradient-from: rgb(30 64 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/45{
  --tw-gradient-from: rgb(30 64 175 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/5{
  --tw-gradient-from: rgb(30 64 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/50{
  --tw-gradient-from: rgb(30 64 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/55{
  --tw-gradient-from: rgb(30 64 175 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/60{
  --tw-gradient-from: rgb(30 64 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/65{
  --tw-gradient-from: rgb(30 64 175 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/70{
  --tw-gradient-from: rgb(30 64 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/75{
  --tw-gradient-from: rgb(30 64 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/80{
  --tw-gradient-from: rgb(30 64 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/85{
  --tw-gradient-from: rgb(30 64 175 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/90{
  --tw-gradient-from: rgb(30 64 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/95{
  --tw-gradient-from: rgb(30 64 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900{
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/0{
  --tw-gradient-from: rgb(30 58 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/10{
  --tw-gradient-from: rgb(30 58 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/100{
  --tw-gradient-from: rgb(30 58 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/15{
  --tw-gradient-from: rgb(30 58 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/20{
  --tw-gradient-from: rgb(30 58 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/25{
  --tw-gradient-from: rgb(30 58 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/30{
  --tw-gradient-from: rgb(30 58 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/35{
  --tw-gradient-from: rgb(30 58 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/40{
  --tw-gradient-from: rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/45{
  --tw-gradient-from: rgb(30 58 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/5{
  --tw-gradient-from: rgb(30 58 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/50{
  --tw-gradient-from: rgb(30 58 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/55{
  --tw-gradient-from: rgb(30 58 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/60{
  --tw-gradient-from: rgb(30 58 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/65{
  --tw-gradient-from: rgb(30 58 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/70{
  --tw-gradient-from: rgb(30 58 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/75{
  --tw-gradient-from: rgb(30 58 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/80{
  --tw-gradient-from: rgb(30 58 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/85{
  --tw-gradient-from: rgb(30 58 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/90{
  --tw-gradient-from: rgb(30 58 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/95{
  --tw-gradient-from: rgb(30 58 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950{
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/0{
  --tw-gradient-from: rgb(23 37 84 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/10{
  --tw-gradient-from: rgb(23 37 84 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/100{
  --tw-gradient-from: rgb(23 37 84 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/15{
  --tw-gradient-from: rgb(23 37 84 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/20{
  --tw-gradient-from: rgb(23 37 84 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/25{
  --tw-gradient-from: rgb(23 37 84 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/30{
  --tw-gradient-from: rgb(23 37 84 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/35{
  --tw-gradient-from: rgb(23 37 84 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/40{
  --tw-gradient-from: rgb(23 37 84 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/45{
  --tw-gradient-from: rgb(23 37 84 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/5{
  --tw-gradient-from: rgb(23 37 84 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/50{
  --tw-gradient-from: rgb(23 37 84 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/55{
  --tw-gradient-from: rgb(23 37 84 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/60{
  --tw-gradient-from: rgb(23 37 84 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/65{
  --tw-gradient-from: rgb(23 37 84 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/70{
  --tw-gradient-from: rgb(23 37 84 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/75{
  --tw-gradient-from: rgb(23 37 84 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/80{
  --tw-gradient-from: rgb(23 37 84 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/85{
  --tw-gradient-from: rgb(23 37 84 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/90{
  --tw-gradient-from: rgb(23 37 84 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/95{
  --tw-gradient-from: rgb(23 37 84 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-700{
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-primary-100{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/0{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/10{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/100{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/15{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/20{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/25{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/30{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/35{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/40{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/45{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/5{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/50{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/55{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/60{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/65{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/70{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/75{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/80{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/85{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/90{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/95{
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(219 234 254 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/0{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/10{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/100{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/15{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/20{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/25{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/30{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/35{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/40{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/45{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/5{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/50{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/55{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/60{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/65{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/70{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/75{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/80{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/85{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/90{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/95{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(191 219 254 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/0{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/10{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/100{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/15{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/20{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/25{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/30{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/35{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/40{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/45{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/5{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/50{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/55{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/60{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/65{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/70{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/75{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/80{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/85{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/90{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/95{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(147 197 253 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/0{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/10{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/100{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/15{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/20{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/25{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/30{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/35{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/40{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/45{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/5{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/50{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/55{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/60{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/65{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/70{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/75{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/80{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/85{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/90{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/95{
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/0{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/10{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/100{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/15{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/20{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/25{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/30{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/35{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/40{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/45{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/5{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/50{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/55{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/60{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/65{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/70{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/75{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/80{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/85{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/90{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/95{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/0{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/10{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/100{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/15{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/20{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/25{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/30{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/35{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/40{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/45{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/5{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/50{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/55{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/60{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/65{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/70{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/75{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/80{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/85{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/90{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/95{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/0{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/10{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/100{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/15{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/20{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/25{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/30{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/35{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/40{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/45{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/5{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/50{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/55{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/60{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/65{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/70{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/75{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/80{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/85{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/90{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/95{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/0{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/10{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/100{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/15{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/20{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/25{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/30{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/35{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/40{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/45{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/5{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/50{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/55{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/60{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/65{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/70{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/75{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/80{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/85{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/90{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/95{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 78 216 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/0{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/10{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/100{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/15{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/20{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/25{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/30{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/35{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/40{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/45{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/5{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/50{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/55{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/60{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/65{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/70{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/75{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/80{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/85{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/90{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/95{
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 64 175 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/0{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/10{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/100{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/15{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/20{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/25{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/30{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/35{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/40{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/45{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/5{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/50{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/55{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/60{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/65{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/70{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/75{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/80{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/85{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/90{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/95{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/0{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/10{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/100{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/15{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/20{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/25{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/30{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/35{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/40{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/45{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/5{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/50{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/55{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/60{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/65{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/70{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/75{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/80{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/85{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/90{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/95{
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 37 84 / 0.95) 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-accent-400{
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.to-emerald-700{
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.to-primary-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.to-primary-100\/0{
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
}

.to-primary-100\/10{
  --tw-gradient-to: rgb(219 234 254 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-100\/100{
  --tw-gradient-to: rgb(219 234 254 / 1) var(--tw-gradient-to-position);
}

.to-primary-100\/15{
  --tw-gradient-to: rgb(219 234 254 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-100\/20{
  --tw-gradient-to: rgb(219 234 254 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-100\/25{
  --tw-gradient-to: rgb(219 234 254 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-100\/30{
  --tw-gradient-to: rgb(219 234 254 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-100\/35{
  --tw-gradient-to: rgb(219 234 254 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-100\/40{
  --tw-gradient-to: rgb(219 234 254 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-100\/45{
  --tw-gradient-to: rgb(219 234 254 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-100\/5{
  --tw-gradient-to: rgb(219 234 254 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-100\/50{
  --tw-gradient-to: rgb(219 234 254 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-100\/55{
  --tw-gradient-to: rgb(219 234 254 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-100\/60{
  --tw-gradient-to: rgb(219 234 254 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-100\/65{
  --tw-gradient-to: rgb(219 234 254 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-100\/70{
  --tw-gradient-to: rgb(219 234 254 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-100\/75{
  --tw-gradient-to: rgb(219 234 254 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-100\/80{
  --tw-gradient-to: rgb(219 234 254 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-100\/85{
  --tw-gradient-to: rgb(219 234 254 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-100\/90{
  --tw-gradient-to: rgb(219 234 254 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-100\/95{
  --tw-gradient-to: rgb(219 234 254 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-200{
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.to-primary-200\/0{
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
}

.to-primary-200\/10{
  --tw-gradient-to: rgb(191 219 254 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-200\/100{
  --tw-gradient-to: rgb(191 219 254 / 1) var(--tw-gradient-to-position);
}

.to-primary-200\/15{
  --tw-gradient-to: rgb(191 219 254 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-200\/20{
  --tw-gradient-to: rgb(191 219 254 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-200\/25{
  --tw-gradient-to: rgb(191 219 254 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-200\/30{
  --tw-gradient-to: rgb(191 219 254 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-200\/35{
  --tw-gradient-to: rgb(191 219 254 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-200\/40{
  --tw-gradient-to: rgb(191 219 254 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-200\/45{
  --tw-gradient-to: rgb(191 219 254 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-200\/5{
  --tw-gradient-to: rgb(191 219 254 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-200\/50{
  --tw-gradient-to: rgb(191 219 254 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-200\/55{
  --tw-gradient-to: rgb(191 219 254 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-200\/60{
  --tw-gradient-to: rgb(191 219 254 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-200\/65{
  --tw-gradient-to: rgb(191 219 254 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-200\/70{
  --tw-gradient-to: rgb(191 219 254 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-200\/75{
  --tw-gradient-to: rgb(191 219 254 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-200\/80{
  --tw-gradient-to: rgb(191 219 254 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-200\/85{
  --tw-gradient-to: rgb(191 219 254 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-200\/90{
  --tw-gradient-to: rgb(191 219 254 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-200\/95{
  --tw-gradient-to: rgb(191 219 254 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-300{
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.to-primary-300\/0{
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
}

.to-primary-300\/10{
  --tw-gradient-to: rgb(147 197 253 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-300\/100{
  --tw-gradient-to: rgb(147 197 253 / 1) var(--tw-gradient-to-position);
}

.to-primary-300\/15{
  --tw-gradient-to: rgb(147 197 253 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-300\/20{
  --tw-gradient-to: rgb(147 197 253 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-300\/25{
  --tw-gradient-to: rgb(147 197 253 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-300\/30{
  --tw-gradient-to: rgb(147 197 253 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-300\/35{
  --tw-gradient-to: rgb(147 197 253 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-300\/40{
  --tw-gradient-to: rgb(147 197 253 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-300\/45{
  --tw-gradient-to: rgb(147 197 253 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-300\/5{
  --tw-gradient-to: rgb(147 197 253 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-300\/50{
  --tw-gradient-to: rgb(147 197 253 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-300\/55{
  --tw-gradient-to: rgb(147 197 253 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-300\/60{
  --tw-gradient-to: rgb(147 197 253 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-300\/65{
  --tw-gradient-to: rgb(147 197 253 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-300\/70{
  --tw-gradient-to: rgb(147 197 253 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-300\/75{
  --tw-gradient-to: rgb(147 197 253 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-300\/80{
  --tw-gradient-to: rgb(147 197 253 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-300\/85{
  --tw-gradient-to: rgb(147 197 253 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-300\/90{
  --tw-gradient-to: rgb(147 197 253 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-300\/95{
  --tw-gradient-to: rgb(147 197 253 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-400{
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.to-primary-400\/0{
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
}

.to-primary-400\/10{
  --tw-gradient-to: rgb(96 165 250 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-400\/100{
  --tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position);
}

.to-primary-400\/15{
  --tw-gradient-to: rgb(96 165 250 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-400\/20{
  --tw-gradient-to: rgb(96 165 250 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-400\/25{
  --tw-gradient-to: rgb(96 165 250 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-400\/30{
  --tw-gradient-to: rgb(96 165 250 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-400\/35{
  --tw-gradient-to: rgb(96 165 250 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-400\/40{
  --tw-gradient-to: rgb(96 165 250 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-400\/45{
  --tw-gradient-to: rgb(96 165 250 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-400\/5{
  --tw-gradient-to: rgb(96 165 250 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-400\/50{
  --tw-gradient-to: rgb(96 165 250 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-400\/55{
  --tw-gradient-to: rgb(96 165 250 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-400\/60{
  --tw-gradient-to: rgb(96 165 250 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-400\/65{
  --tw-gradient-to: rgb(96 165 250 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-400\/70{
  --tw-gradient-to: rgb(96 165 250 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-400\/75{
  --tw-gradient-to: rgb(96 165 250 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-400\/80{
  --tw-gradient-to: rgb(96 165 250 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-400\/85{
  --tw-gradient-to: rgb(96 165 250 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-400\/90{
  --tw-gradient-to: rgb(96 165 250 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-400\/95{
  --tw-gradient-to: rgb(96 165 250 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-50{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.to-primary-50\/0{
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
}

.to-primary-50\/10{
  --tw-gradient-to: rgb(239 246 255 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-50\/100{
  --tw-gradient-to: rgb(239 246 255 / 1) var(--tw-gradient-to-position);
}

.to-primary-50\/15{
  --tw-gradient-to: rgb(239 246 255 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-50\/20{
  --tw-gradient-to: rgb(239 246 255 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-50\/25{
  --tw-gradient-to: rgb(239 246 255 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-50\/30{
  --tw-gradient-to: rgb(239 246 255 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-50\/35{
  --tw-gradient-to: rgb(239 246 255 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-50\/40{
  --tw-gradient-to: rgb(239 246 255 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-50\/45{
  --tw-gradient-to: rgb(239 246 255 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-50\/5{
  --tw-gradient-to: rgb(239 246 255 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-50\/50{
  --tw-gradient-to: rgb(239 246 255 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-50\/55{
  --tw-gradient-to: rgb(239 246 255 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-50\/60{
  --tw-gradient-to: rgb(239 246 255 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-50\/65{
  --tw-gradient-to: rgb(239 246 255 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-50\/70{
  --tw-gradient-to: rgb(239 246 255 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-50\/75{
  --tw-gradient-to: rgb(239 246 255 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-50\/80{
  --tw-gradient-to: rgb(239 246 255 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-50\/85{
  --tw-gradient-to: rgb(239 246 255 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-50\/90{
  --tw-gradient-to: rgb(239 246 255 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-50\/95{
  --tw-gradient-to: rgb(239 246 255 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-primary-500\/0{
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
}

.to-primary-500\/10{
  --tw-gradient-to: rgb(59 130 246 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-500\/100{
  --tw-gradient-to: rgb(59 130 246 / 1) var(--tw-gradient-to-position);
}

.to-primary-500\/15{
  --tw-gradient-to: rgb(59 130 246 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-500\/20{
  --tw-gradient-to: rgb(59 130 246 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-500\/25{
  --tw-gradient-to: rgb(59 130 246 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-500\/30{
  --tw-gradient-to: rgb(59 130 246 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-500\/35{
  --tw-gradient-to: rgb(59 130 246 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-500\/40{
  --tw-gradient-to: rgb(59 130 246 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-500\/45{
  --tw-gradient-to: rgb(59 130 246 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-500\/5{
  --tw-gradient-to: rgb(59 130 246 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-500\/50{
  --tw-gradient-to: rgb(59 130 246 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-500\/55{
  --tw-gradient-to: rgb(59 130 246 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-500\/60{
  --tw-gradient-to: rgb(59 130 246 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-500\/65{
  --tw-gradient-to: rgb(59 130 246 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-500\/70{
  --tw-gradient-to: rgb(59 130 246 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-500\/75{
  --tw-gradient-to: rgb(59 130 246 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-500\/80{
  --tw-gradient-to: rgb(59 130 246 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-500\/85{
  --tw-gradient-to: rgb(59 130 246 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-500\/90{
  --tw-gradient-to: rgb(59 130 246 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-500\/95{
  --tw-gradient-to: rgb(59 130 246 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-primary-600\/0{
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
}

.to-primary-600\/10{
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-600\/100{
  --tw-gradient-to: rgb(37 99 235 / 1) var(--tw-gradient-to-position);
}

.to-primary-600\/15{
  --tw-gradient-to: rgb(37 99 235 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-600\/20{
  --tw-gradient-to: rgb(37 99 235 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-600\/25{
  --tw-gradient-to: rgb(37 99 235 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-600\/30{
  --tw-gradient-to: rgb(37 99 235 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-600\/35{
  --tw-gradient-to: rgb(37 99 235 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-600\/40{
  --tw-gradient-to: rgb(37 99 235 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-600\/45{
  --tw-gradient-to: rgb(37 99 235 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-600\/5{
  --tw-gradient-to: rgb(37 99 235 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-600\/50{
  --tw-gradient-to: rgb(37 99 235 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-600\/55{
  --tw-gradient-to: rgb(37 99 235 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-600\/60{
  --tw-gradient-to: rgb(37 99 235 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-600\/65{
  --tw-gradient-to: rgb(37 99 235 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-600\/70{
  --tw-gradient-to: rgb(37 99 235 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-600\/75{
  --tw-gradient-to: rgb(37 99 235 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-600\/80{
  --tw-gradient-to: rgb(37 99 235 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-600\/85{
  --tw-gradient-to: rgb(37 99 235 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-600\/90{
  --tw-gradient-to: rgb(37 99 235 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-600\/95{
  --tw-gradient-to: rgb(37 99 235 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-primary-700\/0{
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
}

.to-primary-700\/10{
  --tw-gradient-to: rgb(29 78 216 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-700\/100{
  --tw-gradient-to: rgb(29 78 216 / 1) var(--tw-gradient-to-position);
}

.to-primary-700\/15{
  --tw-gradient-to: rgb(29 78 216 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-700\/20{
  --tw-gradient-to: rgb(29 78 216 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-700\/25{
  --tw-gradient-to: rgb(29 78 216 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-700\/30{
  --tw-gradient-to: rgb(29 78 216 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-700\/35{
  --tw-gradient-to: rgb(29 78 216 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-700\/40{
  --tw-gradient-to: rgb(29 78 216 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-700\/45{
  --tw-gradient-to: rgb(29 78 216 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-700\/5{
  --tw-gradient-to: rgb(29 78 216 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-700\/50{
  --tw-gradient-to: rgb(29 78 216 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-700\/55{
  --tw-gradient-to: rgb(29 78 216 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-700\/60{
  --tw-gradient-to: rgb(29 78 216 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-700\/65{
  --tw-gradient-to: rgb(29 78 216 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-700\/70{
  --tw-gradient-to: rgb(29 78 216 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-700\/75{
  --tw-gradient-to: rgb(29 78 216 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-700\/80{
  --tw-gradient-to: rgb(29 78 216 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-700\/85{
  --tw-gradient-to: rgb(29 78 216 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-700\/90{
  --tw-gradient-to: rgb(29 78 216 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-700\/95{
  --tw-gradient-to: rgb(29 78 216 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-800{
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.to-primary-800\/0{
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
}

.to-primary-800\/10{
  --tw-gradient-to: rgb(30 64 175 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-800\/100{
  --tw-gradient-to: rgb(30 64 175 / 1) var(--tw-gradient-to-position);
}

.to-primary-800\/15{
  --tw-gradient-to: rgb(30 64 175 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-800\/20{
  --tw-gradient-to: rgb(30 64 175 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-800\/25{
  --tw-gradient-to: rgb(30 64 175 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-800\/30{
  --tw-gradient-to: rgb(30 64 175 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-800\/35{
  --tw-gradient-to: rgb(30 64 175 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-800\/40{
  --tw-gradient-to: rgb(30 64 175 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-800\/45{
  --tw-gradient-to: rgb(30 64 175 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-800\/5{
  --tw-gradient-to: rgb(30 64 175 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-800\/50{
  --tw-gradient-to: rgb(30 64 175 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-800\/55{
  --tw-gradient-to: rgb(30 64 175 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-800\/60{
  --tw-gradient-to: rgb(30 64 175 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-800\/65{
  --tw-gradient-to: rgb(30 64 175 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-800\/70{
  --tw-gradient-to: rgb(30 64 175 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-800\/75{
  --tw-gradient-to: rgb(30 64 175 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-800\/80{
  --tw-gradient-to: rgb(30 64 175 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-800\/85{
  --tw-gradient-to: rgb(30 64 175 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-800\/90{
  --tw-gradient-to: rgb(30 64 175 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-800\/95{
  --tw-gradient-to: rgb(30 64 175 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-900{
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.to-primary-900\/0{
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
}

.to-primary-900\/10{
  --tw-gradient-to: rgb(30 58 138 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-900\/100{
  --tw-gradient-to: rgb(30 58 138 / 1) var(--tw-gradient-to-position);
}

.to-primary-900\/15{
  --tw-gradient-to: rgb(30 58 138 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-900\/20{
  --tw-gradient-to: rgb(30 58 138 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-900\/25{
  --tw-gradient-to: rgb(30 58 138 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-900\/30{
  --tw-gradient-to: rgb(30 58 138 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-900\/35{
  --tw-gradient-to: rgb(30 58 138 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-900\/40{
  --tw-gradient-to: rgb(30 58 138 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-900\/45{
  --tw-gradient-to: rgb(30 58 138 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-900\/5{
  --tw-gradient-to: rgb(30 58 138 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-900\/50{
  --tw-gradient-to: rgb(30 58 138 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-900\/55{
  --tw-gradient-to: rgb(30 58 138 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-900\/60{
  --tw-gradient-to: rgb(30 58 138 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-900\/65{
  --tw-gradient-to: rgb(30 58 138 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-900\/70{
  --tw-gradient-to: rgb(30 58 138 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-900\/75{
  --tw-gradient-to: rgb(30 58 138 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-900\/80{
  --tw-gradient-to: rgb(30 58 138 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-900\/85{
  --tw-gradient-to: rgb(30 58 138 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-900\/90{
  --tw-gradient-to: rgb(30 58 138 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-900\/95{
  --tw-gradient-to: rgb(30 58 138 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-950{
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.to-primary-950\/0{
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
}

.to-primary-950\/10{
  --tw-gradient-to: rgb(23 37 84 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-950\/100{
  --tw-gradient-to: rgb(23 37 84 / 1) var(--tw-gradient-to-position);
}

.to-primary-950\/15{
  --tw-gradient-to: rgb(23 37 84 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-950\/20{
  --tw-gradient-to: rgb(23 37 84 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-950\/25{
  --tw-gradient-to: rgb(23 37 84 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-950\/30{
  --tw-gradient-to: rgb(23 37 84 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-950\/35{
  --tw-gradient-to: rgb(23 37 84 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-950\/40{
  --tw-gradient-to: rgb(23 37 84 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-950\/45{
  --tw-gradient-to: rgb(23 37 84 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-950\/5{
  --tw-gradient-to: rgb(23 37 84 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-950\/50{
  --tw-gradient-to: rgb(23 37 84 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-950\/55{
  --tw-gradient-to: rgb(23 37 84 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-950\/60{
  --tw-gradient-to: rgb(23 37 84 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-950\/65{
  --tw-gradient-to: rgb(23 37 84 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-950\/70{
  --tw-gradient-to: rgb(23 37 84 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-950\/75{
  --tw-gradient-to: rgb(23 37 84 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-950\/80{
  --tw-gradient-to: rgb(23 37 84 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-950\/85{
  --tw-gradient-to: rgb(23 37 84 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-950\/90{
  --tw-gradient-to: rgb(23 37 84 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-950\/95{
  --tw-gradient-to: rgb(23 37 84 / 0.95) var(--tw-gradient-to-position);
}

.to-slate-50{
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.to-slate-800{
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.to-slate-900{
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.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-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

.font-mono{
  font-family: JetBrains Mono, monospace;
}

.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-8xl{
  font-size: 6rem;
  line-height: 1;
}

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

.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-bold{
  font-weight: 700;
}

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

.font-medium{
  font-weight: 500;
}

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-tight{
  line-height: 1.25;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-accent-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-accent-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 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-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / 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-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / 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-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / 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\/90{
  color: rgb(255 255 255 / 0.9);
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.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-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-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-accent-400\/0{
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/10{
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/100{
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/15{
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/20{
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/25{
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/30{
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/35{
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/40{
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/45{
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/5{
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/50{
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/55{
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/60{
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/65{
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/70{
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/75{
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/80{
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/85{
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/90{
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/95{
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/0{
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/10{
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/100{
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/15{
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/20{
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/25{
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/30{
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/35{
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/40{
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/45{
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/5{
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/50{
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/55{
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/60{
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/65{
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/70{
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/75{
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/80{
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/85{
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/90{
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/95{
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/0{
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/10{
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/100{
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/15{
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/20{
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/25{
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/30{
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/35{
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/40{
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/45{
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/5{
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/50{
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/55{
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/60{
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/65{
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/70{
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/75{
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/80{
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/85{
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/90{
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/95{
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20{
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/0{
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/10{
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/100{
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/15{
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/20{
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/25{
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/30{
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/35{
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/40{
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/45{
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/5{
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/50{
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/55{
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/60{
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/65{
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/70{
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/75{
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/80{
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/85{
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/90{
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/95{
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/0{
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/10{
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/100{
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/15{
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/20{
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/25{
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/30{
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/35{
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/40{
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/45{
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/5{
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/50{
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/55{
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/60{
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/65{
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/70{
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/75{
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/80{
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/85{
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/90{
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/95{
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/0{
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/10{
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/100{
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/15{
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/20{
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/25{
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/30{
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/35{
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/40{
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/45{
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/5{
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/50{
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/55{
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/60{
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/65{
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/70{
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/75{
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/80{
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/85{
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/90{
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/95{
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/0{
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/10{
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/100{
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/15{
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/20{
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/25{
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/30{
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/35{
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/40{
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/45{
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/5{
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/50{
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/55{
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/60{
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/65{
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/70{
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/75{
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/80{
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/85{
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/90{
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/95{
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/0{
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/10{
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/100{
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/15{
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/20{
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/25{
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/30{
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/35{
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/40{
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/45{
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/5{
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/50{
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/55{
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/60{
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/65{
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/70{
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/75{
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/80{
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/85{
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/90{
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/95{
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/0{
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/10{
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/100{
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/15{
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/20{
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/25{
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/30{
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/35{
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/40{
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/45{
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/5{
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/50{
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/55{
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/60{
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/65{
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/70{
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/75{
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/80{
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/85{
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/90{
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/95{
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/0{
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/10{
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/100{
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/15{
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/20{
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/25{
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/30{
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/35{
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/40{
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/45{
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/5{
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/50{
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/55{
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/60{
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/65{
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/70{
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/75{
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/80{
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/85{
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/90{
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/95{
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/0{
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/10{
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/100{
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/15{
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/20{
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/25{
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/30{
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/35{
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/40{
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/45{
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/5{
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/50{
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/55{
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/60{
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/65{
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/70{
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/75{
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/80{
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/85{
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/90{
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/95{
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/0{
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/10{
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/100{
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/15{
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/20{
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/25{
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/30{
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/35{
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/40{
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/45{
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/5{
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/50{
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/55{
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/60{
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/65{
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/70{
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/75{
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/80{
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/85{
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/90{
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/95{
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/0{
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/10{
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/100{
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/15{
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/20{
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/25{
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/30{
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/35{
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/40{
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/45{
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/5{
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/50{
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/55{
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/60{
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/65{
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/70{
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/75{
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/80{
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/85{
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/90{
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/95{
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/0{
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/10{
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/100{
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/15{
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/20{
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/25{
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/30{
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/35{
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/40{
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/45{
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/5{
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/50{
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/55{
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/60{
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/65{
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/70{
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/75{
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/80{
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/85{
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/90{
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/95{
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/0{
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/10{
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/100{
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/15{
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/20{
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/25{
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/30{
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/35{
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/40{
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/45{
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/5{
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/50{
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/55{
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/60{
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/65{
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/70{
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/75{
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/80{
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/85{
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/90{
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/95{
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/0{
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/10{
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/100{
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/15{
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/20{
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/25{
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/30{
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/35{
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/40{
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/45{
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/5{
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/50{
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/55{
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/60{
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/65{
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/70{
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/75{
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/80{
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/85{
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/90{
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/95{
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/0{
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/10{
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/100{
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/15{
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/20{
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/25{
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/30{
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/35{
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/40{
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/45{
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/5{
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/50{
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/55{
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/60{
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/65{
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/70{
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/75{
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/80{
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/85{
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/90{
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/95{
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/0{
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/10{
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/100{
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/15{
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/20{
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/25{
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/30{
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/35{
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/40{
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/45{
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/5{
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/50{
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/55{
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/60{
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/65{
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/70{
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/75{
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/80{
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/85{
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/90{
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/95{
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/0{
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/10{
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/100{
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/15{
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/20{
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/25{
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/30{
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/35{
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/40{
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/45{
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/5{
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/50{
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/55{
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/60{
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/65{
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/70{
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/75{
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/80{
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/85{
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/90{
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/95{
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/0{
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/10{
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/100{
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/15{
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/20{
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/25{
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/30{
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/35{
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/40{
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/45{
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/5{
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/50{
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/55{
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/60{
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/65{
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/70{
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/75{
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/80{
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/85{
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/90{
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/95{
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/0{
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/10{
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/100{
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/15{
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/20{
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/25{
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/30{
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/35{
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/40{
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/45{
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/5{
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/50{
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/55{
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/60{
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/65{
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/70{
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/75{
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/80{
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/85{
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/90{
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/95{
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/0{
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/10{
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/100{
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/15{
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/20{
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/25{
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/30{
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/35{
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/40{
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/45{
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/5{
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/50{
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/55{
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/60{
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/65{
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/70{
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/75{
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/80{
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/85{
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/90{
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/95{
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/0{
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/10{
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/100{
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/15{
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/20{
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/25{
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/30{
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/35{
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/40{
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/45{
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/5{
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/50{
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/55{
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/60{
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/65{
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/70{
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/75{
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/80{
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/85{
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/90{
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/95{
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/0{
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/10{
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/100{
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/15{
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/20{
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/25{
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/30{
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/35{
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/40{
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/45{
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/5{
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/50{
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/55{
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/60{
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/65{
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/70{
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/75{
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/80{
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/85{
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/90{
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/95{
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/0{
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/10{
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/100{
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/15{
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/20{
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/25{
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/30{
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/35{
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/40{
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/45{
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/5{
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/50{
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/55{
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/60{
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/65{
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/70{
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/75{
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/80{
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/85{
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/90{
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/95{
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.blur-xl{
  --tw-blur: blur(24px);
  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{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px 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);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  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-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-150{
  transition-duration: 150ms;
}

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

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

.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\:border-emerald-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-accent-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:shadow-lg:hover{
  --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);
}

.hover\:shadow-md:hover{
  --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);
}

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

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

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

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .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\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, 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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

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